C# Класс 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

Наследование: AmazonServiceClient, IAmazonServiceCatalog
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Описание методов

AcceptPortfolioShare() публичный метод

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.
Результат AcceptPortfolioShareResponse

AcceptPortfolioShareAsync() публичный метод

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. ///
Результат Task

AmazonServiceCatalogClient() публичный метод

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
Результат System

AmazonServiceCatalogClient() публичный метод

Constructs AmazonServiceCatalogClient with AWS Credentials
public AmazonServiceCatalogClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonServiceCatalogClient() публичный метод

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
Результат System

AmazonServiceCatalogClient() публичный метод

Constructs AmazonServiceCatalogClient with AWS Credentials
public AmazonServiceCatalogClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonServiceCatalogClient() публичный метод

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
Результат System

AmazonServiceCatalogClient() публичный метод

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.
Результат System

AmazonServiceCatalogClient() публичный метод

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
Результат System

AmazonServiceCatalogClient() публичный метод

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
Результат System

AmazonServiceCatalogClient() публичный метод

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.
Результат System

AmazonServiceCatalogClient() публичный метод

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
Результат System

AmazonServiceCatalogClient() публичный метод

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
Результат System

AmazonServiceCatalogClient() публичный метод

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.
Результат System

AssociatePrincipalWithPortfolio() публичный метод

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.
Результат AssociatePrincipalWithPortfolioResponse

AssociatePrincipalWithPortfolioAsync() публичный метод

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. ///
Результат Task

AssociateProductWithPortfolio() публичный метод

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.
Результат AssociateProductWithPortfolioResponse

AssociateProductWithPortfolioAsync() публичный метод

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. ///
Результат Task

BeginAcceptPortfolioShare() публичный метод

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.
Результат IAsyncResult

BeginAssociatePrincipalWithPortfolio() публичный метод

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.
Результат IAsyncResult

BeginAssociateProductWithPortfolio() публичный метод

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.
Результат IAsyncResult

BeginCreateConstraint() публичный метод

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.
Результат IAsyncResult

BeginCreatePortfolio() публичный метод

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.
Результат IAsyncResult

BeginCreatePortfolioShare() публичный метод

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.
Результат IAsyncResult

BeginCreateProduct() публичный метод

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.
Результат IAsyncResult

BeginCreateProvisioningArtifact() публичный метод

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.
Результат IAsyncResult

BeginDeleteConstraint() публичный метод

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.
Результат IAsyncResult

BeginDeletePortfolio() публичный метод

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.
Результат IAsyncResult

BeginDeletePortfolioShare() публичный метод

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.
Результат IAsyncResult

BeginDeleteProduct() публичный метод

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.
Результат IAsyncResult

BeginDeleteProvisioningArtifact() публичный метод

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.
Результат IAsyncResult

BeginDescribeConstraint() публичный метод

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.
Результат IAsyncResult

BeginDescribePortfolio() публичный метод

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.
Результат IAsyncResult

BeginDescribeProduct() публичный метод

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.
Результат IAsyncResult

BeginDescribeProductAsAdmin() публичный метод

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.
Результат IAsyncResult

BeginDescribeProductView() публичный метод

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.
Результат IAsyncResult

BeginDescribeProvisioningArtifact() публичный метод

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.
Результат IAsyncResult

BeginDescribeProvisioningParameters() публичный метод

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.
Результат IAsyncResult

BeginDescribeRecord() публичный метод

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.
Результат IAsyncResult

BeginDisassociatePrincipalFromPortfolio() публичный метод

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.
Результат IAsyncResult

BeginDisassociateProductFromPortfolio() публичный метод

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.
Результат IAsyncResult

BeginListAcceptedPortfolioShares() публичный метод

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.
Результат IAsyncResult

BeginListConstraintsForPortfolio() публичный метод

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.
Результат IAsyncResult

BeginListLaunchPaths() публичный метод

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.
Результат IAsyncResult

BeginListPortfolioAccess() публичный метод

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.
Результат IAsyncResult

