@aws-sdk/client-marketplace-catalog
Advanced tools
Comparing version 3.687.0 to 3.691.0
@@ -7,3 +7,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -14,14 +14,14 @@ opts: __ExceptionOptionType<AccessDeniedException, __BaseException> | ||
export interface AmiProductEntityIdFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface AmiProductLastModifiedDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface AmiProductLastModifiedDateFilter { | ||
DateRange?: AmiProductLastModifiedDateFilterDateRange; | ||
DateRange?: AmiProductLastModifiedDateFilterDateRange | undefined; | ||
} | ||
export interface AmiProductTitleFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
@@ -37,9 +37,9 @@ export declare const AmiProductVisibilityString: { | ||
export interface AmiProductVisibilityFilter { | ||
ValueList?: AmiProductVisibilityString[]; | ||
ValueList?: AmiProductVisibilityString[] | undefined; | ||
} | ||
export interface AmiProductFilters { | ||
EntityId?: AmiProductEntityIdFilter; | ||
LastModifiedDate?: AmiProductLastModifiedDateFilter; | ||
ProductTitle?: AmiProductTitleFilter; | ||
Visibility?: AmiProductVisibilityFilter; | ||
EntityId?: AmiProductEntityIdFilter | undefined; | ||
LastModifiedDate?: AmiProductLastModifiedDateFilter | undefined; | ||
ProductTitle?: AmiProductTitleFilter | undefined; | ||
Visibility?: AmiProductVisibilityFilter | undefined; | ||
} | ||
@@ -60,8 +60,8 @@ export declare const AmiProductSortBy: { | ||
export interface AmiProductSort { | ||
SortBy?: AmiProductSortBy; | ||
SortOrder?: SortOrder; | ||
SortBy?: AmiProductSortBy | undefined; | ||
SortOrder?: SortOrder | undefined; | ||
} | ||
export interface AmiProductSummary { | ||
ProductTitle?: string; | ||
Visibility?: AmiProductVisibilityString; | ||
ProductTitle?: string | undefined; | ||
Visibility?: AmiProductVisibilityString | undefined; | ||
} | ||
@@ -76,15 +76,15 @@ export interface EntityRequest { | ||
export interface EntityDetail { | ||
EntityType?: string; | ||
EntityArn?: string; | ||
EntityIdentifier?: string; | ||
LastModifiedDate?: string; | ||
DetailsDocument?: __DocumentType; | ||
EntityType?: string | undefined; | ||
EntityArn?: string | undefined; | ||
EntityIdentifier?: string | undefined; | ||
LastModifiedDate?: string | undefined; | ||
DetailsDocument?: __DocumentType | undefined; | ||
} | ||
export interface BatchDescribeErrorDetail { | ||
ErrorCode?: string; | ||
ErrorMessage?: string; | ||
ErrorCode?: string | undefined; | ||
ErrorMessage?: string | undefined; | ||
} | ||
export interface BatchDescribeEntitiesResponse { | ||
EntityDetails?: Record<string, EntityDetail>; | ||
Errors?: Record<string, BatchDescribeErrorDetail>; | ||
EntityDetails?: Record<string, EntityDetail> | undefined; | ||
Errors?: Record<string, BatchDescribeErrorDetail> | undefined; | ||
} | ||
@@ -94,3 +94,3 @@ export declare class InternalServiceException extends __BaseException { | ||
readonly $fault: "server"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -103,3 +103,3 @@ opts: __ExceptionOptionType<InternalServiceException, __BaseException> | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -112,3 +112,3 @@ opts: __ExceptionOptionType<ThrottlingException, __BaseException> | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -123,4 +123,4 @@ opts: __ExceptionOptionType<ValidationException, __BaseException> | ||
export interface CancelChangeSetResponse { | ||
ChangeSetId?: string; | ||
ChangeSetArn?: string; | ||
ChangeSetId?: string | undefined; | ||
ChangeSetArn?: string | undefined; | ||
} | ||
@@ -130,3 +130,3 @@ export declare class ResourceInUseException extends __BaseException { | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -139,3 +139,3 @@ opts: __ExceptionOptionType<ResourceInUseException, __BaseException> | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -155,15 +155,15 @@ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException> | ||
Type: string | undefined; | ||
Identifier?: string; | ||
Identifier?: string | undefined; | ||
} | ||
export interface ErrorDetail { | ||
ErrorCode?: string; | ||
ErrorMessage?: string; | ||
ErrorCode?: string | undefined; | ||
ErrorMessage?: string | undefined; | ||
} | ||
export interface ChangeSummary { | ||
ChangeType?: string; | ||
Entity?: Entity; | ||
Details?: string; | ||
DetailsDocument?: __DocumentType; | ||
ErrorDetailList?: ErrorDetail[]; | ||
ChangeName?: string; | ||
ChangeType?: string | undefined; | ||
Entity?: Entity | undefined; | ||
Details?: string | undefined; | ||
DetailsDocument?: __DocumentType | undefined; | ||
ErrorDetailList?: ErrorDetail[] | undefined; | ||
ChangeName?: string | undefined; | ||
} | ||
@@ -189,12 +189,12 @@ export declare const FailureCode: { | ||
export interface DescribeChangeSetResponse { | ||
ChangeSetId?: string; | ||
ChangeSetArn?: string; | ||
ChangeSetName?: string; | ||
Intent?: Intent; | ||
StartTime?: string; | ||
EndTime?: string; | ||
Status?: ChangeStatus; | ||
FailureCode?: FailureCode; | ||
FailureDescription?: string; | ||
ChangeSet?: ChangeSummary[]; | ||
ChangeSetId?: string | undefined; | ||
ChangeSetArn?: string | undefined; | ||
ChangeSetName?: string | undefined; | ||
Intent?: Intent | undefined; | ||
StartTime?: string | undefined; | ||
EndTime?: string | undefined; | ||
Status?: ChangeStatus | undefined; | ||
FailureCode?: FailureCode | undefined; | ||
FailureDescription?: string | undefined; | ||
ChangeSet?: ChangeSummary[] | undefined; | ||
} | ||
@@ -206,8 +206,8 @@ export interface DescribeEntityRequest { | ||
export interface DescribeEntityResponse { | ||
EntityType?: string; | ||
EntityIdentifier?: string; | ||
EntityArn?: string; | ||
LastModifiedDate?: string; | ||
Details?: string; | ||
DetailsDocument?: __DocumentType; | ||
EntityType?: string | undefined; | ||
EntityIdentifier?: string | undefined; | ||
EntityArn?: string | undefined; | ||
LastModifiedDate?: string | undefined; | ||
Details?: string | undefined; | ||
DetailsDocument?: __DocumentType | undefined; | ||
} | ||
@@ -217,3 +217,3 @@ export declare class ResourceNotSupportedException extends __BaseException { | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -227,46 +227,46 @@ opts: __ExceptionOptionType<ResourceNotSupportedException, __BaseException> | ||
export interface GetResourcePolicyResponse { | ||
Policy?: string; | ||
Policy?: string | undefined; | ||
} | ||
export interface Filter { | ||
Name?: string; | ||
ValueList?: string[]; | ||
Name?: string | undefined; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface Sort { | ||
SortBy?: string; | ||
SortOrder?: SortOrder; | ||
SortBy?: string | undefined; | ||
SortOrder?: SortOrder | undefined; | ||
} | ||
export interface ListChangeSetsRequest { | ||
Catalog: string | undefined; | ||
FilterList?: Filter[]; | ||
Sort?: Sort; | ||
MaxResults?: number; | ||
NextToken?: string; | ||
FilterList?: Filter[] | undefined; | ||
Sort?: Sort | undefined; | ||
MaxResults?: number | undefined; | ||
NextToken?: string | undefined; | ||
} | ||
export interface ChangeSetSummaryListItem { | ||
ChangeSetId?: string; | ||
ChangeSetArn?: string; | ||
ChangeSetName?: string; | ||
StartTime?: string; | ||
EndTime?: string; | ||
Status?: ChangeStatus; | ||
EntityIdList?: string[]; | ||
FailureCode?: FailureCode; | ||
ChangeSetId?: string | undefined; | ||
ChangeSetArn?: string | undefined; | ||
ChangeSetName?: string | undefined; | ||
StartTime?: string | undefined; | ||
EndTime?: string | undefined; | ||
Status?: ChangeStatus | undefined; | ||
EntityIdList?: string[] | undefined; | ||
FailureCode?: FailureCode | undefined; | ||
} | ||
export interface ListChangeSetsResponse { | ||
ChangeSetSummaryList?: ChangeSetSummaryListItem[]; | ||
NextToken?: string; | ||
ChangeSetSummaryList?: ChangeSetSummaryListItem[] | undefined; | ||
NextToken?: string | undefined; | ||
} | ||
export interface ContainerProductEntityIdFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface ContainerProductLastModifiedDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface ContainerProductLastModifiedDateFilter { | ||
DateRange?: ContainerProductLastModifiedDateFilterDateRange; | ||
DateRange?: ContainerProductLastModifiedDateFilterDateRange | undefined; | ||
} | ||
export interface ContainerProductTitleFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
@@ -282,23 +282,23 @@ export declare const ContainerProductVisibilityString: { | ||
export interface ContainerProductVisibilityFilter { | ||
ValueList?: ContainerProductVisibilityString[]; | ||
ValueList?: ContainerProductVisibilityString[] | undefined; | ||
} | ||
export interface ContainerProductFilters { | ||
EntityId?: ContainerProductEntityIdFilter; | ||
LastModifiedDate?: ContainerProductLastModifiedDateFilter; | ||
ProductTitle?: ContainerProductTitleFilter; | ||
Visibility?: ContainerProductVisibilityFilter; | ||
EntityId?: ContainerProductEntityIdFilter | undefined; | ||
LastModifiedDate?: ContainerProductLastModifiedDateFilter | undefined; | ||
ProductTitle?: ContainerProductTitleFilter | undefined; | ||
Visibility?: ContainerProductVisibilityFilter | undefined; | ||
} | ||
export interface DataProductEntityIdFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface DataProductLastModifiedDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface DataProductLastModifiedDateFilter { | ||
DateRange?: DataProductLastModifiedDateFilterDateRange; | ||
DateRange?: DataProductLastModifiedDateFilterDateRange | undefined; | ||
} | ||
export interface DataProductTitleFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
@@ -315,46 +315,46 @@ export declare const DataProductVisibilityString: { | ||
export interface DataProductVisibilityFilter { | ||
ValueList?: DataProductVisibilityString[]; | ||
ValueList?: DataProductVisibilityString[] | undefined; | ||
} | ||
export interface DataProductFilters { | ||
EntityId?: DataProductEntityIdFilter; | ||
ProductTitle?: DataProductTitleFilter; | ||
Visibility?: DataProductVisibilityFilter; | ||
LastModifiedDate?: DataProductLastModifiedDateFilter; | ||
EntityId?: DataProductEntityIdFilter | undefined; | ||
ProductTitle?: DataProductTitleFilter | undefined; | ||
Visibility?: DataProductVisibilityFilter | undefined; | ||
LastModifiedDate?: DataProductLastModifiedDateFilter | undefined; | ||
} | ||
export interface OfferAvailabilityEndDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface OfferAvailabilityEndDateFilter { | ||
DateRange?: OfferAvailabilityEndDateFilterDateRange; | ||
DateRange?: OfferAvailabilityEndDateFilterDateRange | undefined; | ||
} | ||
export interface OfferBuyerAccountsFilter { | ||
WildCardValue?: string; | ||
WildCardValue?: string | undefined; | ||
} | ||
export interface OfferEntityIdFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface OfferLastModifiedDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface OfferLastModifiedDateFilter { | ||
DateRange?: OfferLastModifiedDateFilterDateRange; | ||
DateRange?: OfferLastModifiedDateFilterDateRange | undefined; | ||
} | ||
export interface OfferNameFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
export interface OfferProductIdFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface OfferReleaseDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface OfferReleaseDateFilter { | ||
DateRange?: OfferReleaseDateFilterDateRange; | ||
DateRange?: OfferReleaseDateFilterDateRange | undefined; | ||
} | ||
export interface OfferResaleAuthorizationIdFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
@@ -368,3 +368,3 @@ export declare const OfferStateString: { | ||
export interface OfferStateFilter { | ||
ValueList?: OfferStateString[]; | ||
ValueList?: OfferStateString[] | undefined; | ||
} | ||
@@ -380,72 +380,72 @@ export declare const OfferTargetingString: { | ||
export interface OfferTargetingFilter { | ||
ValueList?: OfferTargetingString[]; | ||
ValueList?: OfferTargetingString[] | undefined; | ||
} | ||
export interface OfferFilters { | ||
EntityId?: OfferEntityIdFilter; | ||
Name?: OfferNameFilter; | ||
ProductId?: OfferProductIdFilter; | ||
ResaleAuthorizationId?: OfferResaleAuthorizationIdFilter; | ||
ReleaseDate?: OfferReleaseDateFilter; | ||
AvailabilityEndDate?: OfferAvailabilityEndDateFilter; | ||
BuyerAccounts?: OfferBuyerAccountsFilter; | ||
State?: OfferStateFilter; | ||
Targeting?: OfferTargetingFilter; | ||
LastModifiedDate?: OfferLastModifiedDateFilter; | ||
EntityId?: OfferEntityIdFilter | undefined; | ||
Name?: OfferNameFilter | undefined; | ||
ProductId?: OfferProductIdFilter | undefined; | ||
ResaleAuthorizationId?: OfferResaleAuthorizationIdFilter | undefined; | ||
ReleaseDate?: OfferReleaseDateFilter | undefined; | ||
AvailabilityEndDate?: OfferAvailabilityEndDateFilter | undefined; | ||
BuyerAccounts?: OfferBuyerAccountsFilter | undefined; | ||
State?: OfferStateFilter | undefined; | ||
Targeting?: OfferTargetingFilter | undefined; | ||
LastModifiedDate?: OfferLastModifiedDateFilter | undefined; | ||
} | ||
export interface ResaleAuthorizationAvailabilityEndDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationAvailabilityEndDateFilter { | ||
DateRange?: ResaleAuthorizationAvailabilityEndDateFilterDateRange; | ||
ValueList?: string[]; | ||
DateRange?: ResaleAuthorizationAvailabilityEndDateFilterDateRange | undefined; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface ResaleAuthorizationCreatedDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationCreatedDateFilter { | ||
DateRange?: ResaleAuthorizationCreatedDateFilterDateRange; | ||
ValueList?: string[]; | ||
DateRange?: ResaleAuthorizationCreatedDateFilterDateRange | undefined; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface ResaleAuthorizationEntityIdFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface ResaleAuthorizationLastModifiedDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationLastModifiedDateFilter { | ||
DateRange?: ResaleAuthorizationLastModifiedDateFilterDateRange; | ||
DateRange?: ResaleAuthorizationLastModifiedDateFilterDateRange | undefined; | ||
} | ||
export interface ResaleAuthorizationManufacturerAccountIdFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationManufacturerLegalNameFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationNameFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationOfferExtendedStatusFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface ResaleAuthorizationProductIdFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationProductNameFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationResellerAccountIDFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
export interface ResaleAuthorizationResellerLegalNameFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
@@ -460,32 +460,40 @@ export declare const ResaleAuthorizationStatusString: { | ||
export interface ResaleAuthorizationStatusFilter { | ||
ValueList?: ResaleAuthorizationStatusString[]; | ||
ValueList?: ResaleAuthorizationStatusString[] | undefined; | ||
} | ||
export interface ResaleAuthorizationFilters { | ||
EntityId?: ResaleAuthorizationEntityIdFilter; | ||
Name?: ResaleAuthorizationNameFilter; | ||
ProductId?: ResaleAuthorizationProductIdFilter; | ||
CreatedDate?: ResaleAuthorizationCreatedDateFilter; | ||
AvailabilityEndDate?: ResaleAuthorizationAvailabilityEndDateFilter; | ||
ManufacturerAccountId?: ResaleAuthorizationManufacturerAccountIdFilter; | ||
ProductName?: ResaleAuthorizationProductNameFilter; | ||
ManufacturerLegalName?: ResaleAuthorizationManufacturerLegalNameFilter; | ||
ResellerAccountID?: ResaleAuthorizationResellerAccountIDFilter; | ||
ResellerLegalName?: ResaleAuthorizationResellerLegalNameFilter; | ||
Status?: ResaleAuthorizationStatusFilter; | ||
OfferExtendedStatus?: ResaleAuthorizationOfferExtendedStatusFilter; | ||
LastModifiedDate?: ResaleAuthorizationLastModifiedDateFilter; | ||
EntityId?: ResaleAuthorizationEntityIdFilter | undefined; | ||
Name?: ResaleAuthorizationNameFilter | undefined; | ||
ProductId?: ResaleAuthorizationProductIdFilter | undefined; | ||
CreatedDate?: ResaleAuthorizationCreatedDateFilter | undefined; | ||
AvailabilityEndDate?: | ||
| ResaleAuthorizationAvailabilityEndDateFilter | ||
| undefined; | ||
ManufacturerAccountId?: | ||
| ResaleAuthorizationManufacturerAccountIdFilter | ||
| undefined; | ||
ProductName?: ResaleAuthorizationProductNameFilter | undefined; | ||
ManufacturerLegalName?: | ||
| ResaleAuthorizationManufacturerLegalNameFilter | ||
| undefined; | ||
ResellerAccountID?: ResaleAuthorizationResellerAccountIDFilter | undefined; | ||
ResellerLegalName?: ResaleAuthorizationResellerLegalNameFilter | undefined; | ||
Status?: ResaleAuthorizationStatusFilter | undefined; | ||
OfferExtendedStatus?: | ||
| ResaleAuthorizationOfferExtendedStatusFilter | ||
| undefined; | ||
LastModifiedDate?: ResaleAuthorizationLastModifiedDateFilter | undefined; | ||
} | ||
export interface SaaSProductEntityIdFilter { | ||
ValueList?: string[]; | ||
ValueList?: string[] | undefined; | ||
} | ||
export interface SaaSProductLastModifiedDateFilterDateRange { | ||
AfterValue?: string; | ||
BeforeValue?: string; | ||
AfterValue?: string | undefined; | ||
BeforeValue?: string | undefined; | ||
} | ||
export interface SaaSProductLastModifiedDateFilter { | ||
DateRange?: SaaSProductLastModifiedDateFilterDateRange; | ||
DateRange?: SaaSProductLastModifiedDateFilterDateRange | undefined; | ||
} | ||
export interface SaaSProductTitleFilter { | ||
ValueList?: string[]; | ||
WildCardValue?: string; | ||
ValueList?: string[] | undefined; | ||
WildCardValue?: string | undefined; | ||
} | ||
@@ -501,9 +509,9 @@ export declare const SaaSProductVisibilityString: { | ||
export interface SaaSProductVisibilityFilter { | ||
ValueList?: SaaSProductVisibilityString[]; | ||
ValueList?: SaaSProductVisibilityString[] | undefined; | ||
} | ||
export interface SaaSProductFilters { | ||
EntityId?: SaaSProductEntityIdFilter; | ||
ProductTitle?: SaaSProductTitleFilter; | ||
Visibility?: SaaSProductVisibilityFilter; | ||
LastModifiedDate?: SaaSProductLastModifiedDateFilter; | ||
EntityId?: SaaSProductEntityIdFilter | undefined; | ||
ProductTitle?: SaaSProductTitleFilter | undefined; | ||
Visibility?: SaaSProductVisibilityFilter | undefined; | ||
LastModifiedDate?: SaaSProductLastModifiedDateFilter | undefined; | ||
} | ||
@@ -602,4 +610,4 @@ export type EntityTypeFilters = | ||
export interface ContainerProductSort { | ||
SortBy?: ContainerProductSortBy; | ||
SortOrder?: SortOrder; | ||
SortBy?: ContainerProductSortBy | undefined; | ||
SortOrder?: SortOrder | undefined; | ||
} | ||
@@ -615,4 +623,4 @@ export declare const DataProductSortBy: { | ||
export interface DataProductSort { | ||
SortBy?: DataProductSortBy; | ||
SortOrder?: SortOrder; | ||
SortBy?: DataProductSortBy | undefined; | ||
SortOrder?: SortOrder | undefined; | ||
} | ||
@@ -633,4 +641,4 @@ export declare const OfferSortBy: { | ||
export interface OfferSort { | ||
SortBy?: OfferSortBy; | ||
SortOrder?: SortOrder; | ||
SortBy?: OfferSortBy | undefined; | ||
SortOrder?: SortOrder | undefined; | ||
} | ||
@@ -655,4 +663,4 @@ export declare const ResaleAuthorizationSortBy: { | ||
export interface ResaleAuthorizationSort { | ||
SortBy?: ResaleAuthorizationSortBy; | ||
SortOrder?: SortOrder; | ||
SortBy?: ResaleAuthorizationSortBy | undefined; | ||
SortOrder?: SortOrder | undefined; | ||
} | ||
@@ -668,4 +676,4 @@ export declare const SaaSProductSortBy: { | ||
export interface SaaSProductSort { | ||
SortBy?: SaaSProductSortBy; | ||
SortOrder?: SortOrder; | ||
SortBy?: SaaSProductSortBy | undefined; | ||
SortOrder?: SortOrder | undefined; | ||
} | ||
@@ -763,62 +771,62 @@ export type EntityTypeSort = | ||
EntityType: string | undefined; | ||
FilterList?: Filter[]; | ||
Sort?: Sort; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
OwnershipType?: OwnershipType; | ||
EntityTypeFilters?: EntityTypeFilters; | ||
EntityTypeSort?: EntityTypeSort; | ||
FilterList?: Filter[] | undefined; | ||
Sort?: Sort | undefined; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
OwnershipType?: OwnershipType | undefined; | ||
EntityTypeFilters?: EntityTypeFilters | undefined; | ||
EntityTypeSort?: EntityTypeSort | undefined; | ||
} | ||
export interface ContainerProductSummary { | ||
ProductTitle?: string; | ||
Visibility?: ContainerProductVisibilityString; | ||
ProductTitle?: string | undefined; | ||
Visibility?: ContainerProductVisibilityString | undefined; | ||
} | ||
export interface DataProductSummary { | ||
ProductTitle?: string; | ||
Visibility?: DataProductVisibilityString; | ||
ProductTitle?: string | undefined; | ||
Visibility?: DataProductVisibilityString | undefined; | ||
} | ||
export interface OfferSummary { | ||
Name?: string; | ||
ProductId?: string; | ||
ResaleAuthorizationId?: string; | ||
ReleaseDate?: string; | ||
AvailabilityEndDate?: string; | ||
BuyerAccounts?: string[]; | ||
State?: OfferStateString; | ||
Targeting?: OfferTargetingString[]; | ||
Name?: string | undefined; | ||
ProductId?: string | undefined; | ||
ResaleAuthorizationId?: string | undefined; | ||
ReleaseDate?: string | undefined; | ||
AvailabilityEndDate?: string | undefined; | ||
BuyerAccounts?: string[] | undefined; | ||
State?: OfferStateString | undefined; | ||
Targeting?: OfferTargetingString[] | undefined; | ||
} | ||
export interface ResaleAuthorizationSummary { | ||
Name?: string; | ||
ProductId?: string; | ||
ProductName?: string; | ||
ManufacturerAccountId?: string; | ||
ManufacturerLegalName?: string; | ||
ResellerAccountID?: string; | ||
ResellerLegalName?: string; | ||
Status?: ResaleAuthorizationStatusString; | ||
OfferExtendedStatus?: string; | ||
CreatedDate?: string; | ||
AvailabilityEndDate?: string; | ||
Name?: string | undefined; | ||
ProductId?: string | undefined; | ||
ProductName?: string | undefined; | ||
ManufacturerAccountId?: string | undefined; | ||
ManufacturerLegalName?: string | undefined; | ||
ResellerAccountID?: string | undefined; | ||
ResellerLegalName?: string | undefined; | ||
Status?: ResaleAuthorizationStatusString | undefined; | ||
OfferExtendedStatus?: string | undefined; | ||
CreatedDate?: string | undefined; | ||
AvailabilityEndDate?: string | undefined; | ||
} | ||
export interface SaaSProductSummary { | ||
ProductTitle?: string; | ||
Visibility?: SaaSProductVisibilityString; | ||
ProductTitle?: string | undefined; | ||
Visibility?: SaaSProductVisibilityString | undefined; | ||
} | ||
export interface EntitySummary { | ||
Name?: string; | ||
EntityType?: string; | ||
EntityId?: string; | ||
EntityArn?: string; | ||
LastModifiedDate?: string; | ||
Visibility?: string; | ||
AmiProductSummary?: AmiProductSummary; | ||
ContainerProductSummary?: ContainerProductSummary; | ||
DataProductSummary?: DataProductSummary; | ||
SaaSProductSummary?: SaaSProductSummary; | ||
OfferSummary?: OfferSummary; | ||
ResaleAuthorizationSummary?: ResaleAuthorizationSummary; | ||
Name?: string | undefined; | ||
EntityType?: string | undefined; | ||
EntityId?: string | undefined; | ||
EntityArn?: string | undefined; | ||
LastModifiedDate?: string | undefined; | ||
Visibility?: string | undefined; | ||
AmiProductSummary?: AmiProductSummary | undefined; | ||
ContainerProductSummary?: ContainerProductSummary | undefined; | ||
DataProductSummary?: DataProductSummary | undefined; | ||
SaaSProductSummary?: SaaSProductSummary | undefined; | ||
OfferSummary?: OfferSummary | undefined; | ||
ResaleAuthorizationSummary?: ResaleAuthorizationSummary | undefined; | ||
} | ||
export interface ListEntitiesResponse { | ||
EntitySummaryList?: EntitySummary[]; | ||
NextToken?: string; | ||
EntitySummaryList?: EntitySummary[] | undefined; | ||
NextToken?: string | undefined; | ||
} | ||
@@ -833,4 +841,4 @@ export interface ListTagsForResourceRequest { | ||
export interface ListTagsForResourceResponse { | ||
ResourceArn?: string; | ||
Tags?: Tag[]; | ||
ResourceArn?: string | undefined; | ||
Tags?: Tag[] | undefined; | ||
} | ||
@@ -845,3 +853,3 @@ export interface PutResourcePolicyRequest { | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -854,6 +862,6 @@ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException> | ||
Entity: Entity | undefined; | ||
EntityTags?: Tag[]; | ||
Details?: string; | ||
DetailsDocument?: __DocumentType; | ||
ChangeName?: string; | ||
EntityTags?: Tag[] | undefined; | ||
Details?: string | undefined; | ||
DetailsDocument?: __DocumentType | undefined; | ||
ChangeName?: string | undefined; | ||
} | ||
@@ -863,10 +871,10 @@ export interface StartChangeSetRequest { | ||
ChangeSet: Change[] | undefined; | ||
ChangeSetName?: string; | ||
ClientRequestToken?: string; | ||
ChangeSetTags?: Tag[]; | ||
Intent?: Intent; | ||
ChangeSetName?: string | undefined; | ||
ClientRequestToken?: string | undefined; | ||
ChangeSetTags?: Tag[] | undefined; | ||
Intent?: Intent | undefined; | ||
} | ||
export interface StartChangeSetResponse { | ||
ChangeSetId?: string; | ||
ChangeSetArn?: string; | ||
ChangeSetId?: string | undefined; | ||
ChangeSetArn?: string | undefined; | ||
} | ||
@@ -873,0 +881,0 @@ export interface TagResourceRequest { |
{ | ||
"name": "@aws-sdk/client-marketplace-catalog", | ||
"description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native", | ||
"version": "3.687.0", | ||
"version": "3.691.0", | ||
"scripts": { | ||
@@ -23,10 +23,10 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.687.0", | ||
"@aws-sdk/client-sts": "3.687.0", | ||
"@aws-sdk/core": "3.686.0", | ||
"@aws-sdk/credential-provider-node": "3.687.0", | ||
"@aws-sdk/client-sso-oidc": "3.691.0", | ||
"@aws-sdk/client-sts": "3.691.0", | ||
"@aws-sdk/core": "3.691.0", | ||
"@aws-sdk/credential-provider-node": "3.691.0", | ||
"@aws-sdk/middleware-host-header": "3.686.0", | ||
"@aws-sdk/middleware-logger": "3.686.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.686.0", | ||
"@aws-sdk/middleware-user-agent": "3.687.0", | ||
"@aws-sdk/middleware-user-agent": "3.691.0", | ||
"@aws-sdk/region-config-resolver": "3.686.0", | ||
@@ -36,3 +36,3 @@ "@aws-sdk/types": "3.686.0", | ||
"@aws-sdk/util-user-agent-browser": "3.686.0", | ||
"@aws-sdk/util-user-agent-node": "3.687.0", | ||
"@aws-sdk/util-user-agent-node": "3.691.0", | ||
"@smithy/config-resolver": "^3.0.10", | ||
@@ -39,0 +39,0 @@ "@smithy/core": "^2.5.1", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
451632
10829
7
61048
+ Added@aws-sdk/client-sso@3.691.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.691.0(transitive)
+ Added@aws-sdk/client-sts@3.691.0(transitive)
+ Added@aws-sdk/core@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.691.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.691.0(transitive)
+ Added@aws-sdk/token-providers@3.691.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.691.0(transitive)
- Removed@aws-sdk/client-sso@3.687.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.687.0(transitive)
- Removed@aws-sdk/client-sts@3.687.0(transitive)
- Removed@aws-sdk/core@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.686.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.687.0(transitive)
- Removed@aws-sdk/token-providers@3.686.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.687.0(transitive)
Updated@aws-sdk/client-sts@3.691.0
Updated@aws-sdk/core@3.691.0