AWS Tools for Windows PowerShell
Command Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Synopsis

Calls the AWS Marketplace Catalog Service ListEntities API operation.

Syntax

Get-MCATEntityList
-Catalog <String>
-EntityTypeFilters_AmiProductFilters_LastModifiedDate_DateRange_AfterValue <String>
-EntityTypeFilters_ContainerProductFilters_LastModifiedDate_DateRange_AfterValue <String>
-EntityTypeFilters_DataProductFilters_LastModifiedDate_DateRange_AfterValue <String>
-EntityTypeFilters_OfferFilters_AvailabilityEndDate_DateRange_AfterValue <String>
-EntityTypeFilters_OfferFilters_LastModifiedDate_DateRange_AfterValue <String>
-EntityTypeFilters_OfferFilters_ReleaseDate_DateRange_AfterValue <String>
-EntityTypeFilters_ResaleAuthorizationFilters_AvailabilityEndDate_DateRange_AfterValue <String>
-EntityTypeFilters_ResaleAuthorizationFilters_CreatedDate_DateRange_AfterValue <String>
-EntityTypeFilters_ResaleAuthorizationFilters_LastModifiedDate_DateRange_AfterValue <String>
-EntityTypeFilters_SaaSProductFilters_LastModifiedDate_DateRange_AfterValue <String>
-EntityTypeFilters_AmiProductFilters_LastModifiedDate_DateRange_BeforeValue <String>
-EntityTypeFilters_ContainerProductFilters_LastModifiedDate_DateRange_BeforeValue <String>
-EntityTypeFilters_DataProductFilters_LastModifiedDate_DateRange_BeforeValue <String>
-EntityTypeFilters_OfferFilters_AvailabilityEndDate_DateRange_BeforeValue <String>
-EntityTypeFilters_OfferFilters_LastModifiedDate_DateRange_BeforeValue <String>
-EntityTypeFilters_OfferFilters_ReleaseDate_DateRange_BeforeValue <String>
-EntityTypeFilters_ResaleAuthorizationFilters_AvailabilityEndDate_DateRange_BeforeValue <String>
-EntityTypeFilters_ResaleAuthorizationFilters_CreatedDate_DateRange_BeforeValue <String>
-EntityTypeFilters_ResaleAuthorizationFilters_LastModifiedDate_DateRange_BeforeValue <String>
-EntityTypeFilters_SaaSProductFilters_LastModifiedDate_DateRange_BeforeValue <String>
-EntityType <String>
-FilterList <Filter[]>
-OwnershipType <OwnershipType>
-AmiProductSort_SortBy <AmiProductSortBy>
-ContainerProductSort_SortBy <ContainerProductSortBy>
-DataProductSort_SortBy <DataProductSortBy>
-OfferSort_SortBy <OfferSortBy>
-ResaleAuthorizationSort_SortBy <ResaleAuthorizationSortBy>
-SaaSProductSort_SortBy <SaaSProductSortBy>
-Sort_SortBy <String>
-AmiProductSort_SortOrder <SortOrder>
-ContainerProductSort_SortOrder <SortOrder>
-DataProductSort_SortOrder <SortOrder>
-OfferSort_SortOrder <SortOrder>
-ResaleAuthorizationSort_SortOrder <SortOrder>
-SaaSProductSort_SortOrder <SortOrder>
-Sort_SortOrder <SortOrder>
-EntityTypeFilters_AmiProductFilters_EntityId_ValueList <String[]>
-EntityTypeFilters_AmiProductFilters_ProductTitle_ValueList <String[]>
-EntityTypeFilters_AmiProductFilters_Visibility_ValueList <String[]>
-EntityTypeFilters_ContainerProductFilters_EntityId_ValueList <String[]>
-EntityTypeFilters_ContainerProductFilters_ProductTitle_ValueList <String[]>
-EntityTypeFilters_ContainerProductFilters_Visibility_ValueList <String[]>
-EntityTypeFilters_DataProductFilters_EntityId_ValueList <String[]>
-EntityTypeFilters_DataProductFilters_ProductTitle_ValueList <String[]>
-EntityTypeFilters_DataProductFilters_Visibility_ValueList <String[]>
-EntityTypeFilters_OfferFilters_EntityId_ValueList <String[]>
-EntityTypeFilters_OfferFilters_Name_ValueList <String[]>
-EntityTypeFilters_OfferFilters_ProductId_ValueList <String[]>
-ResaleAuthorizationId_ValueList <String[]>
-State_ValueList <String[]>
-Targeting_ValueList <String[]>
-EntityTypeFilters_ResaleAuthorizationFilters_AvailabilityEndDate_ValueList <String[]>
-CreatedDate_ValueList <String[]>
-EntityTypeFilters_ResaleAuthorizationFilters_EntityId_ValueList <String[]>
-ManufacturerAccountId_ValueList <String[]>
-ManufacturerLegalName_ValueList <String[]>
-EntityTypeFilters_ResaleAuthorizationFilters_Name_ValueList <String[]>
-OfferExtendedStatus_ValueList <String[]>
-EntityTypeFilters_ResaleAuthorizationFilters_ProductId_ValueList <String[]>
-ProductName_ValueList <String[]>
-ResellerAccountID_ValueList <String[]>
-ResellerLegalName_ValueList <String[]>
-Status_ValueList <String[]>
-EntityTypeFilters_SaaSProductFilters_EntityId_ValueList <String[]>
-EntityTypeFilters_SaaSProductFilters_ProductTitle_ValueList <String[]>
-EntityTypeFilters_SaaSProductFilters_Visibility_ValueList <String[]>
-EntityTypeFilters_AmiProductFilters_ProductTitle_WildCardValue <String>
-EntityTypeFilters_ContainerProductFilters_ProductTitle_WildCardValue <String>
-EntityTypeFilters_DataProductFilters_ProductTitle_WildCardValue <String>
-BuyerAccounts_WildCardValue <String>
-EntityTypeFilters_OfferFilters_Name_WildCardValue <String>
-ManufacturerAccountId_WildCardValue <String>
-ManufacturerLegalName_WildCardValue <String>
-EntityTypeFilters_ResaleAuthorizationFilters_Name_WildCardValue <String>
-ProductId_WildCardValue <String>
-ProductName_WildCardValue <String>
-ResellerAccountID_WildCardValue <String>
-ResellerLegalName_WildCardValue <String>
-EntityTypeFilters_SaaSProductFilters_ProductTitle_WildCardValue <String>
-MaxResult <Int32>
-NextToken <String>
-Select <String>
-PassThru <SwitchParameter>
-NoAutoIteration <SwitchParameter>
-ClientConfig <AmazonMarketplaceCatalogConfig>