BeginListPortfolios() публичный метод

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.
Результат IAsyncResult

BeginListPortfoliosForProduct() публичный метод

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.
Результат IAsyncResult

BeginListPrincipalsForPortfolio() публичный метод

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.
Результат IAsyncResult

BeginListProvisioningArtifacts() публичный метод

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.
Результат IAsyncResult

BeginListRecordHistory() публичный метод

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.
Результат IAsyncResult

BeginProvisionProduct() публичный метод

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.
Результат IAsyncResult

BeginRejectPortfolioShare() публичный метод

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.
Результат IAsyncResult

BeginScanProvisionedProducts() публичный метод

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.
Результат IAsyncResult

BeginSearchProducts() публичный метод

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.
Результат IAsyncResult

BeginSearchProductsAsAdmin() публичный метод

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.
Результат IAsyncResult

BeginTerminateProvisionedProduct() публичный метод

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.
Результат IAsyncResult

BeginUpdateConstraint() публичный метод

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.
Результат IAsyncResult

BeginUpdatePortfolio() публичный метод

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.
Результат IAsyncResult

BeginUpdateProduct() публичный метод

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.
Результат IAsyncResult

BeginUpdateProvisionedProduct() публичный метод

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.
Результат IAsyncResult

BeginUpdateProvisioningArtifact() публичный метод

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.
Результат IAsyncResult

CreateConstraint() публичный метод

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.
Результат Amazon.ServiceCatalog.Model.CreateConstraintResponse

CreateConstraintAsync() публичный метод

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. ///
Результат Task

CreatePortfolio() публичный метод

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.
Результат Amazon.ServiceCatalog.Model.CreatePortfolioResponse

CreatePortfolioAsync() публичный метод

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. ///
Результат Task

CreatePortfolioShare() публичный метод

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.
Результат CreatePortfolioShareResponse

CreatePortfolioShareAsync() публичный метод

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. ///
Результат Task

CreateProduct() публичный метод

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.
Результат Amazon.ServiceCatalog.Model.CreateProductResponse

CreateProductAsync() публичный метод

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. ///
Результат Task

CreateProvisioningArtifact() публичный метод

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.
Результат Amazon.ServiceCatalog.Model.CreateProvisioningArtifactResponse

CreateProvisioningArtifactAsync() публичный метод

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. ///
Результат Task

CreateSigner() защищенный метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат AbstractAWSSigner

DeleteConstraint() публичный метод

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.
Результат DeleteConstraintResponse

DeleteConstraintAsync() публичный метод

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. ///
Результат Task

DeletePortfolio() публичный метод

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.
Результат DeletePortfolioResponse

DeletePortfolioAsync() публичный метод

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. ///
Результат Task

DeletePortfolioShare() публичный метод

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.
Результат DeletePortfolioShareResponse

DeletePortfolioShareAsync() публичный метод

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. ///
Результат Task

DeleteProduct() публичный метод

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.
Результат DeleteProductResponse

DeleteProductAsync() публичный метод

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. ///
Результат Task

DeleteProvisioningArtifact() публичный метод

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.
Результат DeleteProvisioningArtifactResponse

DeleteProvisioningArtifactAsync() публичный метод

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. ///
Результат Task

DescribeConstraint() публичный метод

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.
Результат DescribeConstraintResponse

DescribeConstraintAsync() публичный метод

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. ///
Результат Task

DescribePortfolio() публичный метод

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.
Результат DescribePortfolioResponse

DescribePortfolioAsync() публичный метод

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. ///
Результат Task

DescribeProduct() публичный метод

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.
Результат DescribeProductResponse

DescribeProductAsAdmin() публичный метод

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.
Результат DescribeProductAsAdminResponse

DescribeProductAsAdminAsync() публичный метод

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. ///
Результат Task

DescribeProductAsync() публичный метод

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. ///
Результат Task

DescribeProductView() публичный метод

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.
Результат DescribeProductViewResponse

DescribeProductViewAsync() публичный метод

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. ///
Результат Task

DescribeProvisioningArtifact() публичный метод

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.
Результат DescribeProvisioningArtifactResponse

