C# Class Amazon.ServiceCatalog.AmazonServiceCatalogClient

Implementation for accessing ServiceCatalog AWS Service Catalog

Overview

AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS. This documentation provides reference material for the AWS Service Catalog end user API. To get the most out of this documentation, you need to be familiar with the terminology discussed in AWS Service Catalog Concepts.

Additional Resources

Inheritance: AmazonServiceClient, IAmazonServiceCatalog
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
AcceptPortfolioShare ( AcceptPortfolioShareRequest request ) : AcceptPortfolioShareResponse

Accepts an offer to share a portfolio.

AcceptPortfolioShareAsync ( AcceptPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AcceptPortfolioShare operation.

AmazonServiceCatalogClient ( ) : System

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonServiceCatalogClient ( AWSCredentials credentials ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials

AmazonServiceCatalogClient ( AWSCredentials credentials, AmazonServiceCatalogConfig clientConfig ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials and an AmazonServiceCatalogClient Configuration object.

AmazonServiceCatalogClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with AWS Credentials

AmazonServiceCatalogClient ( AmazonServiceCatalogConfig config ) : System

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonServiceCatalogClient ( RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonServiceCatalogConfig clientConfig ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.

AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key

AssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request ) : AssociatePrincipalWithPortfolioResponse

Associates the specified principal ARN with the specified portfolio.

AssociatePrincipalWithPortfolioAsync ( AssociatePrincipalWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

AssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request ) : AssociateProductWithPortfolioResponse

Associates a product with a portfolio.

AssociateProductWithPortfolioAsync ( AssociateProductWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.

BeginAcceptPortfolioShare ( AcceptPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AcceptPortfolioShare operation.

BeginAssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

BeginAssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.

BeginCreateConstraint ( CreateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateConstraint operation.

BeginCreatePortfolio ( CreatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePortfolio operation.

BeginCreatePortfolioShare ( CreatePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePortfolioShare operation.

BeginCreateProduct ( CreateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateProduct operation.

BeginCreateProvisioningArtifact ( CreateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.

BeginDeleteConstraint ( DeleteConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteConstraint operation.

BeginDeletePortfolio ( DeletePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePortfolio operation.

BeginDeletePortfolioShare ( DeletePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePortfolioShare operation.

BeginDeleteProduct ( DeleteProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteProduct operation.

BeginDeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.

BeginDescribeConstraint ( DescribeConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeConstraint operation.

BeginDescribePortfolio ( DescribePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePortfolio operation.

BeginDescribeProduct ( DescribeProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProduct operation.

BeginDescribeProductAsAdmin ( DescribeProductAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.

BeginDescribeProductView ( DescribeProductViewRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProductView operation.

BeginDescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.

BeginDescribeProvisioningParameters ( DescribeProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.

BeginDescribeRecord ( DescribeRecordRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRecord operation.

BeginDisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

BeginDisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.

BeginListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.

BeginListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.

BeginListLaunchPaths ( ListLaunchPathsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListLaunchPaths operation.

BeginListPortfolioAccess ( ListPortfolioAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfolioAccess operation.

BeginListPortfolios ( ListPortfoliosRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfolios operation.

BeginListPortfoliosForProduct ( ListPortfoliosForProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.

BeginListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.

BeginListProvisioningArtifacts ( ListProvisioningArtifactsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.

BeginListRecordHistory ( ListRecordHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListRecordHistory operation.

BeginProvisionProduct ( ProvisionProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ProvisionProduct operation.

BeginRejectPortfolioShare ( RejectPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RejectPortfolioShare operation.

BeginScanProvisionedProducts ( ScanProvisionedProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ScanProvisionedProducts operation.

BeginSearchProducts ( SearchProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SearchProducts operation.

BeginSearchProductsAsAdmin ( SearchProductsAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.

BeginTerminateProvisionedProduct ( TerminateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.

BeginUpdateConstraint ( UpdateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateConstraint operation.

BeginUpdatePortfolio ( UpdatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdatePortfolio operation.

BeginUpdateProduct ( UpdateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProduct operation.

BeginUpdateProvisionedProduct ( UpdateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.

BeginUpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.

CreateConstraint ( CreateConstraintRequest request ) : CreateConstraintResponse

Creates a new constraint.

CreateConstraintAsync ( CreateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateConstraint operation.

CreatePortfolio ( CreatePortfolioRequest request ) : CreatePortfolioResponse

Creates a new portfolio.

CreatePortfolioAsync ( CreatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePortfolio operation.

CreatePortfolioShare ( CreatePortfolioShareRequest request ) : CreatePortfolioShareResponse

Creates a new portfolio share.

CreatePortfolioShareAsync ( CreatePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePortfolioShare operation.

CreateProduct ( CreateProductRequest request ) : CreateProductResponse

Creates a new product.

CreateProductAsync ( CreateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateProduct operation.

CreateProvisioningArtifact ( CreateProvisioningArtifactRequest request ) : CreateProvisioningArtifactResponse

Create a new provisioning artifact for the specified product. This operation will not work with a product that has been shared with you.

CreateProvisioningArtifactAsync ( CreateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.

DeleteConstraint ( DeleteConstraintRequest request ) : DeleteConstraintResponse

Deletes the specified constraint.

DeleteConstraintAsync ( DeleteConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteConstraint operation.

DeletePortfolio ( DeletePortfolioRequest request ) : DeletePortfolioResponse

Deletes the specified portfolio. This operation will not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.

DeletePortfolioAsync ( DeletePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePortfolio operation.

DeletePortfolioShare ( DeletePortfolioShareRequest request ) : DeletePortfolioShareResponse

Deletes the specified portfolio share.

DeletePortfolioShareAsync ( DeletePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePortfolioShare operation.

DeleteProduct ( DeleteProductRequest request ) : DeleteProductResponse

Deletes the specified product. This operation will not work with a product that has been shared with you or is associated with a portfolio.

DeleteProductAsync ( DeleteProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteProduct operation.

DeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request ) : DeleteProvisioningArtifactResponse

Deletes the specified provisioning artifact. This operation will not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (a product must have at least one provisioning artifact).

DeleteProvisioningArtifactAsync ( DeleteProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.

DescribeConstraint ( DescribeConstraintRequest request ) : DescribeConstraintResponse

Retrieves detailed information for a specified constraint.

DescribeConstraintAsync ( DescribeConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeConstraint operation.

DescribePortfolio ( DescribePortfolioRequest request ) : DescribePortfolioResponse

Retrieves detailed information and any tags associated with the specified portfolio.

DescribePortfolioAsync ( DescribePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePortfolio operation.

DescribeProduct ( DescribeProductRequest request ) : DescribeProductResponse

Retrieves information about a specified product.

This operation is functionally identical to DescribeProductView except that it takes as input ProductId instead of ProductViewId.

DescribeProductAsAdmin ( DescribeProductAsAdminRequest request ) : DescribeProductAsAdminResponse

Retrieves information about a specified product, run with administrator access.

DescribeProductAsAdminAsync ( DescribeProductAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.

DescribeProductAsync ( DescribeProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProduct operation.

DescribeProductView ( DescribeProductViewRequest request ) : DescribeProductViewResponse

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

DescribeProductViewAsync ( DescribeProductViewRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProductView operation.

DescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request ) : DescribeProvisioningArtifactResponse

Retrieves detailed information about the specified provisioning artifact.

DescribeProvisioningArtifactAsync ( DescribeProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.

DescribeProvisioningParameters ( DescribeProvisioningParametersRequest request ) : DescribeProvisioningParametersResponse

Provides information about parameters required to provision a specified product in a specified manner. Use this operation to obtain the list of ProvisioningArtifactParameters parameters available to call the ProvisionProduct operation for the specified product.

DescribeProvisioningParametersAsync ( DescribeProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.

DescribeRecord ( DescribeRecordRequest request ) : DescribeRecordResponse

Retrieves a paginated list of the full details of a specific request. Use this operation after calling a request operation (ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).

DescribeRecordAsync ( DescribeRecordRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRecord operation.

DisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request ) : DisassociatePrincipalFromPortfolioResponse

Disassociates a previously associated principal ARN from a specified portfolio.

DisassociatePrincipalFromPortfolioAsync ( DisassociatePrincipalFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

DisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request ) : DisassociateProductFromPortfolioResponse

Disassociates the specified product from the specified portfolio.

DisassociateProductFromPortfolioAsync ( DisassociateProductFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.

EndAcceptPortfolioShare ( IAsyncResult asyncResult ) : AcceptPortfolioShareResponse

Finishes the asynchronous execution of the AcceptPortfolioShare operation.

EndAssociatePrincipalWithPortfolio ( IAsyncResult asyncResult ) : AssociatePrincipalWithPortfolioResponse

Finishes the asynchronous execution of the AssociatePrincipalWithPortfolio operation.

EndAssociateProductWithPortfolio ( IAsyncResult asyncResult ) : AssociateProductWithPortfolioResponse

Finishes the asynchronous execution of the AssociateProductWithPortfolio operation.

EndCreateConstraint ( IAsyncResult asyncResult ) : CreateConstraintResponse

Finishes the asynchronous execution of the CreateConstraint operation.

EndCreatePortfolio ( IAsyncResult asyncResult ) : CreatePortfolioResponse

Finishes the asynchronous execution of the CreatePortfolio operation.

EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse

Finishes the asynchronous execution of the CreatePortfolioShare operation.

EndCreateProduct ( IAsyncResult asyncResult ) : CreateProductResponse

Finishes the asynchronous execution of the CreateProduct operation.

EndCreateProvisioningArtifact ( IAsyncResult asyncResult ) : CreateProvisioningArtifactResponse

Finishes the asynchronous execution of the CreateProvisioningArtifact operation.

EndDeleteConstraint ( IAsyncResult asyncResult ) : DeleteConstraintResponse

Finishes the asynchronous execution of the DeleteConstraint operation.

EndDeletePortfolio ( IAsyncResult asyncResult ) : DeletePortfolioResponse

Finishes the asynchronous execution of the DeletePortfolio operation.

EndDeletePortfolioShare ( IAsyncResult asyncResult ) : DeletePortfolioShareResponse

Finishes the asynchronous execution of the DeletePortfolioShare operation.

EndDeleteProduct ( IAsyncResult asyncResult ) : DeleteProductResponse

Finishes the asynchronous execution of the DeleteProduct operation.

EndDeleteProvisioningArtifact ( IAsyncResult asyncResult ) : DeleteProvisioningArtifactResponse

Finishes the asynchronous execution of the DeleteProvisioningArtifact operation.

EndDescribeConstraint ( IAsyncResult asyncResult ) : DescribeConstraintResponse

Finishes the asynchronous execution of the DescribeConstraint operation.

EndDescribePortfolio ( IAsyncResult asyncResult ) : DescribePortfolioResponse

Finishes the asynchronous execution of the DescribePortfolio operation.

EndDescribeProduct ( IAsyncResult asyncResult ) : DescribeProductResponse

Finishes the asynchronous execution of the DescribeProduct operation.

EndDescribeProductAsAdmin ( IAsyncResult asyncResult ) : DescribeProductAsAdminResponse

Finishes the asynchronous execution of the DescribeProductAsAdmin operation.

EndDescribeProductView ( IAsyncResult asyncResult ) : DescribeProductViewResponse

Finishes the asynchronous execution of the DescribeProductView operation.

EndDescribeProvisioningArtifact ( IAsyncResult asyncResult ) : DescribeProvisioningArtifactResponse

Finishes the asynchronous execution of the DescribeProvisioningArtifact operation.

EndDescribeProvisioningParameters ( IAsyncResult asyncResult ) : DescribeProvisioningParametersResponse

Finishes the asynchronous execution of the DescribeProvisioningParameters operation.

EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse

Finishes the asynchronous execution of the DescribeRecord operation.

EndDisassociatePrincipalFromPortfolio ( IAsyncResult asyncResult ) : DisassociatePrincipalFromPortfolioResponse

Finishes the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.

EndDisassociateProductFromPortfolio ( IAsyncResult asyncResult ) : DisassociateProductFromPortfolioResponse

Finishes the asynchronous execution of the DisassociateProductFromPortfolio operation.

EndListAcceptedPortfolioShares ( IAsyncResult asyncResult ) : ListAcceptedPortfolioSharesResponse

Finishes the asynchronous execution of the ListAcceptedPortfolioShares operation.

EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.

EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse

Finishes the asynchronous execution of the ListLaunchPaths operation.

EndListPortfolioAccess ( IAsyncResult asyncResult ) : ListPortfolioAccessResponse

Finishes the asynchronous execution of the ListPortfolioAccess operation.

EndListPortfolios ( IAsyncResult asyncResult ) : ListPortfoliosResponse

Finishes the asynchronous execution of the ListPortfolios operation.

EndListPortfoliosForProduct ( IAsyncResult asyncResult ) : ListPortfoliosForProductResponse

Finishes the asynchronous execution of the ListPortfoliosForProduct operation.

EndListPrincipalsForPortfolio ( IAsyncResult asyncResult ) : ListPrincipalsForPortfolioResponse

Finishes the asynchronous execution of the ListPrincipalsForPortfolio operation.

EndListProvisioningArtifacts ( IAsyncResult asyncResult ) : ListProvisioningArtifactsResponse

Finishes the asynchronous execution of the ListProvisioningArtifacts operation.

EndListRecordHistory ( IAsyncResult asyncResult ) : ListRecordHistoryResponse

Finishes the asynchronous execution of the ListRecordHistory operation.

EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse

Finishes the asynchronous execution of the ProvisionProduct operation.

EndRejectPortfolioShare ( IAsyncResult asyncResult ) : RejectPortfolioShareResponse

Finishes the asynchronous execution of the RejectPortfolioShare operation.

EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse

Finishes the asynchronous execution of the ScanProvisionedProducts operation.

EndSearchProducts ( IAsyncResult asyncResult ) : SearchProductsResponse

Finishes the asynchronous execution of the SearchProducts operation.

EndSearchProductsAsAdmin ( IAsyncResult asyncResult ) : SearchProductsAsAdminResponse

Finishes the asynchronous execution of the SearchProductsAsAdmin operation.

EndTerminateProvisionedProduct ( IAsyncResult asyncResult ) : TerminateProvisionedProductResponse

Finishes the asynchronous execution of the TerminateProvisionedProduct operation.

EndUpdateConstraint ( IAsyncResult asyncResult ) : UpdateConstraintResponse

Finishes the asynchronous execution of the UpdateConstraint operation.

EndUpdatePortfolio ( IAsyncResult asyncResult ) : UpdatePortfolioResponse

Finishes the asynchronous execution of the UpdatePortfolio operation.

EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse

Finishes the asynchronous execution of the UpdateProduct operation.

EndUpdateProvisionedProduct ( IAsyncResult asyncResult ) : UpdateProvisionedProductResponse

Finishes the asynchronous execution of the UpdateProvisionedProduct operation.

EndUpdateProvisioningArtifact ( IAsyncResult asyncResult ) : UpdateProvisioningArtifactResponse

Finishes the asynchronous execution of the UpdateProvisioningArtifact operation.

ListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request ) : ListAcceptedPortfolioSharesResponse

Lists details of all portfolios for which sharing was accepted by this account.

ListAcceptedPortfolioSharesAsync ( ListAcceptedPortfolioSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.

ListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request ) : ListConstraintsForPortfolioResponse

Retrieves detailed constraint information for the specified portfolio and product.

ListConstraintsForPortfolioAsync ( ListConstraintsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.

ListLaunchPaths ( ListLaunchPathsRequest request ) : ListLaunchPathsResponse

Returns a paginated list of all paths to a specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.

ListLaunchPathsAsync ( ListLaunchPathsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListLaunchPaths operation.

ListPortfolioAccess ( ListPortfolioAccessRequest request ) : ListPortfolioAccessResponse

Lists the account IDs that have been authorized sharing of the specified portfolio.

ListPortfolioAccessAsync ( ListPortfolioAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfolioAccess operation.

ListPortfolios ( ListPortfoliosRequest request ) : ListPortfoliosResponse

Lists all portfolios in the catalog.

ListPortfoliosAsync ( ListPortfoliosRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfolios operation.

ListPortfoliosForProduct ( ListPortfoliosForProductRequest request ) : ListPortfoliosForProductResponse

Lists all portfolios that the specified product is associated with.

ListPortfoliosForProductAsync ( ListPortfoliosForProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.

ListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request ) : ListPrincipalsForPortfolioResponse

Lists all principal ARNs associated with the specified portfolio.

ListPrincipalsForPortfolioAsync ( ListPrincipalsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.

ListProvisioningArtifacts ( ListProvisioningArtifactsRequest request ) : ListProvisioningArtifactsResponse

Lists all provisioning artifacts associated with the specified product.

ListProvisioningArtifactsAsync ( ListProvisioningArtifactsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.

ListRecordHistory ( ListRecordHistoryRequest request ) : ListRecordHistoryResponse

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.

ListRecordHistoryAsync ( ListRecordHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListRecordHistory operation.

ProvisionProduct ( ProvisionProductRequest request ) : ProvisionProductResponse

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

ProvisionProductAsync ( ProvisionProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ProvisionProduct operation.

RejectPortfolioShare ( RejectPortfolioShareRequest request ) : RejectPortfolioShareResponse

Rejects an offer to share a portfolio.

RejectPortfolioShareAsync ( RejectPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RejectPortfolioShare operation.

ScanProvisionedProducts ( ScanProvisionedProductsRequest request ) : ScanProvisionedProductsResponse

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).

ScanProvisionedProductsAsync ( ScanProvisionedProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ScanProvisionedProducts operation.

SearchProducts ( SearchProductsRequest request ) : SearchProductsResponse

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

SearchProductsAsAdmin ( SearchProductsAsAdminRequest request ) : SearchProductsAsAdminResponse

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.

SearchProductsAsAdminAsync ( SearchProductsAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.

SearchProductsAsync ( SearchProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SearchProducts operation.

TerminateProvisionedProduct ( TerminateProvisionedProductRequest request ) : TerminateProvisionedProductResponse

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

You can check the status of this request using the DescribeRecord operation.

TerminateProvisionedProductAsync ( TerminateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.

UpdateConstraint ( UpdateConstraintRequest request ) : UpdateConstraintResponse

Updates an existing constraint.

UpdateConstraintAsync ( UpdateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateConstraint operation.

UpdatePortfolio ( UpdatePortfolioRequest request ) : UpdatePortfolioResponse

Updates the specified portfolio's details. This operation will not work with a product that has been shared with you.

UpdatePortfolioAsync ( UpdatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdatePortfolio operation.

UpdateProduct ( UpdateProductRequest request ) : UpdateProductResponse

Updates an existing product.

UpdateProductAsync ( UpdateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProduct operation.

UpdateProvisionedProduct ( UpdateProvisionedProductRequest request ) : UpdateProvisionedProductResponse

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

UpdateProvisionedProductAsync ( UpdateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.

UpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request ) : UpdateProvisioningArtifactResponse

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.

UpdateProvisioningArtifactAsync ( UpdateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AcceptPortfolioShare() public method

Accepts an offer to share a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AcceptPortfolioShare ( AcceptPortfolioShareRequest request ) : AcceptPortfolioShareResponse
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare service method.
return AcceptPortfolioShareResponse

AcceptPortfolioShareAsync() public method

Initiates the asynchronous execution of the AcceptPortfolioShare operation.
public AcceptPortfolioShareAsync ( AcceptPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonServiceCatalogClient ( ) : System
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Credentials
public AmazonServiceCatalogClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Credentials and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( AWSCredentials credentials, AmazonServiceCatalogConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Credentials
public AmazonServiceCatalogClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonServiceCatalogClient ( AmazonServiceCatalogConfig config ) : System
config AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonServiceCatalogClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonServiceCatalogConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Access Key ID, AWS Secret Key and an AmazonServiceCatalogClient Configuration object.
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonServiceCatalogConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonServiceCatalogConfig The AmazonServiceCatalogClient Configuration Object
return System

AmazonServiceCatalogClient() public method

Constructs AmazonServiceCatalogClient with AWS Access Key ID and AWS Secret Key
public AmazonServiceCatalogClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
return System

AssociatePrincipalWithPortfolio() public method

Associates the specified principal ARN with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request ) : AssociatePrincipalWithPortfolioResponse
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio service method.
return AssociatePrincipalWithPortfolioResponse

AssociatePrincipalWithPortfolioAsync() public method

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public AssociatePrincipalWithPortfolioAsync ( AssociatePrincipalWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

AssociateProductWithPortfolio() public method

Associates a product with a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request ) : AssociateProductWithPortfolioResponse
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio service method.
return AssociateProductWithPortfolioResponse

AssociateProductWithPortfolioAsync() public method

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.
public AssociateProductWithPortfolioAsync ( AssociateProductWithPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

BeginAcceptPortfolioShare() public method

Initiates the asynchronous execution of the AcceptPortfolioShare operation.
public BeginAcceptPortfolioShare ( AcceptPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginAssociatePrincipalWithPortfolio() public method

Initiates the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public BeginAssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginAssociateProductWithPortfolio() public method

Initiates the asynchronous execution of the AssociateProductWithPortfolio operation.
public BeginAssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateConstraint() public method

Initiates the asynchronous execution of the CreateConstraint operation.
public BeginCreateConstraint ( CreateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreatePortfolio() public method

Initiates the asynchronous execution of the CreatePortfolio operation.
public BeginCreatePortfolio ( CreatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreatePortfolioShare() public method

Initiates the asynchronous execution of the CreatePortfolioShare operation.
public BeginCreatePortfolioShare ( CreatePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateProduct() public method

Initiates the asynchronous execution of the CreateProduct operation.
public BeginCreateProduct ( CreateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateProvisioningArtifact() public method

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.
public BeginCreateProvisioningArtifact ( CreateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteConstraint() public method

Initiates the asynchronous execution of the DeleteConstraint operation.
public BeginDeleteConstraint ( DeleteConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeletePortfolio() public method

Initiates the asynchronous execution of the DeletePortfolio operation.
public BeginDeletePortfolio ( DeletePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeletePortfolioShare() public method

Initiates the asynchronous execution of the DeletePortfolioShare operation.
public BeginDeletePortfolioShare ( DeletePortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteProduct() public method

Initiates the asynchronous execution of the DeleteProduct operation.
public BeginDeleteProduct ( DeleteProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteProvisioningArtifact() public method

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.
public BeginDeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeConstraint() public method

Initiates the asynchronous execution of the DescribeConstraint operation.
public BeginDescribeConstraint ( DescribeConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribePortfolio() public method

Initiates the asynchronous execution of the DescribePortfolio operation.
public BeginDescribePortfolio ( DescribePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeProduct() public method

Initiates the asynchronous execution of the DescribeProduct operation.
public BeginDescribeProduct ( DescribeProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeProductAsAdmin() public method

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.
public BeginDescribeProductAsAdmin ( DescribeProductAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeProductView() public method

Initiates the asynchronous execution of the DescribeProductView operation.
public BeginDescribeProductView ( DescribeProductViewRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeProvisioningArtifact() public method

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.
public BeginDescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeProvisioningParameters() public method

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.
public BeginDescribeProvisioningParameters ( DescribeProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeRecord() public method

Initiates the asynchronous execution of the DescribeRecord operation.
public BeginDescribeRecord ( DescribeRecordRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDisassociatePrincipalFromPortfolio() public method

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public BeginDisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDisassociateProductFromPortfolio() public method

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.
public BeginDisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListAcceptedPortfolioShares() public method

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.
public BeginListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListConstraintsForPortfolio() public method

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.
public BeginListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListLaunchPaths() public method

Initiates the asynchronous execution of the ListLaunchPaths operation.
public BeginListLaunchPaths ( ListLaunchPathsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListPortfolioAccess() public method

Initiates the asynchronous execution of the ListPortfolioAccess operation.
public BeginListPortfolioAccess ( ListPortfolioAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListPortfolios() public method

Initiates the asynchronous execution of the ListPortfolios operation.
public BeginListPortfolios ( ListPortfoliosRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListPortfoliosForProduct() public method

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.
public BeginListPortfoliosForProduct ( ListPortfoliosForProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListPrincipalsForPortfolio() public method

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.
public BeginListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListProvisioningArtifacts() public method

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.
public BeginListProvisioningArtifacts ( ListProvisioningArtifactsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginListRecordHistory() public method

Initiates the asynchronous execution of the ListRecordHistory operation.
public BeginListRecordHistory ( ListRecordHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginProvisionProduct() public method

Initiates the asynchronous execution of the ProvisionProduct operation.
public BeginProvisionProduct ( ProvisionProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRejectPortfolioShare() public method

Initiates the asynchronous execution of the RejectPortfolioShare operation.
public BeginRejectPortfolioShare ( RejectPortfolioShareRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginScanProvisionedProducts() public method

Initiates the asynchronous execution of the ScanProvisionedProducts operation.
public BeginScanProvisionedProducts ( ScanProvisionedProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginSearchProducts() public method

Initiates the asynchronous execution of the SearchProducts operation.
public BeginSearchProducts ( SearchProductsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.SearchProductsRequest Container for the necessary parameters to execute the SearchProducts operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginSearchProductsAsAdmin() public method

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.
public BeginSearchProductsAsAdmin ( SearchProductsAsAdminRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginTerminateProvisionedProduct() public method

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.
public BeginTerminateProvisionedProduct ( TerminateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateConstraint() public method

Initiates the asynchronous execution of the UpdateConstraint operation.
public BeginUpdateConstraint ( UpdateConstraintRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdatePortfolio() public method

Initiates the asynchronous execution of the UpdatePortfolio operation.
public BeginUpdatePortfolio ( UpdatePortfolioRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateProduct() public method

Initiates the asynchronous execution of the UpdateProduct operation.
public BeginUpdateProduct ( UpdateProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateProvisionedProduct() public method

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.
public BeginUpdateProvisionedProduct ( UpdateProvisionedProductRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateProvisioningArtifact() public method

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.
public BeginUpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

CreateConstraint() public method

Creates a new constraint.
/// The specified resource is a duplicate. /// /// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreateConstraint ( CreateConstraintRequest request ) : CreateConstraintResponse
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint service method.
return Amazon.ServiceCatalog.Model.CreateConstraintResponse

CreateConstraintAsync() public method

Initiates the asynchronous execution of the CreateConstraint operation.
public CreateConstraintAsync ( CreateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreatePortfolio() public method

Creates a new portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. ///
public CreatePortfolio ( CreatePortfolioRequest request ) : CreatePortfolioResponse
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio service method.
return Amazon.ServiceCatalog.Model.CreatePortfolioResponse

CreatePortfolioAsync() public method

Initiates the asynchronous execution of the CreatePortfolio operation.
public CreatePortfolioAsync ( CreatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreatePortfolioShare() public method

Creates a new portfolio share.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreatePortfolioShare ( CreatePortfolioShareRequest request ) : CreatePortfolioShareResponse
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare service method.
return CreatePortfolioShareResponse

CreatePortfolioShareAsync() public method

Initiates the asynchronous execution of the CreatePortfolioShare operation.
public CreatePortfolioShareAsync ( CreatePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateProduct() public method

Creates a new product.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. ///
public CreateProduct ( CreateProductRequest request ) : CreateProductResponse
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct service method.
return Amazon.ServiceCatalog.Model.CreateProductResponse

CreateProductAsync() public method

Initiates the asynchronous execution of the CreateProduct operation.
public CreateProductAsync ( CreateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateProvisioningArtifact() public method

Create a new provisioning artifact for the specified product. This operation will not work with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreateProvisioningArtifact ( CreateProvisioningArtifactRequest request ) : CreateProvisioningArtifactResponse
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact service method.
return Amazon.ServiceCatalog.Model.CreateProvisioningArtifactResponse

CreateProvisioningArtifactAsync() public method

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.
public CreateProvisioningArtifactAsync ( CreateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateSigner() protected method

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
return AbstractAWSSigner

DeleteConstraint() public method

Deletes the specified constraint.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DeleteConstraint ( DeleteConstraintRequest request ) : DeleteConstraintResponse
request DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint service method.
return DeleteConstraintResponse

DeleteConstraintAsync() public method

Initiates the asynchronous execution of the DeleteConstraint operation.
public DeleteConstraintAsync ( DeleteConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteConstraintRequest Container for the necessary parameters to execute the DeleteConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeletePortfolio() public method

Deletes the specified portfolio. This operation will not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeletePortfolio ( DeletePortfolioRequest request ) : DeletePortfolioResponse
request DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio service method.
return DeletePortfolioResponse

DeletePortfolioAsync() public method

Initiates the asynchronous execution of the DeletePortfolio operation.
public DeletePortfolioAsync ( DeletePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeletePortfolioShare() public method

Deletes the specified portfolio share.
/// The specified resource was not found. ///
public DeletePortfolioShare ( DeletePortfolioShareRequest request ) : DeletePortfolioShareResponse
request DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare service method.
return DeletePortfolioShareResponse

DeletePortfolioShareAsync() public method

Initiates the asynchronous execution of the DeletePortfolioShare operation.
public DeletePortfolioShareAsync ( DeletePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteProduct() public method

Deletes the specified product. This operation will not work with a product that has been shared with you or is associated with a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeleteProduct ( DeleteProductRequest request ) : DeleteProductResponse
request DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct service method.
return DeleteProductResponse

DeleteProductAsync() public method

Initiates the asynchronous execution of the DeleteProduct operation.
public DeleteProductAsync ( DeleteProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteProductRequest Container for the necessary parameters to execute the DeleteProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteProvisioningArtifact() public method

Deletes the specified provisioning artifact. This operation will not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (a product must have at least one provisioning artifact).
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request ) : DeleteProvisioningArtifactResponse
request DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact service method.
return DeleteProvisioningArtifactResponse

DeleteProvisioningArtifactAsync() public method

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.
public DeleteProvisioningArtifactAsync ( DeleteProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeConstraint() public method

Retrieves detailed information for a specified constraint.
/// The specified resource was not found. ///
public DescribeConstraint ( DescribeConstraintRequest request ) : DescribeConstraintResponse
request DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint service method.
return DescribeConstraintResponse

DescribeConstraintAsync() public method

Initiates the asynchronous execution of the DescribeConstraint operation.
public DescribeConstraintAsync ( DescribeConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeConstraintRequest Container for the necessary parameters to execute the DescribeConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribePortfolio() public method

Retrieves detailed information and any tags associated with the specified portfolio.
/// The specified resource was not found. ///
public DescribePortfolio ( DescribePortfolioRequest request ) : DescribePortfolioResponse
request DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio service method.
return DescribePortfolioResponse

DescribePortfolioAsync() public method

Initiates the asynchronous execution of the DescribePortfolio operation.
public DescribePortfolioAsync ( DescribePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeProduct() public method

Retrieves information about a specified product.

This operation is functionally identical to DescribeProductView except that it takes as input ProductId instead of ProductViewId.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProduct ( DescribeProductRequest request ) : DescribeProductResponse
request DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct service method.
return DescribeProductResponse

DescribeProductAsAdmin() public method

Retrieves information about a specified product, run with administrator access.
/// The specified resource was not found. ///
public DescribeProductAsAdmin ( DescribeProductAsAdminRequest request ) : DescribeProductAsAdminResponse
request DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin service method.
return DescribeProductAsAdminResponse

DescribeProductAsAdminAsync() public method

Initiates the asynchronous execution of the DescribeProductAsAdmin operation.
public DescribeProductAsAdminAsync ( DescribeProductAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductAsAdminRequest Container for the necessary parameters to execute the DescribeProductAsAdmin operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeProductAsync() public method

Initiates the asynchronous execution of the DescribeProduct operation.
public DescribeProductAsync ( DescribeProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductRequest Container for the necessary parameters to execute the DescribeProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeProductView() public method

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProductView ( DescribeProductViewRequest request ) : DescribeProductViewResponse
request DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView service method.
return DescribeProductViewResponse

DescribeProductViewAsync() public method

Initiates the asynchronous execution of the DescribeProductView operation.
public DescribeProductViewAsync ( DescribeProductViewRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeProvisioningArtifact() public method

Retrieves detailed information about the specified provisioning artifact.
/// The specified resource was not found. ///
public DescribeProvisioningArtifact ( DescribeProvisioningArtifactRequest request ) : DescribeProvisioningArtifactResponse
request DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact service method.
return DescribeProvisioningArtifactResponse

DescribeProvisioningArtifactAsync() public method

Initiates the asynchronous execution of the DescribeProvisioningArtifact operation.
public DescribeProvisioningArtifactAsync ( DescribeProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProvisioningArtifactRequest Container for the necessary parameters to execute the DescribeProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeProvisioningParameters() public method

Provides information about parameters required to provision a specified product in a specified manner. Use this operation to obtain the list of ProvisioningArtifactParameters parameters available to call the ProvisionProduct operation for the specified product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProvisioningParameters ( DescribeProvisioningParametersRequest request ) : DescribeProvisioningParametersResponse
request DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters service method.
return DescribeProvisioningParametersResponse

DescribeProvisioningParametersAsync() public method

Initiates the asynchronous execution of the DescribeProvisioningParameters operation.
public DescribeProvisioningParametersAsync ( DescribeProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeProvisioningParametersRequest Container for the necessary parameters to execute the DescribeProvisioningParameters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeRecord() public method

Retrieves a paginated list of the full details of a specific request. Use this operation after calling a request operation (ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).
/// The specified resource was not found. ///
public DescribeRecord ( DescribeRecordRequest request ) : DescribeRecordResponse
request DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord service method.
return DescribeRecordResponse

DescribeRecordAsync() public method

Initiates the asynchronous execution of the DescribeRecord operation.
public DescribeRecordAsync ( DescribeRecordRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeRecordRequest Container for the necessary parameters to execute the DescribeRecord operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DisassociatePrincipalFromPortfolio() public method

Disassociates a previously associated principal ARN from a specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DisassociatePrincipalFromPortfolio ( DisassociatePrincipalFromPortfolioRequest request ) : DisassociatePrincipalFromPortfolioResponse
request DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio service method.
return DisassociatePrincipalFromPortfolioResponse

DisassociatePrincipalFromPortfolioAsync() public method

Initiates the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public DisassociatePrincipalFromPortfolioAsync ( DisassociatePrincipalFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociatePrincipalFromPortfolioRequest Container for the necessary parameters to execute the DisassociatePrincipalFromPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DisassociateProductFromPortfolio() public method

Disassociates the specified product from the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request ) : DisassociateProductFromPortfolioResponse
request DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio service method.
return DisassociateProductFromPortfolioResponse

DisassociateProductFromPortfolioAsync() public method

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.
public DisassociateProductFromPortfolioAsync ( DisassociateProductFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

Dispose() protected method

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EndAcceptPortfolioShare() public method

Finishes the asynchronous execution of the AcceptPortfolioShare operation.
public EndAcceptPortfolioShare ( IAsyncResult asyncResult ) : AcceptPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAcceptPortfolioShare.
return AcceptPortfolioShareResponse

EndAssociatePrincipalWithPortfolio() public method

Finishes the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public EndAssociatePrincipalWithPortfolio ( IAsyncResult asyncResult ) : AssociatePrincipalWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociatePrincipalWithPortfolio.
return AssociatePrincipalWithPortfolioResponse

EndAssociateProductWithPortfolio() public method

Finishes the asynchronous execution of the AssociateProductWithPortfolio operation.
public EndAssociateProductWithPortfolio ( IAsyncResult asyncResult ) : AssociateProductWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateProductWithPortfolio.
return AssociateProductWithPortfolioResponse

EndCreateConstraint() public method

Finishes the asynchronous execution of the CreateConstraint operation.
public EndCreateConstraint ( IAsyncResult asyncResult ) : CreateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConstraint.
return CreateConstraintResponse

EndCreatePortfolio() public method

Finishes the asynchronous execution of the CreatePortfolio operation.
public EndCreatePortfolio ( IAsyncResult asyncResult ) : CreatePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolio.
return CreatePortfolioResponse

EndCreatePortfolioShare() public method

Finishes the asynchronous execution of the CreatePortfolioShare operation.
public EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolioShare.
return CreatePortfolioShareResponse

EndCreateProduct() public method

Finishes the asynchronous execution of the CreateProduct operation.
public EndCreateProduct ( IAsyncResult asyncResult ) : CreateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProduct.
return CreateProductResponse

EndCreateProvisioningArtifact() public method

Finishes the asynchronous execution of the CreateProvisioningArtifact operation.
public EndCreateProvisioningArtifact ( IAsyncResult asyncResult ) : CreateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProvisioningArtifact.
return CreateProvisioningArtifactResponse

EndDeleteConstraint() public method

Finishes the asynchronous execution of the DeleteConstraint operation.
public EndDeleteConstraint ( IAsyncResult asyncResult ) : DeleteConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConstraint.
return DeleteConstraintResponse

EndDeletePortfolio() public method

Finishes the asynchronous execution of the DeletePortfolio operation.
public EndDeletePortfolio ( IAsyncResult asyncResult ) : DeletePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePortfolio.
return DeletePortfolioResponse

EndDeletePortfolioShare() public method

Finishes the asynchronous execution of the DeletePortfolioShare operation.
public EndDeletePortfolioShare ( IAsyncResult asyncResult ) : DeletePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePortfolioShare.
return DeletePortfolioShareResponse

EndDeleteProduct() public method

Finishes the asynchronous execution of the DeleteProduct operation.
public EndDeleteProduct ( IAsyncResult asyncResult ) : DeleteProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProduct.
return DeleteProductResponse

EndDeleteProvisioningArtifact() public method

Finishes the asynchronous execution of the DeleteProvisioningArtifact operation.
public EndDeleteProvisioningArtifact ( IAsyncResult asyncResult ) : DeleteProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProvisioningArtifact.
return DeleteProvisioningArtifactResponse

EndDescribeConstraint() public method

Finishes the asynchronous execution of the DescribeConstraint operation.
public EndDescribeConstraint ( IAsyncResult asyncResult ) : DescribeConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConstraint.
return DescribeConstraintResponse

EndDescribePortfolio() public method

Finishes the asynchronous execution of the DescribePortfolio operation.
public EndDescribePortfolio ( IAsyncResult asyncResult ) : DescribePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePortfolio.
return DescribePortfolioResponse

EndDescribeProduct() public method

Finishes the asynchronous execution of the DescribeProduct operation.
public EndDescribeProduct ( IAsyncResult asyncResult ) : DescribeProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProduct.
return DescribeProductResponse

EndDescribeProductAsAdmin() public method

Finishes the asynchronous execution of the DescribeProductAsAdmin operation.
public EndDescribeProductAsAdmin ( IAsyncResult asyncResult ) : DescribeProductAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductAsAdmin.
return DescribeProductAsAdminResponse

EndDescribeProductView() public method

Finishes the asynchronous execution of the DescribeProductView operation.
public EndDescribeProductView ( IAsyncResult asyncResult ) : DescribeProductViewResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductView.
return DescribeProductViewResponse

EndDescribeProvisioningArtifact() public method

Finishes the asynchronous execution of the DescribeProvisioningArtifact operation.
public EndDescribeProvisioningArtifact ( IAsyncResult asyncResult ) : DescribeProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProvisioningArtifact.
return DescribeProvisioningArtifactResponse

EndDescribeProvisioningParameters() public method

Finishes the asynchronous execution of the DescribeProvisioningParameters operation.
public EndDescribeProvisioningParameters ( IAsyncResult asyncResult ) : DescribeProvisioningParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProvisioningParameters.
return DescribeProvisioningParametersResponse

EndDescribeRecord() public method

Finishes the asynchronous execution of the DescribeRecord operation.
public EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRecord.
return DescribeRecordResponse

EndDisassociatePrincipalFromPortfolio() public method

Finishes the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public EndDisassociatePrincipalFromPortfolio ( IAsyncResult asyncResult ) : DisassociatePrincipalFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociatePrincipalFromPortfolio.
return DisassociatePrincipalFromPortfolioResponse

EndDisassociateProductFromPortfolio() public method

Finishes the asynchronous execution of the DisassociateProductFromPortfolio operation.
public EndDisassociateProductFromPortfolio ( IAsyncResult asyncResult ) : DisassociateProductFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateProductFromPortfolio.
return DisassociateProductFromPortfolioResponse

EndListAcceptedPortfolioShares() public method

Finishes the asynchronous execution of the ListAcceptedPortfolioShares operation.
public EndListAcceptedPortfolioShares ( IAsyncResult asyncResult ) : ListAcceptedPortfolioSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAcceptedPortfolioShares.
return ListAcceptedPortfolioSharesResponse

EndListConstraintsForPortfolio() public method

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.
public EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConstraintsForPortfolio.
return ListConstraintsForPortfolioResponse

EndListLaunchPaths() public method

Finishes the asynchronous execution of the ListLaunchPaths operation.
public EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLaunchPaths.
return ListLaunchPathsResponse

EndListPortfolioAccess() public method

Finishes the asynchronous execution of the ListPortfolioAccess operation.
public EndListPortfolioAccess ( IAsyncResult asyncResult ) : ListPortfolioAccessResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfolioAccess.
return ListPortfolioAccessResponse

EndListPortfolios() public method

Finishes the asynchronous execution of the ListPortfolios operation.
public EndListPortfolios ( IAsyncResult asyncResult ) : ListPortfoliosResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfolios.
return ListPortfoliosResponse

EndListPortfoliosForProduct() public method

Finishes the asynchronous execution of the ListPortfoliosForProduct operation.
public EndListPortfoliosForProduct ( IAsyncResult asyncResult ) : ListPortfoliosForProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfoliosForProduct.
return ListPortfoliosForProductResponse

EndListPrincipalsForPortfolio() public method

Finishes the asynchronous execution of the ListPrincipalsForPortfolio operation.
public EndListPrincipalsForPortfolio ( IAsyncResult asyncResult ) : ListPrincipalsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPrincipalsForPortfolio.
return ListPrincipalsForPortfolioResponse

EndListProvisioningArtifacts() public method

Finishes the asynchronous execution of the ListProvisioningArtifacts operation.
public EndListProvisioningArtifacts ( IAsyncResult asyncResult ) : ListProvisioningArtifactsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListProvisioningArtifacts.
return ListProvisioningArtifactsResponse

EndListRecordHistory() public method

Finishes the asynchronous execution of the ListRecordHistory operation.
public EndListRecordHistory ( IAsyncResult asyncResult ) : ListRecordHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRecordHistory.
return ListRecordHistoryResponse

EndProvisionProduct() public method

Finishes the asynchronous execution of the ProvisionProduct operation.
public EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginProvisionProduct.
return ProvisionProductResponse

EndRejectPortfolioShare() public method

Finishes the asynchronous execution of the RejectPortfolioShare operation.
public EndRejectPortfolioShare ( IAsyncResult asyncResult ) : RejectPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRejectPortfolioShare.
return RejectPortfolioShareResponse

EndScanProvisionedProducts() public method

Finishes the asynchronous execution of the ScanProvisionedProducts operation.
public EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScanProvisionedProducts.
return ScanProvisionedProductsResponse

EndSearchProducts() public method

Finishes the asynchronous execution of the SearchProducts operation.
public EndSearchProducts ( IAsyncResult asyncResult ) : SearchProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProducts.
return SearchProductsResponse

EndSearchProductsAsAdmin() public method

Finishes the asynchronous execution of the SearchProductsAsAdmin operation.
public EndSearchProductsAsAdmin ( IAsyncResult asyncResult ) : SearchProductsAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProductsAsAdmin.
return SearchProductsAsAdminResponse

EndTerminateProvisionedProduct() public method

Finishes the asynchronous execution of the TerminateProvisionedProduct operation.
public EndTerminateProvisionedProduct ( IAsyncResult asyncResult ) : TerminateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateProvisionedProduct.
return TerminateProvisionedProductResponse

EndUpdateConstraint() public method

Finishes the asynchronous execution of the UpdateConstraint operation.
public EndUpdateConstraint ( IAsyncResult asyncResult ) : UpdateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConstraint.
return UpdateConstraintResponse

EndUpdatePortfolio() public method

Finishes the asynchronous execution of the UpdatePortfolio operation.
public EndUpdatePortfolio ( IAsyncResult asyncResult ) : UpdatePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePortfolio.
return UpdatePortfolioResponse

EndUpdateProduct() public method

Finishes the asynchronous execution of the UpdateProduct operation.
public EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProduct.
return UpdateProductResponse

EndUpdateProvisionedProduct() public method

Finishes the asynchronous execution of the UpdateProvisionedProduct operation.
public EndUpdateProvisionedProduct ( IAsyncResult asyncResult ) : UpdateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisionedProduct.
return UpdateProvisionedProductResponse

EndUpdateProvisioningArtifact() public method

Finishes the asynchronous execution of the UpdateProvisioningArtifact operation.
public EndUpdateProvisioningArtifact ( IAsyncResult asyncResult ) : UpdateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisioningArtifact.
return UpdateProvisioningArtifactResponse

ListAcceptedPortfolioShares() public method

Lists details of all portfolios for which sharing was accepted by this account.
/// One or more parameters provided to the operation are invalid. ///
public ListAcceptedPortfolioShares ( ListAcceptedPortfolioSharesRequest request ) : ListAcceptedPortfolioSharesResponse
request ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares service method.
return ListAcceptedPortfolioSharesResponse

ListAcceptedPortfolioSharesAsync() public method

Initiates the asynchronous execution of the ListAcceptedPortfolioShares operation.
public ListAcceptedPortfolioSharesAsync ( ListAcceptedPortfolioSharesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListAcceptedPortfolioSharesRequest Container for the necessary parameters to execute the ListAcceptedPortfolioShares operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListConstraintsForPortfolio() public method

Retrieves detailed constraint information for the specified portfolio and product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request ) : ListConstraintsForPortfolioResponse
request ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio service method.
return ListConstraintsForPortfolioResponse

ListConstraintsForPortfolioAsync() public method

Initiates the asynchronous execution of the ListConstraintsForPortfolio operation.
public ListConstraintsForPortfolioAsync ( ListConstraintsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListLaunchPaths() public method

Returns a paginated list of all paths to a specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListLaunchPaths ( ListLaunchPathsRequest request ) : ListLaunchPathsResponse
request ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths service method.
return ListLaunchPathsResponse

ListLaunchPathsAsync() public method

Initiates the asynchronous execution of the ListLaunchPaths operation.
public ListLaunchPathsAsync ( ListLaunchPathsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListPortfolioAccess() public method

Lists the account IDs that have been authorized sharing of the specified portfolio.
/// The specified resource was not found. ///
public ListPortfolioAccess ( ListPortfolioAccessRequest request ) : ListPortfolioAccessResponse
request ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess service method.
return ListPortfolioAccessResponse

ListPortfolioAccessAsync() public method

Initiates the asynchronous execution of the ListPortfolioAccess operation.
public ListPortfolioAccessAsync ( ListPortfolioAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListPortfolios() public method

Lists all portfolios in the catalog.
/// One or more parameters provided to the operation are invalid. ///
public ListPortfolios ( ListPortfoliosRequest request ) : ListPortfoliosResponse
request ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios service method.
return ListPortfoliosResponse

ListPortfoliosAsync() public method

Initiates the asynchronous execution of the ListPortfolios operation.
public ListPortfoliosAsync ( ListPortfoliosRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfoliosRequest Container for the necessary parameters to execute the ListPortfolios operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListPortfoliosForProduct() public method

Lists all portfolios that the specified product is associated with.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListPortfoliosForProduct ( ListPortfoliosForProductRequest request ) : ListPortfoliosForProductResponse
request ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct service method.
return ListPortfoliosForProductResponse

ListPortfoliosForProductAsync() public method

Initiates the asynchronous execution of the ListPortfoliosForProduct operation.
public ListPortfoliosForProductAsync ( ListPortfoliosForProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListPrincipalsForPortfolio() public method

Lists all principal ARNs associated with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListPrincipalsForPortfolio ( ListPrincipalsForPortfolioRequest request ) : ListPrincipalsForPortfolioResponse
request ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio service method.
return ListPrincipalsForPortfolioResponse

ListPrincipalsForPortfolioAsync() public method

Initiates the asynchronous execution of the ListPrincipalsForPortfolio operation.
public ListPrincipalsForPortfolioAsync ( ListPrincipalsForPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPrincipalsForPortfolioRequest Container for the necessary parameters to execute the ListPrincipalsForPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListProvisioningArtifacts() public method

Lists all provisioning artifacts associated with the specified product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListProvisioningArtifacts ( ListProvisioningArtifactsRequest request ) : ListProvisioningArtifactsResponse
request ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts service method.
return ListProvisioningArtifactsResponse

ListProvisioningArtifactsAsync() public method

Initiates the asynchronous execution of the ListProvisioningArtifacts operation.
public ListProvisioningArtifactsAsync ( ListProvisioningArtifactsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListProvisioningArtifactsRequest Container for the necessary parameters to execute the ListProvisioningArtifacts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ListRecordHistory() public method

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.
/// One or more parameters provided to the operation are invalid. ///
public ListRecordHistory ( ListRecordHistoryRequest request ) : ListRecordHistoryResponse
request ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory service method.
return ListRecordHistoryResponse

ListRecordHistoryAsync() public method

Initiates the asynchronous execution of the ListRecordHistory operation.
public ListRecordHistoryAsync ( ListRecordHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ProvisionProduct() public method

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

/// The specified resource is a duplicate. /// /// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ProvisionProduct ( ProvisionProductRequest request ) : ProvisionProductResponse
request ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct service method.
return ProvisionProductResponse

ProvisionProductAsync() public method

Initiates the asynchronous execution of the ProvisionProduct operation.
public ProvisionProductAsync ( ProvisionProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RejectPortfolioShare() public method

Rejects an offer to share a portfolio.
/// The specified resource was not found. ///
public RejectPortfolioShare ( RejectPortfolioShareRequest request ) : RejectPortfolioShareResponse
request RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare service method.
return RejectPortfolioShareResponse

RejectPortfolioShareAsync() public method

Initiates the asynchronous execution of the RejectPortfolioShare operation.
public RejectPortfolioShareAsync ( RejectPortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request RejectPortfolioShareRequest Container for the necessary parameters to execute the RejectPortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ScanProvisionedProducts() public method

Returns a paginated list of all the ProvisionedProduct objects that are currently available (not terminated).
/// One or more parameters provided to the operation are invalid. ///
public ScanProvisionedProducts ( ScanProvisionedProductsRequest request ) : ScanProvisionedProductsResponse
request ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts service method.
return ScanProvisionedProductsResponse

ScanProvisionedProductsAsync() public method

Initiates the asynchronous execution of the ScanProvisionedProducts operation.
public ScanProvisionedProductsAsync ( ScanProvisionedProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ScanProvisionedProductsRequest Container for the necessary parameters to execute the ScanProvisionedProducts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

SearchProducts() public method

Returns a paginated list all of the Products objects to which the caller has access.

The output of this operation can be used as input for other operations, such as DescribeProductView.

/// One or more parameters provided to the operation are invalid. ///
public SearchProducts ( SearchProductsRequest request ) : SearchProductsResponse
request SearchProductsRequest Container for the necessary parameters to execute the SearchProducts service method.
return SearchProductsResponse

SearchProductsAsAdmin() public method

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public SearchProductsAsAdmin ( SearchProductsAsAdminRequest request ) : SearchProductsAsAdminResponse
request SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin service method.
return SearchProductsAsAdminResponse

SearchProductsAsAdminAsync() public method

Initiates the asynchronous execution of the SearchProductsAsAdmin operation.
public SearchProductsAsAdminAsync ( SearchProductsAsAdminRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

SearchProductsAsync() public method

Initiates the asynchronous execution of the SearchProducts operation.
public SearchProductsAsync ( SearchProductsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SearchProductsRequest Container for the necessary parameters to execute the SearchProducts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

TerminateProvisionedProduct() public method

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

You can check the status of this request using the DescribeRecord operation.

/// The specified resource was not found. ///
public TerminateProvisionedProduct ( TerminateProvisionedProductRequest request ) : TerminateProvisionedProductResponse
request TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct service method.
return TerminateProvisionedProductResponse

TerminateProvisionedProductAsync() public method

Initiates the asynchronous execution of the TerminateProvisionedProduct operation.
public TerminateProvisionedProductAsync ( TerminateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateConstraint() public method

Updates an existing constraint.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateConstraint ( UpdateConstraintRequest request ) : UpdateConstraintResponse
request UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint service method.
return UpdateConstraintResponse

UpdateConstraintAsync() public method

Initiates the asynchronous execution of the UpdateConstraint operation.
public UpdateConstraintAsync ( UpdateConstraintRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateConstraintRequest Container for the necessary parameters to execute the UpdateConstraint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdatePortfolio() public method

Updates the specified portfolio's details. This operation will not work with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public UpdatePortfolio ( UpdatePortfolioRequest request ) : UpdatePortfolioResponse
request UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio service method.
return UpdatePortfolioResponse

UpdatePortfolioAsync() public method

Initiates the asynchronous execution of the UpdatePortfolio operation.
public UpdatePortfolioAsync ( UpdatePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdatePortfolioRequest Container for the necessary parameters to execute the UpdatePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateProduct() public method

Updates an existing product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProduct ( UpdateProductRequest request ) : UpdateProductResponse
request UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct service method.
return UpdateProductResponse

UpdateProductAsync() public method

Initiates the asynchronous execution of the UpdateProduct operation.
public UpdateProductAsync ( UpdateProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProductRequest Container for the necessary parameters to execute the UpdateProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateProvisionedProduct() public method

Requests updates to the configuration of an existing ProvisionedProduct object. If there are tags associated with the object, they cannot be updated or added with this operation. Depending on the specific updates requested, this operation may update with no interruption, with some interruption, or replace the ProvisionedProduct object entirely.

You can check the status of this request using the DescribeRecord operation.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProvisionedProduct ( UpdateProvisionedProductRequest request ) : UpdateProvisionedProductResponse
request UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct service method.
return UpdateProvisionedProductResponse

UpdateProvisionedProductAsync() public method

Initiates the asynchronous execution of the UpdateProvisionedProduct operation.
public UpdateProvisionedProductAsync ( UpdateProvisionedProductRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProvisionedProductRequest Container for the necessary parameters to execute the UpdateProvisionedProduct operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateProvisioningArtifact() public method

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request ) : UpdateProvisioningArtifactResponse
request UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact service method.
return UpdateProvisioningArtifactResponse

UpdateProvisioningArtifactAsync() public method

Initiates the asynchronous execution of the UpdateProvisioningArtifact operation.
public UpdateProvisioningArtifactAsync ( UpdateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task