@aws-sdk/client-marketplace-catalog 3.1100.0 → 3.1102.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 +41 -5
- package/dist-es/models/enums.js +10 -0
- package/dist-es/schemas/schemas_0.js +28 -4
- package/dist-types/commands/ListEntitiesCommand.d.ts +19 -1
- package/dist-types/models/enums.d.ts +26 -0
- package/dist-types/models/models_0.d.ts +64 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +17 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +3 -3
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.
|
|
72
|
+
var version = "3.1101.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -273,6 +273,7 @@ const _BDER = "BatchDescribeEntitiesRequest";
|
|
|
273
273
|
const _BDERa = "BatchDescribeEntitiesResponse";
|
|
274
274
|
const _BV = "BeforeValue";
|
|
275
275
|
const _C = "Catalog";
|
|
276
|
+
const _CBS = "CreatedBySource";
|
|
276
277
|
const _CCS = "CancelChangeSet";
|
|
277
278
|
const _CCSR = "CancelChangeSetRequest";
|
|
278
279
|
const _CCSRa = "CancelChangeSetResponse";
|
|
@@ -377,6 +378,7 @@ const _NT = "NextToken";
|
|
|
377
378
|
const _OAEDF = "OfferAvailabilityEndDateFilter";
|
|
378
379
|
const _OAEDFDR = "OfferAvailabilityEndDateFilterDateRange";
|
|
379
380
|
const _OBAF = "OfferBuyerAccountsFilter";
|
|
381
|
+
const _OCBSF = "OfferCreatedBySourceFilter";
|
|
380
382
|
const _OEIF = "OfferEntityIdFilter";
|
|
381
383
|
const _OES = "OfferExtendedStatus";
|
|
382
384
|
const _OF = "OfferFilters";
|
|
@@ -405,6 +407,8 @@ const _OSSIF = "OfferSetSolutionIdFilter";
|
|
|
405
407
|
const _OSSf = "OfferSetSort";
|
|
406
408
|
const _OSf = "OfferSort";
|
|
407
409
|
const _OT = "OwnershipType";
|
|
410
|
+
const _OTAIF = "OfferTargetAgreementIdFilter";
|
|
411
|
+
const _OTAIFf = "OfferTargetAgreementIntentFilter";
|
|
408
412
|
const _OTF = "OfferTargetingFilter";
|
|
409
413
|
const _P = "Policy";
|
|
410
414
|
const _PI = "ProductId";
|
|
@@ -463,6 +467,8 @@ const _ST = "StartTime";
|
|
|
463
467
|
const _So = "Sort";
|
|
464
468
|
const _St = "State";
|
|
465
469
|
const _T = "Type";
|
|
470
|
+
const _TAI = "TargetAgreementId";
|
|
471
|
+
const _TAIa = "TargetAgreementIntent";
|
|
466
472
|
const _TE = "ThrottlingException";
|
|
467
473
|
const _TK = "TagKeys";
|
|
468
474
|
const _TL = "TagList";
|
|
@@ -863,6 +869,11 @@ var OfferBuyerAccountsFilter$ = [3, n0, _OBAF,
|
|
|
863
869
|
[_WCV],
|
|
864
870
|
[0]
|
|
865
871
|
];
|
|
872
|
+
var OfferCreatedBySourceFilter$ = [3, n0, _OCBSF,
|
|
873
|
+
0,
|
|
874
|
+
[_VL],
|
|
875
|
+
[64 | 0]
|
|
876
|
+
];
|
|
866
877
|
var OfferEntityIdFilter$ = [3, n0, _OEIF,
|
|
867
878
|
0,
|
|
868
879
|
[_VL],
|
|
@@ -870,8 +881,8 @@ var OfferEntityIdFilter$ = [3, n0, _OEIF,
|
|
|
870
881
|
];
|
|
871
882
|
var OfferFilters$ = [3, n0, _OF,
|
|
872
883
|
0,
|
|
873
|
-
[_EI, _N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _LMD, _OSI],
|
|
874
|
-
[() => OfferEntityIdFilter$, () => OfferNameFilter$, () => OfferProductIdFilter$, () => OfferResaleAuthorizationIdFilter$, () => OfferReleaseDateFilter$, () => OfferAvailabilityEndDateFilter$, () => OfferBuyerAccountsFilter$, () => OfferStateFilter$, () => OfferTargetingFilter$, () => OfferLastModifiedDateFilter$, () => OfferSetIdFilter$]
|
|
884
|
+
[_EI, _N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _LMD, _OSI, _TAI, _TAIa, _CBS],
|
|
885
|
+
[() => OfferEntityIdFilter$, () => OfferNameFilter$, () => OfferProductIdFilter$, () => OfferResaleAuthorizationIdFilter$, () => OfferReleaseDateFilter$, () => OfferAvailabilityEndDateFilter$, () => OfferBuyerAccountsFilter$, () => OfferStateFilter$, () => OfferTargetingFilter$, () => OfferLastModifiedDateFilter$, () => OfferSetIdFilter$, () => OfferTargetAgreementIdFilter$, () => OfferTargetAgreementIntentFilter$, () => OfferCreatedBySourceFilter$]
|
|
875
886
|
];
|
|
876
887
|
var OfferLastModifiedDateFilter$ = [3, n0, _OLMDF,
|
|
877
888
|
0,
|
|
@@ -985,8 +996,18 @@ var OfferStateFilter$ = [3, n0, _OSFf,
|
|
|
985
996
|
];
|
|
986
997
|
var OfferSummary$ = [3, n0, _OS,
|
|
987
998
|
0,
|
|
988
|
-
[_N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _OSI],
|
|
989
|
-
[0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0]
|
|
999
|
+
[_N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _OSI, _TAI, _TAIa, _CBS],
|
|
1000
|
+
[0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0, 0, 0, 0]
|
|
1001
|
+
];
|
|
1002
|
+
var OfferTargetAgreementIdFilter$ = [3, n0, _OTAIF,
|
|
1003
|
+
0,
|
|
1004
|
+
[_VL],
|
|
1005
|
+
[64 | 0]
|
|
1006
|
+
];
|
|
1007
|
+
var OfferTargetAgreementIntentFilter$ = [3, n0, _OTAIFf,
|
|
1008
|
+
0,
|
|
1009
|
+
[_VL],
|
|
1010
|
+
[64 | 0]
|
|
990
1011
|
];
|
|
991
1012
|
var OfferTargetingFilter$ = [3, n0, _OTF,
|
|
992
1013
|
0,
|
|
@@ -1529,10 +1550,17 @@ const MachineLearningProductVisibilityString = {
|
|
|
1529
1550
|
Public: "Public",
|
|
1530
1551
|
Restricted: "Restricted",
|
|
1531
1552
|
};
|
|
1553
|
+
const OfferCreatedBySourceString = {
|
|
1554
|
+
AwsMarketplace: "AwsMarketplace",
|
|
1555
|
+
Seller: "Seller",
|
|
1556
|
+
};
|
|
1532
1557
|
const OfferStateString = {
|
|
1533
1558
|
Draft: "Draft",
|
|
1534
1559
|
Released: "Released",
|
|
1535
1560
|
};
|
|
1561
|
+
const OfferTargetAgreementIntentString = {
|
|
1562
|
+
Renew: "Renew",
|
|
1563
|
+
};
|
|
1536
1564
|
const OfferTargetingString = {
|
|
1537
1565
|
BuyerAccounts: "BuyerAccounts",
|
|
1538
1566
|
CountryCodes: "CountryCodes",
|
|
@@ -1588,6 +1616,7 @@ const OfferSetSortBy = {
|
|
|
1588
1616
|
const OfferSortBy = {
|
|
1589
1617
|
AvailabilityEndDate: "AvailabilityEndDate",
|
|
1590
1618
|
BuyerAccounts: "BuyerAccounts",
|
|
1619
|
+
CreatedBySource: "CreatedBySource",
|
|
1591
1620
|
EntityId: "EntityId",
|
|
1592
1621
|
LastModifiedDate: "LastModifiedDate",
|
|
1593
1622
|
Name: "Name",
|
|
@@ -1596,6 +1625,8 @@ const OfferSortBy = {
|
|
|
1596
1625
|
ReleaseDate: "ReleaseDate",
|
|
1597
1626
|
ResaleAuthorizationId: "ResaleAuthorizationId",
|
|
1598
1627
|
State: "State",
|
|
1628
|
+
TargetAgreementId: "TargetAgreementId",
|
|
1629
|
+
TargetAgreementIntent: "TargetAgreementIntent",
|
|
1599
1630
|
Targeting: "Targeting",
|
|
1600
1631
|
};
|
|
1601
1632
|
const ResaleAuthorizationSortBy = {
|
|
@@ -1727,6 +1758,8 @@ exports.MarketplaceCatalogServiceException$ = MarketplaceCatalogServiceException
|
|
|
1727
1758
|
exports.OfferAvailabilityEndDateFilter$ = OfferAvailabilityEndDateFilter$;
|
|
1728
1759
|
exports.OfferAvailabilityEndDateFilterDateRange$ = OfferAvailabilityEndDateFilterDateRange$;
|
|
1729
1760
|
exports.OfferBuyerAccountsFilter$ = OfferBuyerAccountsFilter$;
|
|
1761
|
+
exports.OfferCreatedBySourceFilter$ = OfferCreatedBySourceFilter$;
|
|
1762
|
+
exports.OfferCreatedBySourceString = OfferCreatedBySourceString;
|
|
1730
1763
|
exports.OfferEntityIdFilter$ = OfferEntityIdFilter$;
|
|
1731
1764
|
exports.OfferFilters$ = OfferFilters$;
|
|
1732
1765
|
exports.OfferLastModifiedDateFilter$ = OfferLastModifiedDateFilter$;
|
|
@@ -1756,6 +1789,9 @@ exports.OfferSortBy = OfferSortBy;
|
|
|
1756
1789
|
exports.OfferStateFilter$ = OfferStateFilter$;
|
|
1757
1790
|
exports.OfferStateString = OfferStateString;
|
|
1758
1791
|
exports.OfferSummary$ = OfferSummary$;
|
|
1792
|
+
exports.OfferTargetAgreementIdFilter$ = OfferTargetAgreementIdFilter$;
|
|
1793
|
+
exports.OfferTargetAgreementIntentFilter$ = OfferTargetAgreementIntentFilter$;
|
|
1794
|
+
exports.OfferTargetAgreementIntentString = OfferTargetAgreementIntentString;
|
|
1759
1795
|
exports.OfferTargetingFilter$ = OfferTargetingFilter$;
|
|
1760
1796
|
exports.OfferTargetingString = OfferTargetingString;
|
|
1761
1797
|
exports.OwnershipType = OwnershipType;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -48,10 +48,17 @@ export const MachineLearningProductVisibilityString = {
|
|
|
48
48
|
Public: "Public",
|
|
49
49
|
Restricted: "Restricted",
|
|
50
50
|
};
|
|
51
|
+
export const OfferCreatedBySourceString = {
|
|
52
|
+
AwsMarketplace: "AwsMarketplace",
|
|
53
|
+
Seller: "Seller",
|
|
54
|
+
};
|
|
51
55
|
export const OfferStateString = {
|
|
52
56
|
Draft: "Draft",
|
|
53
57
|
Released: "Released",
|
|
54
58
|
};
|
|
59
|
+
export const OfferTargetAgreementIntentString = {
|
|
60
|
+
Renew: "Renew",
|
|
61
|
+
};
|
|
55
62
|
export const OfferTargetingString = {
|
|
56
63
|
BuyerAccounts: "BuyerAccounts",
|
|
57
64
|
CountryCodes: "CountryCodes",
|
|
@@ -107,6 +114,7 @@ export const OfferSetSortBy = {
|
|
|
107
114
|
export const OfferSortBy = {
|
|
108
115
|
AvailabilityEndDate: "AvailabilityEndDate",
|
|
109
116
|
BuyerAccounts: "BuyerAccounts",
|
|
117
|
+
CreatedBySource: "CreatedBySource",
|
|
110
118
|
EntityId: "EntityId",
|
|
111
119
|
LastModifiedDate: "LastModifiedDate",
|
|
112
120
|
Name: "Name",
|
|
@@ -115,6 +123,8 @@ export const OfferSortBy = {
|
|
|
115
123
|
ReleaseDate: "ReleaseDate",
|
|
116
124
|
ResaleAuthorizationId: "ResaleAuthorizationId",
|
|
117
125
|
State: "State",
|
|
126
|
+
TargetAgreementId: "TargetAgreementId",
|
|
127
|
+
TargetAgreementIntent: "TargetAgreementIntent",
|
|
118
128
|
Targeting: "Targeting",
|
|
119
129
|
};
|
|
120
130
|
export const ResaleAuthorizationSortBy = {
|
|
@@ -17,6 +17,7 @@ const _BDER = "BatchDescribeEntitiesRequest";
|
|
|
17
17
|
const _BDERa = "BatchDescribeEntitiesResponse";
|
|
18
18
|
const _BV = "BeforeValue";
|
|
19
19
|
const _C = "Catalog";
|
|
20
|
+
const _CBS = "CreatedBySource";
|
|
20
21
|
const _CCS = "CancelChangeSet";
|
|
21
22
|
const _CCSR = "CancelChangeSetRequest";
|
|
22
23
|
const _CCSRa = "CancelChangeSetResponse";
|
|
@@ -121,6 +122,7 @@ const _NT = "NextToken";
|
|
|
121
122
|
const _OAEDF = "OfferAvailabilityEndDateFilter";
|
|
122
123
|
const _OAEDFDR = "OfferAvailabilityEndDateFilterDateRange";
|
|
123
124
|
const _OBAF = "OfferBuyerAccountsFilter";
|
|
125
|
+
const _OCBSF = "OfferCreatedBySourceFilter";
|
|
124
126
|
const _OEIF = "OfferEntityIdFilter";
|
|
125
127
|
const _OES = "OfferExtendedStatus";
|
|
126
128
|
const _OF = "OfferFilters";
|
|
@@ -149,6 +151,8 @@ const _OSSIF = "OfferSetSolutionIdFilter";
|
|
|
149
151
|
const _OSSf = "OfferSetSort";
|
|
150
152
|
const _OSf = "OfferSort";
|
|
151
153
|
const _OT = "OwnershipType";
|
|
154
|
+
const _OTAIF = "OfferTargetAgreementIdFilter";
|
|
155
|
+
const _OTAIFf = "OfferTargetAgreementIntentFilter";
|
|
152
156
|
const _OTF = "OfferTargetingFilter";
|
|
153
157
|
const _P = "Policy";
|
|
154
158
|
const _PI = "ProductId";
|
|
@@ -207,6 +211,8 @@ const _ST = "StartTime";
|
|
|
207
211
|
const _So = "Sort";
|
|
208
212
|
const _St = "State";
|
|
209
213
|
const _T = "Type";
|
|
214
|
+
const _TAI = "TargetAgreementId";
|
|
215
|
+
const _TAIa = "TargetAgreementIntent";
|
|
210
216
|
const _TE = "ThrottlingException";
|
|
211
217
|
const _TK = "TagKeys";
|
|
212
218
|
const _TL = "TagList";
|
|
@@ -610,6 +616,11 @@ export var OfferBuyerAccountsFilter$ = [3, n0, _OBAF,
|
|
|
610
616
|
[_WCV],
|
|
611
617
|
[0]
|
|
612
618
|
];
|
|
619
|
+
export var OfferCreatedBySourceFilter$ = [3, n0, _OCBSF,
|
|
620
|
+
0,
|
|
621
|
+
[_VL],
|
|
622
|
+
[64 | 0]
|
|
623
|
+
];
|
|
613
624
|
export var OfferEntityIdFilter$ = [3, n0, _OEIF,
|
|
614
625
|
0,
|
|
615
626
|
[_VL],
|
|
@@ -617,8 +628,8 @@ export var OfferEntityIdFilter$ = [3, n0, _OEIF,
|
|
|
617
628
|
];
|
|
618
629
|
export var OfferFilters$ = [3, n0, _OF,
|
|
619
630
|
0,
|
|
620
|
-
[_EI, _N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _LMD, _OSI],
|
|
621
|
-
[() => OfferEntityIdFilter$, () => OfferNameFilter$, () => OfferProductIdFilter$, () => OfferResaleAuthorizationIdFilter$, () => OfferReleaseDateFilter$, () => OfferAvailabilityEndDateFilter$, () => OfferBuyerAccountsFilter$, () => OfferStateFilter$, () => OfferTargetingFilter$, () => OfferLastModifiedDateFilter$, () => OfferSetIdFilter$]
|
|
631
|
+
[_EI, _N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _LMD, _OSI, _TAI, _TAIa, _CBS],
|
|
632
|
+
[() => OfferEntityIdFilter$, () => OfferNameFilter$, () => OfferProductIdFilter$, () => OfferResaleAuthorizationIdFilter$, () => OfferReleaseDateFilter$, () => OfferAvailabilityEndDateFilter$, () => OfferBuyerAccountsFilter$, () => OfferStateFilter$, () => OfferTargetingFilter$, () => OfferLastModifiedDateFilter$, () => OfferSetIdFilter$, () => OfferTargetAgreementIdFilter$, () => OfferTargetAgreementIntentFilter$, () => OfferCreatedBySourceFilter$]
|
|
622
633
|
];
|
|
623
634
|
export var OfferLastModifiedDateFilter$ = [3, n0, _OLMDF,
|
|
624
635
|
0,
|
|
@@ -732,8 +743,18 @@ export var OfferStateFilter$ = [3, n0, _OSFf,
|
|
|
732
743
|
];
|
|
733
744
|
export var OfferSummary$ = [3, n0, _OS,
|
|
734
745
|
0,
|
|
735
|
-
[_N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _OSI],
|
|
736
|
-
[0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0]
|
|
746
|
+
[_N, _PI, _RAI, _RD, _AED, _BA, _St, _Tar, _OSI, _TAI, _TAIa, _CBS],
|
|
747
|
+
[0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0, 0, 0, 0]
|
|
748
|
+
];
|
|
749
|
+
export var OfferTargetAgreementIdFilter$ = [3, n0, _OTAIF,
|
|
750
|
+
0,
|
|
751
|
+
[_VL],
|
|
752
|
+
[64 | 0]
|
|
753
|
+
];
|
|
754
|
+
export var OfferTargetAgreementIntentFilter$ = [3, n0, _OTAIFf,
|
|
755
|
+
0,
|
|
756
|
+
[_VL],
|
|
757
|
+
[64 | 0]
|
|
737
758
|
];
|
|
738
759
|
export var OfferTargetingFilter$ = [3, n0, _OTF,
|
|
739
760
|
0,
|
|
@@ -961,6 +982,7 @@ var MachineLearningProductEntityIdFilterValueList = 64 | 0;
|
|
|
961
982
|
var MachineLearningProductTitleFilterValueList = 64 | 0;
|
|
962
983
|
var MachineLearningProductVisibilityFilterValueList = 64 | 0;
|
|
963
984
|
var OfferBuyerAccountsList = 64 | 0;
|
|
985
|
+
var OfferCreatedBySourceFilterValueList = 64 | 0;
|
|
964
986
|
var OfferEntityIdFilterValueList = 64 | 0;
|
|
965
987
|
var OfferNameFilterValueList = 64 | 0;
|
|
966
988
|
var OfferProductIdFilterValueList = 64 | 0;
|
|
@@ -973,6 +995,8 @@ var OfferSetNameFilterValueList = 64 | 0;
|
|
|
973
995
|
var OfferSetSolutionIdFilterValueList = 64 | 0;
|
|
974
996
|
var OfferSetStateFilterValueList = 64 | 0;
|
|
975
997
|
var OfferStateFilterValueList = 64 | 0;
|
|
998
|
+
var OfferTargetAgreementIdFilterValueList = 64 | 0;
|
|
999
|
+
var OfferTargetAgreementIntentFilterValueList = 64 | 0;
|
|
976
1000
|
var OfferTargetingFilterValueList = 64 | 0;
|
|
977
1001
|
var OfferTargetingList = 64 | 0;
|
|
978
1002
|
var RequestedChangeList = [1, n0, _RCL,
|
|
@@ -182,6 +182,21 @@ declare const ListEntitiesCommand_base: {
|
|
|
182
182
|
* "STRING_VALUE",
|
|
183
183
|
* ],
|
|
184
184
|
* },
|
|
185
|
+
* TargetAgreementId: { // OfferTargetAgreementIdFilter
|
|
186
|
+
* ValueList: [ // OfferTargetAgreementIdFilterValueList
|
|
187
|
+
* "STRING_VALUE",
|
|
188
|
+
* ],
|
|
189
|
+
* },
|
|
190
|
+
* TargetAgreementIntent: { // OfferTargetAgreementIntentFilter
|
|
191
|
+
* ValueList: [ // OfferTargetAgreementIntentFilterValueList
|
|
192
|
+
* "Renew",
|
|
193
|
+
* ],
|
|
194
|
+
* },
|
|
195
|
+
* CreatedBySource: { // OfferCreatedBySourceFilter
|
|
196
|
+
* ValueList: [ // OfferCreatedBySourceFilterValueList
|
|
197
|
+
* "Seller" || "AwsMarketplace",
|
|
198
|
+
* ],
|
|
199
|
+
* },
|
|
185
200
|
* },
|
|
186
201
|
* ContainerProductFilters: { // ContainerProductFilters
|
|
187
202
|
* EntityId: { // ContainerProductEntityIdFilter
|
|
@@ -373,7 +388,7 @@ declare const ListEntitiesCommand_base: {
|
|
|
373
388
|
* SortOrder: "ASCENDING" || "DESCENDING",
|
|
374
389
|
* },
|
|
375
390
|
* OfferSort: { // OfferSort
|
|
376
|
-
* SortBy: "EntityId" || "Name" || "ProductId" || "ResaleAuthorizationId" || "ReleaseDate" || "AvailabilityEndDate" || "BuyerAccounts" || "State" || "Targeting" || "LastModifiedDate" || "OfferSetId",
|
|
391
|
+
* SortBy: "EntityId" || "Name" || "ProductId" || "ResaleAuthorizationId" || "ReleaseDate" || "AvailabilityEndDate" || "BuyerAccounts" || "State" || "Targeting" || "LastModifiedDate" || "OfferSetId" || "TargetAgreementId" || "TargetAgreementIntent" || "CreatedBySource",
|
|
377
392
|
* SortOrder: "ASCENDING" || "DESCENDING",
|
|
378
393
|
* },
|
|
379
394
|
* ContainerProductSort: { // ContainerProductSort
|
|
@@ -435,6 +450,9 @@ declare const ListEntitiesCommand_base: {
|
|
|
435
450
|
* // "BuyerAccounts" || "ParticipatingPrograms" || "CountryCodes" || "None",
|
|
436
451
|
* // ],
|
|
437
452
|
* // OfferSetId: "STRING_VALUE",
|
|
453
|
+
* // TargetAgreementId: "STRING_VALUE",
|
|
454
|
+
* // TargetAgreementIntent: "Renew",
|
|
455
|
+
* // CreatedBySource: "Seller" || "AwsMarketplace",
|
|
438
456
|
* // },
|
|
439
457
|
* // ResaleAuthorizationSummary: { // ResaleAuthorizationSummary
|
|
440
458
|
* // Name: "STRING_VALUE",
|
|
@@ -120,6 +120,18 @@ export declare const MachineLearningProductVisibilityString: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export type MachineLearningProductVisibilityString = (typeof MachineLearningProductVisibilityString)[keyof typeof MachineLearningProductVisibilityString];
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
* @enum
|
|
126
|
+
*/
|
|
127
|
+
export declare const OfferCreatedBySourceString: {
|
|
128
|
+
readonly AwsMarketplace: "AwsMarketplace";
|
|
129
|
+
readonly Seller: "Seller";
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
export type OfferCreatedBySourceString = (typeof OfferCreatedBySourceString)[keyof typeof OfferCreatedBySourceString];
|
|
123
135
|
/**
|
|
124
136
|
* @public
|
|
125
137
|
* @enum
|
|
@@ -132,6 +144,17 @@ export declare const OfferStateString: {
|
|
|
132
144
|
* @public
|
|
133
145
|
*/
|
|
134
146
|
export type OfferStateString = (typeof OfferStateString)[keyof typeof OfferStateString];
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* @enum
|
|
150
|
+
*/
|
|
151
|
+
export declare const OfferTargetAgreementIntentString: {
|
|
152
|
+
readonly Renew: "Renew";
|
|
153
|
+
};
|
|
154
|
+
/**
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
export type OfferTargetAgreementIntentString = (typeof OfferTargetAgreementIntentString)[keyof typeof OfferTargetAgreementIntentString];
|
|
135
158
|
/**
|
|
136
159
|
* @public
|
|
137
160
|
* @enum
|
|
@@ -263,6 +286,7 @@ export type OfferSetSortBy = (typeof OfferSetSortBy)[keyof typeof OfferSetSortBy
|
|
|
263
286
|
export declare const OfferSortBy: {
|
|
264
287
|
readonly AvailabilityEndDate: "AvailabilityEndDate";
|
|
265
288
|
readonly BuyerAccounts: "BuyerAccounts";
|
|
289
|
+
readonly CreatedBySource: "CreatedBySource";
|
|
266
290
|
readonly EntityId: "EntityId";
|
|
267
291
|
readonly LastModifiedDate: "LastModifiedDate";
|
|
268
292
|
readonly Name: "Name";
|
|
@@ -271,6 +295,8 @@ export declare const OfferSortBy: {
|
|
|
271
295
|
readonly ReleaseDate: "ReleaseDate";
|
|
272
296
|
readonly ResaleAuthorizationId: "ResaleAuthorizationId";
|
|
273
297
|
readonly State: "State";
|
|
298
|
+
readonly TargetAgreementId: "TargetAgreementId";
|
|
299
|
+
readonly TargetAgreementIntent: "TargetAgreementIntent";
|
|
274
300
|
readonly Targeting: "Targeting";
|
|
275
301
|
};
|
|
276
302
|
/**
|
|
@@ -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, ResaleAuthorizationResellerRoleString, ResaleAuthorizationSortBy, ResaleAuthorizationStatusString, SaaSProductSortBy, SaaSProductVisibilityString, SortOrder } from "./enums";
|
|
2
|
+
import type { AmiProductSortBy, AmiProductVisibilityString, ChangeStatus, ContainerProductSortBy, ContainerProductVisibilityString, DataProductSortBy, DataProductVisibilityString, FailureCode, Intent, MachineLearningProductSortBy, MachineLearningProductVisibilityString, OfferCreatedBySourceString, OfferSetSortBy, OfferSetStateString, OfferSortBy, OfferStateString, OfferTargetAgreementIntentString, 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
|
|
@@ -998,6 +998,17 @@ export interface OfferBuyerAccountsFilter {
|
|
|
998
998
|
*/
|
|
999
999
|
WildCardValue?: string | undefined;
|
|
1000
1000
|
}
|
|
1001
|
+
/**
|
|
1002
|
+
* <p>Allows filtering on the <code>CreatedBySource</code> of an offer.</p>
|
|
1003
|
+
* @public
|
|
1004
|
+
*/
|
|
1005
|
+
export interface OfferCreatedBySourceFilter {
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>Allows filtering on the <code>CreatedBySource</code> of an offer with list input.</p>
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
1010
|
+
ValueList?: OfferCreatedBySourceString[] | undefined;
|
|
1011
|
+
}
|
|
1001
1012
|
/**
|
|
1002
1013
|
* <p>Allows filtering on the entity id of an offer.</p>
|
|
1003
1014
|
* @public
|
|
@@ -1127,6 +1138,28 @@ export interface OfferStateFilter {
|
|
|
1127
1138
|
*/
|
|
1128
1139
|
ValueList?: OfferStateString[] | undefined;
|
|
1129
1140
|
}
|
|
1141
|
+
/**
|
|
1142
|
+
* <p>Allows filtering on the <code>TargetAgreementId</code> of an offer.</p>
|
|
1143
|
+
* @public
|
|
1144
|
+
*/
|
|
1145
|
+
export interface OfferTargetAgreementIdFilter {
|
|
1146
|
+
/**
|
|
1147
|
+
* <p>Allows filtering on the <code>TargetAgreementId</code> of an offer with list input.</p>
|
|
1148
|
+
* @public
|
|
1149
|
+
*/
|
|
1150
|
+
ValueList?: string[] | undefined;
|
|
1151
|
+
}
|
|
1152
|
+
/**
|
|
1153
|
+
* <p>Allows filtering on the <code>TargetAgreementIntent</code> of an offer.</p>
|
|
1154
|
+
* @public
|
|
1155
|
+
*/
|
|
1156
|
+
export interface OfferTargetAgreementIntentFilter {
|
|
1157
|
+
/**
|
|
1158
|
+
* <p>Allows filtering on the <code>TargetAgreementIntent</code> of an offer with list input.</p>
|
|
1159
|
+
* @public
|
|
1160
|
+
*/
|
|
1161
|
+
ValueList?: OfferTargetAgreementIntentString[] | undefined;
|
|
1162
|
+
}
|
|
1130
1163
|
/**
|
|
1131
1164
|
* <p>Allows filtering on the <code>Targeting</code> of an offer.</p>
|
|
1132
1165
|
* @public
|
|
@@ -1202,6 +1235,21 @@ export interface OfferFilters {
|
|
|
1202
1235
|
* @public
|
|
1203
1236
|
*/
|
|
1204
1237
|
OfferSetId?: OfferSetIdFilter | undefined;
|
|
1238
|
+
/**
|
|
1239
|
+
* <p>Allows filtering on the <code>TargetAgreementId</code> of an offer.</p>
|
|
1240
|
+
* @public
|
|
1241
|
+
*/
|
|
1242
|
+
TargetAgreementId?: OfferTargetAgreementIdFilter | undefined;
|
|
1243
|
+
/**
|
|
1244
|
+
* <p>Allows filtering on the <code>TargetAgreementIntent</code> of an offer.</p>
|
|
1245
|
+
* @public
|
|
1246
|
+
*/
|
|
1247
|
+
TargetAgreementIntent?: OfferTargetAgreementIntentFilter | undefined;
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>Allows filtering on the <code>CreatedBySource</code> of an offer.</p>
|
|
1250
|
+
* @public
|
|
1251
|
+
*/
|
|
1252
|
+
CreatedBySource?: OfferCreatedBySourceFilter | undefined;
|
|
1205
1253
|
}
|
|
1206
1254
|
/**
|
|
1207
1255
|
* <p>Allows filtering on the <code>AssociatedOfferIds</code> of an offer set.</p>
|
|
@@ -2396,6 +2444,21 @@ export interface OfferSummary {
|
|
|
2396
2444
|
* @public
|
|
2397
2445
|
*/
|
|
2398
2446
|
OfferSetId?: string | undefined;
|
|
2447
|
+
/**
|
|
2448
|
+
* <p>The target agreement ID of the offer.</p>
|
|
2449
|
+
* @public
|
|
2450
|
+
*/
|
|
2451
|
+
TargetAgreementId?: string | undefined;
|
|
2452
|
+
/**
|
|
2453
|
+
* <p>The target agreement intent of the offer.</p>
|
|
2454
|
+
* @public
|
|
2455
|
+
*/
|
|
2456
|
+
TargetAgreementIntent?: OfferTargetAgreementIntentString | undefined;
|
|
2457
|
+
/**
|
|
2458
|
+
* <p>The creation source of the offer.</p>
|
|
2459
|
+
* @public
|
|
2460
|
+
*/
|
|
2461
|
+
CreatedBySource?: OfferCreatedBySourceString | undefined;
|
|
2399
2462
|
}
|
|
2400
2463
|
/**
|
|
2401
2464
|
* <p>Summarized information about a Resale Authorization.</p>
|
|
@@ -78,6 +78,7 @@ export declare var MachineLearningProductVisibilityFilter$: StaticStructureSchem
|
|
|
78
78
|
export declare var OfferAvailabilityEndDateFilter$: StaticStructureSchema;
|
|
79
79
|
export declare var OfferAvailabilityEndDateFilterDateRange$: StaticStructureSchema;
|
|
80
80
|
export declare var OfferBuyerAccountsFilter$: StaticStructureSchema;
|
|
81
|
+
export declare var OfferCreatedBySourceFilter$: StaticStructureSchema;
|
|
81
82
|
export declare var OfferEntityIdFilter$: StaticStructureSchema;
|
|
82
83
|
export declare var OfferFilters$: StaticStructureSchema;
|
|
83
84
|
export declare var OfferLastModifiedDateFilter$: StaticStructureSchema;
|
|
@@ -103,6 +104,8 @@ export declare var OfferSetSummary$: StaticStructureSchema;
|
|
|
103
104
|
export declare var OfferSort$: StaticStructureSchema;
|
|
104
105
|
export declare var OfferStateFilter$: StaticStructureSchema;
|
|
105
106
|
export declare var OfferSummary$: StaticStructureSchema;
|
|
107
|
+
export declare var OfferTargetAgreementIdFilter$: StaticStructureSchema;
|
|
108
|
+
export declare var OfferTargetAgreementIntentFilter$: StaticStructureSchema;
|
|
106
109
|
export declare var OfferTargetingFilter$: StaticStructureSchema;
|
|
107
110
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
108
111
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
@@ -61,11 +61,22 @@ export declare const MachineLearningProductVisibilityString: {
|
|
|
61
61
|
};
|
|
62
62
|
export type MachineLearningProductVisibilityString =
|
|
63
63
|
(typeof MachineLearningProductVisibilityString)[keyof typeof MachineLearningProductVisibilityString];
|
|
64
|
+
export declare const OfferCreatedBySourceString: {
|
|
65
|
+
readonly AwsMarketplace: "AwsMarketplace";
|
|
66
|
+
readonly Seller: "Seller";
|
|
67
|
+
};
|
|
68
|
+
export type OfferCreatedBySourceString =
|
|
69
|
+
(typeof OfferCreatedBySourceString)[keyof typeof OfferCreatedBySourceString];
|
|
64
70
|
export declare const OfferStateString: {
|
|
65
71
|
readonly Draft: "Draft";
|
|
66
72
|
readonly Released: "Released";
|
|
67
73
|
};
|
|
68
74
|
export type OfferStateString = (typeof OfferStateString)[keyof typeof OfferStateString];
|
|
75
|
+
export declare const OfferTargetAgreementIntentString: {
|
|
76
|
+
readonly Renew: "Renew";
|
|
77
|
+
};
|
|
78
|
+
export type OfferTargetAgreementIntentString =
|
|
79
|
+
(typeof OfferTargetAgreementIntentString)[keyof typeof OfferTargetAgreementIntentString];
|
|
69
80
|
export declare const OfferTargetingString: {
|
|
70
81
|
readonly BuyerAccounts: "BuyerAccounts";
|
|
71
82
|
readonly CountryCodes: "CountryCodes";
|
|
@@ -135,6 +146,7 @@ export type OfferSetSortBy = (typeof OfferSetSortBy)[keyof typeof OfferSetSortBy
|
|
|
135
146
|
export declare const OfferSortBy: {
|
|
136
147
|
readonly AvailabilityEndDate: "AvailabilityEndDate";
|
|
137
148
|
readonly BuyerAccounts: "BuyerAccounts";
|
|
149
|
+
readonly CreatedBySource: "CreatedBySource";
|
|
138
150
|
readonly EntityId: "EntityId";
|
|
139
151
|
readonly LastModifiedDate: "LastModifiedDate";
|
|
140
152
|
readonly Name: "Name";
|
|
@@ -143,6 +155,8 @@ export declare const OfferSortBy: {
|
|
|
143
155
|
readonly ReleaseDate: "ReleaseDate";
|
|
144
156
|
readonly ResaleAuthorizationId: "ResaleAuthorizationId";
|
|
145
157
|
readonly State: "State";
|
|
158
|
+
readonly TargetAgreementId: "TargetAgreementId";
|
|
159
|
+
readonly TargetAgreementIntent: "TargetAgreementIntent";
|
|
146
160
|
readonly Targeting: "Targeting";
|
|
147
161
|
};
|
|
148
162
|
export type OfferSortBy = (typeof OfferSortBy)[keyof typeof OfferSortBy];
|
|
@@ -11,10 +11,12 @@ import {
|
|
|
11
11
|
Intent,
|
|
12
12
|
MachineLearningProductSortBy,
|
|
13
13
|
MachineLearningProductVisibilityString,
|
|
14
|
+
OfferCreatedBySourceString,
|
|
14
15
|
OfferSetSortBy,
|
|
15
16
|
OfferSetStateString,
|
|
16
17
|
OfferSortBy,
|
|
17
18
|
OfferStateString,
|
|
19
|
+
OfferTargetAgreementIntentString,
|
|
18
20
|
OfferTargetingString,
|
|
19
21
|
OwnershipType,
|
|
20
22
|
ResaleAuthorizationResellerRoleString,
|
|
@@ -247,6 +249,9 @@ export interface OfferAvailabilityEndDateFilter {
|
|
|
247
249
|
export interface OfferBuyerAccountsFilter {
|
|
248
250
|
WildCardValue?: string | undefined;
|
|
249
251
|
}
|
|
252
|
+
export interface OfferCreatedBySourceFilter {
|
|
253
|
+
ValueList?: OfferCreatedBySourceString[] | undefined;
|
|
254
|
+
}
|
|
250
255
|
export interface OfferEntityIdFilter {
|
|
251
256
|
ValueList?: string[] | undefined;
|
|
252
257
|
}
|
|
@@ -280,6 +285,12 @@ export interface OfferResaleAuthorizationIdFilter {
|
|
|
280
285
|
export interface OfferStateFilter {
|
|
281
286
|
ValueList?: OfferStateString[] | undefined;
|
|
282
287
|
}
|
|
288
|
+
export interface OfferTargetAgreementIdFilter {
|
|
289
|
+
ValueList?: string[] | undefined;
|
|
290
|
+
}
|
|
291
|
+
export interface OfferTargetAgreementIntentFilter {
|
|
292
|
+
ValueList?: OfferTargetAgreementIntentString[] | undefined;
|
|
293
|
+
}
|
|
283
294
|
export interface OfferTargetingFilter {
|
|
284
295
|
ValueList?: OfferTargetingString[] | undefined;
|
|
285
296
|
}
|
|
@@ -295,6 +306,9 @@ export interface OfferFilters {
|
|
|
295
306
|
Targeting?: OfferTargetingFilter | undefined;
|
|
296
307
|
LastModifiedDate?: OfferLastModifiedDateFilter | undefined;
|
|
297
308
|
OfferSetId?: OfferSetIdFilter | undefined;
|
|
309
|
+
TargetAgreementId?: OfferTargetAgreementIdFilter | undefined;
|
|
310
|
+
TargetAgreementIntent?: OfferTargetAgreementIntentFilter | undefined;
|
|
311
|
+
CreatedBySource?: OfferCreatedBySourceFilter | undefined;
|
|
298
312
|
}
|
|
299
313
|
export interface OfferSetAssociatedOfferIdsFilter {
|
|
300
314
|
ValueList?: string[] | undefined;
|
|
@@ -748,6 +762,9 @@ export interface OfferSummary {
|
|
|
748
762
|
State?: OfferStateString | undefined;
|
|
749
763
|
Targeting?: OfferTargetingString[] | undefined;
|
|
750
764
|
OfferSetId?: string | undefined;
|
|
765
|
+
TargetAgreementId?: string | undefined;
|
|
766
|
+
TargetAgreementIntent?: OfferTargetAgreementIntentString | undefined;
|
|
767
|
+
CreatedBySource?: OfferCreatedBySourceString | undefined;
|
|
751
768
|
}
|
|
752
769
|
export interface ResaleAuthorizationSummary {
|
|
753
770
|
Name?: string | undefined;
|
|
@@ -78,6 +78,7 @@ export declare var MachineLearningProductVisibilityFilter$: StaticStructureSchem
|
|
|
78
78
|
export declare var OfferAvailabilityEndDateFilter$: StaticStructureSchema;
|
|
79
79
|
export declare var OfferAvailabilityEndDateFilterDateRange$: StaticStructureSchema;
|
|
80
80
|
export declare var OfferBuyerAccountsFilter$: StaticStructureSchema;
|
|
81
|
+
export declare var OfferCreatedBySourceFilter$: StaticStructureSchema;
|
|
81
82
|
export declare var OfferEntityIdFilter$: StaticStructureSchema;
|
|
82
83
|
export declare var OfferFilters$: StaticStructureSchema;
|
|
83
84
|
export declare var OfferLastModifiedDateFilter$: StaticStructureSchema;
|
|
@@ -103,6 +104,8 @@ export declare var OfferSetSummary$: StaticStructureSchema;
|
|
|
103
104
|
export declare var OfferSort$: StaticStructureSchema;
|
|
104
105
|
export declare var OfferStateFilter$: StaticStructureSchema;
|
|
105
106
|
export declare var OfferSummary$: StaticStructureSchema;
|
|
107
|
+
export declare var OfferTargetAgreementIdFilter$: StaticStructureSchema;
|
|
108
|
+
export declare var OfferTargetAgreementIntentFilter$: StaticStructureSchema;
|
|
106
109
|
export declare var OfferTargetingFilter$: StaticStructureSchema;
|
|
107
110
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
108
111
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-catalog",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1102.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-marketplace-catalog",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
49
|
+
"@aws-sdk/core": "^3.977.5",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.77",
|
|
51
51
|
"@aws-sdk/types": "^3.974.2",
|
|
52
52
|
"@smithy/core": "^3.31.1",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.13",
|