DescribeProvisioningArtifactAsync() публичный метод

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. ///
Результат Task

DescribeProvisioningParameters() публичный метод

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.
Результат DescribeProvisioningParametersResponse

DescribeProvisioningParametersAsync() публичный метод

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. ///
Результат Task

DescribeRecord() публичный метод

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.
Результат DescribeRecordResponse

DescribeRecordAsync() публичный метод

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. ///
Результат Task

DisassociatePrincipalFromPortfolio() публичный метод

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.
Результат DisassociatePrincipalFromPortfolioResponse

DisassociatePrincipalFromPortfolioAsync() публичный метод

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. ///
Результат Task

DisassociateProductFromPortfolio() публичный метод

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.
Результат DisassociateProductFromPortfolioResponse

DisassociateProductFromPortfolioAsync() публичный метод

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. ///
Результат Task

Dispose() защищенный метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndAcceptPortfolioShare() публичный метод

Finishes the asynchronous execution of the AcceptPortfolioShare operation.
public EndAcceptPortfolioShare ( IAsyncResult asyncResult ) : AcceptPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAcceptPortfolioShare.
Результат AcceptPortfolioShareResponse

EndAssociatePrincipalWithPortfolio() публичный метод

Finishes the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public EndAssociatePrincipalWithPortfolio ( IAsyncResult asyncResult ) : AssociatePrincipalWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociatePrincipalWithPortfolio.
Результат AssociatePrincipalWithPortfolioResponse

EndAssociateProductWithPortfolio() публичный метод

Finishes the asynchronous execution of the AssociateProductWithPortfolio operation.
public EndAssociateProductWithPortfolio ( IAsyncResult asyncResult ) : AssociateProductWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateProductWithPortfolio.
Результат AssociateProductWithPortfolioResponse

EndCreateConstraint() публичный метод

Finishes the asynchronous execution of the CreateConstraint operation.
public EndCreateConstraint ( IAsyncResult asyncResult ) : CreateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConstraint.
Результат CreateConstraintResponse

EndCreatePortfolio() публичный метод

Finishes the asynchronous execution of the CreatePortfolio operation.
public EndCreatePortfolio ( IAsyncResult asyncResult ) : CreatePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolio.
Результат CreatePortfolioResponse

EndCreatePortfolioShare() публичный метод

Finishes the asynchronous execution of the CreatePortfolioShare operation.
public EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolioShare.
Результат CreatePortfolioShareResponse

EndCreateProduct() публичный метод

Finishes the asynchronous execution of the CreateProduct operation.
public EndCreateProduct ( IAsyncResult asyncResult ) : CreateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProduct.
Результат CreateProductResponse

EndCreateProvisioningArtifact() публичный метод

Finishes the asynchronous execution of the CreateProvisioningArtifact operation.
public EndCreateProvisioningArtifact ( IAsyncResult asyncResult ) : CreateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateProvisioningArtifact.
Результат CreateProvisioningArtifactResponse

EndDeleteConstraint() публичный метод

Finishes the asynchronous execution of the DeleteConstraint operation.
public EndDeleteConstraint ( IAsyncResult asyncResult ) : DeleteConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConstraint.
Результат DeleteConstraintResponse

EndDeletePortfolio() публичный метод

Finishes the asynchronous execution of the DeletePortfolio operation.
public EndDeletePortfolio ( IAsyncResult asyncResult ) : DeletePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePortfolio.
Результат DeletePortfolioResponse

EndDeletePortfolioShare() публичный метод

Finishes the asynchronous execution of the DeletePortfolioShare operation.
public EndDeletePortfolioShare ( IAsyncResult asyncResult ) : DeletePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePortfolioShare.
Результат DeletePortfolioShareResponse

EndDeleteProduct() публичный метод

Finishes the asynchronous execution of the DeleteProduct operation.
public EndDeleteProduct ( IAsyncResult asyncResult ) : DeleteProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProduct.
Результат DeleteProductResponse

EndDeleteProvisioningArtifact() публичный метод

