@aws-sdk/client-marketplace-catalog 3.300.0 → 3.301.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.
@@ -29,7 +29,7 @@ export interface CancelChangeSetCommandOutput extends CancelChangeSetResponse, _
29
29
  * import { MarketplaceCatalogClient, CancelChangeSetCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
30
30
  * // const { MarketplaceCatalogClient, CancelChangeSetCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
31
31
  * const client = new MarketplaceCatalogClient(config);
32
- * const input = {
32
+ * const input = { // CancelChangeSetRequest
33
33
  * Catalog: "STRING_VALUE", // required
34
34
  * ChangeSetId: "STRING_VALUE", // required
35
35
  * };
@@ -26,7 +26,7 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetRespons
26
26
  * import { MarketplaceCatalogClient, DescribeChangeSetCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
27
27
  * // const { MarketplaceCatalogClient, DescribeChangeSetCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
28
28
  * const client = new MarketplaceCatalogClient(config);
29
- * const input = {
29
+ * const input = { // DescribeChangeSetRequest
30
30
  * Catalog: "STRING_VALUE", // required
31
31
  * ChangeSetId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DescribeEntityCommandOutput extends DescribeEntityResponse, __M
26
26
  * import { MarketplaceCatalogClient, DescribeEntityCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
27
27
  * // const { MarketplaceCatalogClient, DescribeEntityCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
28
28
  * const client = new MarketplaceCatalogClient(config);
29
- * const input = {
29
+ * const input = { // DescribeEntityRequest
30
30
  * Catalog: "STRING_VALUE", // required
31
31
  * EntityId: "STRING_VALUE", // required
32
32
  * };
@@ -31,17 +31,17 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsResponse, __M
31
31
  * import { MarketplaceCatalogClient, ListChangeSetsCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
32
32
  * // const { MarketplaceCatalogClient, ListChangeSetsCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
33
33
  * const client = new MarketplaceCatalogClient(config);
34
- * const input = {
34
+ * const input = { // ListChangeSetsRequest
35
35
  * Catalog: "STRING_VALUE", // required
36
- * FilterList: [
37
- * {
36
+ * FilterList: [ // FilterList
37
+ * { // Filter
38
38
  * Name: "STRING_VALUE",
39
- * ValueList: [
39
+ * ValueList: [ // ValueList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * },
43
43
  * ],
44
- * Sort: {
44
+ * Sort: { // Sort
45
45
  * SortBy: "STRING_VALUE",
46
46
  * SortOrder: "ASCENDING" || "DESCENDING",
47
47
  * },
@@ -26,18 +26,18 @@ export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __Metad
26
26
  * import { MarketplaceCatalogClient, ListEntitiesCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
27
27
  * // const { MarketplaceCatalogClient, ListEntitiesCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
28
28
  * const client = new MarketplaceCatalogClient(config);
29
- * const input = {
29
+ * const input = { // ListEntitiesRequest
30
30
  * Catalog: "STRING_VALUE", // required
31
31
  * EntityType: "STRING_VALUE", // required
32
- * FilterList: [
33
- * {
32
+ * FilterList: [ // FilterList
33
+ * { // Filter
34
34
  * Name: "STRING_VALUE",
35
- * ValueList: [
35
+ * ValueList: [ // ValueList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
39
39
  * ],
40
- * Sort: {
40
+ * Sort: { // Sort
41
41
  * SortBy: "STRING_VALUE",
42
42
  * SortOrder: "ASCENDING" || "DESCENDING",
43
43
  * },
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { MarketplaceCatalogClient, ListTagsForResourceCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
27
27
  * // const { MarketplaceCatalogClient, ListTagsForResourceCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
28
28
  * const client = new MarketplaceCatalogClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -36,17 +36,17 @@ export interface StartChangeSetCommandOutput extends StartChangeSetResponse, __M
36
36
  * import { MarketplaceCatalogClient, StartChangeSetCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
37
37
  * // const { MarketplaceCatalogClient, StartChangeSetCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
38
38
  * const client = new MarketplaceCatalogClient(config);
39
- * const input = {
39
+ * const input = { // StartChangeSetRequest
40
40
  * Catalog: "STRING_VALUE", // required
41
- * ChangeSet: [ // required
42
- * {
41
+ * ChangeSet: [ // RequestedChangeList // required
42
+ * { // Change
43
43
  * ChangeType: "STRING_VALUE", // required
44
- * Entity: {
44
+ * Entity: { // Entity
45
45
  * Type: "STRING_VALUE", // required
46
46
  * Identifier: "STRING_VALUE",
47
47
  * },
48
- * EntityTags: [
49
- * {
48
+ * EntityTags: [ // TagList
49
+ * { // Tag
50
50
  * Key: "STRING_VALUE", // required
51
51
  * Value: "STRING_VALUE", // required
52
52
  * },
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { MarketplaceCatalogClient, TagResourceCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
27
27
  * // const { MarketplaceCatalogClient, TagResourceCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
28
28
  * const client = new MarketplaceCatalogClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * Tags: [ // required
32
- * {
31
+ * Tags: [ // TagList // required
32
+ * { // Tag
33
33
  * Key: "STRING_VALUE", // required
34
34
  * Value: "STRING_VALUE", // required
35
35
  * },
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { MarketplaceCatalogClient, UntagResourceCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
27
27
  * // const { MarketplaceCatalogClient, UntagResourceCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
28
28
  * const client = new MarketplaceCatalogClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-catalog",
3
3
  "description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",