@aws-sdk/client-marketplace-catalog 3.911.0 → 3.913.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
@@ -308,6 +308,7 @@ exports.EntityTypeFilters = void 0;
308
308
  };
309
309
  })(exports.EntityTypeFilters || (exports.EntityTypeFilters = {}));
310
310
  const ContainerProductSortBy = {
311
+ CompatibleAWSServices: "CompatibleAWSServices",
311
312
  EntityId: "EntityId",
312
313
  LastModifiedDate: "LastModifiedDate",
313
314
  ProductTitle: "ProductTitle",
@@ -353,6 +354,7 @@ const ResaleAuthorizationSortBy = {
353
354
  Status: "Status",
354
355
  };
355
356
  const SaaSProductSortBy = {
357
+ DeliveryOptionTypes: "DeliveryOptionTypes",
356
358
  EntityId: "EntityId",
357
359
  LastModifiedDate: "LastModifiedDate",
358
360
  ProductTitle: "ProductTitle",
@@ -189,6 +189,7 @@ export var EntityTypeFilters;
189
189
  };
190
190
  })(EntityTypeFilters || (EntityTypeFilters = {}));
191
191
  export const ContainerProductSortBy = {
192
+ CompatibleAWSServices: "CompatibleAWSServices",
192
193
  EntityId: "EntityId",
193
194
  LastModifiedDate: "LastModifiedDate",
194
195
  ProductTitle: "ProductTitle",
@@ -234,6 +235,7 @@ export const ResaleAuthorizationSortBy = {
234
235
  Status: "Status",
235
236
  };
236
237
  export const SaaSProductSortBy = {
238
+ DeliveryOptionTypes: "DeliveryOptionTypes",
237
239
  EntityId: "EntityId",
238
240
  LastModifiedDate: "LastModifiedDate",
239
241
  ProductTitle: "ProductTitle",
@@ -319,7 +319,7 @@ declare const ListEntitiesCommand_base: {
319
319
  * SortOrder: "ASCENDING" || "DESCENDING",
320
320
  * },
321
321
  * SaaSProductSort: { // SaaSProductSort
322
- * SortBy: "EntityId" || "ProductTitle" || "Visibility" || "LastModifiedDate",
322
+ * SortBy: "EntityId" || "ProductTitle" || "Visibility" || "LastModifiedDate" || "DeliveryOptionTypes",
323
323
  * SortOrder: "ASCENDING" || "DESCENDING",
324
324
  * },
325
325
  * AmiProductSort: { // AmiProductSort
@@ -331,7 +331,7 @@ declare const ListEntitiesCommand_base: {
331
331
  * SortOrder: "ASCENDING" || "DESCENDING",
332
332
  * },
333
333
  * ContainerProductSort: { // ContainerProductSort
334
- * SortBy: "EntityId" || "LastModifiedDate" || "ProductTitle" || "Visibility",
334
+ * SortBy: "EntityId" || "LastModifiedDate" || "ProductTitle" || "Visibility" || "CompatibleAWSServices",
335
335
  * SortOrder: "ASCENDING" || "DESCENDING",
336
336
  * },
337
337
  * ResaleAuthorizationSort: { // ResaleAuthorizationSort
@@ -1153,7 +1153,8 @@ export interface MachineLearningProductVisibilityFilter {
1153
1153
  ValueList?: MachineLearningProductVisibilityString[] | undefined;
1154
1154
  }
1155
1155
  /**
1156
- * <p>The filters that you can use with the ListEntities operation to filter machine learning products. You can filter by EntityId, LastModifiedDate, ProductTitle, and Visibility.</p>
1156
+ * <p>The filters that you can use with the ListEntities operation to filter machine learning products.
1157
+ * You can filter by <code>EntityId</code>, <code>astModifiedDate</code>, <code>ProductTitle</code>, and <code>Visibility</code>.</p>
1157
1158
  * @public
1158
1159
  */
1159
1160
  export interface MachineLearningProductFilters {
@@ -1950,7 +1951,8 @@ export declare namespace EntityTypeFilters {
1950
1951
  $unknown?: never;
1951
1952
  }
1952
1953
  /**
1953
- * <p>The filters that you can use with the ListEntities operation to filter machine learning products. You can filter by EntityId, LastModifiedDate, ProductTitle, and Visibility.</p>
1954
+ * <p>The filters that you can use with the ListEntities operation to filter machine learning products.
1955
+ * You can filter by <code>EntityId</code>, <code>astModifiedDate</code>, <code>ProductTitle</code>, and <code>Visibility</code>.</p>
1954
1956
  * @public
1955
1957
  */
1956
1958
  interface MachineLearningProductFiltersMember {
@@ -1993,6 +1995,7 @@ export declare namespace EntityTypeFilters {
1993
1995
  * @enum
1994
1996
  */
1995
1997
  export declare const ContainerProductSortBy: {
1998
+ readonly CompatibleAWSServices: "CompatibleAWSServices";
1996
1999
  readonly EntityId: "EntityId";
1997
2000
  readonly LastModifiedDate: "LastModifiedDate";
1998
2001
  readonly ProductTitle: "ProductTitle";
@@ -2158,6 +2161,7 @@ export interface ResaleAuthorizationSort {
2158
2161
  * @enum
2159
2162
  */
2160
2163
  export declare const SaaSProductSortBy: {
2164
+ readonly DeliveryOptionTypes: "DeliveryOptionTypes";
2161
2165
  readonly EntityId: "EntityId";
2162
2166
  readonly LastModifiedDate: "LastModifiedDate";
2163
2167
  readonly ProductTitle: "ProductTitle";
@@ -627,6 +627,7 @@ export declare namespace EntityTypeFilters {
627
627
  const visit: <T>(value: EntityTypeFilters, visitor: Visitor<T>) => T;
628
628
  }
629
629
  export declare const ContainerProductSortBy: {
630
+ readonly CompatibleAWSServices: "CompatibleAWSServices";
630
631
  readonly EntityId: "EntityId";
631
632
  readonly LastModifiedDate: "LastModifiedDate";
632
633
  readonly ProductTitle: "ProductTitle";
@@ -701,6 +702,7 @@ export interface ResaleAuthorizationSort {
701
702
  SortOrder?: SortOrder | undefined;
702
703
  }
703
704
  export declare const SaaSProductSortBy: {
705
+ readonly DeliveryOptionTypes: "DeliveryOptionTypes";
704
706
  readonly EntityId: "EntityId";
705
707
  readonly LastModifiedDate: "LastModifiedDate";
706
708
  readonly ProductTitle: "ProductTitle";
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.911.0",
4
+ "version": "3.913.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.911.0",
24
- "@aws-sdk/credential-provider-node": "3.911.0",
24
+ "@aws-sdk/credential-provider-node": "3.913.0",
25
25
  "@aws-sdk/middleware-host-header": "3.910.0",
26
26
  "@aws-sdk/middleware-logger": "3.910.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.910.0",