{"openapi":"3.0.0","info":{"version":"2020-06-24","x-release":"v4","title":"AWS Service Catalog App Registry","description":" Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"servicecatalog-appregistry","x-aws-signingName":"servicecatalog","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/servicecatalog-appregistry-2020-06-24.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/servicecatalog-appregistry/"},"servers":[{"url":"http://servicecatalog-appregistry.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The AppRegistry multi-region endpoint"},{"url":"https://servicecatalog-appregistry.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The AppRegistry multi-region endpoint"},{"url":"http://servicecatalog-appregistry.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AppRegistry endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://servicecatalog-appregistry.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AppRegistry endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/applications/{application}/attribute-groups/{attributeGroup}":{"put":{"operationId":"AssociateAttributeGroup","description":"Associates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateAttributeGroupResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"484":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":" The name, ID, or ARN of the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}},{"name":"attributeGroup","in":"path","required":true,"description":" The name, ID, or ARN of the attribute group that holds the attributes to describe the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[-.\\w]+)","minLength":1,"maxLength":512}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"delete":{"operationId":"DisassociateAttributeGroup","description":"Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts <code>AssociateAttributeGroup</code>.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateAttributeGroupResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":" The name, ID, or ARN of the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}},{"name":"attributeGroup","in":"path","required":true,"description":" The name, ID, or ARN of the attribute group that holds the attributes to describe the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[-.\\w]+)","minLength":1,"maxLength":512}}]}},"/applications/{application}/resources/{resourceType}/{resource}":{"put":{"operationId":"AssociateResource","description":" Associates a resource with an application. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateResourceResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"482":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"483":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"485":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":" The name, ID, or ARN of the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}},{"name":"resourceType","in":"path","required":true,"description":"The type of resource of which the application will be associated.","schema":{"type":"string","enum":["CFN_STACK","RESOURCE_TAG_VALUE"]}},{"name":"resource","in":"path","required":true,"description":"The name or ID of the resource of which the application will be associated.","schema":{"type":"string","pattern":"\\S+","minLength":1,"maxLength":256}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"delete":{"operationId":"DisassociateResource","description":"Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateResourceResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":"The name or ID of the application.","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}},{"name":"resourceType","in":"path","required":true,"description":"The type of the resource that is being disassociated.","schema":{"type":"string","enum":["CFN_STACK","RESOURCE_TAG_VALUE"]}},{"name":"resource","in":"path","required":true,"description":"The name or ID of the resource.","schema":{"type":"string","pattern":"\\S+","minLength":1,"maxLength":256}}]},"get":{"operationId":"GetAssociatedResource","description":"Gets the resource associated with the application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAssociatedResourceResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":" The name, ID, or ARN of the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}},{"name":"resourceType","in":"path","required":true,"description":"The type of resource associated with the application.","schema":{"type":"string","enum":["CFN_STACK","RESOURCE_TAG_VALUE"]}},{"name":"resource","in":"path","required":true,"description":"The name or ID of the resource associated with the application.","schema":{"type":"string","pattern":"\\S+","minLength":1,"maxLength":256}}]}},"/applications":{"post":{"operationId":"CreateApplication","description":"Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateApplicationResponse"}}}},"480":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","clientToken"],"properties":{"name":{"description":"The name of the application. The name must be unique in the region in which you are creating the application.","type":"string","pattern":"[-.\\w]+","minLength":1,"maxLength":256},"description":{"description":"The description of the application.","type":"string","maxLength":1024},"tags":{"description":"Key-value pairs you can use to associate with the application.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"clientToken":{"description":"A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.","type":"string","pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*","minLength":1,"maxLength":128}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ListApplications","description":"Retrieves a list of all of your applications. Results are paginated.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListApplicationsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"nextToken","in":"query","required":false,"description":"The token to use to get the next page of results after a previous API call. ","schema":{"type":"string","pattern":"[A-Za-z0-9+/=]+","minLength":1,"maxLength":2024}},{"name":"maxResults","in":"query","required":false,"description":"The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.","schema":{"type":"integer","minimum":1,"maximum":100}}]}},"/attribute-groups":{"post":{"operationId":"CreateAttributeGroup","description":"Creates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAttributeGroupResponse"}}}},"480":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","attributes","clientToken"],"properties":{"name":{"description":"The name of the attribute group.","type":"string","pattern":"[-.\\w]+","minLength":1,"maxLength":256},"description":{"description":"The description of the attribute group that the user provides.","type":"string","maxLength":1024},"attributes":{"description":"A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.","type":"string","pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+","minLength":1,"maxLength":8000},"tags":{"description":"Key-value pairs you can use to associate with the attribute group.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"clientToken":{"description":"A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.","type":"string","pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*","minLength":1,"maxLength":128}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ListAttributeGroups","description":"Lists all attribute groups which you have access to. Results are paginated.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAttributeGroupsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"nextToken","in":"query","required":false,"description":"The token to use to get the next page of results after a previous API call. ","schema":{"type":"string","pattern":"[A-Za-z0-9+/=]+","minLength":1,"maxLength":2024}},{"name":"maxResults","in":"query","required":false,"description":"The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.","schema":{"type":"integer","minimum":1,"maximum":100}}]}},"/applications/{application}":{"delete":{"operationId":"DeleteApplication","description":"Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteApplicationResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":" The name, ID, or ARN of the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"GetApplication","description":" Retrieves metadata information about one of your applications. The application can be specified by its ARN, ID, or name (which is unique within one account in one region at a given point in time). Specify by ARN or ID in automated workflows if you want to make sure that the exact same application is returned or a <code>ResourceNotFoundException</code> is thrown, avoiding the ABA addressing problem. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetApplicationResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":" The name, ID, or ARN of the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}}]},"patch":{"operationId":"UpdateApplication","description":"Updates an existing application with new attributes.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateApplicationResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":" The name, ID, or ARN of the application that will be updated. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"description":"Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.","type":"string","pattern":"[-.\\w]+","minLength":1,"maxLength":256},"description":{"description":"The new description of the application.","type":"string","maxLength":1024}}}}}}}},"/attribute-groups/{attributeGroup}":{"delete":{"operationId":"DeleteAttributeGroup","description":"Deletes an attribute group, specified either by its attribute group ID, name, or ARN.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteAttributeGroupResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"attributeGroup","in":"path","required":true,"description":" The name, ID, or ARN of the attribute group that holds the attributes to describe the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[-.\\w]+)","minLength":1,"maxLength":512}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"GetAttributeGroup","description":" Retrieves an attribute group by its ARN, ID, or name. The attribute group can be specified by its ARN, ID, or name. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAttributeGroupResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"parameters":[{"name":"attributeGroup","in":"path","required":true,"description":" The name, ID, or ARN of the attribute group that holds the attributes to describe the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[-.\\w]+)","minLength":1,"maxLength":512}}]},"patch":{"operationId":"UpdateAttributeGroup","description":"Updates an existing attribute group with new details. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAttributeGroupResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"attributeGroup","in":"path","required":true,"description":" The name, ID, or ARN of the attribute group that holds the attributes to describe the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[-.\\w]+)","minLength":1,"maxLength":512}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"description":"Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.","type":"string","pattern":"[-.\\w]+","minLength":1,"maxLength":256},"description":{"description":"The description of the attribute group that the user provides.","type":"string","maxLength":1024},"attributes":{"description":"A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.","type":"string","pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+","minLength":1,"maxLength":8000}}}}}}}},"/configuration":{"get":{"operationId":"GetConfiguration","description":" Retrieves a <code>TagKey</code> configuration from an account. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetConfigurationResponse"}}}},"480":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"put":{"operationId":"PutConfiguration","description":" Associates a <code>TagKey</code> configuration to an account. ","responses":{"200":{"description":"Success"},"480":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["configuration"],"properties":{"configuration":{"description":" Includes all of the AppRegistry settings. ","type":"object","properties":{"tagQueryConfiguration":{"allOf":[{"$ref":"#/components/schemas/TagQueryConfiguration"},{"description":" Includes the definition of a <code>tagQuery</code>. "}]}}}}}}}}}},"/applications/{application}/attribute-groups":{"get":{"operationId":"ListAssociatedAttributeGroups","description":"Lists all attribute groups that are associated with specified application. Results are paginated.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAssociatedAttributeGroupsResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":"The name or ID of the application.","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}},{"name":"nextToken","in":"query","required":false,"description":"The token to use to get the next page of results after a previous API call. ","schema":{"type":"string","pattern":"[A-Za-z0-9+/=]+","minLength":1,"maxLength":2024}},{"name":"maxResults","in":"query","required":false,"description":"The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.","schema":{"type":"integer","minimum":1,"maximum":100}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/applications/{application}/resources":{"get":{"operationId":"ListAssociatedResources","description":"<p> Lists all of the resources that are associated with the specified application. Results are paginated. </p> <note> <p> If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API. </p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAssociatedResourcesResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":" The name, ID, or ARN of the application. ","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}},{"name":"nextToken","in":"query","required":false,"description":"The token to use to get the next page of results after a previous API call. ","schema":{"type":"string","pattern":"[A-Za-z0-9+/=]+","minLength":1,"maxLength":2024}},{"name":"maxResults","in":"query","required":false,"description":"The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.","schema":{"type":"integer","minimum":1,"maximum":100}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/applications/{application}/attribute-group-details":{"get":{"operationId":"ListAttributeGroupsForApplication","description":"Lists the details of all attribute groups associated with a specific application. The results display in pages.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAttributeGroupsForApplicationResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"application","in":"path","required":true,"description":"The name or ID of the application.","schema":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256}},{"name":"nextToken","in":"query","required":false,"description":"This token retrieves the next page of results after a previous API call.","schema":{"type":"string","pattern":"[A-Za-z0-9+/=]+","minLength":1,"maxLength":2024}},{"name":"maxResults","in":"query","required":false,"description":"The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.","schema":{"type":"integer","minimum":1,"maximum":100}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/tags/{resourceArn}":{"get":{"operationId":"ListTagsForResource","description":"Lists all of the tags on the resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForResourceResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"resourceArn","in":"path","required":true,"description":"The Amazon resource name (ARN) that specifies the resource.","schema":{"type":"string","pattern":"arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)","minLength":1,"maxLength":1600}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"operationId":"TagResource","description":"<p>Assigns one or more tags (key-value pairs) to the specified resource.</p> <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.</p> <p>This operation returns an empty response if the call was successful.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagResourceResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"resourceArn","in":"path","required":true,"description":"The Amazon resource name (ARN) that specifies the resource.","schema":{"type":"string","pattern":"arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)","minLength":1,"maxLength":1600}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["tags"],"properties":{"tags":{"description":"The new or modified tags for the resource.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}}},"/sync/{resourceType}/{resource}":{"post":{"operationId":"SyncResource","description":"<p>Syncs the resource with current AppRegistry records.</p> <p>Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SyncResourceResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"482":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"resourceType","in":"path","required":true,"description":"The type of resource of which the application will be associated.","schema":{"type":"string","enum":["CFN_STACK","RESOURCE_TAG_VALUE"]}},{"name":"resource","in":"path","required":true,"description":"An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.","schema":{"type":"string","pattern":"\\S+","minLength":1,"maxLength":256}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/tags/{resourceArn}#tagKeys":{"delete":{"operationId":"UntagResource","description":"<p>Removes tags from a resource.</p> <p>This operation returns an empty response if the call was successful.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UntagResourceResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"resourceArn","in":"path","required":true,"description":"The Amazon resource name (ARN) that specifies the resource.","schema":{"type":"string","pattern":"arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)","minLength":1,"maxLength":1600}},{"name":"tagKeys","in":"query","required":true,"description":"A list of the tag keys to remove from the specified resource.","schema":{"type":"array","items":{"$ref":"#/components/schemas/TagKey"},"minItems":0,"maxItems":50}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"components":{"parameters":{"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","schema":{"type":"string"},"required":false},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","schema":{"type":"string"},"required":false}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"AssociateAttributeGroupResponse":{"type":"object","properties":{"applicationArn":{"allOf":[{"$ref":"#/components/schemas/ApplicationArn"},{"description":"The Amazon resource name (ARN) of the application that was augmented with attributes."}]},"attributeGroupArn":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupArn"},{"description":"The Amazon resource name (ARN) of the attribute group that contains the application's new attributes."}]}}},"ResourceNotFoundException":{},"ValidationException":{},"InternalServerException":{},"ServiceQuotaExceededException":{},"ConflictException":{},"AssociateResourceResponse":{"type":"object","properties":{"applicationArn":{"allOf":[{"$ref":"#/components/schemas/ApplicationArn"},{"description":"The Amazon resource name (ARN) of the application that was augmented with attributes."}]},"resourceArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon resource name (ARN) that specifies the resource."}]}}},"ThrottlingException":{},"CreateApplicationResponse":{"type":"object","properties":{"application":{"allOf":[{"$ref":"#/components/schemas/Application"},{"description":"Information about the application."}]}}},"TagValue":{"type":"string","pattern":"[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*","maxLength":256},"CreateAttributeGroupResponse":{"type":"object","properties":{"attributeGroup":{"allOf":[{"$ref":"#/components/schemas/AttributeGroup"},{"description":"Information about the attribute group."}]}}},"DeleteApplicationResponse":{"type":"object","properties":{"application":{"allOf":[{"$ref":"#/components/schemas/ApplicationSummary"},{"description":"Information about the deleted application."}]}}},"DeleteAttributeGroupResponse":{"type":"object","properties":{"attributeGroup":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupSummary"},{"description":"Information about the deleted attribute group."}]}}},"DisassociateAttributeGroupResponse":{"type":"object","properties":{"applicationArn":{"allOf":[{"$ref":"#/components/schemas/ApplicationArn"},{"description":"The Amazon resource name (ARN) that specifies the application."}]},"attributeGroupArn":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupArn"},{"description":"The Amazon resource name (ARN) that specifies the attribute group."}]}}},"DisassociateResourceResponse":{"type":"object","properties":{"applicationArn":{"allOf":[{"$ref":"#/components/schemas/ApplicationArn"},{"description":"The Amazon resource name (ARN) that specifies the application."}]},"resourceArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon resource name (ARN) that specifies the resource."}]}}},"GetApplicationResponse":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/ApplicationId"},{"description":"The identifier of the application."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/ApplicationArn"},{"description":"The Amazon resource name (ARN) that specifies the application across services."}]},"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"description":"The name of the application. The name must be unique in the region in which you are creating the application."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the application."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment when the application was created."}]},"lastUpdateTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment when the application was last updated."}]},"associatedResourceCount":{"allOf":[{"$ref":"#/components/schemas/AssociationCount"},{"description":"The number of top-level resources that were registered as part of this application."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/Tags"},{"description":"Key-value pairs associated with the application."}]},"integrations":{"allOf":[{"$ref":"#/components/schemas/Integrations"},{"description":" The information about the integration of the application with other services, such as Resource Groups. "}]}}},"GetAssociatedResourceResponse":{"type":"object","properties":{"resource":{"allOf":[{"$ref":"#/components/schemas/Resource"},{"description":"The resource associated with the application."}]}}},"GetAttributeGroupResponse":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupId"},{"description":"The identifier of the attribute group."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupArn"},{"description":"The Amazon resource name (ARN) that specifies the attribute group across services."}]},"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"description":"The name of the attribute group."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the attribute group that the user provides."}]},"attributes":{"allOf":[{"$ref":"#/components/schemas/Attributes"},{"description":"A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment the attribute group was created."}]},"lastUpdateTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/Tags"},{"description":"Key-value pairs associated with the attribute group."}]},"createdBy":{"allOf":[{"$ref":"#/components/schemas/CreatedBy"},{"description":"The service principal that created the attribute group."}]}}},"GetConfigurationResponse":{"type":"object","properties":{"configuration":{"allOf":[{"$ref":"#/components/schemas/AppRegistryConfiguration"},{"description":" Retrieves <code>TagKey</code> configuration from an account. "}]}}},"ListApplicationsResponse":{"type":"object","properties":{"applications":{"allOf":[{"$ref":"#/components/schemas/ApplicationSummaries"},{"description":"This list of applications."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"The token to use to get the next page of results after a previous API call. "}]}}},"ListAssociatedAttributeGroupsResponse":{"type":"object","properties":{"attributeGroups":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupIds"},{"description":"A list of attribute group IDs."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"The token to use to get the next page of results after a previous API call. "}]}}},"ListAssociatedResourcesResponse":{"type":"object","properties":{"resources":{"allOf":[{"$ref":"#/components/schemas/Resources"},{"description":"Information about the resources."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"The token to use to get the next page of results after a previous API call. "}]}}},"ListAttributeGroupsResponse":{"type":"object","properties":{"attributeGroups":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupSummaries"},{"description":"This list of attribute groups."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"The token to use to get the next page of results after a previous API call. "}]}}},"ListAttributeGroupsForApplicationResponse":{"type":"object","properties":{"attributeGroupsDetails":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupDetailsList"},{"description":" The details related to a specific attribute group. "}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"The token to use to get the next page of results after a previous API call."}]}}},"ListTagsForResourceResponse":{"type":"object","properties":{"tags":{"allOf":[{"$ref":"#/components/schemas/Tags"},{"description":"The tags on the resource."}]}}},"TagQueryConfiguration":{"type":"object","properties":{"tagKey":{"allOf":[{"$ref":"#/components/schemas/TagKeyConfig"},{"description":" Condition in the IAM policy that associates resources to an application. "}]}},"description":" The definition of <code>tagQuery</code>. Specifies which resources are associated with an application. "},"SyncResourceResponse":{"type":"object","properties":{"applicationArn":{"allOf":[{"$ref":"#/components/schemas/ApplicationArn"},{"description":"The Amazon resource name (ARN) that specifies the application."}]},"resourceArn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon resource name (ARN) that specifies the resource."}]},"actionTaken":{"allOf":[{"$ref":"#/components/schemas/SyncAction"},{"description":"The results of the output if an application is associated with an ARN value, which could be <code>syncStarted</code> or None."}]}}},"TagResourceResponse":{"type":"object","properties":{}},"UntagResourceResponse":{"type":"object","properties":{}},"TagKey":{"type":"string","pattern":"[a-zA-Z+-=._:/]+","minLength":1,"maxLength":128},"UpdateApplicationResponse":{"type":"object","properties":{"application":{"allOf":[{"$ref":"#/components/schemas/Application"},{"description":"The updated information of the application."}]}}},"UpdateAttributeGroupResponse":{"type":"object","properties":{"attributeGroup":{"allOf":[{"$ref":"#/components/schemas/AttributeGroup"},{"description":"The updated information of the attribute group."}]}}},"AppRegistryConfiguration":{"type":"object","properties":{"tagQueryConfiguration":{"allOf":[{"$ref":"#/components/schemas/TagQueryConfiguration"},{"description":" Includes the definition of a <code>tagQuery</code>. "}]}},"description":" Includes all of the AppRegistry settings. "},"ApplicationId":{"type":"string","pattern":"[a-z0-9]+","minLength":26,"maxLength":26},"ApplicationArn":{"type":"string","pattern":"arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[a-z0-9]+"},"Name":{"type":"string","pattern":"[-.\\w]+","minLength":1,"maxLength":256},"Description":{"type":"string","maxLength":1024},"Timestamp":{"type":"string","format":"date-time"},"Tags":{"type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"Application":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/ApplicationId"},{"description":"The identifier of the application."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/ApplicationArn"},{"description":"The Amazon resource name (ARN) that specifies the application across services."}]},"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"description":"The name of the application. The name must be unique in the region in which you are creating the application."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the application."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment when the application was created."}]},"lastUpdateTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The ISO-8601 formatted timestamp of the moment when the application was last updated."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/Tags"},{"description":"Key-value pairs you can use to associate with the application."}]}},"description":"Represents a Amazon Web Services Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions."},"ApplicationSpecifier":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[-.\\w]+)","minLength":1,"maxLength":256},"ApplicationSummary":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/ApplicationId"},{"description":"The identifier of the application."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/ApplicationArn"},{"description":"The Amazon resource name (ARN) that specifies the application across services."}]},"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"description":"The name of the application. The name must be unique in the region in which you are creating the application."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the application."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment when the application was created."}]},"lastUpdateTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" The ISO-8601 formatted timestamp of the moment when the application was last updated."}]}},"description":"Summary of a Amazon Web Services Service Catalog AppRegistry application."},"ApplicationSummaries":{"type":"array","items":{"$ref":"#/components/schemas/ApplicationSummary"}},"Arn":{"type":"string","pattern":"arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)","minLength":1,"maxLength":1600},"AttributeGroupSpecifier":{"type":"string","pattern":"([-.\\w]+)|(arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[-.\\w]+)","minLength":1,"maxLength":512},"AssociateAttributeGroupRequest":{"type":"object","title":"AssociateAttributeGroupRequest","properties":{}},"AttributeGroupArn":{"type":"string","pattern":"arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[-.\\w]+"},"ResourceType":{"type":"string","enum":["CFN_STACK","RESOURCE_TAG_VALUE"]},"ResourceSpecifier":{"type":"string","pattern":"\\S+","minLength":1,"maxLength":256},"AssociateResourceRequest":{"type":"object","title":"AssociateResourceRequest","properties":{}},"AssociationCount":{"type":"integer","minimum":0},"AttributeGroupId":{"type":"string","pattern":"[-.\\w]+","minLength":1,"maxLength":256},"AttributeGroup":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupId"},{"description":"The globally unique attribute group identifier of the attribute group."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupArn"},{"description":"The Amazon resource name (ARN) that specifies the attribute group across services."}]},"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"description":"The name of the attribute group."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the attribute group that the user provides."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment the attribute group was created."}]},"lastUpdateTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/Tags"},{"description":"Key-value pairs you can use to associate with the attribute group."}]}},"description":"Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components."},"CreatedBy":{"type":"string","pattern":"^(?!-)([a-z0-9-]+\\.)+(aws\\.internal|amazonaws\\.com(\\.cn)?)$","minLength":1,"maxLength":128},"AttributeGroupDetails":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupId"},{"description":"The unique identifier of the attribute group."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupArn"},{"description":"The Amazon resource name (ARN) that specifies the attribute group."}]},"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"deprecated":true,"description":"<important> <p> This field is no longer supported. We recommend you don't use the field when using <code>ListAttributeGroupsForApplication</code>. </p> </important> <p> The name of the attribute group. </p>This field is deprecated. We recommend not using the field when using ListAttributeGroupsForApplication."}]},"createdBy":{"allOf":[{"$ref":"#/components/schemas/CreatedBy"},{"description":"The service principal that created the attribute group."}]}},"description":" The details related to a specific AttributeGroup. "},"AttributeGroupDetailsList":{"type":"array","items":{"$ref":"#/components/schemas/AttributeGroupDetails"}},"AttributeGroupIds":{"type":"array","items":{"$ref":"#/components/schemas/AttributeGroupId"}},"AttributeGroupSummary":{"type":"object","properties":{"id":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupId"},{"description":"The globally unique attribute group identifier of the attribute group."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/AttributeGroupArn"},{"description":"The Amazon resource name (ARN) that specifies the attribute group across services."}]},"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"description":"The name of the attribute group."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the attribute group that the user provides."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment the attribute group was created."}]},"lastUpdateTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group."}]},"createdBy":{"allOf":[{"$ref":"#/components/schemas/CreatedBy"},{"description":"The service principal that created the attribute group."}]}},"description":"Summary of a Amazon Web Services Service Catalog AppRegistry attribute group."},"AttributeGroupSummaries":{"type":"array","items":{"$ref":"#/components/schemas/AttributeGroupSummary"}},"Attributes":{"type":"string","pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+","minLength":1,"maxLength":8000},"ClientToken":{"type":"string","pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*","minLength":1,"maxLength":128},"CreateApplicationRequest":{"type":"object","required":["name","clientToken"],"title":"CreateApplicationRequest","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"description":"The name of the application. The name must be unique in the region in which you are creating the application."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the application."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/Tags"},{"description":"Key-value pairs you can use to associate with the application."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails."}]}}},"CreateAttributeGroupRequest":{"type":"object","required":["name","attributes","clientToken"],"title":"CreateAttributeGroupRequest","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"description":"The name of the attribute group."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the attribute group that the user provides."}]},"attributes":{"allOf":[{"$ref":"#/components/schemas/Attributes"},{"description":"A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components."}]},"tags":{"allOf":[{"$ref":"#/components/schemas/Tags"},{"description":"Key-value pairs you can use to associate with the attribute group."}]},"clientToken":{"allOf":[{"$ref":"#/components/schemas/ClientToken"},{"description":"A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails."}]}}},"DeleteApplicationRequest":{"type":"object","title":"DeleteApplicationRequest","properties":{}},"DeleteAttributeGroupRequest":{"type":"object","title":"DeleteAttributeGroupRequest","properties":{}},"DisassociateAttributeGroupRequest":{"type":"object","title":"DisassociateAttributeGroupRequest","properties":{}},"DisassociateResourceRequest":{"type":"object","title":"DisassociateResourceRequest","properties":{}},"GetApplicationRequest":{"type":"object","title":"GetApplicationRequest","properties":{}},"Integrations":{"type":"object","properties":{"resourceGroup":{"allOf":[{"$ref":"#/components/schemas/ResourceGroup"},{"description":" The information about the resource group integration."}]}},"description":" The information about the service integration."},"GetAssociatedResourceRequest":{"type":"object","title":"GetAssociatedResourceRequest","properties":{}},"Resource":{"type":"object","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/ResourceSpecifier"},{"description":"The name of the resource."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/StackArn"},{"description":"The Amazon resource name (ARN) of the resource."}]},"associationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time the resource was associated with the application."}]},"integrations":{"allOf":[{"$ref":"#/components/schemas/ResourceIntegrations"},{"description":"The service integration information about the resource. "}]}},"description":" The information about the resource."},"GetAttributeGroupRequest":{"type":"object","title":"GetAttributeGroupRequest","properties":{}},"ResourceGroup":{"type":"object","properties":{"state":{"allOf":[{"$ref":"#/components/schemas/ResourceGroupState"},{"description":"<p>The state of the propagation process for the resource group. The states includes:</p> <p> <code>CREATING </code>if the resource group is in the process of being created.</p> <p> <code>CREATE_COMPLETE</code> if the resource group was created successfully.</p> <p> <code>CREATE_FAILED</code> if the resource group failed to be created.</p> <p> <code>UPDATING</code> if the resource group is in the process of being updated.</p> <p> <code>UPDATE_COMPLETE</code> if the resource group updated successfully.</p> <p> <code>UPDATE_FAILED</code> if the resource group could not update successfully.</p>"}]},"arn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon resource name (ARN) of the resource group."}]},"errorMessage":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The error message that generates when the propagation process for the resource group fails."}]}},"description":"The information about the resource group integration."},"NextToken":{"type":"string","pattern":"[A-Za-z0-9+/=]+","minLength":1,"maxLength":2024},"MaxResults":{"type":"integer","minimum":1,"maximum":100},"ListApplicationsRequest":{"type":"object","title":"ListApplicationsRequest","properties":{}},"ListAssociatedAttributeGroupsRequest":{"type":"object","title":"ListAssociatedAttributeGroupsRequest","properties":{}},"ListAssociatedResourcesRequest":{"type":"object","title":"ListAssociatedResourcesRequest","properties":{}},"Resources":{"type":"array","items":{"$ref":"#/components/schemas/ResourceInfo"}},"ListAttributeGroupsForApplicationRequest":{"type":"object","title":"ListAttributeGroupsForApplicationRequest","properties":{}},"ListAttributeGroupsRequest":{"type":"object","title":"ListAttributeGroupsRequest","properties":{}},"ListTagsForResourceRequest":{"type":"object","title":"ListTagsForResourceRequest","properties":{}},"PutConfigurationRequest":{"type":"object","required":["configuration"],"title":"PutConfigurationRequest","properties":{"configuration":{"allOf":[{"$ref":"#/components/schemas/AppRegistryConfiguration"},{"description":" Associates a <code>TagKey</code> configuration to an account. "}]}}},"StackArn":{"type":"string","pattern":"arn:aws[-a-z]*:cloudformation:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:stack/[a-zA-Z][-A-Za-z0-9]{0,127}/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}"},"ResourceIntegrations":{"type":"object","properties":{"resourceGroup":{"allOf":[{"$ref":"#/components/schemas/ResourceGroup"},{"description":"The information about the integration of Resource Groups."}]}},"description":"The service integration information about the resource."},"ResourceDetails":{"type":"object","properties":{"tagValue":{"allOf":[{"$ref":"#/components/schemas/TagValue"},{"description":"The value of the tag."}]}},"description":" The details related to the resource. "},"ResourceGroupState":{"type":"string","enum":["CREATING","CREATE_COMPLETE","CREATE_FAILED","UPDATING","UPDATE_COMPLETE","UPDATE_FAILED"]},"String":{"type":"string"},"ResourceInfo":{"type":"object","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/ResourceSpecifier"},{"description":"The name of the resource."}]},"arn":{"allOf":[{"$ref":"#/components/schemas/Arn"},{"description":"The Amazon resource name (ARN) that specifies the resource across services."}]},"resourceType":{"allOf":[{"$ref":"#/components/schemas/ResourceType"},{"description":" Provides information about the Service Catalog App Registry resource type. "}]},"resourceDetails":{"allOf":[{"$ref":"#/components/schemas/ResourceDetails"},{"description":" The details related to the resource. "}]}},"description":"The information about the resource."},"SyncAction":{"type":"string","enum":["START_SYNC","NO_ACTION"]},"SyncResourceRequest":{"type":"object","title":"SyncResourceRequest","properties":{}},"TagKeyConfig":{"type":"string","pattern":"^(?!\\s+$)[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*","minLength":0,"maxLength":128},"TagKeys":{"type":"array","items":{"$ref":"#/components/schemas/TagKey"},"minItems":0,"maxItems":50},"TagResourceRequest":{"type":"object","required":["tags"],"title":"TagResourceRequest","properties":{"tags":{"allOf":[{"$ref":"#/components/schemas/Tags"},{"description":"The new or modified tags for the resource."}]}}},"UntagResourceRequest":{"type":"object","title":"UntagResourceRequest","properties":{}},"UpdateApplicationRequest":{"type":"object","title":"UpdateApplicationRequest","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"deprecated":true,"description":"Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.Name update for application is deprecated."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The new description of the application."}]}}},"UpdateAttributeGroupRequest":{"type":"object","title":"UpdateAttributeGroupRequest","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/Name"},{"deprecated":true,"description":"Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.Name update for attribute group is deprecated."}]},"description":{"allOf":[{"$ref":"#/components/schemas/Description"},{"description":"The description of the attribute group that the user provides."}]},"attributes":{"allOf":[{"$ref":"#/components/schemas/Attributes"},{"description":"A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components."}]}}}}},"security":[{"hmac":[]}]}