python-botocore/botocore/data/servicecatalog/2015-12-10/service-2.json

3747 lines
132 KiB
JSON
Raw Normal View History

{
"version":"2.0",
"metadata":{
"apiVersion":"2015-12-10",
"endpointPrefix":"servicecatalog",
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"AWS Service Catalog",
"signatureVersion":"v4",
2017-06-27 11:52:19 +02:00
"targetPrefix":"AWS242ServiceCatalogService",
"uid":"servicecatalog-2015-12-10"
},
"operations":{
2017-02-02 09:27:08 +01:00
"AcceptPortfolioShare":{
"name":"AcceptPortfolioShare",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AcceptPortfolioShareInput"},
"output":{"shape":"AcceptPortfolioShareOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Accepts an offer to share the specified portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"AssociatePrincipalWithPortfolio":{
"name":"AssociatePrincipalWithPortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AssociatePrincipalWithPortfolioInput"},
"output":{"shape":"AssociatePrincipalWithPortfolioOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"}
],
"documentation":"<p>Associates the specified principal ARN with the specified portfolio.</p>"
},
"AssociateProductWithPortfolio":{
"name":"AssociateProductWithPortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AssociateProductWithPortfolioInput"},
"output":{"shape":"AssociateProductWithPortfolioOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Associates the specified product with the specified portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
2017-07-04 08:22:29 +02:00
"AssociateTagOptionWithResource":{
"name":"AssociateTagOptionWithResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AssociateTagOptionWithResourceInput"},
"output":{"shape":"AssociateTagOptionWithResourceOutput"},
"errors":[
{"shape":"TagOptionNotMigratedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"},
{"shape":"LimitExceededException"},
{"shape":"DuplicateResourceException"},
{"shape":"InvalidStateException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Associate the specified TagOption with the specified portfolio or product.</p>"
},
"CopyProduct":{
"name":"CopyProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CopyProductInput"},
"output":{"shape":"CopyProductOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
"documentation":"<p>Copies the specified source product to the specified target product or a new product.</p> <p>You can copy a product to the same account or another account. You can copy a product to the same region or another region.</p> <p>This operation is performed asynchronously. To track the progress of the operation, use <a>DescribeCopyProductStatus</a>.</p>"
2017-07-04 08:22:29 +02:00
},
2017-02-02 09:27:08 +01:00
"CreateConstraint":{
"name":"CreateConstraint",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateConstraintInput"},
"output":{"shape":"CreateConstraintOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"},
{"shape":"LimitExceededException"},
{"shape":"DuplicateResourceException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Creates a constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"CreatePortfolio":{
"name":"CreatePortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreatePortfolioInput"},
"output":{"shape":"CreatePortfolioOutput"},
"errors":[
{"shape":"InvalidParametersException"},
2017-07-04 08:22:29 +02:00
{"shape":"LimitExceededException"},
{"shape":"TagOptionNotMigratedException"}
2017-02-02 09:27:08 +01:00
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Creates a portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"CreatePortfolioShare":{
"name":"CreatePortfolioShare",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreatePortfolioShareInput"},
"output":{"shape":"CreatePortfolioShareOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Shares the specified portfolio with the specified account.</p>"
2017-02-02 09:27:08 +01:00
},
"CreateProduct":{
"name":"CreateProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateProductInput"},
"output":{"shape":"CreateProductOutput"},
"errors":[
{"shape":"InvalidParametersException"},
2017-07-04 08:22:29 +02:00
{"shape":"LimitExceededException"},
{"shape":"TagOptionNotMigratedException"}
2017-02-02 09:27:08 +01:00
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Creates a product.</p>"
2017-02-02 09:27:08 +01:00
},
"CreateProvisioningArtifact":{
"name":"CreateProvisioningArtifact",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateProvisioningArtifactInput"},
"output":{"shape":"CreateProvisioningArtifactOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"},
{"shape":"LimitExceededException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Creates a provisioning artifact (also known as a version) for the specified product.</p> <p>You cannot create a provisioning artifact for a product that was shared with you.</p>"
2017-02-02 09:27:08 +01:00
},
2017-07-04 08:22:29 +02:00
"CreateTagOption":{
"name":"CreateTagOption",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateTagOptionInput"},
"output":{"shape":"CreateTagOptionOutput"},
"errors":[
{"shape":"TagOptionNotMigratedException"},
{"shape":"DuplicateResourceException"},
{"shape":"LimitExceededException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Creates a TagOption.</p>"
2017-07-04 08:22:29 +02:00
},
2017-02-02 09:27:08 +01:00
"DeleteConstraint":{
"name":"DeleteConstraint",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteConstraintInput"},
"output":{"shape":"DeleteConstraintOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
"documentation":"<p>Deletes the specified constraint.</p>"
},
"DeletePortfolio":{
"name":"DeletePortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeletePortfolioInput"},
"output":{"shape":"DeletePortfolioOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"},
2017-07-04 08:22:29 +02:00
{"shape":"ResourceInUseException"},
{"shape":"TagOptionNotMigratedException"}
2017-02-02 09:27:08 +01:00
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Deletes the specified portfolio.</p> <p>You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.</p>"
2017-02-02 09:27:08 +01:00
},
"DeletePortfolioShare":{
"name":"DeletePortfolioShare",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeletePortfolioShareInput"},
"output":{"shape":"DeletePortfolioShareOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Stops sharing the specified portfolio with the specified account.</p>"
2017-02-02 09:27:08 +01:00
},
"DeleteProduct":{
"name":"DeleteProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteProductInput"},
"output":{"shape":"DeleteProductOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceInUseException"},
2017-07-04 08:22:29 +02:00
{"shape":"InvalidParametersException"},
{"shape":"TagOptionNotMigratedException"}
2017-02-02 09:27:08 +01:00
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Deletes the specified product.</p> <p>You cannot delete a product if it was shared with you or is associated with a portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"DeleteProvisioningArtifact":{
"name":"DeleteProvisioningArtifact",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteProvisioningArtifactInput"},
"output":{"shape":"DeleteProvisioningArtifactOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceInUseException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Deletes the specified provisioning artifact (also known as a version) for the specified product.</p> <p>You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"DescribeConstraint":{
"name":"DescribeConstraint",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeConstraintInput"},
"output":{"shape":"DescribeConstraintOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified constraint.</p>"
},
"DescribeCopyProductStatus":{
"name":"DescribeCopyProductStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeCopyProductStatusInput"},
"output":{"shape":"DescribeCopyProductStatusOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Gets the status of the specified copy product operation.</p>"
2017-02-02 09:27:08 +01:00
},
"DescribePortfolio":{
"name":"DescribePortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribePortfolioInput"},
"output":{"shape":"DescribePortfolioOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"DescribeProduct":{
"name":"DescribeProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeProductInput"},
"output":{"shape":"DescribeProductOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified product.</p>"
},
2017-02-02 09:27:08 +01:00
"DescribeProductAsAdmin":{
"name":"DescribeProductAsAdmin",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeProductAsAdminInput"},
"output":{"shape":"DescribeProductAsAdminOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified product. This operation is run with administrator access.</p>"
2017-02-02 09:27:08 +01:00
},
"DescribeProductView":{
"name":"DescribeProductView",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeProductViewInput"},
"output":{"shape":"DescribeProductViewOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified product.</p>"
},
2017-06-27 11:52:19 +02:00
"DescribeProvisionedProduct":{
"name":"DescribeProvisionedProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeProvisionedProductInput"},
"output":{"shape":"DescribeProvisionedProductOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified provisioned product.</p>"
2017-06-27 11:52:19 +02:00
},
2017-02-02 09:27:08 +01:00
"DescribeProvisioningArtifact":{
"name":"DescribeProvisioningArtifact",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeProvisioningArtifactInput"},
"output":{"shape":"DescribeProvisioningArtifactOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified provisioning artifact (also known as a version) for the specified product.</p>"
2017-02-02 09:27:08 +01:00
},
"DescribeProvisioningParameters":{
"name":"DescribeProvisioningParameters",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeProvisioningParametersInput"},
"output":{"shape":"DescribeProvisioningParametersOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the configuration required to provision the specified product using the specified provisioning artifact.</p> <p>If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key. The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to <a>ProvisionProduct</a>, do not include conflicted TagOption keys as tags, or this will cause the error \"Parameter validation failed: Missing required parameter in Tags[<i>N</i>]:<i>Value</i>\" and tag the provisioned product with the value <code>sc-tagoption-conflict-portfolioId-productId</code>.</p>"
},
"DescribeRecord":{
"name":"DescribeRecord",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeRecordInput"},
"output":{"shape":"DescribeRecordOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified request operation.</p> <p>Use this operation after calling a request operation (for example, <a>ProvisionProduct</a>, <a>TerminateProvisionedProduct</a>, or <a>UpdateProvisionedProduct</a>). </p>"
},
2017-07-04 08:22:29 +02:00
"DescribeTagOption":{
"name":"DescribeTagOption",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTagOptionInput"},
"output":{"shape":"DescribeTagOptionOutput"},
"errors":[
{"shape":"TagOptionNotMigratedException"},
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the specified TagOption.</p>"
2017-07-04 08:22:29 +02:00
},
2017-02-02 09:27:08 +01:00
"DisassociatePrincipalFromPortfolio":{
"name":"DisassociatePrincipalFromPortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisassociatePrincipalFromPortfolioInput"},
"output":{"shape":"DisassociatePrincipalFromPortfolioOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Disassociates a previously associated principal ARN from a specified portfolio.</p>"
},
"DisassociateProductFromPortfolio":{
"name":"DisassociateProductFromPortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisassociateProductFromPortfolioInput"},
"output":{"shape":"DisassociateProductFromPortfolioOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
2017-07-04 08:22:29 +02:00
{"shape":"ResourceInUseException"},
2017-02-02 09:27:08 +01:00
{"shape":"InvalidParametersException"}
],
"documentation":"<p>Disassociates the specified product from the specified portfolio. </p>"
},
2017-07-04 08:22:29 +02:00
"DisassociateTagOptionFromResource":{
"name":"DisassociateTagOptionFromResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisassociateTagOptionFromResourceInput"},
"output":{"shape":"DisassociateTagOptionFromResourceOutput"},
"errors":[
{"shape":"TagOptionNotMigratedException"},
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Disassociates the specified TagOption from the specified resource.</p>"
2017-07-04 08:22:29 +02:00
},
2017-02-02 09:27:08 +01:00
"ListAcceptedPortfolioShares":{
"name":"ListAcceptedPortfolioShares",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListAcceptedPortfolioSharesInput"},
"output":{"shape":"ListAcceptedPortfolioSharesOutput"},
"errors":[
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists all portfolios for which sharing was accepted by this account.</p>"
2017-02-02 09:27:08 +01:00
},
"ListConstraintsForPortfolio":{
"name":"ListConstraintsForPortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListConstraintsForPortfolioInput"},
"output":{"shape":"ListConstraintsForPortfolioOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists the constraints for the specified portfolio and product.</p>"
2017-02-02 09:27:08 +01:00
},
"ListLaunchPaths":{
"name":"ListLaunchPaths",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLaunchPathsInput"},
"output":{"shape":"ListLaunchPathsOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists the paths to the 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.</p>"
},
2017-02-02 09:27:08 +01:00
"ListPortfolioAccess":{
"name":"ListPortfolioAccess",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListPortfolioAccessInput"},
"output":{"shape":"ListPortfolioAccessOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists the account IDs that have access to the specified portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"ListPortfolios":{
"name":"ListPortfolios",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListPortfoliosInput"},
"output":{"shape":"ListPortfoliosOutput"},
"errors":[
{"shape":"InvalidParametersException"}
],
"documentation":"<p>Lists all portfolios in the catalog.</p>"
},
"ListPortfoliosForProduct":{
"name":"ListPortfoliosForProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListPortfoliosForProductInput"},
"output":{"shape":"ListPortfoliosForProductOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Lists all portfolios that the specified product is associated with.</p>"
},
"ListPrincipalsForPortfolio":{
"name":"ListPrincipalsForPortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListPrincipalsForPortfolioInput"},
"output":{"shape":"ListPrincipalsForPortfolioOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
"documentation":"<p>Lists all principal ARNs associated with the specified portfolio.</p>"
},
"ListProvisioningArtifacts":{
"name":"ListProvisioningArtifacts",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListProvisioningArtifactsInput"},
"output":{"shape":"ListProvisioningArtifactsOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists all provisioning artifacts (also known as versions) for the specified product.</p>"
2017-02-02 09:27:08 +01:00
},
"ListRecordHistory":{
"name":"ListRecordHistory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListRecordHistoryInput"},
"output":{"shape":"ListRecordHistoryOutput"},
"errors":[
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists the specified requests or all performed requests.</p>"
},
2017-07-04 08:22:29 +02:00
"ListResourcesForTagOption":{
"name":"ListResourcesForTagOption",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListResourcesForTagOptionInput"},
"output":{"shape":"ListResourcesForTagOptionOutput"},
"errors":[
{"shape":"TagOptionNotMigratedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists the resources associated with the specified TagOption.</p>"
2017-07-04 08:22:29 +02:00
},
"ListTagOptions":{
"name":"ListTagOptions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagOptionsInput"},
"output":{"shape":"ListTagOptionsOutput"},
"errors":[
{"shape":"TagOptionNotMigratedException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists the specified TagOptions or all TagOptions.</p>"
2017-07-04 08:22:29 +02:00
},
"ProvisionProduct":{
"name":"ProvisionProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ProvisionProductInput"},
"output":{"shape":"ProvisionProductOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"},
{"shape":"DuplicateResourceException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Provisions the specified product.</p> <p>A provisioned product is a resourced instance of a product. For example, provisioning a product based on a CloudFormation template launches a CloudFormation stack and its underlying resources. You can check the status of this request using <a>DescribeRecord</a>.</p> <p>If the request contains a tag key with an empty list of values, there is a tag conflict for that key. Do not include conflicted keys as tags, or this will cause the error \"Parameter validation failed: Missing required parameter in Tags[<i>N</i>]:<i>Value</i>\".</p>"
},
2017-02-02 09:27:08 +01:00
"RejectPortfolioShare":{
"name":"RejectPortfolioShare",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RejectPortfolioShareInput"},
"output":{"shape":"RejectPortfolioShareOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Rejects an offer to share the specified portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"ScanProvisionedProducts":{
"name":"ScanProvisionedProducts",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ScanProvisionedProductsInput"},
"output":{"shape":"ScanProvisionedProductsOutput"},
"errors":[
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Lists the provisioned products that are available (not terminated).</p>"
},
"SearchProducts":{
"name":"SearchProducts",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SearchProductsInput"},
"output":{"shape":"SearchProductsOutput"},
"errors":[
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the products to which the caller has access.</p>"
},
2017-02-02 09:27:08 +01:00
"SearchProductsAsAdmin":{
"name":"SearchProductsAsAdmin",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SearchProductsAsAdminInput"},
"output":{"shape":"SearchProductsAsAdminOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Gets information about the products for the specified portfolio or all products.</p>"
2017-02-02 09:27:08 +01:00
},
"TerminateProvisionedProduct":{
"name":"TerminateProvisionedProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TerminateProvisionedProductInput"},
"output":{"shape":"TerminateProvisionedProductOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Terminates the specified provisioned product.</p> <p>This operation does not delete any records associated with the provisioned product.</p> <p>You can check the status of this request using <a>DescribeRecord</a>.</p>"
},
2017-02-02 09:27:08 +01:00
"UpdateConstraint":{
"name":"UpdateConstraint",
"http":{
"method":"POST",
"requestUri":"/"
},
2017-02-02 09:27:08 +01:00
"input":{"shape":"UpdateConstraintInput"},
"output":{"shape":"UpdateConstraintOutput"},
"errors":[
2017-02-02 09:27:08 +01:00
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Updates the specified constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"UpdatePortfolio":{
"name":"UpdatePortfolio",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdatePortfolioInput"},
"output":{"shape":"UpdatePortfolioOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"},
2017-07-04 08:22:29 +02:00
{"shape":"LimitExceededException"},
{"shape":"TagOptionNotMigratedException"}
2017-02-02 09:27:08 +01:00
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Updates the specified portfolio.</p> <p>You cannot update a product that was shared with you.</p>"
2017-02-02 09:27:08 +01:00
},
"UpdateProduct":{
"name":"UpdateProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateProductInput"},
"output":{"shape":"UpdateProductOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
2017-07-04 08:22:29 +02:00
{"shape":"InvalidParametersException"},
{"shape":"TagOptionNotMigratedException"}
2017-02-02 09:27:08 +01:00
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Updates the specified product.</p>"
2017-02-02 09:27:08 +01:00
},
"UpdateProvisionedProduct":{
"name":"UpdateProvisionedProduct",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateProvisionedProductInput"},
"output":{"shape":"UpdateProvisionedProductOutput"},
"errors":[
{"shape":"InvalidParametersException"},
{"shape":"ResourceNotFoundException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Requests updates to the configuration of the specified provisioned product.</p> <p>If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.</p> <p>You can check the status of this request using <a>DescribeRecord</a>.</p>"
2017-02-02 09:27:08 +01:00
},
"UpdateProvisioningArtifact":{
"name":"UpdateProvisioningArtifact",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateProvisioningArtifactInput"},
"output":{"shape":"UpdateProvisioningArtifactOutput"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Updates the specified provisioning artifact (also known as a version) for the specified product.</p> <p>You cannot update a provisioning artifact for a product that was shared with you.</p>"
2017-07-04 08:22:29 +02:00
},
"UpdateTagOption":{
"name":"UpdateTagOption",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateTagOptionInput"},
"output":{"shape":"UpdateTagOptionOutput"},
"errors":[
{"shape":"TagOptionNotMigratedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"DuplicateResourceException"},
{"shape":"InvalidParametersException"}
],
2018-01-15 17:34:17 +01:00
"documentation":"<p>Updates the specified TagOption.</p>"
2017-02-02 09:27:08 +01:00
}
},
"shapes":{
"AcceptLanguage":{"type":"string"},
"AcceptPortfolioShareInput":{
"type":"structure",
"required":["PortfolioId"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
}
}
},
"AcceptPortfolioShareOutput":{
"type":"structure",
"members":{
}
},
"AccessLevelFilter":{
"type":"structure",
"members":{
"Key":{
"shape":"AccessLevelFilterKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The access level.</p> <ul> <li> <p> <code>Account</code> - Filter results based on the account.</p> </li> <li> <p> <code>Role</code> - Filter results based on the federated role of the specified user.</p> </li> <li> <p> <code>User</code> - Filter results based on the specified user.</p> </li> </ul>"
},
"Value":{
"shape":"AccessLevelFilterValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The user to which the access level applies. The only supported value is <code>Self</code>.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>The access level to use to filter results.</p>"
},
"AccessLevelFilterKey":{
"type":"string",
"enum":[
"Account",
"Role",
"User"
]
},
"AccessLevelFilterValue":{"type":"string"},
2017-02-02 09:27:08 +01:00
"AccountId":{
"type":"string",
"pattern":"^[0-9]{12}$"
},
"AccountIds":{
"type":"list",
"member":{"shape":"AccountId"}
},
"AddTags":{
"type":"list",
"member":{"shape":"Tag"},
"max":20
},
"AllowedValue":{"type":"string"},
"AllowedValues":{
"type":"list",
"member":{"shape":"AllowedValue"}
},
"ApproximateCount":{"type":"integer"},
2017-02-02 09:27:08 +01:00
"AssociatePrincipalWithPortfolioInput":{
"type":"structure",
"required":[
"PortfolioId",
"PrincipalARN",
"PrincipalType"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
},
"PrincipalARN":{
"shape":"PrincipalARN",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The ARN of the principal (IAM user, role, or group).</p>"
2017-02-02 09:27:08 +01:00
},
"PrincipalType":{
"shape":"PrincipalType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The principal type. The supported value is <code>IAM</code>.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"AssociatePrincipalWithPortfolioOutput":{
"type":"structure",
"members":{
}
},
"AssociateProductWithPortfolioInput":{
"type":"structure",
"required":[
"ProductId",
"PortfolioId"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
},
"SourcePortfolioId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the source portfolio.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"AssociateProductWithPortfolioOutput":{
"type":"structure",
"members":{
}
},
2017-07-04 08:22:29 +02:00
"AssociateTagOptionWithResourceInput":{
"type":"structure",
"required":[
"ResourceId",
"TagOptionId"
],
"members":{
"ResourceId":{
"shape":"ResourceId",
"documentation":"<p>The resource identifier.</p>"
},
"TagOptionId":{
"shape":"TagOptionId",
"documentation":"<p>The TagOption identifier.</p>"
}
}
},
"AssociateTagOptionWithResourceOutput":{
"type":"structure",
"members":{
}
},
"AttributeValue":{"type":"string"},
2017-02-02 09:27:08 +01:00
"ConstraintDescription":{
"type":"string",
"max":2000
},
"ConstraintDetail":{
"type":"structure",
"members":{
"ConstraintId":{
"shape":"Id",
"documentation":"<p>The identifier of the constraint.</p>"
},
"Type":{
"shape":"ConstraintType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The type of constraint.</p> <ul> <li> <p> <code>LAUNCH</code> </p> </li> <li> <p> <code>NOTIFICATION</code> </p> </li> <li> <p> <code>TEMPLATE</code> </p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Description":{
"shape":"ConstraintDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"Owner":{
"shape":"AccountId",
"documentation":"<p>The owner of the constraint.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"ConstraintDetails":{
"type":"list",
"member":{"shape":"ConstraintDetail"}
},
"ConstraintParameters":{"type":"string"},
"ConstraintSummaries":{
"type":"list",
"member":{"shape":"ConstraintSummary"}
},
2017-02-02 09:27:08 +01:00
"ConstraintSummary":{
"type":"structure",
"members":{
"Type":{
"shape":"ConstraintType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The type of constraint.</p> <ul> <li> <p> <code>LAUNCH</code> </p> </li> <li> <p> <code>NOTIFICATION</code> </p> </li> <li> <p> <code>TEMPLATE</code> </p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Description":{
"shape":"ConstraintDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the constraint.</p>"
2017-02-02 09:27:08 +01:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Summary information about a constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"ConstraintType":{
"type":"string",
"max":1024,
"min":1
},
2018-01-15 17:34:17 +01:00
"CopyOption":{
"type":"string",
"enum":["CopyTags"]
},
"CopyOptions":{
"type":"list",
"member":{"shape":"CopyOption"}
},
"CopyProductInput":{
"type":"structure",
"required":[
"SourceProductArn",
"IdempotencyToken"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
"SourceProductArn":{
"shape":"ProductArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the source product.</p>"
},
"TargetProductId":{
"shape":"Id",
"documentation":"<p>The identifier of the target product. By default, a new product is created.</p>"
},
"TargetProductName":{
"shape":"ProductViewName",
"documentation":"<p>A name for the target product. The default is the name of the source product.</p>"
},
"SourceProvisioningArtifactIdentifiers":{
"shape":"SourceProvisioningArtifactProperties",
"documentation":"<p>The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.</p>"
},
"CopyOptions":{
"shape":"CopyOptions",
"documentation":"<p>The copy options. If the value is <code>CopyTags</code>, the tags from the source product are copied to the target product.</p>"
},
"IdempotencyToken":{
"shape":"IdempotencyToken",
"documentation":"<p> A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request. </p>",
"idempotencyToken":true
}
}
},
"CopyProductOutput":{
"type":"structure",
"members":{
"CopyProductToken":{
"shape":"Id",
"documentation":"<p>The token to use to track the progress of the operation.</p>"
}
}
},
"CopyProductStatus":{
"type":"string",
"enum":[
"SUCCEEDED",
"IN_PROGRESS",
"FAILED"
]
},
2017-02-02 09:27:08 +01:00
"CreateConstraintInput":{
"type":"structure",
"required":[
"PortfolioId",
"ProductId",
"Parameters",
"Type",
"IdempotencyToken"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"Parameters":{
"shape":"ConstraintParameters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The constraint parameters, in JSON format. The syntax depends on the constraint type as follows:</p> <dl> <dt>LAUNCH</dt> <dd> <p>Specify the <code>RoleArn</code> property as follows:</p> <p>\\\"RoleArn\\\" : \\\"arn:aws:iam::123456789012:role/LaunchRole\\\"</p> </dd> <dt>NOTIFICATION</dt> <dd> <p>Specify the <code>NotificationArns</code> property as follows:</p> <p>\\\"NotificationArns\\\" : [\\\"arn:aws:sns:us-east-1:123456789012:Topic\\\"]</p> </dd> <dt>TEMPLATE</dt> <dd> <p>Specify the <code>Rules</code> property. For more information, see <a href=\"http://docs.aws.amazon.com/servicecatalog/latest/adminguide/reference-template_constraint_rules.html\">Template Constraint Rules</a>.</p> </dd> </dl>"
2017-02-02 09:27:08 +01:00
},
"Type":{
"shape":"ConstraintType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The type of constraint.</p> <ul> <li> <p> <code>LAUNCH</code> </p> </li> <li> <p> <code>NOTIFICATION</code> </p> </li> <li> <p> <code>TEMPLATE</code> </p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Description":{
"shape":"ConstraintDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"IdempotencyToken":{
"shape":"IdempotencyToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.</p>",
2017-02-02 09:27:08 +01:00
"idempotencyToken":true
}
}
},
"CreateConstraintOutput":{
"type":"structure",
"members":{
"ConstraintDetail":{
"shape":"ConstraintDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"ConstraintParameters":{
"shape":"ConstraintParameters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The constraint parameters.</p>"
2017-02-02 09:27:08 +01:00
},
"Status":{
"shape":"Status",
"documentation":"<p>The status of the current request.</p>"
}
}
},
"CreatePortfolioInput":{
"type":"structure",
"required":[
"DisplayName",
"ProviderName",
"IdempotencyToken"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"DisplayName":{
"shape":"PortfolioDisplayName",
"documentation":"<p>The name to use for display purposes.</p>"
},
"Description":{
"shape":"PortfolioDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"ProviderName":{
"shape":"ProviderName",
"documentation":"<p>The name of the portfolio provider.</p>"
},
"Tags":{
"shape":"AddTags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags to associate with the portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"IdempotencyToken":{
"shape":"IdempotencyToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.</p>",
2017-02-02 09:27:08 +01:00
"idempotencyToken":true
}
}
},
"CreatePortfolioOutput":{
"type":"structure",
"members":{
"PortfolioDetail":{
"shape":"PortfolioDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"Tags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the tags associated with the portfolio.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"CreatePortfolioShareInput":{
"type":"structure",
"required":[
"PortfolioId",
"AccountId"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
},
"AccountId":{
"shape":"AccountId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The AWS account ID.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"CreatePortfolioShareOutput":{
"type":"structure",
"members":{
}
},
"CreateProductInput":{
"type":"structure",
"required":[
"Name",
"Owner",
"ProductType",
"ProvisioningArtifactParameters",
"IdempotencyToken"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Name":{
"shape":"ProductViewName",
"documentation":"<p>The name of the product.</p>"
},
"Owner":{
"shape":"ProductViewOwner",
"documentation":"<p>The owner of the product.</p>"
},
"Description":{
"shape":"ProductViewShortDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the product.</p>"
2017-02-02 09:27:08 +01:00
},
"Distributor":{
"shape":"ProductViewOwner",
"documentation":"<p>The distributor of the product.</p>"
},
"SupportDescription":{
"shape":"SupportDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The support information about the product.</p>"
2017-02-02 09:27:08 +01:00
},
"SupportEmail":{
"shape":"SupportEmail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The contact email for product support.</p>"
2017-02-02 09:27:08 +01:00
},
"SupportUrl":{
"shape":"SupportUrl",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The contact URL for product support.</p>"
2017-02-02 09:27:08 +01:00
},
"ProductType":{
"shape":"ProductType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The type of product.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"AddTags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags to associate with the product.</p>"
2017-02-02 09:27:08 +01:00
},
"ProvisioningArtifactParameters":{
"shape":"ProvisioningArtifactProperties",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The configuration of the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"IdempotencyToken":{
"shape":"IdempotencyToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.</p>",
2017-02-02 09:27:08 +01:00
"idempotencyToken":true
}
}
},
"CreateProductOutput":{
"type":"structure",
"members":{
"ProductViewDetail":{
"shape":"ProductViewDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the product view.</p>"
2017-02-02 09:27:08 +01:00
},
"ProvisioningArtifactDetail":{
"shape":"ProvisioningArtifactDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"Tags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the tags associated with the product.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"CreateProvisioningArtifactInput":{
"type":"structure",
"required":[
"ProductId",
"Parameters",
"IdempotencyToken"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"Parameters":{
"shape":"ProvisioningArtifactProperties",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The configuration for the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"IdempotencyToken":{
"shape":"IdempotencyToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.</p>",
2017-02-02 09:27:08 +01:00
"idempotencyToken":true
}
}
},
"CreateProvisioningArtifactOutput":{
"type":"structure",
"members":{
"ProvisioningArtifactDetail":{
"shape":"ProvisioningArtifactDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Info":{
"shape":"ProvisioningArtifactInfo",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The URL of the CloudFormation template in Amazon S3, in JSON format.</p>"
2017-02-02 09:27:08 +01:00
},
"Status":{
"shape":"Status",
"documentation":"<p>The status of the current request.</p>"
}
}
},
2017-07-04 08:22:29 +02:00
"CreateTagOptionInput":{
"type":"structure",
"required":[
"Key",
"Value"
],
"members":{
"Key":{
"shape":"TagOptionKey",
"documentation":"<p>The TagOption key.</p>"
},
"Value":{
"shape":"TagOptionValue",
"documentation":"<p>The TagOption value.</p>"
}
}
},
"CreateTagOptionOutput":{
"type":"structure",
"members":{
"TagOptionDetail":{
"shape":"TagOptionDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the TagOption.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
2017-02-02 09:27:08 +01:00
"CreatedTime":{"type":"timestamp"},
"CreationTime":{"type":"timestamp"},
"DefaultValue":{"type":"string"},
"DeleteConstraintInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the constraint.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DeleteConstraintOutput":{
"type":"structure",
"members":{
}
},
"DeletePortfolioInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The portfolio identifier.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DeletePortfolioOutput":{
"type":"structure",
"members":{
}
},
"DeletePortfolioShareInput":{
"type":"structure",
"required":[
"PortfolioId",
"AccountId"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
},
"AccountId":{
"shape":"AccountId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The AWS account ID.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DeletePortfolioShareOutput":{
"type":"structure",
"members":{
}
},
"DeleteProductInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The product identifier.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DeleteProductOutput":{
"type":"structure",
"members":{
}
},
"DeleteProvisioningArtifactInput":{
"type":"structure",
"required":[
"ProductId",
"ProvisioningArtifactId"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"ProvisioningArtifactId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DeleteProvisioningArtifactOutput":{
"type":"structure",
"members":{
}
},
"DescribeConstraintInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
"documentation":"<p>The identifier of the constraint.</p>"
}
}
},
"DescribeConstraintOutput":{
"type":"structure",
"members":{
"ConstraintDetail":{
"shape":"ConstraintDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"ConstraintParameters":{
"shape":"ConstraintParameters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The constraint parameters.</p>"
2017-02-02 09:27:08 +01:00
},
"Status":{
"shape":"Status",
"documentation":"<p>The status of the current request.</p>"
}
}
},
2018-01-15 17:34:17 +01:00
"DescribeCopyProductStatusInput":{
"type":"structure",
"required":["CopyProductToken"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
"CopyProductToken":{
"shape":"Id",
"documentation":"<p>The token for the copy product operation. This token is returned by <a>CopyProduct</a>.</p>"
}
}
},
"DescribeCopyProductStatusOutput":{
"type":"structure",
"members":{
"CopyProductStatus":{
"shape":"CopyProductStatus",
"documentation":"<p>The status of the copy product operation.</p>"
},
"TargetProductId":{
"shape":"Id",
"documentation":"<p>The identifier of the copied product.</p>"
},
"StatusDetail":{
"shape":"StatusDetail",
"documentation":"<p>The status message.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"DescribePortfolioInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The portfolio identifier.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribePortfolioOutput":{
"type":"structure",
"members":{
"PortfolioDetail":{
"shape":"PortfolioDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"Tags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the tags associated with the portfolio.</p>"
2017-07-04 08:22:29 +02:00
},
"TagOptions":{
"shape":"TagOptionDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the TagOptions associated with the portfolio.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeProductAsAdminInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The product identifier.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeProductAsAdminOutput":{
"type":"structure",
"members":{
"ProductViewDetail":{
"shape":"ProductViewDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the product view.</p>"
2017-02-02 09:27:08 +01:00
},
2017-06-27 11:52:19 +02:00
"ProvisioningArtifactSummaries":{
"shape":"ProvisioningArtifactSummaries",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioning artifacts (also known as versions) for the specified product.</p>"
2017-06-27 11:52:19 +02:00
},
2017-02-02 09:27:08 +01:00
"Tags":{
"shape":"Tags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the tags associated with the product.</p>"
2017-07-04 08:22:29 +02:00
},
"TagOptions":{
"shape":"TagOptionDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the TagOptions associated with the product.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeProductInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The product identifier.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeProductOutput":{
"type":"structure",
"members":{
"ProductViewSummary":{
"shape":"ProductViewSummary",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Summary information about the product view.</p>"
2017-02-02 09:27:08 +01:00
},
"ProvisioningArtifacts":{
"shape":"ProvisioningArtifacts",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioning artifacts for the specified product.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeProductViewInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The product view identifier.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeProductViewOutput":{
"type":"structure",
"members":{
"ProductViewSummary":{
"shape":"ProductViewSummary",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Summary information about the product.</p>"
2017-02-02 09:27:08 +01:00
},
"ProvisioningArtifacts":{
"shape":"ProvisioningArtifacts",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioning artifacts for the product.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
2017-06-27 11:52:19 +02:00
"DescribeProvisionedProductInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-06-27 11:52:19 +02:00
},
"Id":{
"shape":"Id",
"documentation":"<p>The provisioned product identifier.</p>"
}
}
},
"DescribeProvisionedProductOutput":{
"type":"structure",
"members":{
"ProvisionedProductDetail":{
"shape":"ProvisionedProductDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioned product.</p>"
2017-06-27 11:52:19 +02:00
}
}
},
2017-02-02 09:27:08 +01:00
"DescribeProvisioningArtifactInput":{
"type":"structure",
"required":[
"ProvisioningArtifactId",
"ProductId"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProvisioningArtifactId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
2017-06-27 11:52:19 +02:00
},
"Verbose":{
"shape":"Verbose",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Indicates whether a verbose level of detail is enabled.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeProvisioningArtifactOutput":{
"type":"structure",
"members":{
"ProvisioningArtifactDetail":{
"shape":"ProvisioningArtifactDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Info":{
"shape":"ProvisioningArtifactInfo",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The URL of the CloudFormation template in Amazon S3.</p>"
2017-02-02 09:27:08 +01:00
},
"Status":{
"shape":"Status",
"documentation":"<p>The status of the current request.</p>"
}
}
},
"DescribeProvisioningParametersInput":{
"type":"structure",
"required":[
"ProductId",
"ProvisioningArtifactId"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"ProvisioningArtifactId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"PathId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use <a>ListLaunchPaths</a>.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeProvisioningParametersOutput":{
"type":"structure",
"members":{
"ProvisioningArtifactParameters":{
"shape":"ProvisioningArtifactParameters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the parameters used to provision the product.</p>"
2017-02-02 09:27:08 +01:00
},
"ConstraintSummaries":{
"shape":"ConstraintSummaries",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the constraints used to provision the product.</p>"
2017-02-02 09:27:08 +01:00
},
"UsageInstructions":{
"shape":"UsageInstructions",
"documentation":"<p>Any additional metadata specifically related to the provisioning of the product. For example, see the <code>Version</code> field of the CloudFormation template.</p>"
2017-07-04 08:22:29 +02:00
},
"TagOptions":{
"shape":"TagOptionSummaries",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the TagOptions associated with the resource.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeRecordInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The record identifier of the provisioned product. This identifier is returned by the request operation.</p>"
2017-02-02 09:27:08 +01:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
2017-02-02 09:27:08 +01:00
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DescribeRecordOutput":{
"type":"structure",
"members":{
"RecordDetail":{
"shape":"RecordDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the product.</p>"
2017-02-02 09:27:08 +01:00
},
"RecordOutputs":{
"shape":"RecordOutputs",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.</p>"
2017-02-02 09:27:08 +01:00
},
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
2017-07-04 08:22:29 +02:00
"DescribeTagOptionInput":{
"type":"structure",
"required":["Id"],
"members":{
"Id":{
"shape":"TagOptionId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption identifier.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
"DescribeTagOptionOutput":{
"type":"structure",
"members":{
"TagOptionDetail":{
"shape":"TagOptionDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the TagOption.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
2017-02-02 09:27:08 +01:00
"Description":{"type":"string"},
"DisassociatePrincipalFromPortfolioInput":{
"type":"structure",
"required":[
"PortfolioId",
"PrincipalARN"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
},
"PrincipalARN":{
"shape":"PrincipalARN",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The ARN of the principal (IAM user, role, or group).</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"DisassociatePrincipalFromPortfolioOutput":{
"type":"structure",
"members":{
}
},
"DisassociateProductFromPortfolioInput":{
"type":"structure",
"required":[
"ProductId",
"PortfolioId"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
}
}
},
"DisassociateProductFromPortfolioOutput":{
"type":"structure",
"members":{
}
},
2017-07-04 08:22:29 +02:00
"DisassociateTagOptionFromResourceInput":{
"type":"structure",
"required":[
"ResourceId",
"TagOptionId"
],
"members":{
"ResourceId":{
"shape":"ResourceId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The resource identifier.</p>"
2017-07-04 08:22:29 +02:00
},
"TagOptionId":{
"shape":"TagOptionId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption identifier.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
"DisassociateTagOptionFromResourceOutput":{
"type":"structure",
"members":{
}
},
2017-02-02 09:27:08 +01:00
"DuplicateResourceException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified resource is a duplicate.</p>",
"exception":true
},
"ErrorCode":{"type":"string"},
"ErrorDescription":{"type":"string"},
"HasDefaultPath":{"type":"boolean"},
"Id":{
"type":"string",
"max":100,
"min":1
},
"IdempotencyToken":{
"type":"string",
"max":128,
"min":1,
"pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
},
"IgnoreErrors":{"type":"boolean"},
"InstructionType":{"type":"string"},
"InstructionValue":{"type":"string"},
"InvalidParametersException":{
"type":"structure",
"members":{
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>One or more parameters provided to the operation are not valid.</p>",
2017-02-02 09:27:08 +01:00
"exception":true
},
2017-07-04 08:22:29 +02:00
"InvalidStateException":{
"type":"structure",
"members":{
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.</p>",
2017-07-04 08:22:29 +02:00
"exception":true
},
2017-02-02 09:27:08 +01:00
"LastRequestId":{"type":"string"},
"LaunchPathSummaries":{
"type":"list",
"member":{"shape":"LaunchPathSummary"}
},
"LaunchPathSummary":{
"type":"structure",
"members":{
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the product path.</p>"
2017-02-02 09:27:08 +01:00
},
"ConstraintSummaries":{
"shape":"ConstraintSummaries",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The constraints on the portfolio-product relationship.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"Tags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags associated with this product path.</p>"
2017-02-02 09:27:08 +01:00
},
"Name":{
"shape":"PortfolioName",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The name of the portfolio to which the user was assigned.</p>"
2017-02-02 09:27:08 +01:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Summary information about a product path for a user.</p>"
2017-02-02 09:27:08 +01:00
},
"LimitExceededException":{
"type":"structure",
"members":{
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.</p>",
2017-02-02 09:27:08 +01:00
"exception":true
},
"ListAcceptedPortfolioSharesInput":{
"type":"structure",
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
2017-02-02 09:27:08 +01:00
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"ListAcceptedPortfolioSharesOutput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"PortfolioDetails":{
"shape":"PortfolioDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the portfolios.</p>"
},
2017-02-02 09:27:08 +01:00
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
2017-02-02 09:27:08 +01:00
}
},
2017-02-02 09:27:08 +01:00
"ListConstraintsForPortfolioInput":{
"type":"structure",
2017-02-02 09:27:08 +01:00
"required":["PortfolioId"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
2017-02-02 09:27:08 +01:00
"PortfolioId":{
"shape":"Id",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The portfolio identifier.</p>"
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
2017-02-02 09:27:08 +01:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListConstraintsForPortfolioOutput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"ConstraintDetails":{
"shape":"ConstraintDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the constraints.</p>"
},
2017-02-02 09:27:08 +01:00
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListLaunchPathsInput":{
"type":"structure",
2017-02-02 09:27:08 +01:00
"required":["ProductId"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
2017-02-02 09:27:08 +01:00
"ProductId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The product identifier.</p>"
2017-02-02 09:27:08 +01:00
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
2017-02-02 09:27:08 +01:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListLaunchPathsOutput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"LaunchPathSummaries":{
"shape":"LaunchPathSummaries",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the launch path.</p>"
},
2017-02-02 09:27:08 +01:00
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListPortfolioAccessInput":{
"type":"structure",
2017-02-02 09:27:08 +01:00
"required":["PortfolioId"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
2017-02-02 09:27:08 +01:00
"PortfolioId":{
"shape":"Id",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The portfolio identifier.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListPortfolioAccessOutput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"AccountIds":{
"shape":"AccountIds",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the AWS accounts with access to the portfolio.</p>"
},
2017-02-02 09:27:08 +01:00
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListPortfoliosForProductInput":{
"type":"structure",
2017-02-02 09:27:08 +01:00
"required":["ProductId"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
2017-02-02 09:27:08 +01:00
"ProductId":{
"shape":"Id",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The product identifier.</p>"
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListPortfoliosForProductOutput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"PortfolioDetails":{
"shape":"PortfolioDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the portfolios.</p>"
},
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListPortfoliosInput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
2017-02-02 09:27:08 +01:00
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
2017-02-02 09:27:08 +01:00
"ListPortfoliosOutput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"PortfolioDetails":{
"shape":"PortfolioDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the portfolios.</p>"
},
2017-02-02 09:27:08 +01:00
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
2017-02-02 09:27:08 +01:00
}
},
2017-02-02 09:27:08 +01:00
"ListPrincipalsForPortfolioInput":{
"type":"structure",
2017-02-02 09:27:08 +01:00
"required":["PortfolioId"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
2017-02-02 09:27:08 +01:00
"PortfolioId":{
"shape":"Id",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The portfolio identifier.</p>"
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"ListPrincipalsForPortfolioOutput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"Principals":{
"shape":"Principals",
"documentation":"<p>The IAM principals (users or roles) associated with the portfolio.</p>"
},
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"ListProvisioningArtifactsInput":{
"type":"structure",
"required":["ProductId"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
}
}
},
"ListProvisioningArtifactsOutput":{
"type":"structure",
"members":{
"ProvisioningArtifactDetails":{
"shape":"ProvisioningArtifactDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioning artifacts.</p>"
},
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
}
},
"ListRecordHistoryInput":{
"type":"structure",
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
"AccessLevelFilter":{
"shape":"AccessLevelFilter",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The access level to use to obtain results. The default is <code>User</code>.</p>"
},
"SearchFilter":{
"shape":"ListRecordHistorySearchFilter",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The search filter to scope the results.</p>"
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
}
}
},
"ListRecordHistoryOutput":{
"type":"structure",
"members":{
"RecordDetails":{
"shape":"RecordDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The records, in reverse chronological order.</p>"
},
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
}
},
"ListRecordHistorySearchFilter":{
"type":"structure",
"members":{
"Key":{
"shape":"SearchFilterKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The filter key.</p> <ul> <li> <p> <code>product</code> - Filter results based on the specified product identifier.</p> </li> <li> <p> <code>provisionedproduct</code> - Filter results based on the provisioned product identifier.</p> </li> </ul>"
},
"Value":{
"shape":"SearchFilterValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The filter value.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>The search filter to use when listing history records.</p>"
},
2017-07-04 08:22:29 +02:00
"ListResourcesForTagOptionInput":{
"type":"structure",
"required":["TagOptionId"],
"members":{
"TagOptionId":{
"shape":"TagOptionId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption identifier.</p>"
2017-07-04 08:22:29 +02:00
},
"ResourceType":{
"shape":"ResourceType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The resource type.</p> <ul> <li> <p> <code>Portfolio</code> </p> </li> <li> <p> <code>Product</code> </p> </li> </ul>"
2017-07-04 08:22:29 +02:00
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
2017-07-04 08:22:29 +02:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
"ListResourcesForTagOptionOutput":{
"type":"structure",
"members":{
"ResourceDetails":{
"shape":"ResourceDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the resources.</p>"
2017-07-04 08:22:29 +02:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
"ListTagOptionsFilters":{
"type":"structure",
"members":{
"Key":{
"shape":"TagOptionKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption key.</p>"
2017-07-04 08:22:29 +02:00
},
"Value":{
"shape":"TagOptionValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption value.</p>"
2017-07-04 08:22:29 +02:00
},
"Active":{
"shape":"TagOptionActive",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The active state.</p>"
2017-07-04 08:22:29 +02:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Filters to use when listing TagOptions.</p>"
2017-07-04 08:22:29 +02:00
},
"ListTagOptionsInput":{
"type":"structure",
"members":{
"Filters":{
"shape":"ListTagOptionsFilters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The search filters. If no search filters are specified, the output includes all TagOptions.</p>"
2017-07-04 08:22:29 +02:00
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
2017-07-04 08:22:29 +02:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
"ListTagOptionsOutput":{
"type":"structure",
"members":{
"TagOptionDetails":{
"shape":"TagOptionDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the TagOptions.</p>"
2017-07-04 08:22:29 +02:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
"NoEcho":{"type":"boolean"},
"NotificationArn":{
"type":"string",
"max":1224,
"min":1,
"pattern":"arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
},
"NotificationArns":{
"type":"list",
"member":{"shape":"NotificationArn"},
"max":5
},
"OutputKey":{"type":"string"},
"OutputValue":{"type":"string"},
"PageSize":{
"type":"integer",
"max":20,
"min":0
},
"PageToken":{
"type":"string",
"pattern":"[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*"
},
"ParameterConstraints":{
"type":"structure",
"members":{
"AllowedValues":{
"shape":"AllowedValues",
"documentation":"<p>The values that the administrator has allowed for the parameter.</p>"
}
},
"documentation":"<p>The constraints that the administrator has put on the parameter.</p>"
},
2017-02-02 09:27:08 +01:00
"ParameterKey":{
"type":"string",
"max":1000,
"min":1
},
"ParameterType":{"type":"string"},
"ParameterValue":{
"type":"string",
2017-06-27 11:52:19 +02:00
"max":4096
2017-02-02 09:27:08 +01:00
},
"PortfolioDescription":{
"type":"string",
"max":2000
},
"PortfolioDetail":{
"type":"structure",
"members":{
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The portfolio identifier.</p>"
2017-02-02 09:27:08 +01:00
},
"ARN":{
"shape":"ResourceARN",
"documentation":"<p>The ARN assigned to the portfolio.</p>"
},
"DisplayName":{
"shape":"PortfolioDisplayName",
"documentation":"<p>The name to use for display purposes.</p>"
},
"Description":{
"shape":"PortfolioDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"CreatedTime":{
"shape":"CreationTime",
"documentation":"<p>The UTC timestamp of the creation time.</p>"
},
"ProviderName":{
"shape":"ProviderName",
"documentation":"<p>The name of the portfolio provider.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"PortfolioDetails":{
"type":"list",
"member":{"shape":"PortfolioDetail"}
},
"PortfolioDisplayName":{
"type":"string",
"max":100,
"min":1
},
"PortfolioName":{"type":"string"},
"Principal":{
"type":"structure",
"members":{
"PrincipalARN":{
"shape":"PrincipalARN",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The ARN of the principal (IAM user, role, or group).</p>"
2017-02-02 09:27:08 +01:00
},
"PrincipalType":{
"shape":"PrincipalType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The principal type. The supported value is <code>IAM</code>.</p>"
2017-02-02 09:27:08 +01:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a principal.</p>"
2017-02-02 09:27:08 +01:00
},
"PrincipalARN":{
"type":"string",
"max":1000,
"min":1
},
"PrincipalType":{
"type":"string",
"enum":["IAM"]
},
"Principals":{
"type":"list",
"member":{"shape":"Principal"}
},
2018-01-15 17:34:17 +01:00
"ProductArn":{
"type":"string",
"max":1224,
"min":1,
"pattern":"arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
},
2017-02-02 09:27:08 +01:00
"ProductSource":{
"type":"string",
"enum":["ACCOUNT"]
},
"ProductType":{
"type":"string",
2017-06-27 11:52:19 +02:00
"enum":[
"CLOUD_FORMATION_TEMPLATE",
"MARKETPLACE"
]
2017-02-02 09:27:08 +01:00
},
"ProductViewAggregationType":{"type":"string"},
"ProductViewAggregationValue":{
"type":"structure",
"members":{
"Value":{
"shape":"AttributeValue",
"documentation":"<p>The value of the product view aggregation.</p>"
},
"ApproximateCount":{
"shape":"ApproximateCount",
"documentation":"<p>An approximate count of the products that match the value.</p>"
}
},
"documentation":"<p>A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.</p>"
},
"ProductViewAggregationValues":{
"type":"list",
"member":{"shape":"ProductViewAggregationValue"}
},
"ProductViewAggregations":{
"type":"map",
"key":{"shape":"ProductViewAggregationType"},
"value":{"shape":"ProductViewAggregationValues"}
},
2017-02-02 09:27:08 +01:00
"ProductViewDetail":{
"type":"structure",
"members":{
"ProductViewSummary":{
"shape":"ProductViewSummary",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Summary information about the product view.</p>"
2017-02-02 09:27:08 +01:00
},
"Status":{
"shape":"Status",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The status of the product.</p> <ul> <li> <p> <code>AVAILABLE</code> - The product is ready for use.</p> </li> <li> <p> <code>CREATING</code> - Product creation has started; the product is not ready for use.</p> </li> <li> <p> <code>FAILED</code> - An action failed.</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProductARN":{
"shape":"ResourceARN",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The ARN of the product.</p>"
2017-02-02 09:27:08 +01:00
},
"CreatedTime":{
"shape":"CreatedTime",
"documentation":"<p>The UTC timestamp of the creation time.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a product view.</p>"
2017-02-02 09:27:08 +01:00
},
"ProductViewDetails":{
"type":"list",
"member":{"shape":"ProductViewDetail"}
},
"ProductViewDistributor":{"type":"string"},
"ProductViewFilterBy":{
"type":"string",
"enum":[
"FullTextSearch",
"Owner",
2017-06-27 11:52:19 +02:00
"ProductType",
"SourceProductId"
]
},
"ProductViewFilterValue":{"type":"string"},
"ProductViewFilterValues":{
"type":"list",
"member":{"shape":"ProductViewFilterValue"}
},
"ProductViewFilters":{
"type":"map",
"key":{"shape":"ProductViewFilterBy"},
"value":{"shape":"ProductViewFilterValues"}
},
"ProductViewName":{"type":"string"},
"ProductViewOwner":{"type":"string"},
"ProductViewShortDescription":{"type":"string"},
"ProductViewSortBy":{
"type":"string",
"enum":[
"Title",
"VersionCount",
"CreationDate"
]
},
"ProductViewSummaries":{
"type":"list",
"member":{"shape":"ProductViewSummary"}
},
"ProductViewSummary":{
"type":"structure",
"members":{
"Id":{
"shape":"Id",
"documentation":"<p>The product view identifier.</p>"
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"Name":{
"shape":"ProductViewName",
"documentation":"<p>The name of the product.</p>"
},
"Owner":{
"shape":"ProductViewOwner",
"documentation":"<p>The owner of the product. Contact the product administrator for the significance of this value.</p>"
},
"ShortDescription":{
"shape":"ProductViewShortDescription",
"documentation":"<p>Short description of the product.</p>"
},
"Type":{
"shape":"ProductType",
2017-06-27 11:52:19 +02:00
"documentation":"<p>The product type. Contact the product administrator for the significance of this value. If this value is <code>MARKETPLACE</code>, the product was created by AWS Marketplace.</p>"
},
"Distributor":{
"shape":"ProductViewDistributor",
"documentation":"<p>The distributor of the product. Contact the product administrator for the significance of this value.</p>"
},
"HasDefaultPath":{
"shape":"HasDefaultPath",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Indicates whether the product has a default path. If the product does not have a default path, call <a>ListLaunchPaths</a> to disambiguate between paths. Otherwise, <a>ListLaunchPaths</a> is not required, and the output of <a>ProductViewSummary</a> can be used directly with <a>DescribeProvisioningParameters</a>.</p>"
},
"SupportEmail":{
"shape":"SupportEmail",
"documentation":"<p>The email contact information to obtain support for this Product.</p>"
},
"SupportDescription":{
"shape":"SupportDescription",
"documentation":"<p>The description of the support for this Product.</p>"
},
"SupportUrl":{
"shape":"SupportUrl",
"documentation":"<p>The URL information to obtain support for this Product.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Summary information about a product view.</p>"
},
2017-02-02 09:27:08 +01:00
"ProviderName":{
"type":"string",
"max":20,
"min":1
},
"ProvisionProductInput":{
"type":"structure",
"required":[
"ProductId",
"ProvisioningArtifactId",
"ProvisionedProductName",
"ProvisionToken"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
"ProductId":{
"shape":"Id",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The product identifier.</p>"
},
"ProvisioningArtifactId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
},
"PathId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use <a>ListLaunchPaths</a>.</p>"
},
"ProvisionedProductName":{
"shape":"ProvisionedProductName",
2018-01-15 17:34:17 +01:00
"documentation":"<p>A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.</p>"
},
"ProvisioningParameters":{
"shape":"ProvisioningParameters",
"documentation":"<p>Parameters specified by the administrator that are required for provisioning the product.</p>"
},
"Tags":{
"shape":"Tags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags to use as provisioning options.</p>"
},
"NotificationArns":{
"shape":"NotificationArns",
"documentation":"<p>Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.</p>"
},
"ProvisionToken":{
"shape":"IdempotencyToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>An idempotency token that uniquely identifies the provisioning request.</p>",
"idempotencyToken":true
}
}
},
"ProvisionProductOutput":{
"type":"structure",
"members":{
"RecordDetail":{
"shape":"RecordDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the result of <a>ProvisionProduct</a>.</p>"
}
}
},
"ProvisionedProductDetail":{
"type":"structure",
"members":{
"Name":{
"shape":"ProvisionedProductNameOrArn",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The user-friendly name of the provisioned product.</p>"
},
"Arn":{
"shape":"ProvisionedProductNameOrArn",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The ARN of the provisioned product.</p>"
},
"Type":{
"shape":"ProvisionedProductType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The type of provisioned product. The supported value is <code>CFN_STACK</code>.</p>"
},
"Id":{
"shape":"ProvisionedProductId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioned product.</p>"
},
"Status":{
2017-06-27 11:52:19 +02:00
"shape":"ProvisionedProductStatus",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The current status of the provisioned product.</p> <ul> <li> <p> <code>AVAILABLE</code> - Stable state, ready to perform any operation. The most recent operation succeeded and completed.</p> </li> <li> <p> <code>UNDER_CHANGE</code> - Transitive state, operations performed might not have valid results. Wait for an <code>AVAILABLE</code> status before performing operations.</p> </li> <li> <p> <code>TAINTED</code> - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.</p> </li> <li> <p> <code>ERROR</code> - An unexpected error occurred, the provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.</p> </li> </ul>"
},
"StatusMessage":{
"shape":"ProvisionedProductStatusMessage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The current status message of the provisioned product.</p>"
},
"CreatedTime":{
"shape":"CreatedTime",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The UTC timestamp of the creation time.</p>"
},
"IdempotencyToken":{
"shape":"IdempotencyToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.</p>"
},
"LastRecordId":{
"shape":"LastRequestId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The record identifier of the last request performed on this provisioned product.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a provisioned product.</p>"
},
"ProvisionedProductDetails":{
"type":"list",
"member":{"shape":"ProvisionedProductDetail"}
},
"ProvisionedProductId":{"type":"string"},
2017-06-27 11:52:19 +02:00
"ProvisionedProductName":{
"type":"string",
"max":128,
"min":1,
"pattern":"[a-zA-Z0-9][a-zA-Z0-9._-]*"
},
"ProvisionedProductNameOrArn":{
"type":"string",
"max":1224,
"min":1,
2017-06-27 11:52:19 +02:00
"pattern":"[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
},
"ProvisionedProductStatus":{
"type":"string",
"enum":[
"AVAILABLE",
"UNDER_CHANGE",
"TAINTED",
"ERROR"
]
},
"ProvisionedProductStatusMessage":{"type":"string"},
"ProvisionedProductType":{"type":"string"},
"ProvisioningArtifact":{
"type":"structure",
"members":{
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
},
"Name":{
"shape":"ProvisioningArtifactName",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The name of the provisioning artifact.</p>"
},
"Description":{
"shape":"ProvisioningArtifactDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the provisioning artifact.</p>"
},
"CreatedTime":{
"shape":"ProvisioningArtifactCreatedTime",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The UTC timestamp of the creation time.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a provisioning artifact. A provisioning artifact is also known as a product version.</p>"
},
2018-01-15 17:34:17 +01:00
"ProvisioningArtifactActive":{"type":"boolean"},
"ProvisioningArtifactCreatedTime":{"type":"timestamp"},
"ProvisioningArtifactDescription":{"type":"string"},
2017-02-02 09:27:08 +01:00
"ProvisioningArtifactDetail":{
"type":"structure",
"members":{
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Name":{
"shape":"ProvisioningArtifactName",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The name of the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Description":{
"shape":"ProvisioningArtifactName",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Type":{
"shape":"ProvisioningArtifactType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The type of provisioning artifact.</p> <ul> <li> <p> <code>CLOUD_FORMATION_TEMPLATE</code> - AWS CloudFormation template</p> </li> <li> <p> <code>MARKETPLACE_AMI</code> - AWS Marketplace AMI</p> </li> <li> <p> <code>MARKETPLACE_CAR</code> - AWS Marketplace Clusters and AWS Resources</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"CreatedTime":{
"shape":"CreationTime",
"documentation":"<p>The UTC timestamp of the creation time.</p>"
2018-01-15 17:34:17 +01:00
},
"Active":{
"shape":"ProvisioningArtifactActive",
"documentation":"<p>Indicates whether the product version is active.</p>"
2017-02-02 09:27:08 +01:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a provisioning artifact (also known as a version) for a product.</p>"
2017-02-02 09:27:08 +01:00
},
"ProvisioningArtifactDetails":{
"type":"list",
"member":{"shape":"ProvisioningArtifactDetail"}
},
"ProvisioningArtifactInfo":{
"type":"map",
"key":{"shape":"ProvisioningArtifactInfoKey"},
"value":{"shape":"ProvisioningArtifactInfoValue"},
2017-06-27 11:52:19 +02:00
"max":100,
2017-02-02 09:27:08 +01:00
"min":1
},
"ProvisioningArtifactInfoKey":{"type":"string"},
"ProvisioningArtifactInfoValue":{"type":"string"},
"ProvisioningArtifactName":{"type":"string"},
"ProvisioningArtifactParameter":{
"type":"structure",
"members":{
"ParameterKey":{
"shape":"ParameterKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The parameter key.</p>"
},
"DefaultValue":{
"shape":"DefaultValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The default value.</p>"
},
"ParameterType":{
"shape":"ParameterType",
"documentation":"<p>The parameter type.</p>"
},
"IsNoEcho":{
"shape":"NoEcho",
"documentation":"<p>If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.</p>"
},
"Description":{
"shape":"Description",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the parameter.</p>"
},
"ParameterConstraints":{
"shape":"ParameterConstraints",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Constraints that the administrator has put on a parameter.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a parameter used to provision a product.</p>"
},
"ProvisioningArtifactParameters":{
"type":"list",
"member":{"shape":"ProvisioningArtifactParameter"}
},
2017-02-02 09:27:08 +01:00
"ProvisioningArtifactProperties":{
"type":"structure",
"required":["Info"],
"members":{
"Name":{
"shape":"ProvisioningArtifactName",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.</p>"
2017-02-02 09:27:08 +01:00
},
"Description":{
"shape":"ProvisioningArtifactDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the provisioning artifact, including how it differs from the previous provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Info":{
"shape":"ProvisioningArtifactInfo",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:</p> <p> <code>\"LoadTemplateFromURL\": \"https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/...\"</code> </p>"
2017-02-02 09:27:08 +01:00
},
"Type":{
"shape":"ProvisioningArtifactType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The type of provisioning artifact.</p> <ul> <li> <p> <code>CLOUD_FORMATION_TEMPLATE</code> - AWS CloudFormation template</p> </li> <li> <p> <code>MARKETPLACE_AMI</code> - AWS Marketplace AMI</p> </li> <li> <p> <code>MARKETPLACE_CAR</code> - AWS Marketplace Clusters and AWS Resources</p> </li> </ul>"
2017-06-27 11:52:19 +02:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a provisioning artifact (also known as a version) for a product.</p>"
},
"ProvisioningArtifactPropertyName":{
"type":"string",
"enum":["Id"]
2017-06-27 11:52:19 +02:00
},
2018-01-15 17:34:17 +01:00
"ProvisioningArtifactPropertyValue":{"type":"string"},
2017-06-27 11:52:19 +02:00
"ProvisioningArtifactSummaries":{
"type":"list",
"member":{"shape":"ProvisioningArtifactSummary"}
},
"ProvisioningArtifactSummary":{
"type":"structure",
"members":{
"Id":{
"shape":"Id",
2017-07-04 08:22:29 +02:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
2017-06-27 11:52:19 +02:00
},
"Name":{
"shape":"ProvisioningArtifactName",
2017-07-04 08:22:29 +02:00
"documentation":"<p>The name of the provisioning artifact.</p>"
2017-06-27 11:52:19 +02:00
},
"Description":{
"shape":"ProvisioningArtifactDescription",
2017-07-04 08:22:29 +02:00
"documentation":"<p>The description of the provisioning artifact.</p>"
2017-06-27 11:52:19 +02:00
},
"CreatedTime":{
"shape":"ProvisioningArtifactCreatedTime",
"documentation":"<p>The UTC timestamp of the creation time.</p>"
},
"ProvisioningArtifactMetadata":{
"shape":"ProvisioningArtifactInfo",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The metadata for the provisioning artifact. This is used with AWS Marketplace products.</p>"
2017-02-02 09:27:08 +01:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Summary information about a provisioning artifact (also known as a version) for a product.</p>"
2017-02-02 09:27:08 +01:00
},
"ProvisioningArtifactType":{
"type":"string",
2017-06-27 11:52:19 +02:00
"enum":[
"CLOUD_FORMATION_TEMPLATE",
"MARKETPLACE_AMI",
"MARKETPLACE_CAR"
]
2017-02-02 09:27:08 +01:00
},
"ProvisioningArtifacts":{
"type":"list",
"member":{"shape":"ProvisioningArtifact"}
},
"ProvisioningParameter":{
"type":"structure",
"members":{
"Key":{
"shape":"ParameterKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The parameter key.</p>"
},
"Value":{
"shape":"ParameterValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The parameter value.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a parameter used to provision a product.</p>"
},
"ProvisioningParameters":{
"type":"list",
"member":{"shape":"ProvisioningParameter"}
},
"RecordDetail":{
"type":"structure",
"members":{
"RecordId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the record.</p>"
},
"ProvisionedProductName":{
"shape":"ProvisionedProductName",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The user-friendly name of the provisioned product.</p>"
},
"Status":{
"shape":"RecordStatus",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The status of the provisioned product.</p> <ul> <li> <p> <code>CREATED</code> - The request was created but the operation has not started.</p> </li> <li> <p> <code>IN_PROGRESS</code> - The requested operation is in progress.</p> </li> <li> <p> <code>IN_PROGRESS_IN_ERROR</code> - The provisioned product is under change but the requested operation failed and some remediation is occurring. For example, a rollback.</p> </li> <li> <p> <code>SUCCEEDED</code> - The requested operation has successfully completed.</p> </li> <li> <p> <code>FAILED</code> - The requested operation has unsuccessfully completed. Investigate using the error messages returned.</p> </li> </ul>"
},
"CreatedTime":{
"shape":"CreatedTime",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The UTC timestamp of the creation time.</p>"
},
"UpdatedTime":{
"shape":"UpdatedTime",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The time when the record was last updated.</p>"
},
"ProvisionedProductType":{
"shape":"ProvisionedProductType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The type of provisioned product. The supported value is <code>CFN_STACK</code>.</p>"
},
"RecordType":{
"shape":"RecordType",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The record type for this record.</p> <ul> <li> <p> <code>PROVISION_PRODUCT</code> </p> </li> <li> <p> <code>UPDATE_PROVISIONED_PRODUCT</code> </p> </li> <li> <p> <code>TERMINATE_PROVISIONED_PRODUCT</code> </p> </li> </ul>"
},
"ProvisionedProductId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioned product.</p>"
},
"ProductId":{
"shape":"Id",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The product identifier.</p>"
},
"ProvisioningArtifactId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
},
"PathId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The path identifier.</p>"
},
"RecordErrors":{
"shape":"RecordErrors",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The errors that occurred while processing the request.</p>"
},
"RecordTags":{
"shape":"RecordTags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags associated with this record.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a request operation.</p>"
},
"RecordDetails":{
"type":"list",
"member":{"shape":"RecordDetail"}
},
"RecordError":{
"type":"structure",
"members":{
"Code":{
"shape":"ErrorCode",
"documentation":"<p>The numeric value of the error.</p>"
},
"Description":{
"shape":"ErrorDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the error.</p>"
}
},
"documentation":"<p>The error code and description resulting from an operation.</p>"
},
"RecordErrors":{
"type":"list",
"member":{"shape":"RecordError"}
},
"RecordOutput":{
"type":"structure",
"members":{
"OutputKey":{
"shape":"OutputKey",
"documentation":"<p>The output key.</p>"
},
"OutputValue":{
"shape":"OutputValue",
"documentation":"<p>The output value.</p>"
},
"Description":{
"shape":"Description",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the output.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.</p>"
},
"RecordOutputs":{
"type":"list",
"member":{"shape":"RecordOutput"}
},
"RecordStatus":{
"type":"string",
"enum":[
2017-06-27 11:52:19 +02:00
"CREATED",
"IN_PROGRESS",
2017-06-27 11:52:19 +02:00
"IN_PROGRESS_IN_ERROR",
"SUCCEEDED",
2017-06-27 11:52:19 +02:00
"FAILED"
]
},
"RecordTag":{
"type":"structure",
"members":{
"Key":{
"shape":"RecordTagKey",
"documentation":"<p>The key for this tag.</p>"
},
"Value":{
"shape":"RecordTagValue",
"documentation":"<p>The value for this tag.</p>"
}
},
"documentation":"<p>A tag associated with the record, stored as a key-value pair.</p>"
},
"RecordTagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
},
"RecordTagValue":{
"type":"string",
"max":256,
"min":1,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
},
"RecordTags":{
"type":"list",
"member":{"shape":"RecordTag"},
2017-02-02 09:27:08 +01:00
"max":50
},
"RecordType":{"type":"string"},
2017-02-02 09:27:08 +01:00
"RejectPortfolioShareInput":{
"type":"structure",
"required":["PortfolioId"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
}
}
},
"RejectPortfolioShareOutput":{
"type":"structure",
"members":{
}
},
"ResourceARN":{
"type":"string",
"max":150,
"min":1
},
2017-07-04 08:22:29 +02:00
"ResourceDetail":{
"type":"structure",
"members":{
"Id":{
"shape":"ResourceDetailId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the resource.</p>"
2017-07-04 08:22:29 +02:00
},
"ARN":{
"shape":"ResourceDetailARN",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The ARN of the resource.</p>"
2017-07-04 08:22:29 +02:00
},
"Name":{
"shape":"ResourceDetailName",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The name of the resource.</p>"
2017-07-04 08:22:29 +02:00
},
"Description":{
"shape":"ResourceDetailDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The description of the resource.</p>"
2017-07-04 08:22:29 +02:00
},
"CreatedTime":{
"shape":"ResourceDetailCreatedTime",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The creation time of the resource.</p>"
2017-07-04 08:22:29 +02:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a resource.</p>"
2017-07-04 08:22:29 +02:00
},
"ResourceDetailARN":{"type":"string"},
"ResourceDetailCreatedTime":{"type":"timestamp"},
"ResourceDetailDescription":{"type":"string"},
"ResourceDetailId":{"type":"string"},
"ResourceDetailName":{"type":"string"},
"ResourceDetails":{
"type":"list",
"member":{"shape":"ResourceDetail"}
},
"ResourceId":{"type":"string"},
2017-02-02 09:27:08 +01:00
"ResourceInUseException":{
"type":"structure",
"members":{
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>A resource that is currently in use. Ensure the resource is not in use and retry the operation.</p>",
2017-02-02 09:27:08 +01:00
"exception":true
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified resource was not found.</p>",
"exception":true
},
2017-07-04 08:22:29 +02:00
"ResourceType":{"type":"string"},
"ScanProvisionedProductsInput":{
"type":"structure",
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
"AccessLevelFilter":{
"shape":"AccessLevelFilter",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The access level to use to obtain results. The default is <code>User</code>.</p>"
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
}
}
},
"ScanProvisionedProductsOutput":{
"type":"structure",
"members":{
"ProvisionedProducts":{
"shape":"ProvisionedProductDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioned products.</p>"
},
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
}
},
"SearchFilterKey":{"type":"string"},
"SearchFilterValue":{"type":"string"},
2017-02-02 09:27:08 +01:00
"SearchProductsAsAdminInput":{
"type":"structure",
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"PortfolioId":{
"shape":"Id",
"documentation":"<p>The portfolio identifier.</p>"
},
"Filters":{
"shape":"ProductViewFilters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The search filters. If no search filters are specified, the output includes all products to which the administrator has access.</p>"
2017-02-02 09:27:08 +01:00
},
"SortBy":{
"shape":"ProductViewSortBy",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The sort field. If no value is specified, the results are not sorted.</p>"
2017-02-02 09:27:08 +01:00
},
"SortOrder":{
"shape":"SortOrder",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The sort order. If no value is specified, the results are not sorted.</p>"
2017-02-02 09:27:08 +01:00
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
2017-02-02 09:27:08 +01:00
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
2017-02-02 09:27:08 +01:00
},
"ProductSource":{
"shape":"ProductSource",
"documentation":"<p>Access level of the source of the product.</p>"
}
}
},
"SearchProductsAsAdminOutput":{
"type":"structure",
"members":{
"ProductViewDetails":{
"shape":"ProductViewDetails",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the product views.</p>"
2017-02-02 09:27:08 +01:00
},
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"SearchProductsInput":{
"type":"structure",
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
"Filters":{
"shape":"ProductViewFilters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The search filters. If no search filters are specified, the output includes all products to which the caller has access.</p>"
},
"PageSize":{
"shape":"PageSize",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The maximum number of items to return with this call.</p>"
},
"SortBy":{
"shape":"ProductViewSortBy",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The sort field. If no value is specified, the results are not sorted.</p>"
},
"SortOrder":{
"shape":"SortOrder",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The sort order. If no value is specified, the results are not sorted.</p>"
},
"PageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token for the next set of results. To retrieve the first set of results, use null.</p>"
}
}
},
"SearchProductsOutput":{
"type":"structure",
"members":{
"ProductViewSummaries":{
"shape":"ProductViewSummaries",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the product views.</p>"
},
"ProductViewAggregations":{
"shape":"ProductViewAggregations",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The product view aggregations.</p>"
},
"NextPageToken":{
"shape":"PageToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The page token to use to retrieve the next set of results. If there are no additional results, this value is null.</p>"
}
}
},
"SortOrder":{
"type":"string",
"enum":[
"ASCENDING",
"DESCENDING"
]
},
2018-01-15 17:34:17 +01:00
"SourceProvisioningArtifactProperties":{
"type":"list",
"member":{"shape":"SourceProvisioningArtifactPropertiesMap"}
},
"SourceProvisioningArtifactPropertiesMap":{
"type":"map",
"key":{"shape":"ProvisioningArtifactPropertyName"},
"value":{"shape":"ProvisioningArtifactPropertyValue"}
},
2017-02-02 09:27:08 +01:00
"Status":{
"type":"string",
"enum":[
"AVAILABLE",
"CREATING",
"FAILED"
]
},
2018-01-15 17:34:17 +01:00
"StatusDetail":{"type":"string"},
"SupportDescription":{"type":"string"},
"SupportEmail":{"type":"string"},
"SupportUrl":{"type":"string"},
"Tag":{
"type":"structure",
2017-02-02 09:27:08 +01:00
"required":[
"Key",
"Value"
],
"members":{
"Key":{
"shape":"TagKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tag key.</p>"
},
"Value":{
"shape":"TagValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The value for this key.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a tag. A tag is a key-value pair. Tags are entirely discretionary and are propagated to the resources created when provisioning a product.</p>"
},
"TagKey":{
"type":"string",
"max":128,
"min":1,
2017-02-02 09:27:08 +01:00
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TagKeys":{
"type":"list",
"member":{"shape":"TagKey"}
},
2017-07-04 08:22:29 +02:00
"TagOptionActive":{"type":"boolean"},
"TagOptionDetail":{
"type":"structure",
"members":{
"Key":{
"shape":"TagOptionKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption key.</p>"
2017-07-04 08:22:29 +02:00
},
"Value":{
"shape":"TagOptionValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption value.</p>"
2017-07-04 08:22:29 +02:00
},
"Active":{
"shape":"TagOptionActive",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption active state.</p>"
2017-07-04 08:22:29 +02:00
},
"Id":{
"shape":"TagOptionId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption identifier.</p>"
2017-07-04 08:22:29 +02:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about a TagOption.</p>"
2017-07-04 08:22:29 +02:00
},
"TagOptionDetails":{
"type":"list",
"member":{"shape":"TagOptionDetail"}
},
"TagOptionId":{
"type":"string",
"max":100,
"min":1
},
"TagOptionKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TagOptionNotMigratedException":{
"type":"structure",
"members":{
},
"documentation":"<p>An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.</p>",
"exception":true
},
"TagOptionSummaries":{
"type":"list",
"member":{"shape":"TagOptionSummary"}
},
"TagOptionSummary":{
"type":"structure",
"members":{
"Key":{
"shape":"TagOptionKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption key.</p>"
2017-07-04 08:22:29 +02:00
},
"Values":{
"shape":"TagOptionValues",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption value.</p>"
2017-07-04 08:22:29 +02:00
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>Summary information about a TagOption.</p>"
2017-07-04 08:22:29 +02:00
},
"TagOptionValue":{
"type":"string",
"max":256,
"min":1,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TagOptionValues":{
"type":"list",
"member":{"shape":"TagOptionValue"}
},
"TagValue":{
"type":"string",
"max":256,
"min":1,
2017-02-02 09:27:08 +01:00
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"Tags":{
"type":"list",
"member":{"shape":"Tag"},
2017-02-02 09:27:08 +01:00
"max":50
},
"TerminateProvisionedProductInput":{
"type":"structure",
"required":["TerminateToken"],
"members":{
"ProvisionedProductName":{
"shape":"ProvisionedProductNameOrArn",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The name of the provisioned product. You cannot specify both <code>ProvisionedProductName</code> and <code>ProvisionedProductId</code>.</p>"
},
"ProvisionedProductId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioned product. You cannot specify both <code>ProvisionedProductName</code> and <code>ProvisionedProductId</code>.</p>"
},
"TerminateToken":{
"shape":"IdempotencyToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return <b>ResourceNotFound</b>.</p>",
"idempotencyToken":true
},
"IgnoreErrors":{
"shape":"IgnoreErrors",
2018-01-15 17:34:17 +01:00
"documentation":"<p>If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.</p>"
},
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
}
}
},
"TerminateProvisionedProductOutput":{
"type":"structure",
"members":{
"RecordDetail":{
"shape":"RecordDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the result of this request.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"UpdateConstraintInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"Description":{
"shape":"ConstraintDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The updated description of the constraint.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"UpdateConstraintOutput":{
"type":"structure",
"members":{
"ConstraintDetail":{
"shape":"ConstraintDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the constraint.</p>"
2017-02-02 09:27:08 +01:00
},
"ConstraintParameters":{
"shape":"ConstraintParameters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The constraint parameters.</p>"
2017-02-02 09:27:08 +01:00
},
"Status":{
"shape":"Status",
"documentation":"<p>The status of the current request.</p>"
}
}
},
"UpdatePortfolioInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The portfolio identifier.</p>"
2017-02-02 09:27:08 +01:00
},
"DisplayName":{
"shape":"PortfolioDisplayName",
"documentation":"<p>The name to use for display purposes.</p>"
},
"Description":{
"shape":"PortfolioDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The updated description of the portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"ProviderName":{
"shape":"ProviderName",
"documentation":"<p>The updated name of the portfolio provider.</p>"
},
"AddTags":{
"shape":"AddTags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags to add.</p>"
2017-02-02 09:27:08 +01:00
},
"RemoveTags":{
"shape":"TagKeys",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags to remove.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"UpdatePortfolioOutput":{
"type":"structure",
"members":{
"PortfolioDetail":{
"shape":"PortfolioDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the portfolio.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"Tags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the tags associated with the portfolio.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"UpdateProductInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The product identifier.</p>"
2017-02-02 09:27:08 +01:00
},
"Name":{
"shape":"ProductViewName",
"documentation":"<p>The updated product name.</p>"
},
"Owner":{
"shape":"ProductViewOwner",
"documentation":"<p>The updated owner of the product.</p>"
},
"Description":{
"shape":"ProductViewShortDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The updated description of the product.</p>"
2017-02-02 09:27:08 +01:00
},
"Distributor":{
"shape":"ProductViewOwner",
"documentation":"<p>The updated distributor of the product.</p>"
},
"SupportDescription":{
"shape":"SupportDescription",
"documentation":"<p>The updated support description for the product.</p>"
},
"SupportEmail":{
"shape":"SupportEmail",
"documentation":"<p>The updated support email for the product.</p>"
},
"SupportUrl":{
"shape":"SupportUrl",
"documentation":"<p>The updated support URL for the product.</p>"
},
"AddTags":{
"shape":"AddTags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags to add to the product.</p>"
2017-02-02 09:27:08 +01:00
},
"RemoveTags":{
"shape":"TagKeys",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The tags to remove from the product.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"UpdateProductOutput":{
"type":"structure",
"members":{
"ProductViewDetail":{
"shape":"ProductViewDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the product view.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"Tags",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the tags associated with the product.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"UpdateProvisionedProductInput":{
"type":"structure",
"required":["UpdateToken"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
"ProvisionedProductName":{
"shape":"ProvisionedProductNameOrArn",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The updated name of the provisioned product. You cannot specify both <code>ProvisionedProductName</code> and <code>ProvisionedProductId</code>.</p>"
},
"ProvisionedProductId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioned product. You cannot specify both <code>ProvisionedProductName</code> and <code>ProvisionedProductId</code>.</p>"
},
"ProductId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioned product.</p>"
},
"ProvisioningArtifactId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
},
"PathId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The new path identifier. This value is optional if the product has a default path, and required if the product has more than one path.</p>"
},
"ProvisioningParameters":{
"shape":"UpdateProvisioningParameters",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The new parameters.</p>"
},
"UpdateToken":{
"shape":"IdempotencyToken",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The idempotency token that uniquely identifies the provisioning update rquest.</p>",
"idempotencyToken":true
}
}
},
"UpdateProvisionedProductOutput":{
"type":"structure",
"members":{
"RecordDetail":{
"shape":"RecordDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the result of the request.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"UpdateProvisioningArtifactInput":{
"type":"structure",
"required":[
"ProductId",
"ProvisioningArtifactId"
],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
2017-02-02 09:27:08 +01:00
},
"ProductId":{
"shape":"Id",
"documentation":"<p>The product identifier.</p>"
},
"ProvisioningArtifactId":{
"shape":"Id",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The identifier of the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Name":{
"shape":"ProvisioningArtifactName",
"documentation":"<p>The updated name of the provisioning artifact.</p>"
},
"Description":{
"shape":"ProvisioningArtifactDescription",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The updated description of the provisioning artifact.</p>"
},
"Active":{
"shape":"ProvisioningArtifactActive",
"documentation":"<p>Indicates whether the product version is active.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"UpdateProvisioningArtifactOutput":{
"type":"structure",
"members":{
"ProvisioningArtifactDetail":{
"shape":"ProvisioningArtifactDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the provisioning artifact.</p>"
2017-02-02 09:27:08 +01:00
},
"Info":{
"shape":"ProvisioningArtifactInfo",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The URL of the CloudFormation template in Amazon S3.</p>"
2017-02-02 09:27:08 +01:00
},
"Status":{
"shape":"Status",
"documentation":"<p>The status of the current request.</p>"
}
}
},
"UpdateProvisioningParameter":{
"type":"structure",
"members":{
"Key":{
"shape":"ParameterKey",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The parameter key.</p>"
},
"Value":{
"shape":"ParameterValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The parameter value.</p>"
},
"UsePreviousValue":{
"shape":"UsePreviousValue",
2018-01-15 17:34:17 +01:00
"documentation":"<p>If set to true, <code>Value</code> is ignored and the previous parameter value is kept.</p>"
}
},
2018-01-15 17:34:17 +01:00
"documentation":"<p>The parameter key-value pair used to update a provisioned product.</p>"
},
"UpdateProvisioningParameters":{
"type":"list",
"member":{"shape":"UpdateProvisioningParameter"}
},
2017-07-04 08:22:29 +02:00
"UpdateTagOptionInput":{
"type":"structure",
"required":["Id"],
"members":{
"Id":{
"shape":"TagOptionId",
2018-01-15 17:34:17 +01:00
"documentation":"<p>The TagOption identifier.</p>"
2017-07-04 08:22:29 +02:00
},
"Value":{
"shape":"TagOptionValue",
"documentation":"<p>The updated value.</p>"
},
"Active":{
"shape":"TagOptionActive",
"documentation":"<p>The updated active state.</p>"
}
}
},
"UpdateTagOptionOutput":{
"type":"structure",
"members":{
"TagOptionDetail":{
"shape":"TagOptionDetail",
2018-01-15 17:34:17 +01:00
"documentation":"<p>Information about the TagOption.</p>"
2017-07-04 08:22:29 +02:00
}
}
},
"UpdatedTime":{"type":"timestamp"},
"UsageInstruction":{
"type":"structure",
"members":{
"Type":{
"shape":"InstructionType",
"documentation":"<p>The usage instruction type for the value.</p>"
},
"Value":{
"shape":"InstructionValue",
"documentation":"<p>The usage instruction value for this type.</p>"
}
},
"documentation":"<p>Additional information provided by the administrator.</p>"
},
"UsageInstructions":{
"type":"list",
"member":{"shape":"UsageInstruction"}
},
2017-06-27 11:52:19 +02:00
"UsePreviousValue":{"type":"boolean"},
"Verbose":{"type":"boolean"}
},
2018-01-15 17:34:17 +01:00
"documentation":"<fullname>AWS Service Catalog</fullname> <p> <a href=\"https://aws.amazon.com/servicecatalog/\">AWS Service Catalog</a> enables organizations to create and manage catalogs of IT services that are approved for use on AWS. To get the most out of this documentation, you should be familiar with the terminology discussed in <a href=\"http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html\">AWS Service Catalog Concepts</a>.</p>"
}