cdk-lambda-subminute 2.0.312 → 2.0.314
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +319 -17
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +654 -589
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.min.json +397 -0
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +542 -7
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.min.json +178 -0
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/metadata.json +11 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +436 -74
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1955 -1012
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +3 -0
- package/node_modules/aws-sdk/clients/all.js +4 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +330 -30
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
- package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +83 -2
- package/node_modules/aws-sdk/clients/marketplaceagreement.d.ts +602 -0
- package/node_modules/aws-sdk/clients/marketplaceagreement.js +18 -0
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +883 -2
- package/node_modules/aws-sdk/clients/marketplacedeployment.d.ts +172 -0
- package/node_modules/aws-sdk/clients/marketplacedeployment.js +18 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +463 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1230 -62
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
- package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +128 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +556 -10
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
- package/node_modules/aws-sdk/CHANGELOG.md +0 -9341
@@ -110,6 +110,89 @@ declare class MarketplaceCatalog extends Service {
|
|
110
110
|
}
|
111
111
|
declare namespace MarketplaceCatalog {
|
112
112
|
export type ARN = string;
|
113
|
+
export interface AmiProductEntityIdFilter {
|
114
|
+
/**
|
115
|
+
* A string array of unique entity id values to be filtered on.
|
116
|
+
*/
|
117
|
+
ValueList?: AmiProductEntityIdFilterValueList;
|
118
|
+
}
|
119
|
+
export type AmiProductEntityIdFilterValueList = AmiProductEntityIdString[];
|
120
|
+
export type AmiProductEntityIdString = string;
|
121
|
+
export interface AmiProductFilters {
|
122
|
+
/**
|
123
|
+
* Unique identifier for the AMI product.
|
124
|
+
*/
|
125
|
+
EntityId?: AmiProductEntityIdFilter;
|
126
|
+
/**
|
127
|
+
* The last date on which the AMI product was modified.
|
128
|
+
*/
|
129
|
+
LastModifiedDate?: AmiProductLastModifiedDateFilter;
|
130
|
+
/**
|
131
|
+
* The title of the AMI product.
|
132
|
+
*/
|
133
|
+
ProductTitle?: AmiProductTitleFilter;
|
134
|
+
/**
|
135
|
+
* The visibility of the AMI product.
|
136
|
+
*/
|
137
|
+
Visibility?: AmiProductVisibilityFilter;
|
138
|
+
}
|
139
|
+
export interface AmiProductLastModifiedDateFilter {
|
140
|
+
/**
|
141
|
+
* Dates between which the AMI product was last modified.
|
142
|
+
*/
|
143
|
+
DateRange?: AmiProductLastModifiedDateFilterDateRange;
|
144
|
+
}
|
145
|
+
export interface AmiProductLastModifiedDateFilterDateRange {
|
146
|
+
/**
|
147
|
+
* Date after which the AMI product was last modified.
|
148
|
+
*/
|
149
|
+
AfterValue?: DateTimeISO8601;
|
150
|
+
/**
|
151
|
+
* Date before which the AMI product was last modified.
|
152
|
+
*/
|
153
|
+
BeforeValue?: DateTimeISO8601;
|
154
|
+
}
|
155
|
+
export interface AmiProductSort {
|
156
|
+
/**
|
157
|
+
* Field to sort the AMI products by.
|
158
|
+
*/
|
159
|
+
SortBy?: AmiProductSortBy;
|
160
|
+
/**
|
161
|
+
* The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
|
162
|
+
*/
|
163
|
+
SortOrder?: SortOrder;
|
164
|
+
}
|
165
|
+
export type AmiProductSortBy = "EntityId"|"LastModifiedDate"|"ProductTitle"|"Visibility"|string;
|
166
|
+
export interface AmiProductSummary {
|
167
|
+
/**
|
168
|
+
* The title of the AMI product.
|
169
|
+
*/
|
170
|
+
ProductTitle?: AmiProductTitleString;
|
171
|
+
/**
|
172
|
+
* The lifecycle of the AMI product.
|
173
|
+
*/
|
174
|
+
Visibility?: AmiProductVisibilityString;
|
175
|
+
}
|
176
|
+
export interface AmiProductTitleFilter {
|
177
|
+
/**
|
178
|
+
* A string array of unique product title values to be filtered on.
|
179
|
+
*/
|
180
|
+
ValueList?: AmiProductTitleFilterValueList;
|
181
|
+
/**
|
182
|
+
* A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
|
183
|
+
*/
|
184
|
+
WildCardValue?: AmiProductTitleString;
|
185
|
+
}
|
186
|
+
export type AmiProductTitleFilterValueList = AmiProductTitleString[];
|
187
|
+
export type AmiProductTitleString = string;
|
188
|
+
export interface AmiProductVisibilityFilter {
|
189
|
+
/**
|
190
|
+
* A string array of unique visibility values to be filtered on.
|
191
|
+
*/
|
192
|
+
ValueList?: AmiProductVisibilityFilterValueList;
|
193
|
+
}
|
194
|
+
export type AmiProductVisibilityFilterValueList = AmiProductVisibilityString[];
|
195
|
+
export type AmiProductVisibilityString = "Limited"|"Public"|"Restricted"|"Draft"|string;
|
113
196
|
export interface CancelChangeSetRequest {
|
114
197
|
/**
|
115
198
|
* Required. The catalog related to the request. Fixed value: AWSMarketplace.
|
@@ -224,6 +307,172 @@ declare namespace MarketplaceCatalog {
|
|
224
307
|
}
|
225
308
|
export type ChangeType = string;
|
226
309
|
export type ClientRequestToken = string;
|
310
|
+
export interface ContainerProductEntityIdFilter {
|
311
|
+
/**
|
312
|
+
* A string array of unique entity id values to be filtered on.
|
313
|
+
*/
|
314
|
+
ValueList?: ContainerProductEntityIdFilterValueList;
|
315
|
+
}
|
316
|
+
export type ContainerProductEntityIdFilterValueList = ContainerProductEntityIdString[];
|
317
|
+
export type ContainerProductEntityIdString = string;
|
318
|
+
export interface ContainerProductFilters {
|
319
|
+
/**
|
320
|
+
* Unique identifier for the container product.
|
321
|
+
*/
|
322
|
+
EntityId?: ContainerProductEntityIdFilter;
|
323
|
+
/**
|
324
|
+
* The last date on which the container product was modified.
|
325
|
+
*/
|
326
|
+
LastModifiedDate?: ContainerProductLastModifiedDateFilter;
|
327
|
+
/**
|
328
|
+
* The title of the container product.
|
329
|
+
*/
|
330
|
+
ProductTitle?: ContainerProductTitleFilter;
|
331
|
+
/**
|
332
|
+
* The visibility of the container product.
|
333
|
+
*/
|
334
|
+
Visibility?: ContainerProductVisibilityFilter;
|
335
|
+
}
|
336
|
+
export interface ContainerProductLastModifiedDateFilter {
|
337
|
+
/**
|
338
|
+
* Dates between which the container product was last modified.
|
339
|
+
*/
|
340
|
+
DateRange?: ContainerProductLastModifiedDateFilterDateRange;
|
341
|
+
}
|
342
|
+
export interface ContainerProductLastModifiedDateFilterDateRange {
|
343
|
+
/**
|
344
|
+
* Date after which the container product was last modified.
|
345
|
+
*/
|
346
|
+
AfterValue?: DateTimeISO8601;
|
347
|
+
/**
|
348
|
+
* Date before which the container product was last modified.
|
349
|
+
*/
|
350
|
+
BeforeValue?: DateTimeISO8601;
|
351
|
+
}
|
352
|
+
export interface ContainerProductSort {
|
353
|
+
/**
|
354
|
+
* Field to sort the container products by.
|
355
|
+
*/
|
356
|
+
SortBy?: ContainerProductSortBy;
|
357
|
+
/**
|
358
|
+
* The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
|
359
|
+
*/
|
360
|
+
SortOrder?: SortOrder;
|
361
|
+
}
|
362
|
+
export type ContainerProductSortBy = "EntityId"|"LastModifiedDate"|"ProductTitle"|"Visibility"|string;
|
363
|
+
export interface ContainerProductSummary {
|
364
|
+
/**
|
365
|
+
* The title of the container product.
|
366
|
+
*/
|
367
|
+
ProductTitle?: ContainerProductTitleString;
|
368
|
+
/**
|
369
|
+
* The lifecycle of the product.
|
370
|
+
*/
|
371
|
+
Visibility?: ContainerProductVisibilityString;
|
372
|
+
}
|
373
|
+
export interface ContainerProductTitleFilter {
|
374
|
+
/**
|
375
|
+
* A string array of unique product title values to be filtered on.
|
376
|
+
*/
|
377
|
+
ValueList?: ContainerProductTitleFilterValueList;
|
378
|
+
/**
|
379
|
+
* A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
|
380
|
+
*/
|
381
|
+
WildCardValue?: ContainerProductTitleString;
|
382
|
+
}
|
383
|
+
export type ContainerProductTitleFilterValueList = ContainerProductTitleString[];
|
384
|
+
export type ContainerProductTitleString = string;
|
385
|
+
export interface ContainerProductVisibilityFilter {
|
386
|
+
/**
|
387
|
+
* A string array of unique visibility values to be filtered on.
|
388
|
+
*/
|
389
|
+
ValueList?: ContainerProductVisibilityFilterValueList;
|
390
|
+
}
|
391
|
+
export type ContainerProductVisibilityFilterValueList = ContainerProductVisibilityString[];
|
392
|
+
export type ContainerProductVisibilityString = "Limited"|"Public"|"Restricted"|"Draft"|string;
|
393
|
+
export interface DataProductEntityIdFilter {
|
394
|
+
/**
|
395
|
+
* A string array of unique entity id values to be filtered on.
|
396
|
+
*/
|
397
|
+
ValueList?: DataProductEntityIdFilterValueList;
|
398
|
+
}
|
399
|
+
export type DataProductEntityIdFilterValueList = DataProductEntityIdString[];
|
400
|
+
export type DataProductEntityIdString = string;
|
401
|
+
export interface DataProductFilters {
|
402
|
+
/**
|
403
|
+
* Unique identifier for the data product.
|
404
|
+
*/
|
405
|
+
EntityId?: DataProductEntityIdFilter;
|
406
|
+
/**
|
407
|
+
* The title of the data product.
|
408
|
+
*/
|
409
|
+
ProductTitle?: DataProductTitleFilter;
|
410
|
+
/**
|
411
|
+
* The visibility of the data product.
|
412
|
+
*/
|
413
|
+
Visibility?: DataProductVisibilityFilter;
|
414
|
+
/**
|
415
|
+
* The last date on which the data product was modified.
|
416
|
+
*/
|
417
|
+
LastModifiedDate?: DataProductLastModifiedDateFilter;
|
418
|
+
}
|
419
|
+
export interface DataProductLastModifiedDateFilter {
|
420
|
+
/**
|
421
|
+
* Dates between which the data product was last modified.
|
422
|
+
*/
|
423
|
+
DateRange?: DataProductLastModifiedDateFilterDateRange;
|
424
|
+
}
|
425
|
+
export interface DataProductLastModifiedDateFilterDateRange {
|
426
|
+
/**
|
427
|
+
* Date after which the data product was last modified.
|
428
|
+
*/
|
429
|
+
AfterValue?: DateTimeISO8601;
|
430
|
+
/**
|
431
|
+
* Date before which the data product was last modified.
|
432
|
+
*/
|
433
|
+
BeforeValue?: DateTimeISO8601;
|
434
|
+
}
|
435
|
+
export interface DataProductSort {
|
436
|
+
/**
|
437
|
+
* Field to sort the data products by.
|
438
|
+
*/
|
439
|
+
SortBy?: DataProductSortBy;
|
440
|
+
/**
|
441
|
+
* The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
|
442
|
+
*/
|
443
|
+
SortOrder?: SortOrder;
|
444
|
+
}
|
445
|
+
export type DataProductSortBy = "EntityId"|"ProductTitle"|"Visibility"|"LastModifiedDate"|string;
|
446
|
+
export interface DataProductSummary {
|
447
|
+
/**
|
448
|
+
* The title of the data product.
|
449
|
+
*/
|
450
|
+
ProductTitle?: DataProductTitleString;
|
451
|
+
/**
|
452
|
+
* The lifecycle of the data product.
|
453
|
+
*/
|
454
|
+
Visibility?: DataProductVisibilityString;
|
455
|
+
}
|
456
|
+
export interface DataProductTitleFilter {
|
457
|
+
/**
|
458
|
+
* A string array of unique product title values to be filtered on.
|
459
|
+
*/
|
460
|
+
ValueList?: DataProductTitleFilterValueList;
|
461
|
+
/**
|
462
|
+
* A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
|
463
|
+
*/
|
464
|
+
WildCardValue?: DataProductTitleString;
|
465
|
+
}
|
466
|
+
export type DataProductTitleFilterValueList = DataProductTitleString[];
|
467
|
+
export type DataProductTitleString = string;
|
468
|
+
export interface DataProductVisibilityFilter {
|
469
|
+
/**
|
470
|
+
* A string array of unique visibility values to be filtered on.
|
471
|
+
*/
|
472
|
+
ValueList?: DataProductVisibilityFilterValueList;
|
473
|
+
}
|
474
|
+
export type DataProductVisibilityFilterValueList = DataProductVisibilityString[];
|
475
|
+
export type DataProductVisibilityString = "Limited"|"Public"|"Restricted"|"Unavailable"|"Draft"|string;
|
227
476
|
export type DateTimeISO8601 = string;
|
228
477
|
export interface DeleteResourcePolicyRequest {
|
229
478
|
/**
|
@@ -353,9 +602,85 @@ declare namespace MarketplaceCatalog {
|
|
353
602
|
* The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).
|
354
603
|
*/
|
355
604
|
Visibility?: VisibilityValue;
|
605
|
+
/**
|
606
|
+
* An object that contains summary information about the AMI product.
|
607
|
+
*/
|
608
|
+
AmiProductSummary?: AmiProductSummary;
|
609
|
+
/**
|
610
|
+
* An object that contains summary information about the container product.
|
611
|
+
*/
|
612
|
+
ContainerProductSummary?: ContainerProductSummary;
|
613
|
+
/**
|
614
|
+
* An object that contains summary information about the data product.
|
615
|
+
*/
|
616
|
+
DataProductSummary?: DataProductSummary;
|
617
|
+
/**
|
618
|
+
* An object that contains summary information about the SaaS product.
|
619
|
+
*/
|
620
|
+
SaaSProductSummary?: SaaSProductSummary;
|
621
|
+
/**
|
622
|
+
* An object that contains summary information about the offer.
|
623
|
+
*/
|
624
|
+
OfferSummary?: OfferSummary;
|
625
|
+
/**
|
626
|
+
* An object that contains summary information about the Resale Authorization.
|
627
|
+
*/
|
628
|
+
ResaleAuthorizationSummary?: ResaleAuthorizationSummary;
|
356
629
|
}
|
357
630
|
export type EntitySummaryList = EntitySummary[];
|
358
631
|
export type EntityType = string;
|
632
|
+
export interface EntityTypeFilters {
|
633
|
+
/**
|
634
|
+
* A filter for data products.
|
635
|
+
*/
|
636
|
+
DataProductFilters?: DataProductFilters;
|
637
|
+
/**
|
638
|
+
* A filter for SaaS products.
|
639
|
+
*/
|
640
|
+
SaaSProductFilters?: SaaSProductFilters;
|
641
|
+
/**
|
642
|
+
* A filter for AMI products.
|
643
|
+
*/
|
644
|
+
AmiProductFilters?: AmiProductFilters;
|
645
|
+
/**
|
646
|
+
* A filter for offers.
|
647
|
+
*/
|
648
|
+
OfferFilters?: OfferFilters;
|
649
|
+
/**
|
650
|
+
* A filter for container products.
|
651
|
+
*/
|
652
|
+
ContainerProductFilters?: ContainerProductFilters;
|
653
|
+
/**
|
654
|
+
* A filter for Resale Authorizations.
|
655
|
+
*/
|
656
|
+
ResaleAuthorizationFilters?: ResaleAuthorizationFilters;
|
657
|
+
}
|
658
|
+
export interface EntityTypeSort {
|
659
|
+
/**
|
660
|
+
* A sort for data products.
|
661
|
+
*/
|
662
|
+
DataProductSort?: DataProductSort;
|
663
|
+
/**
|
664
|
+
* A sort for SaaS products.
|
665
|
+
*/
|
666
|
+
SaaSProductSort?: SaaSProductSort;
|
667
|
+
/**
|
668
|
+
* A sort for AMI products.
|
669
|
+
*/
|
670
|
+
AmiProductSort?: AmiProductSort;
|
671
|
+
/**
|
672
|
+
* A sort for offers.
|
673
|
+
*/
|
674
|
+
OfferSort?: OfferSort;
|
675
|
+
/**
|
676
|
+
* A sort for container products.
|
677
|
+
*/
|
678
|
+
ContainerProductSort?: ContainerProductSort;
|
679
|
+
/**
|
680
|
+
* A sort for Resale Authorizations.
|
681
|
+
*/
|
682
|
+
ResaleAuthorizationSort?: ResaleAuthorizationSort;
|
683
|
+
}
|
359
684
|
export type ErrorCodeString = string;
|
360
685
|
export interface ErrorDetail {
|
361
686
|
/**
|
@@ -439,7 +764,7 @@ declare namespace MarketplaceCatalog {
|
|
439
764
|
*/
|
440
765
|
Catalog: Catalog;
|
441
766
|
/**
|
442
|
-
* The type of entities to retrieve.
|
767
|
+
* The type of entities to retrieve. Valid values are: ServerProduct, AmiProduct, ContainerProduct, DataProduct, SaaSProduct, ProcurementPolicy, Experience, Audience, BrandingSettings, Offer, Seller, ResaleAuthorization.
|
443
768
|
*/
|
444
769
|
EntityType: EntityType;
|
445
770
|
/**
|
@@ -462,10 +787,18 @@ declare namespace MarketplaceCatalog {
|
|
462
787
|
* Filters the returned set of entities based on their owner. The default is SELF. To list entities shared with you through AWS Resource Access Manager (AWS RAM), set to SHARED. Entities shared through the AWS Marketplace Catalog API PutResourcePolicy operation can't be discovered through the SHARED parameter.
|
463
788
|
*/
|
464
789
|
OwnershipType?: OwnershipType;
|
790
|
+
/**
|
791
|
+
* A Union object containing filter shapes for all EntityTypes. Each EntityTypeFilter shape will have filters applicable for that EntityType that can be used to search or filter entities.
|
792
|
+
*/
|
793
|
+
EntityTypeFilters?: EntityTypeFilters;
|
794
|
+
/**
|
795
|
+
* A Union object containing Sort shapes for all EntityTypes. Each EntityTypeSort shape will have SortBy and SortOrder applicable for fields on that EntityType. This can be used to sort the results of the filter query.
|
796
|
+
*/
|
797
|
+
EntityTypeSort?: EntityTypeSort;
|
465
798
|
}
|
466
799
|
export interface ListEntitiesResponse {
|
467
800
|
/**
|
468
|
-
*
|
801
|
+
* Array of EntitySummary objects.
|
469
802
|
*/
|
470
803
|
EntitySummaryList?: EntitySummaryList;
|
471
804
|
/**
|
@@ -490,6 +823,187 @@ declare namespace MarketplaceCatalog {
|
|
490
823
|
Tags?: TagList;
|
491
824
|
}
|
492
825
|
export type NextToken = string;
|
826
|
+
export interface OfferAvailabilityEndDateFilter {
|
827
|
+
/**
|
828
|
+
* Allows filtering on the AvailabilityEndDate of an offer with date range as input.
|
829
|
+
*/
|
830
|
+
DateRange?: OfferAvailabilityEndDateFilterDateRange;
|
831
|
+
}
|
832
|
+
export interface OfferAvailabilityEndDateFilterDateRange {
|
833
|
+
/**
|
834
|
+
* Allows filtering on the AvailabilityEndDate of an offer after a date.
|
835
|
+
*/
|
836
|
+
AfterValue?: DateTimeISO8601;
|
837
|
+
/**
|
838
|
+
* Allows filtering on the AvailabilityEndDate of an offer before a date.
|
839
|
+
*/
|
840
|
+
BeforeValue?: DateTimeISO8601;
|
841
|
+
}
|
842
|
+
export interface OfferBuyerAccountsFilter {
|
843
|
+
/**
|
844
|
+
* Allows filtering on the BuyerAccounts of an offer with wild card input.
|
845
|
+
*/
|
846
|
+
WildCardValue?: OfferBuyerAccountsFilterWildcard;
|
847
|
+
}
|
848
|
+
export type OfferBuyerAccountsFilterWildcard = string;
|
849
|
+
export type OfferBuyerAccountsList = OfferBuyerAccountsString[];
|
850
|
+
export type OfferBuyerAccountsString = string;
|
851
|
+
export interface OfferEntityIdFilter {
|
852
|
+
/**
|
853
|
+
* Allows filtering on entity id of an offer with list input.
|
854
|
+
*/
|
855
|
+
ValueList?: OfferEntityIdFilterValueList;
|
856
|
+
}
|
857
|
+
export type OfferEntityIdFilterValueList = OfferEntityIdString[];
|
858
|
+
export type OfferEntityIdString = string;
|
859
|
+
export interface OfferFilters {
|
860
|
+
/**
|
861
|
+
* Allows filtering on EntityId of an offer.
|
862
|
+
*/
|
863
|
+
EntityId?: OfferEntityIdFilter;
|
864
|
+
/**
|
865
|
+
* Allows filtering on the Name of an offer.
|
866
|
+
*/
|
867
|
+
Name?: OfferNameFilter;
|
868
|
+
/**
|
869
|
+
* Allows filtering on the ProductId of an offer.
|
870
|
+
*/
|
871
|
+
ProductId?: OfferProductIdFilter;
|
872
|
+
/**
|
873
|
+
* Allows filtering on the ReleaseDate of an offer.
|
874
|
+
*/
|
875
|
+
ReleaseDate?: OfferReleaseDateFilter;
|
876
|
+
/**
|
877
|
+
* Allows filtering on the AvailabilityEndDate of an offer.
|
878
|
+
*/
|
879
|
+
AvailabilityEndDate?: OfferAvailabilityEndDateFilter;
|
880
|
+
/**
|
881
|
+
* Allows filtering on the BuyerAccounts of an offer.
|
882
|
+
*/
|
883
|
+
BuyerAccounts?: OfferBuyerAccountsFilter;
|
884
|
+
/**
|
885
|
+
* Allows filtering on the State of an offer.
|
886
|
+
*/
|
887
|
+
State?: OfferStateFilter;
|
888
|
+
/**
|
889
|
+
* Allows filtering on the Targeting of an offer.
|
890
|
+
*/
|
891
|
+
Targeting?: OfferTargetingFilter;
|
892
|
+
/**
|
893
|
+
* Allows filtering on the LastModifiedDate of an offer.
|
894
|
+
*/
|
895
|
+
LastModifiedDate?: OfferLastModifiedDateFilter;
|
896
|
+
}
|
897
|
+
export interface OfferLastModifiedDateFilter {
|
898
|
+
/**
|
899
|
+
* Allows filtering on the LastModifiedDate of an offer with date range as input.
|
900
|
+
*/
|
901
|
+
DateRange?: OfferLastModifiedDateFilterDateRange;
|
902
|
+
}
|
903
|
+
export interface OfferLastModifiedDateFilterDateRange {
|
904
|
+
/**
|
905
|
+
* Allows filtering on the LastModifiedDate of an offer after a date.
|
906
|
+
*/
|
907
|
+
AfterValue?: DateTimeISO8601;
|
908
|
+
/**
|
909
|
+
* Allows filtering on the LastModifiedDate of an offer before a date.
|
910
|
+
*/
|
911
|
+
BeforeValue?: DateTimeISO8601;
|
912
|
+
}
|
913
|
+
export interface OfferNameFilter {
|
914
|
+
/**
|
915
|
+
* Allows filtering on the Name of an offer with list input.
|
916
|
+
*/
|
917
|
+
ValueList?: OfferNameFilterValueList;
|
918
|
+
/**
|
919
|
+
* Allows filtering on the Name of an offer with wild card input.
|
920
|
+
*/
|
921
|
+
WildCardValue?: OfferNameString;
|
922
|
+
}
|
923
|
+
export type OfferNameFilterValueList = OfferNameString[];
|
924
|
+
export type OfferNameString = string;
|
925
|
+
export interface OfferProductIdFilter {
|
926
|
+
/**
|
927
|
+
* Allows filtering on the ProductId of an offer with list input.
|
928
|
+
*/
|
929
|
+
ValueList?: OfferProductIdFilterValueList;
|
930
|
+
}
|
931
|
+
export type OfferProductIdFilterValueList = OfferProductIdString[];
|
932
|
+
export type OfferProductIdString = string;
|
933
|
+
export interface OfferReleaseDateFilter {
|
934
|
+
/**
|
935
|
+
* Allows filtering on the ReleaseDate of an offer with date range as input.
|
936
|
+
*/
|
937
|
+
DateRange?: OfferReleaseDateFilterDateRange;
|
938
|
+
}
|
939
|
+
export interface OfferReleaseDateFilterDateRange {
|
940
|
+
/**
|
941
|
+
* Allows filtering on the ReleaseDate of offers after a date.
|
942
|
+
*/
|
943
|
+
AfterValue?: DateTimeISO8601;
|
944
|
+
/**
|
945
|
+
* Allows filtering on the ReleaseDate of offers before a date.
|
946
|
+
*/
|
947
|
+
BeforeValue?: DateTimeISO8601;
|
948
|
+
}
|
949
|
+
export interface OfferSort {
|
950
|
+
/**
|
951
|
+
* Allows to sort offers.
|
952
|
+
*/
|
953
|
+
SortBy?: OfferSortBy;
|
954
|
+
/**
|
955
|
+
* Allows to sort offers.
|
956
|
+
*/
|
957
|
+
SortOrder?: SortOrder;
|
958
|
+
}
|
959
|
+
export type OfferSortBy = "EntityId"|"Name"|"ProductId"|"ReleaseDate"|"AvailabilityEndDate"|"BuyerAccounts"|"State"|"Targeting"|"LastModifiedDate"|string;
|
960
|
+
export interface OfferStateFilter {
|
961
|
+
/**
|
962
|
+
* Allows filtering on the State of an offer with list input.
|
963
|
+
*/
|
964
|
+
ValueList?: OfferStateFilterValueList;
|
965
|
+
}
|
966
|
+
export type OfferStateFilterValueList = OfferStateString[];
|
967
|
+
export type OfferStateString = "Draft"|"Released"|string;
|
968
|
+
export interface OfferSummary {
|
969
|
+
/**
|
970
|
+
* The name of the offer.
|
971
|
+
*/
|
972
|
+
Name?: OfferNameString;
|
973
|
+
/**
|
974
|
+
* The product ID of the offer.
|
975
|
+
*/
|
976
|
+
ProductId?: OfferProductIdString;
|
977
|
+
/**
|
978
|
+
* The release date of the offer.
|
979
|
+
*/
|
980
|
+
ReleaseDate?: DateTimeISO8601;
|
981
|
+
/**
|
982
|
+
* The availability end date of the offer.
|
983
|
+
*/
|
984
|
+
AvailabilityEndDate?: DateTimeISO8601;
|
985
|
+
/**
|
986
|
+
* The buyer accounts in the offer.
|
987
|
+
*/
|
988
|
+
BuyerAccounts?: OfferBuyerAccountsList;
|
989
|
+
/**
|
990
|
+
* The status of the offer.
|
991
|
+
*/
|
992
|
+
State?: OfferStateString;
|
993
|
+
/**
|
994
|
+
* The targeting in the offer.
|
995
|
+
*/
|
996
|
+
Targeting?: OfferTargetingList;
|
997
|
+
}
|
998
|
+
export interface OfferTargetingFilter {
|
999
|
+
/**
|
1000
|
+
* Allows filtering on the Targeting of an offer with list input.
|
1001
|
+
*/
|
1002
|
+
ValueList?: OfferTargetingFilterValueList;
|
1003
|
+
}
|
1004
|
+
export type OfferTargetingFilterValueList = OfferTargetingString[];
|
1005
|
+
export type OfferTargetingList = OfferTargetingString[];
|
1006
|
+
export type OfferTargetingString = "BuyerAccounts"|"ParticipatingPrograms"|"CountryCodes"|"None"|string;
|
493
1007
|
export type OwnershipType = "SELF"|"SHARED"|string;
|
494
1008
|
export interface PutResourcePolicyRequest {
|
495
1009
|
/**
|
@@ -504,10 +1018,377 @@ declare namespace MarketplaceCatalog {
|
|
504
1018
|
export interface PutResourcePolicyResponse {
|
505
1019
|
}
|
506
1020
|
export type RequestedChangeList = Change[];
|
1021
|
+
export interface ResaleAuthorizationAvailabilityEndDateFilter {
|
1022
|
+
/**
|
1023
|
+
* Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date range as input
|
1024
|
+
*/
|
1025
|
+
DateRange?: ResaleAuthorizationAvailabilityEndDateFilterDateRange;
|
1026
|
+
/**
|
1027
|
+
* Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date value as input.
|
1028
|
+
*/
|
1029
|
+
ValueList?: ResaleAuthorizationAvailabilityEndDateFilterValueList;
|
1030
|
+
}
|
1031
|
+
export interface ResaleAuthorizationAvailabilityEndDateFilterDateRange {
|
1032
|
+
/**
|
1033
|
+
* Allows filtering on AvailabilityEndDate of a ResaleAuthorization after a date.
|
1034
|
+
*/
|
1035
|
+
AfterValue?: DateTimeISO8601;
|
1036
|
+
/**
|
1037
|
+
* Allows filtering on AvailabilityEndDate of a ResaleAuthorization before a date.
|
1038
|
+
*/
|
1039
|
+
BeforeValue?: DateTimeISO8601;
|
1040
|
+
}
|
1041
|
+
export type ResaleAuthorizationAvailabilityEndDateFilterValueList = DateTimeISO8601[];
|
1042
|
+
export interface ResaleAuthorizationCreatedDateFilter {
|
1043
|
+
/**
|
1044
|
+
* Allows filtering on CreatedDate of a ResaleAuthorization with date range as input.
|
1045
|
+
*/
|
1046
|
+
DateRange?: ResaleAuthorizationCreatedDateFilterDateRange;
|
1047
|
+
/**
|
1048
|
+
* Allows filtering on CreatedDate of a ResaleAuthorization with date value as input.
|
1049
|
+
*/
|
1050
|
+
ValueList?: ResaleAuthorizationCreatedDateFilterValueList;
|
1051
|
+
}
|
1052
|
+
export interface ResaleAuthorizationCreatedDateFilterDateRange {
|
1053
|
+
/**
|
1054
|
+
* Allows filtering on CreatedDate of a ResaleAuthorization after a date.
|
1055
|
+
*/
|
1056
|
+
AfterValue?: DateTimeISO8601;
|
1057
|
+
/**
|
1058
|
+
* Allows filtering on CreatedDate of a ResaleAuthorization before a date.
|
1059
|
+
*/
|
1060
|
+
BeforeValue?: DateTimeISO8601;
|
1061
|
+
}
|
1062
|
+
export type ResaleAuthorizationCreatedDateFilterValueList = DateTimeISO8601[];
|
1063
|
+
export interface ResaleAuthorizationEntityIdFilter {
|
1064
|
+
/**
|
1065
|
+
* Allows filtering on EntityId of a ResaleAuthorization with list input.
|
1066
|
+
*/
|
1067
|
+
ValueList?: ResaleAuthorizationEntityIdFilterValueList;
|
1068
|
+
}
|
1069
|
+
export type ResaleAuthorizationEntityIdFilterValueList = ResaleAuthorizationEntityIdString[];
|
1070
|
+
export type ResaleAuthorizationEntityIdString = string;
|
1071
|
+
export interface ResaleAuthorizationFilters {
|
1072
|
+
/**
|
1073
|
+
* Allows filtering on the EntityId of a ResaleAuthorization.
|
1074
|
+
*/
|
1075
|
+
EntityId?: ResaleAuthorizationEntityIdFilter;
|
1076
|
+
/**
|
1077
|
+
* Allows filtering on the Name of a ResaleAuthorization.
|
1078
|
+
*/
|
1079
|
+
Name?: ResaleAuthorizationNameFilter;
|
1080
|
+
/**
|
1081
|
+
* Allows filtering on the ProductId of a ResaleAuthorization.
|
1082
|
+
*/
|
1083
|
+
ProductId?: ResaleAuthorizationProductIdFilter;
|
1084
|
+
/**
|
1085
|
+
* Allows filtering on the CreatedDate of a ResaleAuthorization.
|
1086
|
+
*/
|
1087
|
+
CreatedDate?: ResaleAuthorizationCreatedDateFilter;
|
1088
|
+
/**
|
1089
|
+
* Allows filtering on the AvailabilityEndDate of a ResaleAuthorization.
|
1090
|
+
*/
|
1091
|
+
AvailabilityEndDate?: ResaleAuthorizationAvailabilityEndDateFilter;
|
1092
|
+
/**
|
1093
|
+
* Allows filtering on the ManufacturerAccountId of a ResaleAuthorization.
|
1094
|
+
*/
|
1095
|
+
ManufacturerAccountId?: ResaleAuthorizationManufacturerAccountIdFilter;
|
1096
|
+
/**
|
1097
|
+
* Allows filtering on the ProductName of a ResaleAuthorization.
|
1098
|
+
*/
|
1099
|
+
ProductName?: ResaleAuthorizationProductNameFilter;
|
1100
|
+
/**
|
1101
|
+
* Allows filtering on the ManufacturerLegalName of a ResaleAuthorization.
|
1102
|
+
*/
|
1103
|
+
ManufacturerLegalName?: ResaleAuthorizationManufacturerLegalNameFilter;
|
1104
|
+
/**
|
1105
|
+
* Allows filtering on the ResellerAccountID of a ResaleAuthorization.
|
1106
|
+
*/
|
1107
|
+
ResellerAccountID?: ResaleAuthorizationResellerAccountIDFilter;
|
1108
|
+
/**
|
1109
|
+
* Allows filtering on the ResellerLegalName of a ResaleAuthorization.
|
1110
|
+
*/
|
1111
|
+
ResellerLegalName?: ResaleAuthorizationResellerLegalNameFilter;
|
1112
|
+
/**
|
1113
|
+
* Allows filtering on the Status of a ResaleAuthorization.
|
1114
|
+
*/
|
1115
|
+
Status?: ResaleAuthorizationStatusFilter;
|
1116
|
+
/**
|
1117
|
+
* Allows filtering on the OfferExtendedStatus of a ResaleAuthorization.
|
1118
|
+
*/
|
1119
|
+
OfferExtendedStatus?: ResaleAuthorizationOfferExtendedStatusFilter;
|
1120
|
+
/**
|
1121
|
+
* Allows filtering on the LastModifiedDate of a ResaleAuthorization.
|
1122
|
+
*/
|
1123
|
+
LastModifiedDate?: ResaleAuthorizationLastModifiedDateFilter;
|
1124
|
+
}
|
1125
|
+
export interface ResaleAuthorizationLastModifiedDateFilter {
|
1126
|
+
/**
|
1127
|
+
* Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.
|
1128
|
+
*/
|
1129
|
+
DateRange?: ResaleAuthorizationLastModifiedDateFilterDateRange;
|
1130
|
+
}
|
1131
|
+
export interface ResaleAuthorizationLastModifiedDateFilterDateRange {
|
1132
|
+
/**
|
1133
|
+
* Allows filtering on the LastModifiedDate of a ResaleAuthorization after a date.
|
1134
|
+
*/
|
1135
|
+
AfterValue?: DateTimeISO8601;
|
1136
|
+
/**
|
1137
|
+
* Allows filtering on the LastModifiedDate of a ResaleAuthorization before a date.
|
1138
|
+
*/
|
1139
|
+
BeforeValue?: DateTimeISO8601;
|
1140
|
+
}
|
1141
|
+
export interface ResaleAuthorizationManufacturerAccountIdFilter {
|
1142
|
+
/**
|
1143
|
+
* Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with list input.
|
1144
|
+
*/
|
1145
|
+
ValueList?: ResaleAuthorizationManufacturerAccountIdFilterValueList;
|
1146
|
+
/**
|
1147
|
+
* Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with wild card input.
|
1148
|
+
*/
|
1149
|
+
WildCardValue?: ResaleAuthorizationManufacturerAccountIdFilterWildcard;
|
1150
|
+
}
|
1151
|
+
export type ResaleAuthorizationManufacturerAccountIdFilterValueList = ResaleAuthorizationManufacturerAccountIdString[];
|
1152
|
+
export type ResaleAuthorizationManufacturerAccountIdFilterWildcard = string;
|
1153
|
+
export type ResaleAuthorizationManufacturerAccountIdString = string;
|
1154
|
+
export interface ResaleAuthorizationManufacturerLegalNameFilter {
|
1155
|
+
/**
|
1156
|
+
* Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with list input.
|
1157
|
+
*/
|
1158
|
+
ValueList?: ResaleAuthorizationManufacturerLegalNameFilterValueList;
|
1159
|
+
/**
|
1160
|
+
* Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with wild card input.
|
1161
|
+
*/
|
1162
|
+
WildCardValue?: ResaleAuthorizationManufacturerLegalNameFilterWildcard;
|
1163
|
+
}
|
1164
|
+
export type ResaleAuthorizationManufacturerLegalNameFilterValueList = ResaleAuthorizationManufacturerLegalNameString[];
|
1165
|
+
export type ResaleAuthorizationManufacturerLegalNameFilterWildcard = string;
|
1166
|
+
export type ResaleAuthorizationManufacturerLegalNameString = string;
|
1167
|
+
export interface ResaleAuthorizationNameFilter {
|
1168
|
+
/**
|
1169
|
+
* Allows filtering on the Name of a ResaleAuthorization with list input.
|
1170
|
+
*/
|
1171
|
+
ValueList?: ResaleAuthorizationNameFilterValueList;
|
1172
|
+
/**
|
1173
|
+
* Allows filtering on the Name of a ResaleAuthorization with wild card input.
|
1174
|
+
*/
|
1175
|
+
WildCardValue?: ResaleAuthorizationNameFilterWildcard;
|
1176
|
+
}
|
1177
|
+
export type ResaleAuthorizationNameFilterValueList = ResaleAuthorizationNameString[];
|
1178
|
+
export type ResaleAuthorizationNameFilterWildcard = string;
|
1179
|
+
export type ResaleAuthorizationNameString = string;
|
1180
|
+
export interface ResaleAuthorizationOfferExtendedStatusFilter {
|
1181
|
+
/**
|
1182
|
+
* Allows filtering on the OfferExtendedStatus of a ResaleAuthorization with list input.
|
1183
|
+
*/
|
1184
|
+
ValueList?: ResaleAuthorizationOfferExtendedStatusFilterValueList;
|
1185
|
+
}
|
1186
|
+
export type ResaleAuthorizationOfferExtendedStatusFilterValueList = ResaleAuthorizationOfferExtendedStatusString[];
|
1187
|
+
export type ResaleAuthorizationOfferExtendedStatusString = string;
|
1188
|
+
export interface ResaleAuthorizationProductIdFilter {
|
1189
|
+
/**
|
1190
|
+
* Allows filtering on the ProductId of a ResaleAuthorization with list input.
|
1191
|
+
*/
|
1192
|
+
ValueList?: ResaleAuthorizationProductIdFilterValueList;
|
1193
|
+
/**
|
1194
|
+
* Allows filtering on the ProductId of a ResaleAuthorization with wild card input.
|
1195
|
+
*/
|
1196
|
+
WildCardValue?: ResaleAuthorizationProductIdFilterWildcard;
|
1197
|
+
}
|
1198
|
+
export type ResaleAuthorizationProductIdFilterValueList = ResaleAuthorizationProductIdString[];
|
1199
|
+
export type ResaleAuthorizationProductIdFilterWildcard = string;
|
1200
|
+
export type ResaleAuthorizationProductIdString = string;
|
1201
|
+
export interface ResaleAuthorizationProductNameFilter {
|
1202
|
+
/**
|
1203
|
+
* Allows filtering on the ProductName of a ResaleAuthorization with list input.
|
1204
|
+
*/
|
1205
|
+
ValueList?: ResaleAuthorizationProductNameFilterValueList;
|
1206
|
+
/**
|
1207
|
+
* Allows filtering on the ProductName of a ResaleAuthorization with wild card input.
|
1208
|
+
*/
|
1209
|
+
WildCardValue?: ResaleAuthorizationProductNameFilterWildcard;
|
1210
|
+
}
|
1211
|
+
export type ResaleAuthorizationProductNameFilterValueList = ResaleAuthorizationProductNameString[];
|
1212
|
+
export type ResaleAuthorizationProductNameFilterWildcard = string;
|
1213
|
+
export type ResaleAuthorizationProductNameString = string;
|
1214
|
+
export interface ResaleAuthorizationResellerAccountIDFilter {
|
1215
|
+
/**
|
1216
|
+
* Allows filtering on the ResellerAccountID of a ResaleAuthorization with list input.
|
1217
|
+
*/
|
1218
|
+
ValueList?: ResaleAuthorizationResellerAccountIDFilterValueList;
|
1219
|
+
/**
|
1220
|
+
* Allows filtering on the ResellerAccountID of a ResaleAuthorization with wild card input.
|
1221
|
+
*/
|
1222
|
+
WildCardValue?: ResaleAuthorizationResellerAccountIDFilterWildcard;
|
1223
|
+
}
|
1224
|
+
export type ResaleAuthorizationResellerAccountIDFilterValueList = ResaleAuthorizationResellerAccountIDString[];
|
1225
|
+
export type ResaleAuthorizationResellerAccountIDFilterWildcard = string;
|
1226
|
+
export type ResaleAuthorizationResellerAccountIDString = string;
|
1227
|
+
export interface ResaleAuthorizationResellerLegalNameFilter {
|
1228
|
+
/**
|
1229
|
+
* Allows filtering on the ResellerLegalNameProductName of a ResaleAuthorization with list input.
|
1230
|
+
*/
|
1231
|
+
ValueList?: ResaleAuthorizationResellerLegalNameFilterValueList;
|
1232
|
+
/**
|
1233
|
+
* Allows filtering on the ResellerLegalName of a ResaleAuthorization with wild card input.
|
1234
|
+
*/
|
1235
|
+
WildCardValue?: ResaleAuthorizationResellerLegalNameFilterWildcard;
|
1236
|
+
}
|
1237
|
+
export type ResaleAuthorizationResellerLegalNameFilterValueList = ResaleAuthorizationResellerLegalNameString[];
|
1238
|
+
export type ResaleAuthorizationResellerLegalNameFilterWildcard = string;
|
1239
|
+
export type ResaleAuthorizationResellerLegalNameString = string;
|
1240
|
+
export interface ResaleAuthorizationSort {
|
1241
|
+
/**
|
1242
|
+
* Allows to sort ResaleAuthorization.
|
1243
|
+
*/
|
1244
|
+
SortBy?: ResaleAuthorizationSortBy;
|
1245
|
+
/**
|
1246
|
+
* Allows to sort ResaleAuthorization.
|
1247
|
+
*/
|
1248
|
+
SortOrder?: SortOrder;
|
1249
|
+
}
|
1250
|
+
export type ResaleAuthorizationSortBy = "EntityId"|"Name"|"ProductId"|"ProductName"|"ManufacturerAccountId"|"ManufacturerLegalName"|"ResellerAccountID"|"ResellerLegalName"|"Status"|"OfferExtendedStatus"|"CreatedDate"|"AvailabilityEndDate"|"LastModifiedDate"|string;
|
1251
|
+
export interface ResaleAuthorizationStatusFilter {
|
1252
|
+
/**
|
1253
|
+
* Allows filtering on the Status of a ResaleAuthorization with list input.
|
1254
|
+
*/
|
1255
|
+
ValueList?: ResaleAuthorizationStatusFilterValueList;
|
1256
|
+
}
|
1257
|
+
export type ResaleAuthorizationStatusFilterValueList = ResaleAuthorizationStatusString[];
|
1258
|
+
export type ResaleAuthorizationStatusString = "Draft"|"Active"|"Restricted"|string;
|
1259
|
+
export interface ResaleAuthorizationSummary {
|
1260
|
+
/**
|
1261
|
+
* The name of the ResaleAuthorization.
|
1262
|
+
*/
|
1263
|
+
Name?: ResaleAuthorizationNameString;
|
1264
|
+
/**
|
1265
|
+
* The product ID of the ResaleAuthorization.
|
1266
|
+
*/
|
1267
|
+
ProductId?: ResaleAuthorizationProductIdString;
|
1268
|
+
/**
|
1269
|
+
* The product name of the ResaleAuthorization.
|
1270
|
+
*/
|
1271
|
+
ProductName?: ResaleAuthorizationProductNameString;
|
1272
|
+
/**
|
1273
|
+
* The manufacturer account ID of the ResaleAuthorization.
|
1274
|
+
*/
|
1275
|
+
ManufacturerAccountId?: ResaleAuthorizationManufacturerAccountIdString;
|
1276
|
+
/**
|
1277
|
+
* The manufacturer legal name of the ResaleAuthorization.
|
1278
|
+
*/
|
1279
|
+
ManufacturerLegalName?: ResaleAuthorizationManufacturerLegalNameString;
|
1280
|
+
/**
|
1281
|
+
* The reseller account ID of the ResaleAuthorization.
|
1282
|
+
*/
|
1283
|
+
ResellerAccountID?: ResaleAuthorizationResellerAccountIDString;
|
1284
|
+
/**
|
1285
|
+
* The reseller legal name of the ResaleAuthorization
|
1286
|
+
*/
|
1287
|
+
ResellerLegalName?: ResaleAuthorizationResellerLegalNameString;
|
1288
|
+
/**
|
1289
|
+
* The status of the ResaleAuthorization.
|
1290
|
+
*/
|
1291
|
+
Status?: ResaleAuthorizationStatusString;
|
1292
|
+
/**
|
1293
|
+
* The offer extended status of the ResaleAuthorization
|
1294
|
+
*/
|
1295
|
+
OfferExtendedStatus?: ResaleAuthorizationOfferExtendedStatusString;
|
1296
|
+
/**
|
1297
|
+
* The created date of the ResaleAuthorization.
|
1298
|
+
*/
|
1299
|
+
CreatedDate?: DateTimeISO8601;
|
1300
|
+
/**
|
1301
|
+
* The availability end date of the ResaleAuthorization.
|
1302
|
+
*/
|
1303
|
+
AvailabilityEndDate?: DateTimeISO8601;
|
1304
|
+
}
|
507
1305
|
export type ResourceARN = string;
|
508
1306
|
export type ResourceId = string;
|
509
1307
|
export type ResourceIdList = ResourceId[];
|
510
1308
|
export type ResourcePolicyJson = string;
|
1309
|
+
export interface SaaSProductEntityIdFilter {
|
1310
|
+
/**
|
1311
|
+
* A string array of unique entity id values to be filtered on.
|
1312
|
+
*/
|
1313
|
+
ValueList?: SaaSProductEntityIdFilterValueList;
|
1314
|
+
}
|
1315
|
+
export type SaaSProductEntityIdFilterValueList = SaaSProductEntityIdString[];
|
1316
|
+
export type SaaSProductEntityIdString = string;
|
1317
|
+
export interface SaaSProductFilters {
|
1318
|
+
/**
|
1319
|
+
* Unique identifier for the SaaS product.
|
1320
|
+
*/
|
1321
|
+
EntityId?: SaaSProductEntityIdFilter;
|
1322
|
+
/**
|
1323
|
+
* The title of the SaaS product.
|
1324
|
+
*/
|
1325
|
+
ProductTitle?: SaaSProductTitleFilter;
|
1326
|
+
/**
|
1327
|
+
* The visibility of the SaaS product.
|
1328
|
+
*/
|
1329
|
+
Visibility?: SaaSProductVisibilityFilter;
|
1330
|
+
/**
|
1331
|
+
* The last date on which the SaaS product was modified.
|
1332
|
+
*/
|
1333
|
+
LastModifiedDate?: SaaSProductLastModifiedDateFilter;
|
1334
|
+
}
|
1335
|
+
export interface SaaSProductLastModifiedDateFilter {
|
1336
|
+
/**
|
1337
|
+
* Dates between which the SaaS product was last modified.
|
1338
|
+
*/
|
1339
|
+
DateRange?: SaaSProductLastModifiedDateFilterDateRange;
|
1340
|
+
}
|
1341
|
+
export interface SaaSProductLastModifiedDateFilterDateRange {
|
1342
|
+
/**
|
1343
|
+
* Date after which the SaaS product was last modified.
|
1344
|
+
*/
|
1345
|
+
AfterValue?: DateTimeISO8601;
|
1346
|
+
/**
|
1347
|
+
* Date before which the SaaS product was last modified.
|
1348
|
+
*/
|
1349
|
+
BeforeValue?: DateTimeISO8601;
|
1350
|
+
}
|
1351
|
+
export interface SaaSProductSort {
|
1352
|
+
/**
|
1353
|
+
* Field to sort the SaaS products by.
|
1354
|
+
*/
|
1355
|
+
SortBy?: SaaSProductSortBy;
|
1356
|
+
/**
|
1357
|
+
* The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
|
1358
|
+
*/
|
1359
|
+
SortOrder?: SortOrder;
|
1360
|
+
}
|
1361
|
+
export type SaaSProductSortBy = "EntityId"|"ProductTitle"|"Visibility"|"LastModifiedDate"|string;
|
1362
|
+
export interface SaaSProductSummary {
|
1363
|
+
/**
|
1364
|
+
* The title of the SaaS product.
|
1365
|
+
*/
|
1366
|
+
ProductTitle?: SaaSProductTitleString;
|
1367
|
+
/**
|
1368
|
+
* The lifecycle of the SaaS product.
|
1369
|
+
*/
|
1370
|
+
Visibility?: SaaSProductVisibilityString;
|
1371
|
+
}
|
1372
|
+
export interface SaaSProductTitleFilter {
|
1373
|
+
/**
|
1374
|
+
* A string array of unique product title values to be filtered on.
|
1375
|
+
*/
|
1376
|
+
ValueList?: SaaSProductTitleFilterValueList;
|
1377
|
+
/**
|
1378
|
+
* A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
|
1379
|
+
*/
|
1380
|
+
WildCardValue?: SaaSProductTitleString;
|
1381
|
+
}
|
1382
|
+
export type SaaSProductTitleFilterValueList = SaaSProductTitleString[];
|
1383
|
+
export type SaaSProductTitleString = string;
|
1384
|
+
export interface SaaSProductVisibilityFilter {
|
1385
|
+
/**
|
1386
|
+
* A string array of unique visibility values to be filtered on.
|
1387
|
+
*/
|
1388
|
+
ValueList?: SaaSProductVisibilityFilterValueList;
|
1389
|
+
}
|
1390
|
+
export type SaaSProductVisibilityFilterValueList = SaaSProductVisibilityString[];
|
1391
|
+
export type SaaSProductVisibilityString = "Limited"|"Public"|"Restricted"|"Draft"|string;
|
511
1392
|
export interface Sort {
|
512
1393
|
/**
|
513
1394
|
* For ListEntities, supported attributes include LastModifiedDate (default) and EntityId. In addition to LastModifiedDate and EntityId, each EntityType might support additional fields. For ListChangeSets, supported attributes include StartTime and EndTime.
|