@aws-sdk/client-marketplace-catalog 3.929.0 → 3.930.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 CHANGED
@@ -286,26 +286,6 @@ const SaaSProductVisibilityString = {
286
286
  Public: "Public",
287
287
  Restricted: "Restricted",
288
288
  };
289
- exports.EntityTypeFilters = void 0;
290
- (function (EntityTypeFilters) {
291
- EntityTypeFilters.visit = (value, visitor) => {
292
- if (value.DataProductFilters !== undefined)
293
- return visitor.DataProductFilters(value.DataProductFilters);
294
- if (value.SaaSProductFilters !== undefined)
295
- return visitor.SaaSProductFilters(value.SaaSProductFilters);
296
- if (value.AmiProductFilters !== undefined)
297
- return visitor.AmiProductFilters(value.AmiProductFilters);
298
- if (value.OfferFilters !== undefined)
299
- return visitor.OfferFilters(value.OfferFilters);
300
- if (value.ContainerProductFilters !== undefined)
301
- return visitor.ContainerProductFilters(value.ContainerProductFilters);
302
- if (value.ResaleAuthorizationFilters !== undefined)
303
- return visitor.ResaleAuthorizationFilters(value.ResaleAuthorizationFilters);
304
- if (value.MachineLearningProductFilters !== undefined)
305
- return visitor.MachineLearningProductFilters(value.MachineLearningProductFilters);
306
- return visitor._(value.$unknown[0], value.$unknown[1]);
307
- };
308
- })(exports.EntityTypeFilters || (exports.EntityTypeFilters = {}));
309
289
  const ContainerProductSortBy = {
310
290
  CompatibleAWSServices: "CompatibleAWSServices",
311
291
  EntityId: "EntityId",
@@ -359,26 +339,6 @@ const SaaSProductSortBy = {
359
339
  ProductTitle: "ProductTitle",
360
340
  Visibility: "Visibility",
361
341
  };
362
- exports.EntityTypeSort = void 0;
363
- (function (EntityTypeSort) {
364
- EntityTypeSort.visit = (value, visitor) => {
365
- if (value.DataProductSort !== undefined)
366
- return visitor.DataProductSort(value.DataProductSort);
367
- if (value.SaaSProductSort !== undefined)
368
- return visitor.SaaSProductSort(value.SaaSProductSort);
369
- if (value.AmiProductSort !== undefined)
370
- return visitor.AmiProductSort(value.AmiProductSort);
371
- if (value.OfferSort !== undefined)
372
- return visitor.OfferSort(value.OfferSort);
373
- if (value.ContainerProductSort !== undefined)
374
- return visitor.ContainerProductSort(value.ContainerProductSort);
375
- if (value.ResaleAuthorizationSort !== undefined)
376
- return visitor.ResaleAuthorizationSort(value.ResaleAuthorizationSort);
377
- if (value.MachineLearningProductSort !== undefined)
378
- return visitor.MachineLearningProductSort(value.MachineLearningProductSort);
379
- return visitor._(value.$unknown[0], value.$unknown[1]);
380
- };
381
- })(exports.EntityTypeSort || (exports.EntityTypeSort = {}));
382
342
  const OwnershipType = {
383
343
  SELF: "SELF",
384
344
  SHARED: "SHARED",
@@ -168,26 +168,6 @@ export const SaaSProductVisibilityString = {
168
168
  Public: "Public",
169
169
  Restricted: "Restricted",
170
170
  };
171
- export var EntityTypeFilters;
172
- (function (EntityTypeFilters) {
173
- EntityTypeFilters.visit = (value, visitor) => {
174
- if (value.DataProductFilters !== undefined)
175
- return visitor.DataProductFilters(value.DataProductFilters);
176
- if (value.SaaSProductFilters !== undefined)
177
- return visitor.SaaSProductFilters(value.SaaSProductFilters);
178
- if (value.AmiProductFilters !== undefined)
179
- return visitor.AmiProductFilters(value.AmiProductFilters);
180
- if (value.OfferFilters !== undefined)
181
- return visitor.OfferFilters(value.OfferFilters);
182
- if (value.ContainerProductFilters !== undefined)
183
- return visitor.ContainerProductFilters(value.ContainerProductFilters);
184
- if (value.ResaleAuthorizationFilters !== undefined)
185
- return visitor.ResaleAuthorizationFilters(value.ResaleAuthorizationFilters);
186
- if (value.MachineLearningProductFilters !== undefined)
187
- return visitor.MachineLearningProductFilters(value.MachineLearningProductFilters);
188
- return visitor._(value.$unknown[0], value.$unknown[1]);
189
- };
190
- })(EntityTypeFilters || (EntityTypeFilters = {}));
191
171
  export const ContainerProductSortBy = {
192
172
  CompatibleAWSServices: "CompatibleAWSServices",
193
173
  EntityId: "EntityId",
@@ -241,26 +221,6 @@ export const SaaSProductSortBy = {
241
221
  ProductTitle: "ProductTitle",
242
222
  Visibility: "Visibility",
243
223
  };
244
- export var EntityTypeSort;
245
- (function (EntityTypeSort) {
246
- EntityTypeSort.visit = (value, visitor) => {
247
- if (value.DataProductSort !== undefined)
248
- return visitor.DataProductSort(value.DataProductSort);
249
- if (value.SaaSProductSort !== undefined)
250
- return visitor.SaaSProductSort(value.SaaSProductSort);
251
- if (value.AmiProductSort !== undefined)
252
- return visitor.AmiProductSort(value.AmiProductSort);
253
- if (value.OfferSort !== undefined)
254
- return visitor.OfferSort(value.OfferSort);
255
- if (value.ContainerProductSort !== undefined)
256
- return visitor.ContainerProductSort(value.ContainerProductSort);
257
- if (value.ResaleAuthorizationSort !== undefined)
258
- return visitor.ResaleAuthorizationSort(value.ResaleAuthorizationSort);
259
- if (value.MachineLearningProductSort !== undefined)
260
- return visitor.MachineLearningProductSort(value.MachineLearningProductSort);
261
- return visitor._(value.$unknown[0], value.$unknown[1]);
262
- };
263
- })(EntityTypeSort || (EntityTypeSort = {}));
264
224
  export const OwnershipType = {
265
225
  SELF: "SELF",
266
226
  SHARED: "SHARED",
@@ -1978,6 +1978,10 @@ export declare namespace EntityTypeFilters {
1978
1978
  MachineLearningProductFilters?: never;
1979
1979
  $unknown: [string, any];
1980
1980
  }
1981
+ /**
1982
+ * @deprecated unused in schema-serde mode.
1983
+ *
1984
+ */
1981
1985
  interface Visitor<T> {
1982
1986
  DataProductFilters: (value: DataProductFilters) => T;
1983
1987
  SaaSProductFilters: (value: SaaSProductFilters) => T;
@@ -1988,7 +1992,6 @@ export declare namespace EntityTypeFilters {
1988
1992
  MachineLearningProductFilters: (value: MachineLearningProductFilters) => T;
1989
1993
  _: (name: string, value: any) => T;
1990
1994
  }
1991
- const visit: <T>(value: EntityTypeFilters, visitor: Visitor<T>) => T;
1992
1995
  }
1993
1996
  /**
1994
1997
  * @public
@@ -2307,6 +2310,10 @@ export declare namespace EntityTypeSort {
2307
2310
  MachineLearningProductSort?: never;
2308
2311
  $unknown: [string, any];
2309
2312
  }
2313
+ /**
2314
+ * @deprecated unused in schema-serde mode.
2315
+ *
2316
+ */
2310
2317
  interface Visitor<T> {
2311
2318
  DataProductSort: (value: DataProductSort) => T;
2312
2319
  SaaSProductSort: (value: SaaSProductSort) => T;
@@ -2317,7 +2324,6 @@ export declare namespace EntityTypeSort {
2317
2324
  MachineLearningProductSort: (value: MachineLearningProductSort) => T;
2318
2325
  _: (name: string, value: any) => T;
2319
2326
  }
2320
- const visit: <T>(value: EntityTypeSort, visitor: Visitor<T>) => T;
2321
2327
  }
2322
2328
  /**
2323
2329
  * @public
@@ -624,7 +624,6 @@ export declare namespace EntityTypeFilters {
624
624
  MachineLearningProductFilters: (value: MachineLearningProductFilters) => T;
625
625
  _: (name: string, value: any) => T;
626
626
  }
627
- const visit: <T>(value: EntityTypeFilters, visitor: Visitor<T>) => T;
628
627
  }
629
628
  export declare const ContainerProductSortBy: {
630
629
  readonly CompatibleAWSServices: "CompatibleAWSServices";
@@ -814,7 +813,6 @@ export declare namespace EntityTypeSort {
814
813
  MachineLearningProductSort: (value: MachineLearningProductSort) => T;
815
814
  _: (name: string, value: any) => T;
816
815
  }
817
- const visit: <T>(value: EntityTypeSort, visitor: Visitor<T>) => T;
818
816
  }
819
817
  export declare const OwnershipType: {
820
818
  readonly SELF: "SELF";
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.929.0",
4
+ "version": "3.930.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-marketplace-catalog",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "tslib": "^2.6.2"
60
60
  },