Finishes the asynchronous execution of the DeleteProvisioningArtifact operation.
public EndDeleteProvisioningArtifact ( IAsyncResult asyncResult ) : DeleteProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteProvisioningArtifact.
Результат DeleteProvisioningArtifactResponse

EndDescribeConstraint() публичный метод

Finishes the asynchronous execution of the DescribeConstraint operation.
public EndDescribeConstraint ( IAsyncResult asyncResult ) : DescribeConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConstraint.
Результат DescribeConstraintResponse

EndDescribePortfolio() публичный метод

Finishes the asynchronous execution of the DescribePortfolio operation.
public EndDescribePortfolio ( IAsyncResult asyncResult ) : DescribePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePortfolio.
Результат DescribePortfolioResponse

EndDescribeProduct() публичный метод

Finishes the asynchronous execution of the DescribeProduct operation.
public EndDescribeProduct ( IAsyncResult asyncResult ) : DescribeProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProduct.
Результат DescribeProductResponse

EndDescribeProductAsAdmin() публичный метод

Finishes the asynchronous execution of the DescribeProductAsAdmin operation.
public EndDescribeProductAsAdmin ( IAsyncResult asyncResult ) : DescribeProductAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductAsAdmin.
Результат DescribeProductAsAdminResponse

EndDescribeProductView() публичный метод

Finishes the asynchronous execution of the DescribeProductView operation.
public EndDescribeProductView ( IAsyncResult asyncResult ) : DescribeProductViewResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProductView.
Результат DescribeProductViewResponse

EndDescribeProvisioningArtifact() публичный метод

Finishes the asynchronous execution of the DescribeProvisioningArtifact operation.
public EndDescribeProvisioningArtifact ( IAsyncResult asyncResult ) : DescribeProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProvisioningArtifact.
Результат DescribeProvisioningArtifactResponse

EndDescribeProvisioningParameters() публичный метод

Finishes the asynchronous execution of the DescribeProvisioningParameters operation.
public EndDescribeProvisioningParameters ( IAsyncResult asyncResult ) : DescribeProvisioningParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeProvisioningParameters.
Результат DescribeProvisioningParametersResponse

EndDescribeRecord() публичный метод

Finishes the asynchronous execution of the DescribeRecord operation.
public EndDescribeRecord ( IAsyncResult asyncResult ) : DescribeRecordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRecord.
Результат DescribeRecordResponse

EndDisassociatePrincipalFromPortfolio() публичный метод

Finishes the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public EndDisassociatePrincipalFromPortfolio ( IAsyncResult asyncResult ) : DisassociatePrincipalFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociatePrincipalFromPortfolio.
Результат DisassociatePrincipalFromPortfolioResponse

EndDisassociateProductFromPortfolio() публичный метод

Finishes the asynchronous execution of the DisassociateProductFromPortfolio operation.
public EndDisassociateProductFromPortfolio ( IAsyncResult asyncResult ) : DisassociateProductFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateProductFromPortfolio.
Результат DisassociateProductFromPortfolioResponse

EndListAcceptedPortfolioShares() публичный метод

Finishes the asynchronous execution of the ListAcceptedPortfolioShares operation.
public EndListAcceptedPortfolioShares ( IAsyncResult asyncResult ) : ListAcceptedPortfolioSharesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAcceptedPortfolioShares.
Результат ListAcceptedPortfolioSharesResponse

EndListConstraintsForPortfolio() публичный метод

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.
public EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConstraintsForPortfolio.
Результат ListConstraintsForPortfolioResponse

EndListLaunchPaths() публичный метод

Finishes the asynchronous execution of the ListLaunchPaths operation.
public EndListLaunchPaths ( IAsyncResult asyncResult ) : ListLaunchPathsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLaunchPaths.
Результат ListLaunchPathsResponse

EndListPortfolioAccess() публичный метод

Finishes the asynchronous execution of the ListPortfolioAccess operation.
public EndListPortfolioAccess ( IAsyncResult asyncResult ) : ListPortfolioAccessResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfolioAccess.
Результат ListPortfolioAccessResponse

