@aws-sdk/client-marketplace-catalog 3.1079.0 → 3.1081.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
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1078.0";
72
+ var version = "3.1080.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -432,6 +432,7 @@ const _RAPIF = "ResaleAuthorizationProductIdFilter";
432
432
  const _RAPNF = "ResaleAuthorizationProductNameFilter";
433
433
  const _RARAIDF = "ResaleAuthorizationResellerAccountIDFilter";
434
434
  const _RARLNF = "ResaleAuthorizationResellerLegalNameFilter";
435
+ const _RARRF = "ResaleAuthorizationResellerRoleFilter";
435
436
  const _RAS = "ResaleAuthorizationSummary";
436
437
  const _RASF = "ResaleAuthorizationStatusFilter";
437
438
  const _RASe = "ResaleAuthorizationSort";
@@ -441,6 +442,7 @@ const _RIUE = "ResourceInUseException";
441
442
  const _RLN = "ResellerLegalName";
442
443
  const _RNFE = "ResourceNotFoundException";
443
444
  const _RNSE = "ResourceNotSupportedException";
445
+ const _RR = "ResellerRole";
444
446
  const _S = "Status";
445
447
  const _SB = "SortBy";
446
448
  const _SCS = "StartChangeSet";
@@ -1028,8 +1030,8 @@ var ResaleAuthorizationEntityIdFilter$ = [3, n0, _RAEIF,
1028
1030
  ];
1029
1031
  var ResaleAuthorizationFilters$ = [3, n0, _RAF,
1030
1032
  0,
1031
- [_EI, _N, _PI, _CD, _AED, _MAI, _PN, _MLN, _RAID, _RLN, _S, _OES, _LMD],
1032
- [() => ResaleAuthorizationEntityIdFilter$, () => ResaleAuthorizationNameFilter$, () => ResaleAuthorizationProductIdFilter$, () => ResaleAuthorizationCreatedDateFilter$, () => ResaleAuthorizationAvailabilityEndDateFilter$, () => ResaleAuthorizationManufacturerAccountIdFilter$, () => ResaleAuthorizationProductNameFilter$, () => ResaleAuthorizationManufacturerLegalNameFilter$, () => ResaleAuthorizationResellerAccountIDFilter$, () => ResaleAuthorizationResellerLegalNameFilter$, () => ResaleAuthorizationStatusFilter$, () => ResaleAuthorizationOfferExtendedStatusFilter$, () => ResaleAuthorizationLastModifiedDateFilter$]
1033
+ [_EI, _N, _PI, _CD, _AED, _MAI, _PN, _MLN, _RAID, _RLN, _S, _OES, _LMD, _RR],
1034
+ [() => ResaleAuthorizationEntityIdFilter$, () => ResaleAuthorizationNameFilter$, () => ResaleAuthorizationProductIdFilter$, () => ResaleAuthorizationCreatedDateFilter$, () => ResaleAuthorizationAvailabilityEndDateFilter$, () => ResaleAuthorizationManufacturerAccountIdFilter$, () => ResaleAuthorizationProductNameFilter$, () => ResaleAuthorizationManufacturerLegalNameFilter$, () => ResaleAuthorizationResellerAccountIDFilter$, () => ResaleAuthorizationResellerLegalNameFilter$, () => ResaleAuthorizationStatusFilter$, () => ResaleAuthorizationOfferExtendedStatusFilter$, () => ResaleAuthorizationLastModifiedDateFilter$, () => ResaleAuthorizationResellerRoleFilter$]
1033
1035
  ];