Description

Provides the list of entities of a given type.

This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.

Parameters

-AmiProductSort_SortBy <AmiProductSortBy>
Field to sort the AMI products by.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_AmiProductSort_SortBy
-AmiProductSort_SortOrder <SortOrder>
The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_AmiProductSort_SortOrder
-BuyerAccounts_WildCardValue <String>
Allows filtering on the BuyerAccounts of an offer with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_OfferFilters_BuyerAccounts_WildCardValue
-Catalog <String>
The catalog related to the request. Fixed value: AWSMarketplace
Required?True
Position?1
Accept pipeline input?True (ByValue, ByPropertyName)
Amazon.PowerShell.Cmdlets.MCAT.AmazonMarketplaceCatalogClientCmdlet.ClientConfig
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ContainerProductSort_SortBy <ContainerProductSortBy>
Field to sort the container products by.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_ContainerProductSort_SortBy
-ContainerProductSort_SortOrder <SortOrder>
The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_ContainerProductSort_SortOrder
-CreatedDate_ValueList <String[]>
Allows filtering on CreatedDate of a ResaleAuthorization with date value as input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_CreatedDate_ValueList
-DataProductSort_SortBy <DataProductSortBy>
Field to sort the data products by.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_DataProductSort_SortBy
-DataProductSort_SortOrder <SortOrder>
The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_DataProductSort_SortOrder
-EntityType <String>
The type of entities to retrieve. Valid values are: AmiProduct, ContainerProduct, DataProduct, SaaSProduct, ProcurementPolicy, Experience, Audience, BrandingSettings, Offer, Seller, ResaleAuthorization.
Required?True
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_AmiProductFilters_EntityId_ValueList <String[]>
A string array of unique entity id values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_AmiProductFilters_LastModifiedDate_DateRange_AfterValue <String>
Date after which the AMI product was last modified.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_AmiProductFilters_LastModifiedDate_DateRange_BeforeValue <String>
Date before which the AMI product was last modified.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_AmiProductFilters_ProductTitle_ValueList <String[]>
A string array of unique product title values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_AmiProductFilters_ProductTitle_WildCardValue <String>
A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_AmiProductFilters_Visibility_ValueList <String[]>
A string array of unique visibility values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ContainerProductFilters_EntityId_ValueList <String[]>
A string array of unique entity id values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ContainerProductFilters_LastModifiedDate_DateRange_AfterValue <String>
Date after which the container product was last modified.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ContainerProductFilters_LastModifiedDate_DateRange_BeforeValue <String>
Date before which the container product was last modified.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ContainerProductFilters_ProductTitle_ValueList <String[]>
A string array of unique product title values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ContainerProductFilters_ProductTitle_WildCardValue <String>
A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ContainerProductFilters_Visibility_ValueList <String[]>
A string array of unique visibility values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_DataProductFilters_EntityId_ValueList <String[]>
A string array of unique entity id values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_DataProductFilters_LastModifiedDate_DateRange_AfterValue <String>
Date after which the data product was last modified.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_DataProductFilters_LastModifiedDate_DateRange_BeforeValue <String>
Date before which the data product was last modified.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_DataProductFilters_ProductTitle_ValueList <String[]>
A string array of unique product title values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_DataProductFilters_ProductTitle_WildCardValue <String>
A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_DataProductFilters_Visibility_ValueList <String[]>
A string array of unique visibility values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_AvailabilityEndDate_DateRange_AfterValue <String>
Allows filtering on the AvailabilityEndDate of an offer after a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_AvailabilityEndDate_DateRange_BeforeValue <String>
Allows filtering on the AvailabilityEndDate of an offer before a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_EntityId_ValueList <String[]>
Allows filtering on entity id of an offer with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_LastModifiedDate_DateRange_AfterValue <String>
Allows filtering on the LastModifiedDate of an offer after a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_LastModifiedDate_DateRange_BeforeValue <String>
Allows filtering on the LastModifiedDate of an offer before a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_Name_ValueList <String[]>
Allows filtering on the Name of an offer with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_Name_WildCardValue <String>
Allows filtering on the Name of an offer with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_ProductId_ValueList <String[]>
Allows filtering on the ProductId of an offer with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_ReleaseDate_DateRange_AfterValue <String>
Allows filtering on the ReleaseDate of offers after a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_OfferFilters_ReleaseDate_DateRange_BeforeValue <String>
Allows filtering on the ReleaseDate of offers before a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_AvailabilityEndDate_DateRange_AfterValue <String>
Allows filtering on AvailabilityEndDate of a ResaleAuthorization after a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_AvailabilityEndDate_DateRange_BeforeValue <String>
Allows filtering on AvailabilityEndDate of a ResaleAuthorization before a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_AvailabilityEndDate_ValueList <String[]>
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date value as input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_CreatedDate_DateRange_AfterValue <String>
Allows filtering on CreatedDate of a ResaleAuthorization after a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_CreatedDate_DateRange_BeforeValue <String>
Allows filtering on CreatedDate of a ResaleAuthorization before a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_EntityId_ValueList <String[]>
Allows filtering on EntityId of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_LastModifiedDate_DateRange_AfterValue <String>
Allows filtering on the LastModifiedDate of a ResaleAuthorization after a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_LastModifiedDate_DateRange_BeforeValue <String>
Allows filtering on the LastModifiedDate of a ResaleAuthorization before a date.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_Name_ValueList <String[]>
Allows filtering on the Name of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_Name_WildCardValue <String>
Allows filtering on the Name of a ResaleAuthorization with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_ResaleAuthorizationFilters_ProductId_ValueList <String[]>
Allows filtering on the ProductId of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_SaaSProductFilters_EntityId_ValueList <String[]>
A string array of unique entity id values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_SaaSProductFilters_LastModifiedDate_DateRange_AfterValue <String>
Date after which the SaaS product was last modified.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_SaaSProductFilters_LastModifiedDate_DateRange_BeforeValue <String>
Date before which the SaaS product was last modified.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_SaaSProductFilters_ProductTitle_ValueList <String[]>
A string array of unique product title values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_SaaSProductFilters_ProductTitle_WildCardValue <String>
A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EntityTypeFilters_SaaSProductFilters_Visibility_ValueList <String[]>
A string array of unique visibility values to be filtered on.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-FilterList <Filter[]>
An array of filter objects. Each filter object contains two attributes, filterName and filterValues.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ManufacturerAccountId_ValueList <String[]>
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ManufacturerAccountId_ValueList
-ManufacturerAccountId_WildCardValue <String>
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ManufacturerAccountId_WildCardValue
-ManufacturerLegalName_ValueList <String[]>
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ManufacturerLegalName_ValueList
-ManufacturerLegalName_WildCardValue <String>
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ManufacturerLegalName_WildCardValue
-MaxResult <Int32>
Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesMaxResults
-NextToken <String>
The value of the next token, if it exists. Null if there are no more results.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-NoAutoIteration <SwitchParameter>
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OfferExtendedStatus_ValueList <String[]>
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_OfferExtendedStatus_ValueList
-OfferSort_SortBy <OfferSortBy>
Allows to sort offers.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_OfferSort_SortBy
-OfferSort_SortOrder <SortOrder>
Allows to sort offers.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_OfferSort_SortOrder
-OwnershipType <OwnershipType>
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.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-PassThru <SwitchParameter>
Changes the cmdlet behavior to return the value passed to the Catalog parameter. The -PassThru parameter is deprecated, use -Select '^Catalog' instead. This parameter will be removed in a future version.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ProductId_WildCardValue <String>
Allows filtering on the ProductId of a ResaleAuthorization with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ProductId_WildCardValue
-ProductName_ValueList <String[]>
Allows filtering on the ProductName of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ProductName_ValueList
-ProductName_WildCardValue <String>
Allows filtering on the ProductName of a ResaleAuthorization with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ProductName_WildCardValue
-ResaleAuthorizationId_ValueList <String[]>
Allows filtering on the ResaleAuthorizationId of an offer with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_OfferFilters_ResaleAuthorizationId_ValueList
-ResaleAuthorizationSort_SortBy <ResaleAuthorizationSortBy>
Allows to sort ResaleAuthorization.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_ResaleAuthorizationSort_SortBy
-ResaleAuthorizationSort_SortOrder <SortOrder>
Allows to sort ResaleAuthorization.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_ResaleAuthorizationSort_SortOrder
-ResellerAccountID_ValueList <String[]>
Allows filtering on the ResellerAccountID of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ResellerAccountID_ValueList
-ResellerAccountID_WildCardValue <String>
Allows filtering on the ResellerAccountID of a ResaleAuthorization with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ResellerAccountID_WildCardValue
-ResellerLegalName_ValueList <String[]>
Allows filtering on the ResellerLegalNameProductName of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ResellerLegalName_ValueList
-ResellerLegalName_WildCardValue <String>
Allows filtering on the ResellerLegalName of a ResaleAuthorization with wild card input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_ResellerLegalName_WildCardValue
-SaaSProductSort_SortBy <SaaSProductSortBy>
Field to sort the SaaS products by.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_SaaSProductSort_SortBy
-SaaSProductSort_SortOrder <SortOrder>
The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeSort_SaaSProductSort_SortOrder
-Select <String>
Use the -Select parameter to control the cmdlet output. The default value is 'EntitySummaryList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MarketplaceCatalog.Model.ListEntitiesResponse). Specifying the name of a property of type Amazon.MarketplaceCatalog.Model.ListEntitiesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Sort_SortBy <String>
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.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Sort_SortOrder <SortOrder>
The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-State_ValueList <String[]>
Allows filtering on the State of an offer with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_OfferFilters_State_ValueList
-Status_ValueList <String[]>
Allows filtering on the Status of a ResaleAuthorization with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_ResaleAuthorizationFilters_Status_ValueList
-Targeting_ValueList <String[]>
Allows filtering on the Targeting of an offer with list input.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesEntityTypeFilters_OfferFilters_Targeting_ValueList

Common Credential and Region Parameters

-AccessKey <String>
The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAK
-Credential <AWSCredentials>
An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-EndpointUrl <String>
The endpoint to make the call against.Note: This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-NetworkCredential <PSCredential>
Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-ProfileLocation <String>
Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials.If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAWSProfilesLocation, ProfilesLocation
-ProfileName <String>
The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesStoredCredentials, AWSProfileName
-Region <Object>
The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesRegionToCall
-SecretKey <String>
The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSK, SecretAccessKey
-SessionToken <String>
The session token if the access and secret keys are temporary session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesST

Outputs

This cmdlet returns a collection of Amazon.MarketplaceCatalog.Model.EntitySummary objects. The service call response (type Amazon.MarketplaceCatalog.Model.ListEntitiesResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.

Supported Version

AWS Tools for PowerShell: 2.x.y.z