EndListPortfolios() публичный метод

Finishes the asynchronous execution of the ListPortfolios operation.
public EndListPortfolios ( IAsyncResult asyncResult ) : ListPortfoliosResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfolios.
Результат ListPortfoliosResponse

EndListPortfoliosForProduct() публичный метод

Finishes the asynchronous execution of the ListPortfoliosForProduct operation.
public EndListPortfoliosForProduct ( IAsyncResult asyncResult ) : ListPortfoliosForProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPortfoliosForProduct.
Результат ListPortfoliosForProductResponse

EndListPrincipalsForPortfolio() публичный метод

Finishes the asynchronous execution of the ListPrincipalsForPortfolio operation.
public EndListPrincipalsForPortfolio ( IAsyncResult asyncResult ) : ListPrincipalsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPrincipalsForPortfolio.
Результат ListPrincipalsForPortfolioResponse

EndListProvisioningArtifacts() публичный метод

Finishes the asynchronous execution of the ListProvisioningArtifacts operation.
public EndListProvisioningArtifacts ( IAsyncResult asyncResult ) : ListProvisioningArtifactsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListProvisioningArtifacts.
Результат ListProvisioningArtifactsResponse

EndListRecordHistory() публичный метод

Finishes the asynchronous execution of the ListRecordHistory operation.
public EndListRecordHistory ( IAsyncResult asyncResult ) : ListRecordHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRecordHistory.
Результат ListRecordHistoryResponse

EndProvisionProduct() публичный метод

Finishes the asynchronous execution of the ProvisionProduct operation.
public EndProvisionProduct ( IAsyncResult asyncResult ) : ProvisionProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginProvisionProduct.
Результат ProvisionProductResponse

EndRejectPortfolioShare() публичный метод

Finishes the asynchronous execution of the RejectPortfolioShare operation.
public EndRejectPortfolioShare ( IAsyncResult asyncResult ) : RejectPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRejectPortfolioShare.
Результат RejectPortfolioShareResponse

EndScanProvisionedProducts() публичный метод

Finishes the asynchronous execution of the ScanProvisionedProducts operation.
public EndScanProvisionedProducts ( IAsyncResult asyncResult ) : ScanProvisionedProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginScanProvisionedProducts.
Результат ScanProvisionedProductsResponse

EndSearchProducts() публичный метод

Finishes the asynchronous execution of the SearchProducts operation.
public EndSearchProducts ( IAsyncResult asyncResult ) : SearchProductsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProducts.
Результат SearchProductsResponse

EndSearchProductsAsAdmin() публичный метод

Finishes the asynchronous execution of the SearchProductsAsAdmin operation.
public EndSearchProductsAsAdmin ( IAsyncResult asyncResult ) : SearchProductsAsAdminResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearchProductsAsAdmin.
Результат SearchProductsAsAdminResponse

EndTerminateProvisionedProduct() публичный метод

Finishes the asynchronous execution of the TerminateProvisionedProduct operation.
public EndTerminateProvisionedProduct ( IAsyncResult asyncResult ) : TerminateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateProvisionedProduct.
Результат TerminateProvisionedProductResponse

EndUpdateConstraint() публичный метод

Finishes the asynchronous execution of the UpdateConstraint operation.
public EndUpdateConstraint ( IAsyncResult asyncResult ) : UpdateConstraintResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConstraint.
Результат UpdateConstraintResponse

EndUpdatePortfolio() публичный метод

Finishes the asynchronous execution of the UpdatePortfolio operation.
public EndUpdatePortfolio ( IAsyncResult asyncResult ) : UpdatePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdatePortfolio.
Результат UpdatePortfolioResponse

EndUpdateProduct() публичный метод

Finishes the asynchronous execution of the UpdateProduct operation.
public EndUpdateProduct ( IAsyncResult asyncResult ) : UpdateProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProduct.
Результат UpdateProductResponse

EndUpdateProvisionedProduct() публичный метод