1034
1036
  var ResaleAuthorizationLastModifiedDateFilter$ = [3, n0, _RALMDF,
1035
1037
  0,
@@ -1081,6 +1083,11 @@ var ResaleAuthorizationResellerLegalNameFilter$ = [3, n0, _RARLNF,
1081
1083
  [_VL, _WCV],
1082
1084
  [64 | 0, 0]
1083
1085
  ];
1086
+ var ResaleAuthorizationResellerRoleFilter$ = [3, n0, _RARRF,
1087
+ 0,
1088
+ [_VL],
1089
+ [64 | 0]
1090
+ ];
1084
1091
  var ResaleAuthorizationSort$ = [3, n0, _RASe,
1085
1092
  0,
1086
1093
  [_SB, _SO],
@@ -1093,8 +1100,8 @@ var ResaleAuthorizationStatusFilter$ = [3, n0, _RASF,
1093
1100
  ];
1094
1101
  var ResaleAuthorizationSummary$ = [3, n0, _RAS,
1095
1102
  0,
1096
- [_N, _PI, _PN, _MAI, _MLN, _RAID, _RLN, _S, _OES, _CD, _AED],
1097
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1103
+ [_N, _PI, _PN, _MAI, _MLN, _RAID, _RLN, _S, _OES, _CD, _AED, _RR],
1104
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1098
1105
  ];
1099
1106
  var SaaSProductEntityIdFilter$ = [3, n0, _SSPEIF,
1100
1107
  0,
@@ -1536,6 +1543,10 @@ const OfferSetStateString = {
1536
1543
  Draft: "Draft",
1537
1544
  Released: "Released",
1538
1545
  };
1546
+ const ResaleAuthorizationResellerRoleString = {
1547
+ ChannelPartner: "ChannelPartner",
1548
+ Distributor: "Distributor",
1549
+ };
1539
1550
  const ResaleAuthorizationStatusString = {
1540
1551
  Active: "Active",
1541
1552
  Draft: "Draft",
@@ -1768,6 +1779,8 @@ exports.ResaleAuthorizationProductIdFilter$ = ResaleAuthorizationProductIdFilter
1768
1779
  exports.ResaleAuthorizationProductNameFilter$ = ResaleAuthorizationProductNameFilter$;
1769
1780
  exports.ResaleAuthorizationResellerAccountIDFilter$ = ResaleAuthorizationResellerAccountIDFilter$;
1770
1781
  exports.ResaleAuthorizationResellerLegalNameFilter$ = ResaleAuthorizationResellerLegalNameFilter$;
1782
+ exports.ResaleAuthorizationResellerRoleFilter$ = ResaleAuthorizationResellerRoleFilter$;
1783
+ exports.ResaleAuthorizationResellerRoleString = ResaleAuthorizationResellerRoleString;
1771
1784
  exports.ResaleAuthorizationSort$ = ResaleAuthorizationSort$;
1772
1785
  exports.ResaleAuthorizationSortBy = ResaleAuthorizationSortBy;
1773
1786
  exports.ResaleAuthorizationStatusFilter$ = ResaleAuthorizationStatusFilter$;
@@ -62,6 +62,10 @@ export const OfferSetStateString = {
62
62
  Draft: "Draft",
63
63
  Released: "Released",
64
64
  };
65
+ export const ResaleAuthorizationResellerRoleString = {
66
+ ChannelPartner: "ChannelPartner",
67
+ Distributor: "Distributor",
68
+ };
65
69
  export const ResaleAuthorizationStatusString = {
66
70
  Active: "Active",
67
71
  Draft: "Draft",
@@ -176,6 +176,7 @@ const _RAPIF = "ResaleAuthorizationProductIdFilter";
176
176
  const _RAPNF = "ResaleAuthorizationProductNameFilter";
177
177
  const _RARAIDF = "ResaleAuthorizationResellerAccountIDFilter";
178
178
  const _RARLNF = "ResaleAuthorizationResellerLegalNameFilter";
179
+ const _RARRF = "ResaleAuthorizationResellerRoleFilter";
179
180
  const _RAS = "ResaleAuthorizationSummary";
180
181
  const _RASF = "ResaleAuthorizationStatusFilter";
181
182
  const _RASe = "ResaleAuthorizationSort";
@@ -185,6 +186,7 @@ const _RIUE = "ResourceInUseException";
185
186
  const _RLN = "ResellerLegalName";
186
187
  const _RNFE = "ResourceNotFoundException";
187
188
  const _RNSE = "ResourceNotSupportedException";
189
+ const _RR = "ResellerRole";
188
190
  const _S = "Status";
189
191
  const _SB = "SortBy";
190
192
  const _SCS = "StartChangeSet";
@@ -775,8 +777,8 @@ export var ResaleAuthorizationEntityIdFilter$ = [3, n0, _RAEIF,
775
777
  ];
776
778
  export var ResaleAuthorizationFilters$ = [3, n0, _RAF,
777
779
  0,
778
- [_EI, _N, _PI, _CD, _AED, _MAI, _PN, _MLN, _RAID, _RLN, _S, _OES, _LMD],
779
- [() => ResaleAuthorizationEntityIdFilter$, () => ResaleAuthorizationNameFilter$, () => ResaleAuthorizationProductIdFilter$, () => ResaleAuthorizationCreatedDateFilter$, () => ResaleAuthorizationAvailabilityEndDateFilter$, () => ResaleAuthorizationManufacturerAccountIdFilter$, () => ResaleAuthorizationProductNameFilter$, () => ResaleAuthorizationManufacturerLegalNameFilter$, () => ResaleAuthorizationResellerAccountIDFilter$, () => ResaleAuthorizationResellerLegalNameFilter$, () => ResaleAuthorizationStatusFilter$, () => ResaleAuthorizationOfferExtendedStatusFilter$, () => ResaleAuthorizationLastModifiedDateFilter$]
780
+ [_EI, _N, _PI, _CD, _AED, _MAI, _PN, _MLN, _RAID, _RLN, _S, _OES, _LMD, _RR],
781
+ [() => ResaleAuthorizationEntityIdFilter$, () => ResaleAuthorizationNameFilter$, () => ResaleAuthorizationProductIdFilter$, () => ResaleAuthorizationCreatedDateFilter$, () => ResaleAuthorizationAvailabilityEndDateFilter$, () => ResaleAuthorizationManufacturerAccountIdFilter$, () => ResaleAuthorizationProductNameFilter$, () => ResaleAuthorizationManufacturerLegalNameFilter$, () => ResaleAuthorizationResellerAccountIDFilter$, () => ResaleAuthorizationResellerLegalNameFilter$, () => ResaleAuthorizationStatusFilter$, () => ResaleAuthorizationOfferExtendedStatusFilter$, () => ResaleAuthorizationLastModifiedDateFilter$, () => ResaleAuthorizationResellerRoleFilter$]
780
782
  ];
781
783
  export var ResaleAuthorizationLastModifiedDateFilter$ = [3, n0, _RALMDF,
782
784
  0,
@@ -828,6 +830,11 @@ export var ResaleAuthorizationResellerLegalNameFilter$ = [3, n0, _RARLNF,
828
830
  [_VL, _WCV],
829
831
  [64 | 0, 0]
830
832
  ];
833
+ export var ResaleAuthorizationResellerRoleFilter$ = [3, n0, _RARRF,
834
+ 0,
835
+ [_VL],
836
+ [64 | 0]
837
+ ];
831
838
  export var ResaleAuthorizationSort$ = [3, n0, _RASe,
832
839
  0,
833
840
  [_SB, _SO],
@@ -840,8 +847,8 @@ export var ResaleAuthorizationStatusFilter$ = [3, n0, _RASF,
840
847
  ];
841
848
  export var ResaleAuthorizationSummary$ = [3, n0, _RAS,
842
849
  0,
843
- [_N, _PI, _PN, _MAI, _MLN, _RAID, _RLN, _S, _OES, _CD, _AED],
844
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
850
+ [_N, _PI, _PN, _MAI, _MLN, _RAID, _RLN, _S, _OES, _CD, _AED, _RR],
851
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
845
852
  ];
846
853
  export var SaaSProductEntityIdFilter$ = [3, n0, _SSPEIF,
847
854
  0,
@@ -982,6 +989,7 @@ var ResaleAuthorizationProductIdFilterValueList = 64 | 0;
982
989
  var ResaleAuthorizationProductNameFilterValueList = 64 | 0;
983
990
  var ResaleAuthorizationResellerAccountIDFilterValueList = 64 | 0;
984
991
  var ResaleAuthorizationResellerLegalNameFilterValueList = 64 | 0;
992
+ var ResaleAuthorizationResellerRoleFilterValueList = 64 | 0;
985
993
  var ResaleAuthorizationStatusFilterValueList = 64 | 0;
986
994
  var ResourceIdList = 64 | 0;
987
995
  var SaaSProductEntityIdFilterValueList = 64 | 0;
@@ -289,6 +289,11 @@ declare const ListEntitiesCommand_base: {
289
289
  * BeforeValue: "STRING_VALUE",
290
290
  * },
291
291
  * },
292
+ * ResellerRole: { // ResaleAuthorizationResellerRoleFilter
293
+ * ValueList: [ // ResaleAuthorizationResellerRoleFilterValueList
294
+ * "ChannelPartner" || "Distributor",
295
+ * ],
296
+ * },
292
297
  * },
293
298
  * MachineLearningProductFilters: { // MachineLearningProductFilters
294
299
  * EntityId: { // MachineLearningProductEntityIdFilter
@@ -443,6 +448,7 @@ declare const ListEntitiesCommand_base: {
443
448
  * // OfferExtendedStatus: "STRING_VALUE",
444
449
  * // CreatedDate: "STRING_VALUE",
445
450
  * // AvailabilityEndDate: "STRING_VALUE",
451
+ * // ResellerRole: "ChannelPartner" || "Distributor",
446
452
  * // },
447
453
  * // MachineLearningProductSummary: { // MachineLearningProductSummary
448
454
  * // ProductTitle: "STRING_VALUE",
@@ -158,6 +158,18 @@ export declare const OfferSetStateString: {
158
158
  * @public
159
159
  */
160
160
  export type OfferSetStateString = (typeof OfferSetStateString)[keyof typeof OfferSetStateString];
161
+ /**
162
+ * @public
163
+ * @enum
164
+ */
165
+ export declare const ResaleAuthorizationResellerRoleString: {
166
+ readonly ChannelPartner: "ChannelPartner";
167
+ readonly Distributor: "Distributor";
168
+ };
169
+ /**
170
+ * @public
171
+ */
172
+ export type ResaleAuthorizationResellerRoleString = (typeof ResaleAuthorizationResellerRoleString)[keyof typeof ResaleAuthorizationResellerRoleString];
161
173
  /**
162
174
  * @public
163
175
  * @enum
@@ -1,5 +1,5 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AmiProductSortBy, AmiProductVisibilityString, ChangeStatus, ContainerProductSortBy, ContainerProductVisibilityString, DataProductSortBy, DataProductVisibilityString, FailureCode, Intent, MachineLearningProductSortBy, MachineLearningProductVisibilityString, OfferSetSortBy, OfferSetStateString, OfferSortBy, OfferStateString, OfferTargetingString, OwnershipType, ResaleAuthorizationSortBy, ResaleAuthorizationStatusString, SaaSProductSortBy, SaaSProductVisibilityString, SortOrder } from "./enums";
2
+ import type { AmiProductSortBy, AmiProductVisibilityString, ChangeStatus, ContainerProductSortBy, ContainerProductVisibilityString, DataProductSortBy, DataProductVisibilityString, FailureCode, Intent, MachineLearningProductSortBy, MachineLearningProductVisibilityString, OfferSetSortBy, OfferSetStateString, OfferSortBy, OfferStateString, OfferTargetingString, OwnershipType, ResaleAuthorizationResellerRoleString, ResaleAuthorizationSortBy, ResaleAuthorizationStatusString, SaaSProductSortBy, SaaSProductVisibilityString, SortOrder } from "./enums";
3
3
  /**
4
4
  * <p>Object that allows filtering on entity id of an AMI product.</p>
5
5
  * @public
@@ -1578,6 +1578,17 @@ export interface ResaleAuthorizationResellerLegalNameFilter {
1578
1578
  */
1579
1579
  WildCardValue?: string | undefined;
1580
1580
  }
1581
+ /**
1582
+ * <p>Allows filtering on the <code>ResellerRole</code> of a ResaleAuthorization.</p>
1583
+ * @public
1584
+ */
1585
+ export interface ResaleAuthorizationResellerRoleFilter {
1586
+ /**
1587
+ * <p>Allows filtering on the <code>ResellerRole</code> of a ResaleAuthorization with list input.</p>
1588
+ * @public
1589
+ */
1590
+ ValueList?: ResaleAuthorizationResellerRoleString[] | undefined;
1591
+ }
1581
1592
  /**
1582
1593
  * <p>Allows filtering on the <code>Status</code> of a ResaleAuthorization.</p>
1583
1594
  * @public
@@ -1659,6 +1670,11 @@ export interface ResaleAuthorizationFilters {
1659
1670
  * @public
1660
1671
  */
1661
1672
  LastModifiedDate?: ResaleAuthorizationLastModifiedDateFilter | undefined;
1673
+ /**
1674
+ * <p>Allows filtering on the <code>ResellerRole</code> of a ResaleAuthorization.</p>
1675
+ * @public
1676
+ */
1677
+ ResellerRole?: ResaleAuthorizationResellerRoleFilter | undefined;
1662
1678
  }
1663
1679
  /**
1664
1680
  * <p>Object that allows filtering on entity id of a SaaS product.</p>
@@ -2441,6 +2457,11 @@ export interface ResaleAuthorizationSummary {
2441
2457
  * @public
2442
2458
  */
2443
2459
  AvailabilityEndDate?: string | undefined;
2460
+ /**
2461
+ * <p>The reseller role of the ResaleAuthorization.</p>
2462
+ * @public
2463
+ */
2464
+ ResellerRole?: ResaleAuthorizationResellerRoleString | undefined;
2444
2465
  }
2445
2466
  /**
2446
2467
  * <p>Object that contains summarized information about a SaaS product.</p>
@@ -122,6 +122,7 @@ export declare var ResaleAuthorizationProductIdFilter$: StaticStructureSchema;
122
122
  export declare var ResaleAuthorizationProductNameFilter$: StaticStructureSchema;
123
123
  export declare var ResaleAuthorizationResellerAccountIDFilter$: StaticStructureSchema;
124
124
  export declare var ResaleAuthorizationResellerLegalNameFilter$: StaticStructureSchema;
125
+ export declare var ResaleAuthorizationResellerRoleFilter$: StaticStructureSchema;
125
126
  export declare var ResaleAuthorizationSort$: StaticStructureSchema;
126
127
  export declare var ResaleAuthorizationStatusFilter$: StaticStructureSchema;
127
128
  export declare var ResaleAuthorizationSummary$: StaticStructureSchema;
@@ -82,6 +82,12 @@ export declare const OfferSetStateString: {
82
82
  };
83
83
  export type OfferSetStateString =
84
84
  (typeof OfferSetStateString)[keyof typeof OfferSetStateString];
85
+ export declare const ResaleAuthorizationResellerRoleString: {
86
+ readonly ChannelPartner: "ChannelPartner";
87
+ readonly Distributor: "Distributor";
88
+ };
89
+ export type ResaleAuthorizationResellerRoleString =
90
+ (typeof ResaleAuthorizationResellerRoleString)[keyof typeof ResaleAuthorizationResellerRoleString];
85
91
  export declare const ResaleAuthorizationStatusString: {
86
92
  readonly Active: "Active";
87
93
  readonly Draft: "Draft";
@@ -17,6 +17,7 @@ import {
17
17
  OfferStateString,
18
18
  OfferTargetingString,
19
19
  OwnershipType,
20
+ ResaleAuthorizationResellerRoleString,
20
21
  ResaleAuthorizationSortBy,
21
22
  ResaleAuthorizationStatusString,
22
23
  SaaSProductSortBy,
@@ -390,6 +391,9 @@ export interface ResaleAuthorizationResellerLegalNameFilter {
390
391
  ValueList?: string[] | undefined;
391
392
  WildCardValue?: string | undefined;
392
393
  }
394
+ export interface ResaleAuthorizationResellerRoleFilter {
395
+ ValueList?: ResaleAuthorizationResellerRoleString[] | undefined;
396
+ }
393
397
  export interface ResaleAuthorizationStatusFilter {
394
398
  ValueList?: ResaleAuthorizationStatusString[] | undefined;
395
399
  }
@@ -415,6 +419,7 @@ export interface ResaleAuthorizationFilters {
415
419
  | ResaleAuthorizationOfferExtendedStatusFilter
416
420
  | undefined;
417
421
  LastModifiedDate?: ResaleAuthorizationLastModifiedDateFilter | undefined;
422
+ ResellerRole?: ResaleAuthorizationResellerRoleFilter | undefined;
418
423
  }
419
424
  export interface SaaSProductEntityIdFilter {
420
425
  ValueList?: string[] | undefined;
@@ -764,6 +769,7 @@ export interface ResaleAuthorizationSummary {
764
769
  OfferExtendedStatus?: string | undefined;
765
770
  CreatedDate?: string | undefined;
766
771
  AvailabilityEndDate?: string | undefined;
772
+ ResellerRole?: ResaleAuthorizationResellerRoleString | undefined;
767
773
  }
768
774
  export interface SaaSProductSummary {
769
775
  ProductTitle?: string | undefined;
@@ -122,6 +122,7 @@ export declare var ResaleAuthorizationProductIdFilter$: StaticStructureSchema;
122
122
  export declare var ResaleAuthorizationProductNameFilter$: StaticStructureSchema;
123
123
  export declare var ResaleAuthorizationResellerAccountIDFilter$: StaticStructureSchema;
124
124
  export declare var ResaleAuthorizationResellerLegalNameFilter$: StaticStructureSchema;
125
+ export declare var ResaleAuthorizationResellerRoleFilter$: StaticStructureSchema;
125
126
  export declare var ResaleAuthorizationSort$: StaticStructureSchema;
126
127
  export declare var ResaleAuthorizationStatusFilter$: StaticStructureSchema;
127
128
  export declare var ResaleAuthorizationSummary$: StaticStructureSchema;
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.1079.0",
4
+ "version": "3.1081.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,8 +19,8 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.27",
23
- "@aws-sdk/credential-provider-node": "^3.972.62",
22
+ "@aws-sdk/core": "^3.974.29",
23
+ "@aws-sdk/credential-provider-node": "^3.972.64",
24
24
  "@aws-sdk/types": "^3.973.15",
25
25
  "@smithy/core": "^3.29.0",
26
26
  "@smithy/fetch-http-handler": "^5.6.2",