Finishes the asynchronous execution of the UpdateProvisionedProduct operation.
public EndUpdateProvisionedProduct ( IAsyncResult asyncResult ) : UpdateProvisionedProductResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisionedProduct.
Результат UpdateProvisionedProductResponse

EndUpdateProvisioningArtifact() публичный метод

Finishes the asynchronous execution of the UpdateProvisioningArtifact operation.
public EndUpdateProvisioningArtifact ( IAsyncResult asyncResult ) : UpdateProvisioningArtifactResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateProvisioningArtifact.
Результат UpdateProvisioningArtifactResponse

ListAcceptedPortfolioShares() публичный метод

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.
Результат ListAcceptedPortfolioSharesResponse

ListAcceptedPortfolioSharesAsync() публичный метод

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. ///
Результат Task

ListConstraintsForPortfolio() публичный метод

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.
Результат ListConstraintsForPortfolioResponse

ListConstraintsForPortfolioAsync() публичный метод

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. ///
Результат Task

ListLaunchPaths() публичный метод

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.
Результат ListLaunchPathsResponse

ListLaunchPathsAsync() публичный метод

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. ///
Результат Task

ListPortfolioAccess() публичный метод

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.
Результат ListPortfolioAccessResponse

ListPortfolioAccessAsync() публичный метод

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. ///
Результат Task

ListPortfolios() публичный метод

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.
Результат ListPortfoliosResponse

ListPortfoliosAsync() публичный метод

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. ///
Результат Task

ListPortfoliosForProduct() публичный метод

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.
Результат ListPortfoliosForProductResponse

ListPortfoliosForProductAsync() публичный метод

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. ///
Результат Task

ListPrincipalsForPortfolio() публичный метод

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.
Результат ListPrincipalsForPortfolioResponse

ListPrincipalsForPortfolioAsync() публичный метод

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. ///
Результат Task

ListProvisioningArtifacts() публичный метод

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.
Результат ListProvisioningArtifactsResponse

ListProvisioningArtifactsAsync() публичный метод

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. ///
Результат Task

ListRecordHistory() публичный метод

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.
Результат ListRecordHistoryResponse

ListRecordHistoryAsync() публичный метод

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. ///
Результат Task

ProvisionProduct() публичный метод

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.
Результат ProvisionProductResponse

ProvisionProductAsync() публичный метод

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. ///
Результат Task

RejectPortfolioShare() публичный метод

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.
Результат RejectPortfolioShareResponse

RejectPortfolioShareAsync() публичный метод

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. ///
Результат Task

ScanProvisionedProducts() публичный метод

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.
Результат ScanProvisionedProductsResponse

ScanProvisionedProductsAsync() публичный метод

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. ///
Результат Task

SearchProducts() публичный метод

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.
Результат SearchProductsResponse

SearchProductsAsAdmin() публичный метод

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.
Результат SearchProductsAsAdminResponse

SearchProductsAsAdminAsync() публичный метод

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. ///
Результат Task

SearchProductsAsync() публичный метод

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. ///
Результат Task

TerminateProvisionedProduct() публичный метод

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.
Результат TerminateProvisionedProductResponse

TerminateProvisionedProductAsync() публичный метод

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. ///
Результат Task

UpdateConstraint() публичный метод

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.
Результат UpdateConstraintResponse

UpdateConstraintAsync() публичный метод

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. ///
Результат Task

UpdatePortfolio() публичный метод

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.
Результат UpdatePortfolioResponse

UpdatePortfolioAsync() публичный метод

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. ///
Результат Task

UpdateProduct() публичный метод

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.
Результат UpdateProductResponse

UpdateProductAsync() публичный метод

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. ///
Результат Task

UpdateProvisionedProduct() публичный метод

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.
Результат UpdateProvisionedProductResponse

UpdateProvisionedProductAsync() публичный метод

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. ///
Результат Task

UpdateProvisioningArtifact() публичный метод

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.
Результат UpdateProvisioningArtifactResponse

UpdateProvisioningArtifactAsync() публичный метод

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. ///
Результат Task