github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/proton/2020-07-20/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p>This is the AWS Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the <a href=\"https://docs.aws.amazon.com/proton/latest/APIReference/API_Operations.html\">actions</a> and <a href=\"https://docs.aws.amazon.com/proton/latest/APIReference/API_Types.html\">data types</a> for the AWS Proton service.</p> <p>The documentation for each action shows the Query API request parameters and the XML response.</p> <p>Alternatively, you can use the AWS CLI to access an API. For more information, see the <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html\">AWS Command Line Interface User Guide</a>.</p> <p>The AWS Proton service is a two-pronged automation framework. Administrators create service templates to provide standardized infrastructure and deployment tooling for serverless and container based applications. Developers, in turn, select from the available service templates to automate their application or service deployments.</p> <p>Because administrators define the infrastructure and tooling that AWS Proton deploys and manages, they need permissions to use all of the listed API operations.</p> <p>When developers select a specific infrastructure and tooling set, AWS Proton deploys their applications. To monitor their applications that are running on AWS Proton, developers need permissions to the service <i>create</i>, <i>list</i>, <i>update</i> and <i>delete</i> API operations and the service instance <i>list</i> and <i>update</i> API operations.</p> <p>To learn more about AWS Proton administration, see the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/Welcome.html\">AWS Proton Administrator Guide</a>.</p> <p>To learn more about deploying serverless and containerized applications on AWS Proton, see the <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html\">AWS Proton User Guide</a>.</p> <p> <b>Ensuring Idempotency</b> </p> <p>When you make a mutating API request, the request typically returns a result before the asynchronous workflows of the operation are complete. Operations might also time out or encounter other server issues before they're complete, even if the request already returned a result. This might make it difficult to determine whether the request succeeded. Moreover, you might need to retry the request multiple times to ensure that the operation completes successfully. However, if the original request and the subsequent retries are successful, the operation occurs multiple times. This means that you might create more resources than you intended.</p> <p> <i>Idempotency</i> ensures that an API request action completes no more than one time. With an idempotent request, if the original request action completes successfully, any subsequent retries complete successfully without performing any further actions. However, the result might contain updated information, such as the current creation status.</p> <p>The following lists of APIs are grouped according to methods that ensure idempotency.</p> <p> <b>Idempotent create APIs with a client token</b> </p> <p>The API actions in this list support idempotency with the use of a <i>client token</i>. The corresponding AWS CLI commands also support idempotency using a client token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request. We recommend that you <i>don't</i> reuse the same client token for other API requests. If you don’t provide a client token for these APIs, a default client token is automatically provided by SDKs.</p> <p>Given a request action that has succeeded:</p> <p>If you retry the request using the same client token and the same parameters, the retry succeeds without performing any further actions other than returning the original resource detail data in the response.</p> <p>If you retry the request using the same client token, but one or more of the parameters are different, the retry throws a <code>ValidationException</code> with an <code>IdempotentParameterMismatch</code> error.</p> <p>Client tokens expire eight hours after a request is made. If you retry the request with the expired token, a new resource is created.</p> <p>If the original resource is deleted and you retry the request, a new resource is created.</p> <p>Idempotent create APIs with a client token:</p> <ul> <li> <p>CreateEnvironmentTemplateVersion</p> </li> <li> <p>CreateServiceTemplateVersion</p> </li> <li> <p>CreateEnvironmentAccountConnection</p> </li> </ul> <p> <b>Idempotent create APIs</b> </p> <p>Given a request action that has succeeded:</p> <p>If you retry the request with an API from this group, and the original resource <i>hasn't</i> been modified, the retry succeeds without performing any further actions other than returning the original resource detail data in the response.</p> <p>If the original resource has been modified, the retry throws a <code>ConflictException</code>.</p> <p>If you retry with different input parameters, the retry throws a <code>ValidationException</code> with an <code>IdempotentParameterMismatch</code> error.</p> <p>Idempotent create APIs:</p> <ul> <li> <p>CreateEnvironmentTemplate</p> </li> <li> <p>CreateServiceTemplate</p> </li> <li> <p>CreateEnvironment</p> </li> <li> <p>CreateService</p> </li> </ul> <p> <b>Idempotent delete APIs</b> </p> <p>Given a request action that has succeeded:</p> <p>When you retry the request with an API from this group and the resource was deleted, its metadata is returned in the response.</p> <p>If you retry and the resource doesn't exist, the response is empty.</p> <p>In both cases, the retry succeeds.</p> <p>Idempotent delete APIs:</p> <ul> <li> <p>DeleteEnvironmentTemplate</p> </li> <li> <p>DeleteEnvironmentTemplateVersion</p> </li> <li> <p>DeleteServiceTemplate</p> </li> <li> <p>DeleteServiceTemplateVersion</p> </li> <li> <p>DeleteEnvironmentAccountConnection</p> </li> </ul> <p> <b>Asynchronous idempotent delete APIs</b> </p> <p>Given a request action that has succeeded:</p> <p>If you retry the request with an API from this group, if the original request delete operation status is <code>DELETE_IN_PROGRESS</code>, the retry returns the resource detail data in the response without performing any further actions.</p> <p>If the original request delete operation is complete, a retry returns an empty response.</p> <p>Asynchronous idempotent delete APIs:</p> <ul> <li> <p>DeleteEnvironment</p> </li> <li> <p>DeleteService</p> </li> </ul>", 4 "operations": { 5 "AcceptEnvironmentAccountConnection": "<p>In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, AWS Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html\">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>", 6 "CancelEnvironmentDeployment": "<p>Attempts to cancel an environment deployment on an <a>UpdateEnvironment</a> action, if the deployment is <code>IN_PROGRESS</code>. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-update.html\">Update an environment</a> in the <i>AWS Proton Administrator guide</i>.</p> <p>The following list includes potential cancellation scenarios.</p> <ul> <li> <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p> </li> <li> <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p> </li> <li> <p>If the current <a>UpdateEnvironment</a> action succeeds before the cancellation attempt starts, the resulting deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p> </li> </ul>", 7 "CancelServiceInstanceDeployment": "<p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is <code>IN_PROGRESS</code>. For more information, see <i>Update a service instance</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-instance-update.html\">AWS Proton Administrator guide</a> or the <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-instance-update.html\">AWS Proton User guide</a>.</p> <p>The following list includes potential cancellation scenarios.</p> <ul> <li> <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p> </li> <li> <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p> </li> <li> <p>If the current <a>UpdateServiceInstance</a> action succeeds before the cancellation attempt starts, the resulting deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p> </li> </ul>", 8 "CancelServicePipelineDeployment": "<p>Attempts to cancel a service pipeline deployment on an <a>UpdateServicePipeline</a> action, if the deployment is <code>IN_PROGRESS</code>. For more information, see <i>Update a service pipeline</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-pipeline-update.html\">AWS Proton Administrator guide</a> or the <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-pipeline-update.html\">AWS Proton User guide</a>.</p> <p>The following list includes potential cancellation scenarios.</p> <ul> <li> <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p> </li> <li> <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p> </li> <li> <p>If the current <a>UpdateServicePipeline</a> action succeeds before the cancellation attempt starts, the resulting deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p> </li> </ul>", 9 "CreateEnvironment": "<p>Deploy a new environment. An AWS Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services. For more information, see the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html\">Environments</a> in the <i>AWS Proton Administrator Guide.</i> </p>", 10 "CreateEnvironmentAccountConnection": "<p>Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account.</p> <p>An environment account connection is a secure bi-directional connection between a <i>management account</i> and an <i>environment account</i> that maintains authorization and permissions. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html\">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>", 11 "CreateEnvironmentTemplate": "<p>Create an environment template for AWS Proton. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html\">Environment Templates</a> in the <i>AWS Proton Administrator Guide</i>.</p> <p>You can create an environment template in one of the two following ways:</p> <ul> <li> <p>Register and publish a <i>standard</i> environment template that instructs AWS Proton to deploy and manage environment infrastructure.</p> </li> <li> <p>Register and publish a <i>customer managed</i> environment template that connects AWS Proton to your existing provisioned infrastructure that you manage. AWS Proton <i>doesn't</i> manage your existing provisioned infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the <code>provisioning</code> parameter and set the value to <code>CUSTOMER_MANAGED</code>. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/template-create.html\">Register and publish an environment template</a> in the <i>AWS Proton Administrator Guide</i>.</p> </li> </ul>", 12 "CreateEnvironmentTemplateVersion": "<p>Create a new major or minor version of an environment template. A major version of an environment template is a version that <i>isn't</i> backwards compatible. A minor version of an environment template is a version that's backwards compatible within its major version.</p>", 13 "CreateService": "<p>Create an AWS Proton service. An AWS Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-services.html\">Services</a> in the <i>AWS Proton Administrator Guide</i> and <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/ug-service.html\">Services</a> in the <i>AWS Proton User Guide</i>.</p>", 14 "CreateServiceTemplate": "<p>Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD service pipeline. Developers, in turn, select the service template from AWS Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. AWS Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/managing-svc-templates.html\">Service Templates</a> in the <i>AWS Proton Administrator Guide</i>.</p>", 15 "CreateServiceTemplateVersion": "<p>Create a new major or minor version of a service template. A major version of a service template is a version that <i>isn't</i> backwards compatible. A minor version of a service template is a version that's backwards compatible within its major version.</p>", 16 "DeleteEnvironment": "<p>Delete an environment.</p>", 17 "DeleteEnvironmentAccountConnection": "<p>In an environment account, delete an environment account connection.</p> <p>After you delete an environment account connection that’s in use by an AWS Proton environment, AWS Proton <i>can’t</i> manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html\">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>", 18 "DeleteEnvironmentTemplate": "<p>If no other major or minor versions of an environment template exist, delete the environment template.</p>", 19 "DeleteEnvironmentTemplateVersion": "<p>If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the <code>Recommended</code> version. Delete the <code>Recommended</code> version of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not backwards compatible.</p> <p>Delete a minor version of an environment template if it <i>isn't</i> the <code>Recommended</code> version. Delete a <code>Recommended</code> minor version of the environment template if no other minor versions of the environment template exist. A minor version of an environment template is a version that's backwards compatible.</p>", 20 "DeleteService": "<p>Delete a service.</p>", 21 "DeleteServiceTemplate": "<p>If no other major or minor versions of the service template exist, delete the service template.</p>", 22 "DeleteServiceTemplateVersion": "<p>If no other minor versions of a service template exist, delete a major version of the service template if it's not the <code>Recommended</code> version. Delete the <code>Recommended</code> version of the service template if no other major versions or minor versions of the service template exist. A major version of a service template is a version that <i>isn't</i> backwards compatible.</p> <p>Delete a minor version of a service template if it's not the <code>Recommended</code> version. Delete a <code>Recommended</code> minor version of the service template if no other minor versions of the service template exist. A minor version of a service template is a version that's backwards compatible.</p>", 23 "GetAccountSettings": "<p>Get detail data for the AWS Proton pipeline service role.</p>", 24 "GetEnvironment": "<p>Get detail data for an environment.</p>", 25 "GetEnvironmentAccountConnection": "<p>In an environment account, view the detail data for an environment account connection.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html\">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>", 26 "GetEnvironmentTemplate": "<p>Get detail data for an environment template.</p>", 27 "GetEnvironmentTemplateVersion": "<p>View detail data for a major or minor version of an environment template.</p>", 28 "GetService": "<p>Get detail data for a service.</p>", 29 "GetServiceInstance": "<p>Get detail data for a service instance. A service instance is an instantiation of service template, which is running in a specific environment.</p>", 30 "GetServiceTemplate": "<p>Get detail data for a service template.</p>", 31 "GetServiceTemplateVersion": "<p>View detail data for a major or minor version of a service template.</p>", 32 "ListEnvironmentAccountConnections": "<p>View a list of environment account connections.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html\">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>", 33 "ListEnvironmentTemplateVersions": "<p>List major or minor versions of an environment template with detail data.</p>", 34 "ListEnvironmentTemplates": "<p>List environment templates.</p>", 35 "ListEnvironments": "<p>List environments with detail data summaries.</p>", 36 "ListServiceInstances": "<p>List service instances with summaries of detail data.</p>", 37 "ListServiceTemplateVersions": "<p>List major or minor versions of a service template with detail data.</p>", 38 "ListServiceTemplates": "<p>List service templates with detail data.</p>", 39 "ListServices": "<p>List services with summaries of detail data.</p>", 40 "ListTagsForResource": "<p>List tags for a resource. For more information, see <i>AWS Proton resources and tagging</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/resources.html\">AWS Proton Administrator Guide</a> or <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/resources.html\">AWS Proton User Guide</a>.</p>", 41 "RejectEnvironmentAccountConnection": "<p>In a management account, reject an environment account connection from another environment account.</p> <p>After you reject an environment account connection request, you <i>won’t</i> be able to accept or use the rejected environment account connection.</p> <p>You <i>can’t</i> reject an environment account connection that is connected to an environment.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html\">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>", 42 "TagResource": "<p>Tag a resource. For more information, see <i>AWS Proton resources and tagging</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/resources.html\">AWS Proton Administrator Guide</a> or <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/resources.html\">AWS Proton User Guide</a>.</p>", 43 "UntagResource": "<p>Remove a tag from a resource. For more information, see <i>AWS Proton resources and tagging</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/resources.html\">AWS Proton Administrator Guide</a> or <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/resources.html\">AWS Proton User Guide</a>.</p>", 44 "UpdateAccountSettings": "<p>Update the AWS Proton pipeline service account settings.</p>", 45 "UpdateEnvironment": "<p>Update an environment.</p> <p>If the environment is associated with an environment account connection, <i>don't</i> update or include the <code>protonServiceRoleArn</code> parameter to update or connect to an environment account connection. </p> <p>You can only update to a new environment account connection if it was created in the same environment account that the current environment account connection was created in and is associated with the current environment.</p> <p>If the environment <i>isn't</i> associated with an environment account connection, <i>don't</i> update or include the <code>environmentAccountConnectionId</code> parameter to update or connect to an environment account connection.</p> <p>You can update either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value. You can’t update both.</p> <p>There are four modes for updating an environment as described in the following. The <code>deploymentType</code> field defines the mode.</p> <dl> <dt/> <dd> <p> <code>NONE</code> </p> <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p> </dd> <dt/> <dd> <p> <code>CURRENT_VERSION</code> </p> <p>In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated. <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p> </dd> <dt/> <dd> <p> <code>MINOR_VERSION</code> </p> <p>In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.</p> </dd> <dt/> <dd> <p> <code>MAJOR_VERSION</code> </p> <p>In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version (optional).</p> </dd> </dl>", 46 "UpdateEnvironmentAccountConnection": "<p>In an environment account, update an environment account connection to use a new IAM role.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html\">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>", 47 "UpdateEnvironmentTemplate": "<p>Update an environment template.</p>", 48 "UpdateEnvironmentTemplateVersion": "<p>Update a major or minor version of an environment template.</p>", 49 "UpdateService": "<p>Edit a service description or use a spec to add and delete service instances.</p> <note> <p>Existing service instances and the service pipeline <i>can't</i> be edited using this API. They can only be deleted.</p> </note> <p>Use the <code>description</code> parameter to modify the description.</p> <p>Edit the <code>spec</code> parameter to add or delete instances.</p>", 50 "UpdateServiceInstance": "<p>Update a service instance.</p> <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the mode.</p> <dl> <dt/> <dd> <p> <code>NONE</code> </p> <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p> </dd> <dt/> <dd> <p> <code>CURRENT_VERSION</code> </p> <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated. <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p> </dd> <dt/> <dd> <p> <code>MINOR_VERSION</code> </p> <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.</p> </dd> <dt/> <dd> <p> <code>MAJOR_VERSION</code> </p> <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that is higher than the major version in use and a minor version (optional).</p> </dd> </dl>", 51 "UpdateServicePipeline": "<p>Update the service pipeline.</p> <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the mode.</p> <dl> <dt/> <dd> <p> <code>NONE</code> </p> <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p> </dd> <dt/> <dd> <p> <code>CURRENT_VERSION</code> </p> <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated. <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p> </dd> <dt/> <dd> <p> <code>MINOR_VERSION</code> </p> <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.</p> </dd> <dt/> <dd> <p> <code>MAJOR_VERSION</code> </p> <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template by default. You can also specify a different major version that is higher than the major version in use and a minor version (optional).</p> </dd> </dl>", 52 "UpdateServiceTemplate": "<p>Update a service template.</p>", 53 "UpdateServiceTemplateVersion": "<p>Update a major or minor version of a service template.</p>" 54 }, 55 "shapes": { 56 "AcceptEnvironmentAccountConnectionInput": { 57 "base": null, 58 "refs": { 59 } 60 }, 61 "AcceptEnvironmentAccountConnectionOutput": { 62 "base": null, 63 "refs": { 64 } 65 }, 66 "AccessDeniedException": { 67 "base": "<p>There <i>isn't</i> sufficient access for performing this action.</p>", 68 "refs": { 69 } 70 }, 71 "AccountSettings": { 72 "base": "<p>The AWS Proton pipeline service role data.</p>", 73 "refs": { 74 "GetAccountSettingsOutput$accountSettings": "<p>The AWS Proton pipeline service role detail data that's returned by AWS Proton.</p>", 75 "UpdateAccountSettingsOutput$accountSettings": "<p>The AWS Proton pipeline service role detail data that's returned by AWS Proton.</p>" 76 } 77 }, 78 "Arn": { 79 "base": null, 80 "refs": { 81 "AccountSettings$pipelineServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.</p>", 82 "CreateEnvironmentAccountConnectionInput$roleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account. AWS Proton uses this role to provision infrastructure resources in the associated environment account.</p>", 83 "CreateEnvironmentInput$protonServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other services on your behalf. You must include either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value.</p>", 84 "CreateEnvironmentTemplateInput$encryptionKey": "<p>A customer provided encryption key that AWS Proton uses to encrypt data.</p>", 85 "CreateServiceInput$repositoryConnectionArn": "<p>The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol\">Set up repository connection</a> in the <i>AWS Proton Administrator Guide</i> and <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection\">Setting up with AWS Proton</a> in the <i>AWS Proton User Guide</i>. <i>Don't</i> include this parameter if your service template <i>doesn't</i> include a service pipeline.</p>", 86 "CreateServiceTemplateInput$encryptionKey": "<p>A customer provided encryption key that's used to encrypt data.</p>", 87 "Environment$protonServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other services on your behalf.</p>", 88 "EnvironmentAccountConnection$roleArn": "<p>The IAM service role that's associated with the environment account connection.</p>", 89 "EnvironmentAccountConnectionSummary$roleArn": "<p>The IAM service role that's associated with the environment account connection.</p>", 90 "EnvironmentSummary$protonServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other services on your behalf.</p>", 91 "EnvironmentTemplate$encryptionKey": "<p>The customer provided encryption key for the environment template.</p>", 92 "ListTagsForResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource for the listed tags.</p>", 93 "Service$repositoryConnectionArn": "<p>The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol\">Set up a repository connection</a> in the <i>AWS Proton Administrator Guide</i> and <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection\">Setting up with AWS Proton</a> in the <i>AWS Proton User Guide</i>.</p>", 94 "ServicePipeline$arn": "<p>The Amazon Resource Name (ARN) of the service pipeline.</p>", 95 "ServiceTemplate$encryptionKey": "<p>The customer provided service template encryption key that's used to encrypt data.</p>", 96 "TagResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource that the resource tag is applied to.</p>", 97 "UntagResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource that the tag is to be removed from.</p>", 98 "UpdateAccountSettingsInput$pipelineServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.</p>", 99 "UpdateEnvironmentAccountConnectionInput$roleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role that is associated with the environment account connection to update.</p>", 100 "UpdateEnvironmentInput$protonServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make API calls to other services your behalf.</p>" 101 } 102 }, 103 "AwsAccountId": { 104 "base": null, 105 "refs": { 106 "CreateEnvironmentAccountConnectionInput$managementAccountId": "<p>The ID of the management account that accepts or rejects the environment account connection. You create an manage the AWS Proton environment in this account. If the management account accepts the environment account connection, AWS Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.</p>", 107 "Environment$environmentAccountId": "<p>The ID of the environment account that the environment infrastructure resources are provisioned in.</p>", 108 "EnvironmentAccountConnection$environmentAccountId": "<p>The environment account that's connected to the environment account connection.</p>", 109 "EnvironmentAccountConnection$managementAccountId": "<p>The ID of the management account that's connected to the environment account connection.</p>", 110 "EnvironmentAccountConnectionSummary$environmentAccountId": "<p>The ID of the environment account that's connected to the environment account connection.</p>", 111 "EnvironmentAccountConnectionSummary$managementAccountId": "<p>The ID of the management account that's connected to the environment account connection.</p>", 112 "EnvironmentSummary$environmentAccountId": "<p>The ID of the environment account that the environment infrastructure resources are provisioned in.</p>" 113 } 114 }, 115 "CancelEnvironmentDeploymentInput": { 116 "base": null, 117 "refs": { 118 } 119 }, 120 "CancelEnvironmentDeploymentOutput": { 121 "base": null, 122 "refs": { 123 } 124 }, 125 "CancelServiceInstanceDeploymentInput": { 126 "base": null, 127 "refs": { 128 } 129 }, 130 "CancelServiceInstanceDeploymentOutput": { 131 "base": null, 132 "refs": { 133 } 134 }, 135 "CancelServicePipelineDeploymentInput": { 136 "base": null, 137 "refs": { 138 } 139 }, 140 "CancelServicePipelineDeploymentOutput": { 141 "base": null, 142 "refs": { 143 } 144 }, 145 "ClientToken": { 146 "base": null, 147 "refs": { 148 "CreateEnvironmentAccountConnectionInput$clientToken": "<p>When included, if two identicial requests are made with the same client token, AWS Proton returns the environment account connection that the first request created.</p>", 149 "CreateEnvironmentTemplateVersionInput$clientToken": "<p>When included, if two identicial requests are made with the same client token, AWS Proton returns the environment template version that the first request created.</p>", 150 "CreateServiceTemplateVersionInput$clientToken": "<p>When included, if two identicial requests are made with the same client token, AWS Proton returns the service template version that the first request created.</p>" 151 } 152 }, 153 "CompatibleEnvironmentTemplate": { 154 "base": "<p>Compatible environment template data.</p>", 155 "refs": { 156 "CompatibleEnvironmentTemplateList$member": null 157 } 158 }, 159 "CompatibleEnvironmentTemplateInput": { 160 "base": "<p>Compatible environment template data.</p>", 161 "refs": { 162 "CompatibleEnvironmentTemplateInputList$member": null 163 } 164 }, 165 "CompatibleEnvironmentTemplateInputList": { 166 "base": null, 167 "refs": { 168 "CreateServiceTemplateVersionInput$compatibleEnvironmentTemplates": "<p>An array of compatible environment template objects for the new version of a service template.</p>", 169 "UpdateServiceTemplateVersionInput$compatibleEnvironmentTemplates": "<p>An array of compatible environment names for a service template major or minor version to update.</p>" 170 } 171 }, 172 "CompatibleEnvironmentTemplateList": { 173 "base": null, 174 "refs": { 175 "ServiceTemplateVersion$compatibleEnvironmentTemplates": "<p>An array of compatible environment template names for the major version of a service template.</p>" 176 } 177 }, 178 "ConflictException": { 179 "base": "<p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>", 180 "refs": { 181 } 182 }, 183 "CreateEnvironmentAccountConnectionInput": { 184 "base": null, 185 "refs": { 186 } 187 }, 188 "CreateEnvironmentAccountConnectionOutput": { 189 "base": null, 190 "refs": { 191 } 192 }, 193 "CreateEnvironmentInput": { 194 "base": null, 195 "refs": { 196 } 197 }, 198 "CreateEnvironmentOutput": { 199 "base": null, 200 "refs": { 201 } 202 }, 203 "CreateEnvironmentTemplateInput": { 204 "base": null, 205 "refs": { 206 } 207 }, 208 "CreateEnvironmentTemplateOutput": { 209 "base": null, 210 "refs": { 211 } 212 }, 213 "CreateEnvironmentTemplateVersionInput": { 214 "base": null, 215 "refs": { 216 } 217 }, 218 "CreateEnvironmentTemplateVersionOutput": { 219 "base": null, 220 "refs": { 221 } 222 }, 223 "CreateServiceInput": { 224 "base": null, 225 "refs": { 226 } 227 }, 228 "CreateServiceOutput": { 229 "base": null, 230 "refs": { 231 } 232 }, 233 "CreateServiceTemplateInput": { 234 "base": null, 235 "refs": { 236 } 237 }, 238 "CreateServiceTemplateOutput": { 239 "base": null, 240 "refs": { 241 } 242 }, 243 "CreateServiceTemplateVersionInput": { 244 "base": null, 245 "refs": { 246 } 247 }, 248 "CreateServiceTemplateVersionOutput": { 249 "base": null, 250 "refs": { 251 } 252 }, 253 "DeleteEnvironmentAccountConnectionInput": { 254 "base": null, 255 "refs": { 256 } 257 }, 258 "DeleteEnvironmentAccountConnectionOutput": { 259 "base": null, 260 "refs": { 261 } 262 }, 263 "DeleteEnvironmentInput": { 264 "base": null, 265 "refs": { 266 } 267 }, 268 "DeleteEnvironmentOutput": { 269 "base": null, 270 "refs": { 271 } 272 }, 273 "DeleteEnvironmentTemplateInput": { 274 "base": null, 275 "refs": { 276 } 277 }, 278 "DeleteEnvironmentTemplateOutput": { 279 "base": null, 280 "refs": { 281 } 282 }, 283 "DeleteEnvironmentTemplateVersionInput": { 284 "base": null, 285 "refs": { 286 } 287 }, 288 "DeleteEnvironmentTemplateVersionOutput": { 289 "base": null, 290 "refs": { 291 } 292 }, 293 "DeleteServiceInput": { 294 "base": null, 295 "refs": { 296 } 297 }, 298 "DeleteServiceOutput": { 299 "base": null, 300 "refs": { 301 } 302 }, 303 "DeleteServiceTemplateInput": { 304 "base": null, 305 "refs": { 306 } 307 }, 308 "DeleteServiceTemplateOutput": { 309 "base": null, 310 "refs": { 311 } 312 }, 313 "DeleteServiceTemplateVersionInput": { 314 "base": null, 315 "refs": { 316 } 317 }, 318 "DeleteServiceTemplateVersionOutput": { 319 "base": null, 320 "refs": { 321 } 322 }, 323 "DeploymentStatus": { 324 "base": null, 325 "refs": { 326 "Environment$deploymentStatus": "<p>The environment deployment status.</p>", 327 "EnvironmentSummary$deploymentStatus": "<p>The environment deployment status.</p>", 328 "ServiceInstance$deploymentStatus": "<p>The service instance deployment status.</p>", 329 "ServiceInstanceSummary$deploymentStatus": "<p>The service instance deployment status.</p>", 330 "ServicePipeline$deploymentStatus": "<p>The deployment status of the service pipeline.</p>" 331 } 332 }, 333 "DeploymentUpdateType": { 334 "base": null, 335 "refs": { 336 "UpdateEnvironmentInput$deploymentType": "<p>There are four modes for updating an environment as described in the following. The <code>deploymentType</code> field defines the mode.</p> <dl> <dt/> <dd> <p> <code>NONE</code> </p> <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p> </dd> <dt/> <dd> <p> <code>CURRENT_VERSION</code> </p> <p>In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated. <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p> </dd> <dt/> <dd> <p> <code>MINOR_VERSION</code> </p> <p>In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.</p> </dd> <dt/> <dd> <p> <code>MAJOR_VERSION</code> </p> <p>In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that is higher than the major version in use and a minor version (optional).</p> </dd> </dl>", 337 "UpdateServiceInstanceInput$deploymentType": "<p>The deployment type.</p> <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the mode.</p> <dl> <dt/> <dd> <p> <code>NONE</code> </p> <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p> </dd> <dt/> <dd> <p> <code>CURRENT_VERSION</code> </p> <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated. <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p> </dd> <dt/> <dd> <p> <code>MINOR_VERSION</code> </p> <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.</p> </dd> <dt/> <dd> <p> <code>MAJOR_VERSION</code> </p> <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that is higher than the major version in use and a minor version (optional).</p> </dd> </dl>", 338 "UpdateServicePipelineInput$deploymentType": "<p>The deployment type.</p> <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the mode.</p> <dl> <dt/> <dd> <p> <code>NONE</code> </p> <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p> </dd> <dt/> <dd> <p> <code>CURRENT_VERSION</code> </p> <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated. <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p> </dd> <dt/> <dd> <p> <code>MINOR_VERSION</code> </p> <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use.</p> </dd> <dt/> <dd> <p> <code>MAJOR_VERSION</code> </p> <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that is higher than the major version in use and a minor version (optional).</p> </dd> </dl>" 339 } 340 }, 341 "Description": { 342 "base": null, 343 "refs": { 344 "CreateEnvironmentInput$description": "<p>A description of the environment that's being created and deployed.</p>", 345 "CreateEnvironmentTemplateInput$description": "<p>A description of the environment template.</p>", 346 "CreateEnvironmentTemplateVersionInput$description": "<p>A description of the new version of an environment template.</p>", 347 "CreateServiceInput$description": "<p>A description of the AWS Proton service.</p>", 348 "CreateServiceTemplateInput$description": "<p>A description of the service template.</p>", 349 "CreateServiceTemplateVersionInput$description": "<p>A description of the new version of a service template.</p>", 350 "Environment$description": "<p>The description of the environment.</p>", 351 "EnvironmentSummary$description": "<p>The description of the environment.</p>", 352 "EnvironmentTemplate$description": "<p>A description of the environment template.</p>", 353 "EnvironmentTemplateSummary$description": "<p>A description of the environment template.</p>", 354 "EnvironmentTemplateVersion$description": "<p>A description of the minor version of an environment template.</p>", 355 "EnvironmentTemplateVersionSummary$description": "<p>A description of the version of an environment template.</p>", 356 "Service$description": "<p>A description of a service.</p>", 357 "ServiceSummary$description": "<p>A description of the service.</p>", 358 "ServiceTemplate$description": "<p>A description of the service template.</p>", 359 "ServiceTemplateSummary$description": "<p>A description of the service template.</p>", 360 "ServiceTemplateVersion$description": "<p>A description of the version of a service template.</p>", 361 "ServiceTemplateVersionSummary$description": "<p>A description of the version of a service template.</p>", 362 "UpdateEnvironmentInput$description": "<p>A description of the environment update.</p>", 363 "UpdateEnvironmentTemplateInput$description": "<p>A description of the environment template update.</p>", 364 "UpdateEnvironmentTemplateVersionInput$description": "<p>A description of environment template version to update.</p>", 365 "UpdateServiceInput$description": "<p>The edited service description.</p>", 366 "UpdateServiceTemplateInput$description": "<p>A description of the service template update.</p>", 367 "UpdateServiceTemplateVersionInput$description": "<p>A description of a service template version to update.</p>" 368 } 369 }, 370 "DisplayName": { 371 "base": null, 372 "refs": { 373 "CreateEnvironmentTemplateInput$displayName": "<p>The environment template name as displayed in the developer interface.</p>", 374 "CreateServiceTemplateInput$displayName": "<p>The name of the service template as displayed in the developer interface.</p>", 375 "EnvironmentTemplate$displayName": "<p>The name of the environment template as displayed in the developer interface.</p>", 376 "EnvironmentTemplateSummary$displayName": "<p>The name of the environment template as displayed in the developer interface.</p>", 377 "ServiceTemplate$displayName": "<p>The service template name as displayed in the developer interface.</p>", 378 "ServiceTemplateSummary$displayName": "<p>The service template name as displayed in the developer interface.</p>", 379 "UpdateEnvironmentTemplateInput$displayName": "<p>The name of the environment template to update as displayed in the developer interface.</p>", 380 "UpdateServiceTemplateInput$displayName": "<p>The name of the service template to update as displayed in the developer interface.</p>" 381 } 382 }, 383 "Environment": { 384 "base": "<p>The environment detail data. An AWS Proton environment is a set resources shared across an AWS Proton service.</p>", 385 "refs": { 386 "CancelEnvironmentDeploymentOutput$environment": "<p>The environment summary data that's returned by AWS Proton.</p>", 387 "CreateEnvironmentOutput$environment": "<p>The environment detail data that's returned by AWS Proton.</p>", 388 "DeleteEnvironmentOutput$environment": "<p>The environment detail data that's returned by AWS Proton.</p>", 389 "GetEnvironmentOutput$environment": "<p>The environment detail data that's returned by AWS Proton.</p>", 390 "UpdateEnvironmentOutput$environment": "<p>The environment detail data that's returned by AWS Proton.</p>" 391 } 392 }, 393 "EnvironmentAccountConnection": { 394 "base": "<p>The environment account connection detail data.</p>", 395 "refs": { 396 "AcceptEnvironmentAccountConnectionOutput$environmentAccountConnection": "<p>The environment account connection data that's returned by AWS Proton.</p>", 397 "CreateEnvironmentAccountConnectionOutput$environmentAccountConnection": "<p>The environment account connection detail data that's returned by AWS Proton.</p>", 398 "DeleteEnvironmentAccountConnectionOutput$environmentAccountConnection": "<p>The environment account connection detail data that's returned by AWS Proton.</p>", 399 "GetEnvironmentAccountConnectionOutput$environmentAccountConnection": "<p>The environment account connection detail data that's returned by AWS Proton.</p>", 400 "RejectEnvironmentAccountConnectionOutput$environmentAccountConnection": "<p>The environment connection account detail data that's returned by AWS Proton.</p>", 401 "UpdateEnvironmentAccountConnectionOutput$environmentAccountConnection": "<p>The environment account connection detail data that's returned by AWS Proton.</p>" 402 } 403 }, 404 "EnvironmentAccountConnectionArn": { 405 "base": null, 406 "refs": { 407 "EnvironmentAccountConnection$arn": "<p>The Amazon Resource Name (ARN) of the environment account connection.</p>", 408 "EnvironmentAccountConnectionSummary$arn": "<p>The Amazon Resource Name (ARN) of the environment account connection.</p>" 409 } 410 }, 411 "EnvironmentAccountConnectionId": { 412 "base": null, 413 "refs": { 414 "AcceptEnvironmentAccountConnectionInput$id": "<p>The ID of the environment account connection.</p>", 415 "CreateEnvironmentInput$environmentAccountConnectionId": "<p>The ID of the environment account connection that you provide if you're provisioning your environment infrastructure resources to an environment account. You must include either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html\">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>", 416 "DeleteEnvironmentAccountConnectionInput$id": "<p>The ID of the environment account connection to delete.</p>", 417 "Environment$environmentAccountConnectionId": "<p>The ID of the environment account connection that's used to provision infrastructure resources in an environment account.</p>", 418 "EnvironmentAccountConnection$id": "<p>The ID of the environment account connection.</p>", 419 "EnvironmentAccountConnectionSummary$id": "<p>The ID of the environment account connection.</p>", 420 "EnvironmentSummary$environmentAccountConnectionId": "<p>The ID of the environment account connection that the environment is associated with.</p>", 421 "GetEnvironmentAccountConnectionInput$id": "<p>The ID of the environment account connection.</p>", 422 "RejectEnvironmentAccountConnectionInput$id": "<p>The ID of the environment account connection to reject.</p>", 423 "UpdateEnvironmentAccountConnectionInput$id": "<p>The ID of the environment account connection to update.</p>", 424 "UpdateEnvironmentInput$environmentAccountConnectionId": "<p>The ID of the environment account connection.</p> <p>You can only update to a new environment account connection if it was created in the same environment account that the current environment account connection was created in and is associated with the current environment.</p>" 425 } 426 }, 427 "EnvironmentAccountConnectionRequesterAccountType": { 428 "base": null, 429 "refs": { 430 "ListEnvironmentAccountConnectionsInput$requestedBy": "<p>The type of account making the <code>ListEnvironmentAccountConnections</code> request.</p>" 431 } 432 }, 433 "EnvironmentAccountConnectionStatus": { 434 "base": null, 435 "refs": { 436 "EnvironmentAccountConnection$status": "<p>The status of the environment account connection.</p>", 437 "EnvironmentAccountConnectionStatusList$member": null, 438 "EnvironmentAccountConnectionSummary$status": "<p>The status of the environment account connection.</p>" 439 } 440 }, 441 "EnvironmentAccountConnectionStatusList": { 442 "base": null, 443 "refs": { 444 "ListEnvironmentAccountConnectionsInput$statuses": "<p>The status details for each listed environment account connection.</p>" 445 } 446 }, 447 "EnvironmentAccountConnectionSummary": { 448 "base": "<p>A summary of the environment account connection detail data.</p>", 449 "refs": { 450 "EnvironmentAccountConnectionSummaryList$member": null 451 } 452 }, 453 "EnvironmentAccountConnectionSummaryList": { 454 "base": null, 455 "refs": { 456 "ListEnvironmentAccountConnectionsOutput$environmentAccountConnections": "<p>An array of environment account connections with details that's returned by AWS Proton. </p>" 457 } 458 }, 459 "EnvironmentArn": { 460 "base": null, 461 "refs": { 462 "Environment$arn": "<p>The Amazon Resource Name (ARN) of the environment.</p>", 463 "EnvironmentSummary$arn": "<p>The Amazon Resource Name (ARN) of the environment.</p>" 464 } 465 }, 466 "EnvironmentSummary": { 467 "base": "<p>A summary of the environment detail data.</p>", 468 "refs": { 469 "EnvironmentSummaryList$member": null 470 } 471 }, 472 "EnvironmentSummaryList": { 473 "base": null, 474 "refs": { 475 "ListEnvironmentsOutput$environments": "<p>An array of environment detail data summaries.</p>" 476 } 477 }, 478 "EnvironmentTemplate": { 479 "base": "<p>The environment template data.</p>", 480 "refs": { 481 "CreateEnvironmentTemplateOutput$environmentTemplate": "<p>The environment template detail data that's returned by AWS Proton.</p>", 482 "DeleteEnvironmentTemplateOutput$environmentTemplate": "<p>The environment template detail data that's returned by AWS Proton.</p>", 483 "GetEnvironmentTemplateOutput$environmentTemplate": "<p>The environment template detail data that's returned by AWS Proton.</p>", 484 "UpdateEnvironmentTemplateOutput$environmentTemplate": "<p>The environment template detail data that's returned by AWS Proton.</p>" 485 } 486 }, 487 "EnvironmentTemplateArn": { 488 "base": null, 489 "refs": { 490 "EnvironmentTemplate$arn": "<p>The Amazon Resource Name (ARN) of the environment template.</p>", 491 "EnvironmentTemplateSummary$arn": "<p>The Amazon Resource Name (ARN) of the environment template.</p>" 492 } 493 }, 494 "EnvironmentTemplateFilter": { 495 "base": "<p>A search filter for environment templates.</p>", 496 "refs": { 497 "EnvironmentTemplateFilterList$member": null 498 } 499 }, 500 "EnvironmentTemplateFilterList": { 501 "base": null, 502 "refs": { 503 "ListEnvironmentsInput$environmentTemplates": "<p>An array of the versions of the environment template.</p>" 504 } 505 }, 506 "EnvironmentTemplateSummary": { 507 "base": "<p>The environment template data.</p>", 508 "refs": { 509 "EnvironmentTemplateSummaryList$member": null 510 } 511 }, 512 "EnvironmentTemplateSummaryList": { 513 "base": null, 514 "refs": { 515 "ListEnvironmentTemplatesOutput$templates": "<p>An array of environment templates with detail data.</p>" 516 } 517 }, 518 "EnvironmentTemplateVersion": { 519 "base": "<p>The environment template version data.</p>", 520 "refs": { 521 "CreateEnvironmentTemplateVersionOutput$environmentTemplateVersion": "<p>The environment template detail data that's returned by AWS Proton.</p>", 522 "DeleteEnvironmentTemplateVersionOutput$environmentTemplateVersion": "<p>The environment template version detail data that's returned by AWS Proton.</p>", 523 "GetEnvironmentTemplateVersionOutput$environmentTemplateVersion": "<p>The environment template version detail data that's returned by AWS Proton.</p>", 524 "UpdateEnvironmentTemplateVersionOutput$environmentTemplateVersion": "<p>The environment template version detail data that's returned by AWS Proton.</p>" 525 } 526 }, 527 "EnvironmentTemplateVersionArn": { 528 "base": null, 529 "refs": { 530 "EnvironmentTemplateVersion$arn": "<p>The Amazon Resource Name (ARN) of the version of an environment template.</p>", 531 "EnvironmentTemplateVersionSummary$arn": "<p>The Amazon Resource Name (ARN) of the version of an environment template.</p>" 532 } 533 }, 534 "EnvironmentTemplateVersionSummary": { 535 "base": "<p>A summary of the version of an environment template detail data.</p>", 536 "refs": { 537 "EnvironmentTemplateVersionSummaryList$member": null 538 } 539 }, 540 "EnvironmentTemplateVersionSummaryList": { 541 "base": null, 542 "refs": { 543 "ListEnvironmentTemplateVersionsOutput$templateVersions": "<p>An array of major or minor versions of an environment template detail data.</p>" 544 } 545 }, 546 "ErrorMessage": { 547 "base": null, 548 "refs": { 549 "AccessDeniedException$message": null, 550 "ConflictException$message": null, 551 "InternalServerException$message": null, 552 "ResourceNotFoundException$message": null, 553 "ServiceQuotaExceededException$message": null, 554 "ThrottlingException$message": null, 555 "ValidationException$message": null 556 } 557 }, 558 "FullTemplateVersionNumber": { 559 "base": null, 560 "refs": { 561 "EnvironmentTemplate$recommendedVersion": "<p>The ID of the recommended version of the environment template.</p>", 562 "EnvironmentTemplateSummary$recommendedVersion": "<p>The ID of the recommended version of the environment template.</p>", 563 "ServiceTemplate$recommendedVersion": "<p>The ID of the recommended version of the service template.</p>", 564 "ServiceTemplateSummary$recommendedVersion": "<p>The ID of the recommended version of the service template.</p>" 565 } 566 }, 567 "GetAccountSettingsInput": { 568 "base": null, 569 "refs": { 570 } 571 }, 572 "GetAccountSettingsOutput": { 573 "base": null, 574 "refs": { 575 } 576 }, 577 "GetEnvironmentAccountConnectionInput": { 578 "base": null, 579 "refs": { 580 } 581 }, 582 "GetEnvironmentAccountConnectionOutput": { 583 "base": null, 584 "refs": { 585 } 586 }, 587 "GetEnvironmentInput": { 588 "base": null, 589 "refs": { 590 } 591 }, 592 "GetEnvironmentOutput": { 593 "base": null, 594 "refs": { 595 } 596 }, 597 "GetEnvironmentTemplateInput": { 598 "base": null, 599 "refs": { 600 } 601 }, 602 "GetEnvironmentTemplateOutput": { 603 "base": null, 604 "refs": { 605 } 606 }, 607 "GetEnvironmentTemplateVersionInput": { 608 "base": null, 609 "refs": { 610 } 611 }, 612 "GetEnvironmentTemplateVersionOutput": { 613 "base": null, 614 "refs": { 615 } 616 }, 617 "GetServiceInput": { 618 "base": null, 619 "refs": { 620 } 621 }, 622 "GetServiceInstanceInput": { 623 "base": null, 624 "refs": { 625 } 626 }, 627 "GetServiceInstanceOutput": { 628 "base": null, 629 "refs": { 630 } 631 }, 632 "GetServiceOutput": { 633 "base": null, 634 "refs": { 635 } 636 }, 637 "GetServiceTemplateInput": { 638 "base": null, 639 "refs": { 640 } 641 }, 642 "GetServiceTemplateOutput": { 643 "base": null, 644 "refs": { 645 } 646 }, 647 "GetServiceTemplateVersionInput": { 648 "base": null, 649 "refs": { 650 } 651 }, 652 "GetServiceTemplateVersionOutput": { 653 "base": null, 654 "refs": { 655 } 656 }, 657 "GitBranchName": { 658 "base": null, 659 "refs": { 660 "CreateServiceInput$branchName": "<p>The name of the code repository branch that holds the code that's deployed in AWS Proton. <i>Don't</i> include this parameter if your service template <i>doesn't</i> include a service pipeline.</p>", 661 "Service$branchName": "<p>The name of the code repository branch that holds the code that's deployed in AWS Proton.</p>" 662 } 663 }, 664 "InternalServerException": { 665 "base": "<p>The request failed to register with the service.</p>", 666 "refs": { 667 } 668 }, 669 "ListEnvironmentAccountConnectionsInput": { 670 "base": null, 671 "refs": { 672 } 673 }, 674 "ListEnvironmentAccountConnectionsOutput": { 675 "base": null, 676 "refs": { 677 } 678 }, 679 "ListEnvironmentTemplateVersionsInput": { 680 "base": null, 681 "refs": { 682 } 683 }, 684 "ListEnvironmentTemplateVersionsOutput": { 685 "base": null, 686 "refs": { 687 } 688 }, 689 "ListEnvironmentTemplatesInput": { 690 "base": null, 691 "refs": { 692 } 693 }, 694 "ListEnvironmentTemplatesOutput": { 695 "base": null, 696 "refs": { 697 } 698 }, 699 "ListEnvironmentsInput": { 700 "base": null, 701 "refs": { 702 } 703 }, 704 "ListEnvironmentsOutput": { 705 "base": null, 706 "refs": { 707 } 708 }, 709 "ListServiceInstancesInput": { 710 "base": null, 711 "refs": { 712 } 713 }, 714 "ListServiceInstancesOutput": { 715 "base": null, 716 "refs": { 717 } 718 }, 719 "ListServiceTemplateVersionsInput": { 720 "base": null, 721 "refs": { 722 } 723 }, 724 "ListServiceTemplateVersionsOutput": { 725 "base": null, 726 "refs": { 727 } 728 }, 729 "ListServiceTemplatesInput": { 730 "base": null, 731 "refs": { 732 } 733 }, 734 "ListServiceTemplatesOutput": { 735 "base": null, 736 "refs": { 737 } 738 }, 739 "ListServicesInput": { 740 "base": null, 741 "refs": { 742 } 743 }, 744 "ListServicesOutput": { 745 "base": null, 746 "refs": { 747 } 748 }, 749 "ListTagsForResourceInput": { 750 "base": null, 751 "refs": { 752 } 753 }, 754 "ListTagsForResourceOutput": { 755 "base": null, 756 "refs": { 757 } 758 }, 759 "MaxPageResults": { 760 "base": null, 761 "refs": { 762 "ListEnvironmentAccountConnectionsInput$maxResults": "<p>The maximum number of environment account connections to list.</p>", 763 "ListEnvironmentTemplateVersionsInput$maxResults": "<p>The maximum number of major or minor versions of an environment template to list.</p>", 764 "ListEnvironmentTemplatesInput$maxResults": "<p>The maximum number of environment templates to list.</p>", 765 "ListEnvironmentsInput$maxResults": "<p>The maximum number of environments to list.</p>", 766 "ListServiceInstancesInput$maxResults": "<p>The maximum number of service instances to list.</p>", 767 "ListServiceTemplateVersionsInput$maxResults": "<p>The maximum number of major or minor versions of a service template to list.</p>", 768 "ListServiceTemplatesInput$maxResults": "<p>The maximum number of service templates to list.</p>", 769 "ListServicesInput$maxResults": "<p>The maximum number of services to list.</p>", 770 "ListTagsForResourceInput$maxResults": "<p>The maximum number of tags to list.</p>" 771 } 772 }, 773 "NextToken": { 774 "base": null, 775 "refs": { 776 "ListEnvironmentAccountConnectionsInput$nextToken": "<p>A token to indicate the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested.</p>", 777 "ListEnvironmentAccountConnectionsOutput$nextToken": "<p>A token to indicate the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.</p>", 778 "ListEnvironmentTemplateVersionsInput$nextToken": "<p>A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template, after the list of major or minor versions that was previously requested.</p>", 779 "ListEnvironmentTemplateVersionsOutput$nextToken": "<p>A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template, after the list of major or minor versions that was previously requested.</p>", 780 "ListEnvironmentTemplatesInput$nextToken": "<p>A token to indicate the location of the next environment template in the array of environment templates, after the list of environment templates that was previously requested.</p>", 781 "ListEnvironmentTemplatesOutput$nextToken": "<p>A token to indicate the location of the next environment template in the array of environment templates, after the current requested list of environment templates.</p>", 782 "ListEnvironmentsInput$nextToken": "<p>A token to indicate the location of the next environment in the array of environments, after the list of environments that was previously requested.</p>", 783 "ListEnvironmentsOutput$nextToken": "<p>A token to indicate the location of the next environment in the array of environments, after the current requested list of environments.</p>", 784 "ListServiceInstancesInput$nextToken": "<p>A token to indicate the location of the next service in the array of service instances, after the list of service instances that was previously requested.</p>", 785 "ListServiceInstancesOutput$nextToken": "<p>A token to indicate the location of the next service instance in the array of service instances, after the current requested list of service instances.</p>", 786 "ListServiceTemplateVersionsInput$nextToken": "<p>A token to indicate the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.</p>", 787 "ListServiceTemplateVersionsOutput$nextToken": "<p>A token to indicate the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.</p>", 788 "ListServiceTemplatesInput$nextToken": "<p>A token to indicate the location of the next service template in the array of service templates, after the list of service templates previously requested.</p>", 789 "ListServiceTemplatesOutput$nextToken": "<p>A token to indicate the location of the next service template in the array of service templates, after the current requested list of service templates.</p>", 790 "ListServicesInput$nextToken": "<p>A token to indicate the location of the next service in the array of services, after the list of services that was previously requested.</p>", 791 "ListServicesOutput$nextToken": "<p>A token to indicate the location of the next service in the array of services, after the current requested list of services.</p>" 792 } 793 }, 794 "Provisioning": { 795 "base": null, 796 "refs": { 797 "CreateEnvironmentTemplateInput$provisioning": "<p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>", 798 "CreateServiceTemplateInput$pipelineProvisioning": "<p>AWS Proton includes a service pipeline for your service by default. When included, this parameter indicates that an AWS Proton service pipeline <i>won't</i> be included for your service. Once specified, this parameter <i>can't</i> be changed. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html\">Service template bundles</a> in the <i>AWS Proton Administrator Guide</i>.</p>", 799 "Environment$provisioning": "<p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>", 800 "EnvironmentSummary$provisioning": "<p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>", 801 "EnvironmentTemplate$provisioning": "<p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>", 802 "EnvironmentTemplateSummary$provisioning": "<p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>", 803 "ServiceTemplate$pipelineProvisioning": "<p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included in the service template. Otherwise, a service pipeline <i>isn't</i> included in the service template.</p>", 804 "ServiceTemplateSummary$pipelineProvisioning": "<p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included in the service template, otherwise a service pipeline <i>isn't</i> included in the service template.</p>" 805 } 806 }, 807 "RejectEnvironmentAccountConnectionInput": { 808 "base": null, 809 "refs": { 810 } 811 }, 812 "RejectEnvironmentAccountConnectionOutput": { 813 "base": null, 814 "refs": { 815 } 816 }, 817 "RepositoryId": { 818 "base": null, 819 "refs": { 820 "CreateServiceInput$repositoryId": "<p>The ID of the code repository. <i>Don't</i> include this parameter if your service template <i>doesn't</i> include a service pipeline.</p>", 821 "Service$repositoryId": "<p>The ID of the code repository.</p>" 822 } 823 }, 824 "ResourceName": { 825 "base": null, 826 "refs": { 827 "CancelEnvironmentDeploymentInput$environmentName": "<p>The name of the environment with the deployment to cancel.</p>", 828 "CancelServiceInstanceDeploymentInput$serviceInstanceName": "<p>The name of the service instance with the deployment to cancel.</p>", 829 "CancelServiceInstanceDeploymentInput$serviceName": "<p>The name of the service with the service instance deployment to cancel.</p>", 830 "CancelServicePipelineDeploymentInput$serviceName": "<p>The name of the service with the service pipeline deployment to cancel.</p>", 831 "CompatibleEnvironmentTemplate$templateName": "<p>The compatible environment template name.</p>", 832 "CompatibleEnvironmentTemplateInput$templateName": "<p>The compatible environment template name.</p>", 833 "CreateEnvironmentAccountConnectionInput$environmentName": "<p>The name of the AWS Proton environment that's created in the associated management account.</p>", 834 "CreateEnvironmentInput$name": "<p>The name of the environment.</p>", 835 "CreateEnvironmentInput$templateName": "<p>The name of the environment template. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html\">Environment Templates</a> in the <i>AWS Proton Administrator Guide</i>.</p>", 836 "CreateEnvironmentTemplateInput$name": "<p>The name of the environment template.</p>", 837 "CreateEnvironmentTemplateVersionInput$templateName": "<p>The name of the environment template.</p>", 838 "CreateServiceInput$name": "<p>The service name.</p>", 839 "CreateServiceInput$templateName": "<p>The name of the service template that's used to create the service.</p>", 840 "CreateServiceTemplateInput$name": "<p>The name of the service template.</p>", 841 "CreateServiceTemplateVersionInput$templateName": "<p>The name of the service template.</p>", 842 "DeleteEnvironmentInput$name": "<p>The name of the environment to delete.</p>", 843 "DeleteEnvironmentTemplateInput$name": "<p>The name of the environment template to delete.</p>", 844 "DeleteEnvironmentTemplateVersionInput$templateName": "<p>The name of the environment template.</p>", 845 "DeleteServiceInput$name": "<p>The name of the service to delete.</p>", 846 "DeleteServiceTemplateInput$name": "<p>The name of the service template to delete.</p>", 847 "DeleteServiceTemplateVersionInput$templateName": "<p>The name of the service template.</p>", 848 "Environment$name": "<p>The name of the environment.</p>", 849 "Environment$templateName": "<p>The Amazon Resource Name (ARN) of the environment template.</p>", 850 "EnvironmentAccountConnection$environmentName": "<p>The name of the environment that's associated with the environment account connection.</p>", 851 "EnvironmentAccountConnectionSummary$environmentName": "<p>The name of the environment that's associated with the environment account connection.</p>", 852 "EnvironmentSummary$name": "<p>The name of the environment.</p>", 853 "EnvironmentSummary$templateName": "<p>The name of the environment template.</p>", 854 "EnvironmentTemplate$name": "<p>The name of the environment template.</p>", 855 "EnvironmentTemplateFilter$templateName": "<p>Include <code>templateName</code> to filter search for a template name.</p>", 856 "EnvironmentTemplateSummary$name": "<p>The name of the environment template.</p>", 857 "EnvironmentTemplateVersion$templateName": "<p>The name of the version of an environment template.</p>", 858 "EnvironmentTemplateVersionSummary$templateName": "<p>The name of the version of an environment template.</p>", 859 "GetEnvironmentInput$name": "<p>The name of the environment that you want to get the detail data for.</p>", 860 "GetEnvironmentTemplateInput$name": "<p>The name of the environment template that you want to get the detail data for.</p>", 861 "GetEnvironmentTemplateVersionInput$templateName": "<p>The name of the environment template.</p>", 862 "GetServiceInput$name": "<p>The name of the service that you want to get the detail data for.</p>", 863 "GetServiceInstanceInput$name": "<p>The name of a service instance that you want to get the detail data for.</p>", 864 "GetServiceInstanceInput$serviceName": "<p>The name of the service that the service instance belongs to.</p>", 865 "GetServiceTemplateInput$name": "<p>The name of the service template that you want to get detail data for.</p>", 866 "GetServiceTemplateVersionInput$templateName": "<p>The name of the service template.</p>", 867 "ListEnvironmentAccountConnectionsInput$environmentName": "<p>The environment name that's associated with each listed environment account connection.</p>", 868 "ListEnvironmentTemplateVersionsInput$templateName": "<p>The name of the environment template.</p>", 869 "ListServiceInstancesInput$serviceName": "<p>The name of the service that the service instance belongs to.</p>", 870 "ListServiceTemplateVersionsInput$templateName": "<p>The name of the service template.</p>", 871 "Service$name": "<p>The name of the service.</p>", 872 "Service$templateName": "<p>The name of the service template.</p>", 873 "ServiceInstance$environmentName": "<p>The name of the environment that the service instance was deployed into.</p>", 874 "ServiceInstance$name": "<p>The name of the service instance.</p>", 875 "ServiceInstance$serviceName": "<p>The name of the service that the service instance belongs to.</p>", 876 "ServiceInstance$templateName": "<p>The name of the service template that was used to create the service instance.</p>", 877 "ServiceInstanceSummary$environmentName": "<p>The name of the environment that the service instance was deployed into.</p>", 878 "ServiceInstanceSummary$name": "<p>The name of the service instance.</p>", 879 "ServiceInstanceSummary$serviceName": "<p>The name of the service that the service instance belongs to.</p>", 880 "ServiceInstanceSummary$templateName": "<p>The name of the service template.</p>", 881 "ServicePipeline$templateName": "<p>The name of the service template that was used to create the service pipeline.</p>", 882 "ServiceSummary$name": "<p>The name of the service.</p>", 883 "ServiceSummary$templateName": "<p>The name of the service template.</p>", 884 "ServiceTemplate$name": "<p>The name of the service template.</p>", 885 "ServiceTemplateSummary$name": "<p>The name of the service template.</p>", 886 "ServiceTemplateVersion$templateName": "<p>The name of the version of a service template.</p>", 887 "ServiceTemplateVersionSummary$templateName": "<p>The name of the service template.</p>", 888 "UpdateEnvironmentInput$name": "<p>The name of the environment to update.</p>", 889 "UpdateEnvironmentTemplateInput$name": "<p>The name of the environment template to update.</p>", 890 "UpdateEnvironmentTemplateVersionInput$templateName": "<p>The name of the environment template.</p>", 891 "UpdateServiceInput$name": "<p>The name of the service to edit.</p>", 892 "UpdateServiceInstanceInput$name": "<p>The name of the service instance to update.</p>", 893 "UpdateServiceInstanceInput$serviceName": "<p>The name of the service that the service instance belongs to.</p>", 894 "UpdateServicePipelineInput$serviceName": "<p>The name of the service to that the pipeline is associated with.</p>", 895 "UpdateServiceTemplateInput$name": "<p>The name of the service template to update.</p>", 896 "UpdateServiceTemplateVersionInput$templateName": "<p>The name of the service template.</p>" 897 } 898 }, 899 "ResourceNotFoundException": { 900 "base": "<p>The requested resource <i>wasn't</i> found.</p>", 901 "refs": { 902 } 903 }, 904 "S3Bucket": { 905 "base": null, 906 "refs": { 907 "S3ObjectSource$bucket": "<p>The name of the S3 bucket that contains a template bundle.</p>" 908 } 909 }, 910 "S3Key": { 911 "base": null, 912 "refs": { 913 "S3ObjectSource$key": "<p>The path to the S3 bucket that contains a template bundle.</p>" 914 } 915 }, 916 "S3ObjectSource": { 917 "base": "<p>Template bundle S3 bucket data.</p>", 918 "refs": { 919 "TemplateVersionSourceInput$s3": "<p>An S3 source object that includes the template bundle S3 path and name for a template minor version.</p>" 920 } 921 }, 922 "Service": { 923 "base": "<p>The service detail data.</p>", 924 "refs": { 925 "CreateServiceOutput$service": "<p>The service detail data that's returned by AWS Proton.</p>", 926 "DeleteServiceOutput$service": "<p>The service detail data that's returned by AWS Proton.</p>", 927 "GetServiceOutput$service": "<p>The service detail data that's returned by AWS Proton.</p>", 928 "UpdateServiceOutput$service": "<p>The service detail data that's returned by AWS Proton.</p>" 929 } 930 }, 931 "ServiceArn": { 932 "base": null, 933 "refs": { 934 "Service$arn": "<p>The Amazon Resource Name (ARN) of the service.</p>", 935 "ServiceSummary$arn": "<p>The Amazon Resource Name (ARN) of the service.</p>" 936 } 937 }, 938 "ServiceInstance": { 939 "base": "<p>The service instance detail data.</p>", 940 "refs": { 941 "CancelServiceInstanceDeploymentOutput$serviceInstance": "<p>The service instance summary data that's returned by AWS Proton.</p>", 942 "GetServiceInstanceOutput$serviceInstance": "<p>The service instance detail data that's returned by AWS Proton.</p>", 943 "UpdateServiceInstanceOutput$serviceInstance": "<p>The service instance summary data returned by AWS Proton.</p>" 944 } 945 }, 946 "ServiceInstanceArn": { 947 "base": null, 948 "refs": { 949 "ServiceInstance$arn": "<p>The Amazon Resource Name (ARN) of the service instance.</p>", 950 "ServiceInstanceSummary$arn": "<p>The Amazon Resource Name (ARN) of the service instance.</p>" 951 } 952 }, 953 "ServiceInstanceSummary": { 954 "base": "<p>A summary of the service instance detail data.</p>", 955 "refs": { 956 "ServiceInstanceSummaryList$member": null 957 } 958 }, 959 "ServiceInstanceSummaryList": { 960 "base": null, 961 "refs": { 962 "ListServiceInstancesOutput$serviceInstances": "<p>An array of service instances with summaries of detail data.</p>" 963 } 964 }, 965 "ServicePipeline": { 966 "base": "<p>The service pipeline detail data.</p>", 967 "refs": { 968 "CancelServicePipelineDeploymentOutput$pipeline": "<p>The service pipeline detail data that's returned by AWS Proton.</p>", 969 "Service$pipeline": "<p>The service pipeline detail data.</p>", 970 "UpdateServicePipelineOutput$pipeline": "<p>The pipeline details returned by AWS Proton.</p>" 971 } 972 }, 973 "ServiceQuotaExceededException": { 974 "base": "<p>A quota was exceeded. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-limits.html\">AWS Proton Quotas</a> in the <i>AWS Proton Administrator Guide</i>.</p>", 975 "refs": { 976 } 977 }, 978 "ServiceStatus": { 979 "base": null, 980 "refs": { 981 "Service$status": "<p>The status of the service.</p>", 982 "ServiceSummary$status": "<p>The status of the service.</p>" 983 } 984 }, 985 "ServiceSummary": { 986 "base": "<p>A summary of the service detail data.</p>", 987 "refs": { 988 "ServiceSummaryList$member": null 989 } 990 }, 991 "ServiceSummaryList": { 992 "base": null, 993 "refs": { 994 "ListServicesOutput$services": "<p>An array of services with summaries of detail data.</p>" 995 } 996 }, 997 "ServiceTemplate": { 998 "base": "<p>The service template detail data.</p>", 999 "refs": { 1000 "CreateServiceTemplateOutput$serviceTemplate": "<p>The service template detail data that's returned by AWS Proton.</p>", 1001 "DeleteServiceTemplateOutput$serviceTemplate": "<p>The service template detail data that's returned by AWS Proton.</p>", 1002 "GetServiceTemplateOutput$serviceTemplate": "<p>The service template detail data that's returned by AWS Proton.</p>", 1003 "UpdateServiceTemplateOutput$serviceTemplate": "<p>The service template detail data that's returned by AWS Proton.</p>" 1004 } 1005 }, 1006 "ServiceTemplateArn": { 1007 "base": null, 1008 "refs": { 1009 "ServiceTemplate$arn": "<p>The Amazon Resource Name (ARN) of the service template.</p>", 1010 "ServiceTemplateSummary$arn": "<p>The Amazon Resource Name (ARN) of the service template.</p>" 1011 } 1012 }, 1013 "ServiceTemplateSummary": { 1014 "base": "<p>The service template summary data.</p>", 1015 "refs": { 1016 "ServiceTemplateSummaryList$member": null 1017 } 1018 }, 1019 "ServiceTemplateSummaryList": { 1020 "base": null, 1021 "refs": { 1022 "ListServiceTemplatesOutput$templates": "<p>An array of service templates with detail data.</p>" 1023 } 1024 }, 1025 "ServiceTemplateVersion": { 1026 "base": "<p>The version of a service template detail data.</p>", 1027 "refs": { 1028 "CreateServiceTemplateVersionOutput$serviceTemplateVersion": "<p>The service template version summary of detail data that's returned by AWS Proton.</p>", 1029 "DeleteServiceTemplateVersionOutput$serviceTemplateVersion": "<p>The service template version detail data that's returned by AWS Proton.</p>", 1030 "GetServiceTemplateVersionOutput$serviceTemplateVersion": "<p>The service template version detail data that's returned by AWS Proton.</p>", 1031 "UpdateServiceTemplateVersionOutput$serviceTemplateVersion": "<p>The service template version detail data that's returned by AWS Proton.</p>" 1032 } 1033 }, 1034 "ServiceTemplateVersionArn": { 1035 "base": null, 1036 "refs": { 1037 "ServiceTemplateVersion$arn": "<p>The Amazon Resource Name (ARN) of the version of a service template.</p>", 1038 "ServiceTemplateVersionSummary$arn": "<p>The Amazon Resource Name (ARN) of the version of a service template.</p>" 1039 } 1040 }, 1041 "ServiceTemplateVersionSummary": { 1042 "base": "<p>A summary of the service template version detail data.</p>", 1043 "refs": { 1044 "ServiceTemplateVersionSummaryList$member": null 1045 } 1046 }, 1047 "ServiceTemplateVersionSummaryList": { 1048 "base": null, 1049 "refs": { 1050 "ListServiceTemplateVersionsOutput$templateVersions": "<p>An array of major or minor versions of a service template with detail data.</p>" 1051 } 1052 }, 1053 "SpecContents": { 1054 "base": null, 1055 "refs": { 1056 "CreateEnvironmentInput$spec": "<p>A link to a YAML formatted spec file that provides inputs as defined in the environment template bundle schema file. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html\">Environments</a> in the <i>AWS Proton Administrator Guide</i>.</p>", 1057 "CreateServiceInput$spec": "<p>A link to a spec file that provides inputs as defined in the service template bundle schema file. The spec file is in YAML format. Don’t include pipeline inputs in the spec if your service template <i>doesn’t</i> include a service pipeline. For more information, see <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-create-svc.html.html\">Create a service</a> in the <i>AWS Proton Administrator Guide</i> and <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-create.html\">Create a service</a> in the <i>AWS Proton User Guide</i>.</p>", 1058 "Environment$spec": "<p>The environment spec.</p>", 1059 "Service$spec": "<p>The formatted specification that defines the service.</p>", 1060 "ServiceInstance$spec": "<p>The service spec that was used to create the service instance.</p>", 1061 "ServicePipeline$spec": "<p>The service spec that was used to create the service pipeline.</p>", 1062 "UpdateEnvironmentInput$spec": "<p>The formatted specification that defines the update.</p>", 1063 "UpdateServiceInput$spec": "<p>Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. <i>Don't</i> include edits to the existing service instances or pipeline. For more information, see <i>Edit a service</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-update.html\">AWS Proton Administrator Guide</a> or the <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-update.html\">AWS Proton User Guide</a>.</p>", 1064 "UpdateServiceInstanceInput$spec": "<p>The formatted specification that defines the service instance update.</p>", 1065 "UpdateServicePipelineInput$spec": "<p>The spec for the service pipeline to update.</p>" 1066 } 1067 }, 1068 "StatusMessage": { 1069 "base": null, 1070 "refs": { 1071 "Environment$deploymentStatusMessage": "<p>An environment deployment status message.</p>", 1072 "EnvironmentSummary$deploymentStatusMessage": "<p>An environment deployment status message.</p>", 1073 "EnvironmentTemplateVersion$statusMessage": "<p>The status message of the version of an environment template.</p>", 1074 "EnvironmentTemplateVersionSummary$statusMessage": "<p>The status message of the version of an environment template.</p>", 1075 "Service$statusMessage": "<p>A service status message.</p>", 1076 "ServiceInstance$deploymentStatusMessage": "<p>A service instance deployment status message.</p>", 1077 "ServiceInstanceSummary$deploymentStatusMessage": "<p>A service instance deployment status message.</p>", 1078 "ServicePipeline$deploymentStatusMessage": "<p>A service pipeline deployment status message.</p>", 1079 "ServiceSummary$statusMessage": "<p>A service status message.</p>", 1080 "ServiceTemplateVersion$statusMessage": "<p>A service template version status message.</p>", 1081 "ServiceTemplateVersionSummary$statusMessage": "<p>A service template minor version status message.</p>" 1082 } 1083 }, 1084 "String": { 1085 "base": null, 1086 "refs": { 1087 "ListTagsForResourceInput$nextToken": "<p>A token to indicate the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously requested.</p>", 1088 "ListTagsForResourceOutput$nextToken": "<p>A token to indicate the location of the next resource tag in the array of resource tags, after the current requested list of resource tags.</p>" 1089 } 1090 }, 1091 "Tag": { 1092 "base": "<p>A description of a resource tag.</p>", 1093 "refs": { 1094 "TagList$member": null 1095 } 1096 }, 1097 "TagKey": { 1098 "base": null, 1099 "refs": { 1100 "Tag$key": "<p>The key of the resource tag.</p>", 1101 "TagKeyList$member": null 1102 } 1103 }, 1104 "TagKeyList": { 1105 "base": null, 1106 "refs": { 1107 "UntagResourceInput$tagKeys": "<p>An array of tag keys indicating the resource tags to be removed from the resource.</p>" 1108 } 1109 }, 1110 "TagList": { 1111 "base": null, 1112 "refs": { 1113 "CreateEnvironmentInput$tags": "<p>Create tags for your environment. For more information, see <i>AWS Proton resources and tagging</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/resources.html\">AWS Proton Administrator Guide</a> or <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/resources.html\">AWS Proton User Guide</a>.</p>", 1114 "CreateEnvironmentTemplateInput$tags": "<p>Create tags for your environment template. For more information, see <i>AWS Proton resources and tagging</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/resources.html\">AWS Proton Administrator Guide</a> or <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/resources.html\">AWS Proton User Guide</a>.</p>", 1115 "CreateEnvironmentTemplateVersionInput$tags": "<p>Create tags for a new version of an environment template.</p>", 1116 "CreateServiceInput$tags": "<p>Create tags for your service. For more information, see <i>AWS Proton resources and tagging</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/resources.html\">AWS Proton Administrator Guide</a> or <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/resources.html\">AWS Proton User Guide</a>.</p>", 1117 "CreateServiceTemplateInput$tags": "<p>Create tags for your service template. For more information, see <i>AWS Proton resources and tagging</i> in the <a href=\"https://docs.aws.amazon.com/proton/latest/adminguide/resources.html\">AWS Proton Administrator Guide</a> or <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/resources.html\">AWS Proton User Guide</a>.</p>", 1118 "CreateServiceTemplateVersionInput$tags": "<p>Create tags for a new version of a service template.</p>", 1119 "ListTagsForResourceOutput$tags": "<p>An array of resource tags with detail data.</p>", 1120 "TagResourceInput$tags": "<p>An array of resource tags to apply to a resource.</p>" 1121 } 1122 }, 1123 "TagResourceInput": { 1124 "base": null, 1125 "refs": { 1126 } 1127 }, 1128 "TagResourceOutput": { 1129 "base": null, 1130 "refs": { 1131 } 1132 }, 1133 "TagValue": { 1134 "base": null, 1135 "refs": { 1136 "Tag$value": "<p>The value of the resource tag.</p>" 1137 } 1138 }, 1139 "TemplateSchema": { 1140 "base": null, 1141 "refs": { 1142 "EnvironmentTemplateVersion$schema": "<p>The schema of the version of an environment template.</p>", 1143 "ServiceTemplateVersion$schema": "<p>The schema of the version of a service template.</p>" 1144 } 1145 }, 1146 "TemplateVersionPart": { 1147 "base": null, 1148 "refs": { 1149 "CompatibleEnvironmentTemplate$majorVersion": "<p>The major version of the compatible environment template.</p>", 1150 "CompatibleEnvironmentTemplateInput$majorVersion": "<p>The major version of the compatible environment template.</p>", 1151 "CreateEnvironmentInput$templateMajorVersion": "<p>The ID of the major version of the environment template.</p>", 1152 "CreateEnvironmentInput$templateMinorVersion": "<p>The ID of the minor version of the environment template.</p>", 1153 "CreateEnvironmentTemplateVersionInput$majorVersion": "<p>To create a new minor version of the environment template, include a <code>majorVersion</code>.</p> <p>To create a new major and minor version of the environment template, <i>exclude</i> <code>majorVersion</code>.</p>", 1154 "CreateServiceInput$templateMajorVersion": "<p>The ID of the major version of the service template that was used to create the service.</p>", 1155 "CreateServiceInput$templateMinorVersion": "<p>The ID of the minor version of the service template that was used to create the service.</p>", 1156 "CreateServiceTemplateVersionInput$majorVersion": "<p>To create a new minor version of the service template, include a <code>majorVersion</code>.</p> <p>To create a new major and minor version of the service template, <i>exclude</i> <code>majorVersion</code>.</p>", 1157 "DeleteEnvironmentTemplateVersionInput$majorVersion": "<p>The environment template major version to delete.</p>", 1158 "DeleteEnvironmentTemplateVersionInput$minorVersion": "<p>The environment template minor version to delete.</p>", 1159 "DeleteServiceTemplateVersionInput$majorVersion": "<p>The service template major version to delete.</p>", 1160 "DeleteServiceTemplateVersionInput$minorVersion": "<p>The service template minor version to delete.</p>", 1161 "Environment$templateMajorVersion": "<p>The ID of the major version of the environment template.</p>", 1162 "Environment$templateMinorVersion": "<p>The ID of the minor version of the environment template.</p>", 1163 "EnvironmentSummary$templateMajorVersion": "<p>The ID of the major version of the environment template.</p>", 1164 "EnvironmentSummary$templateMinorVersion": "<p>The ID of the minor version of the environment template.</p>", 1165 "EnvironmentTemplateFilter$majorVersion": "<p>Include <code>majorVersion</code> to filter search for a major version.</p>", 1166 "EnvironmentTemplateVersion$majorVersion": "<p>The ID of the latest major version that's associated with the version of an environment template.</p>", 1167 "EnvironmentTemplateVersion$minorVersion": "<p>The ID of the minor version of an environment template.</p>", 1168 "EnvironmentTemplateVersion$recommendedMinorVersion": "<p>The ID of the recommended minor version of the environment template.</p>", 1169 "EnvironmentTemplateVersionSummary$majorVersion": "<p>The ID of the latest major version that's associated with the version of an environment template.</p>", 1170 "EnvironmentTemplateVersionSummary$minorVersion": "<p>The ID of the version of an environment template.</p>", 1171 "EnvironmentTemplateVersionSummary$recommendedMinorVersion": "<p>The ID of the recommended minor version of the environment template.</p>", 1172 "GetEnvironmentTemplateVersionInput$majorVersion": "<p>To view environment template major version detail data, include <code>majorVersion</code>.</p>", 1173 "GetEnvironmentTemplateVersionInput$minorVersion": "<p>To view environment template minor version detail data, include <code>minorVersion</code>.</p>", 1174 "GetServiceTemplateVersionInput$majorVersion": "<p>To view service template major version detail data, include <code>majorVersion</code>.</p>", 1175 "GetServiceTemplateVersionInput$minorVersion": "<p>To view service template minor version detail data, include <code>minorVersion</code>.</p>", 1176 "ListEnvironmentTemplateVersionsInput$majorVersion": "<p>To view a list of minor of versions under a major version of an environment template, include <code>majorVersion</code>.</p> <p>To view a list of major versions of an environment template, <i>exclude</i> <code>majorVersion</code>.</p>", 1177 "ListServiceTemplateVersionsInput$majorVersion": "<p>To view a list of minor of versions under a major version of a service template, include <code>majorVersion</code>.</p> <p>To view a list of major versions of a service template, <i>exclude</i> <code>majorVersion</code>.</p>", 1178 "ServiceInstance$templateMajorVersion": "<p>The ID of the major version of the service template that was used to create the service instance.</p>", 1179 "ServiceInstance$templateMinorVersion": "<p>The ID of the minor version of the service template that was used to create the service instance.</p>", 1180 "ServiceInstanceSummary$templateMajorVersion": "<p>The ID of the major version of a service template.</p>", 1181 "ServiceInstanceSummary$templateMinorVersion": "<p>The ID of the minor version of a service template.</p>", 1182 "ServicePipeline$templateMajorVersion": "<p>The ID of the major version of the service template that was used to create the service pipeline.</p>", 1183 "ServicePipeline$templateMinorVersion": "<p>The ID of the minor version of the service template that was used to create the service pipeline.</p>", 1184 "ServiceTemplateVersion$majorVersion": "<p>The ID of the latest major version that's associated with the version of a service template.</p>", 1185 "ServiceTemplateVersion$minorVersion": "<p>The ID of the minor version of a service template.</p>", 1186 "ServiceTemplateVersion$recommendedMinorVersion": "<p>The ID of the recommended minor version of the service template.</p>", 1187 "ServiceTemplateVersionSummary$majorVersion": "<p>The ID of the latest major version that's associated with the version of a service template.</p>", 1188 "ServiceTemplateVersionSummary$minorVersion": "<p>The ID of the minor version of a service template.</p>", 1189 "ServiceTemplateVersionSummary$recommendedMinorVersion": "<p>The ID of the recommended minor version of the service template.</p>", 1190 "UpdateEnvironmentInput$templateMajorVersion": "<p>The ID of the major version of the environment to update.</p>", 1191 "UpdateEnvironmentInput$templateMinorVersion": "<p>The ID of the minor version of the environment to update.</p>", 1192 "UpdateEnvironmentTemplateVersionInput$majorVersion": "<p>To update a major version of an environment template, include <code>majorVersion</code>.</p>", 1193 "UpdateEnvironmentTemplateVersionInput$minorVersion": "<p>To update a minor version of an environment template, include <code>minorVersion</code>.</p>", 1194 "UpdateServiceInstanceInput$templateMajorVersion": "<p>The major version of the service template to update.</p>", 1195 "UpdateServiceInstanceInput$templateMinorVersion": "<p>The minor version of the service template to update.</p>", 1196 "UpdateServicePipelineInput$templateMajorVersion": "<p>The major version of the service template that was used to create the service that the pipeline is associated with.</p>", 1197 "UpdateServicePipelineInput$templateMinorVersion": "<p>The minor version of the service template that was used to create the service that the pipeline is associated with.</p>", 1198 "UpdateServiceTemplateVersionInput$majorVersion": "<p>To update a major version of a service template, include <code>majorVersion</code>.</p>", 1199 "UpdateServiceTemplateVersionInput$minorVersion": "<p>To update a minor version of a service template, include <code>minorVersion</code>.</p>" 1200 } 1201 }, 1202 "TemplateVersionSourceInput": { 1203 "base": "<p>Template version source data.</p>", 1204 "refs": { 1205 "CreateEnvironmentTemplateVersionInput$source": "<p>An object that includes the template bundle S3 bucket path and name for the new version of an template.</p>", 1206 "CreateServiceTemplateVersionInput$source": "<p>An object that includes the template bundle S3 bucket path and name for the new version of a service template.</p>" 1207 } 1208 }, 1209 "TemplateVersionStatus": { 1210 "base": null, 1211 "refs": { 1212 "EnvironmentTemplateVersion$status": "<p>The status of the version of an environment template.</p>", 1213 "EnvironmentTemplateVersionSummary$status": "<p>The status of the version of an environment template.</p>", 1214 "ServiceTemplateVersion$status": "<p>The service template version status.</p>", 1215 "ServiceTemplateVersionSummary$status": "<p>The service template minor version status.</p>", 1216 "UpdateEnvironmentTemplateVersionInput$status": "<p>The status of the environment template minor version to update.</p>", 1217 "UpdateServiceTemplateVersionInput$status": "<p>The status of the service template minor version to update.</p>" 1218 } 1219 }, 1220 "ThrottlingException": { 1221 "base": "<p>The request was denied due to request throttling.</p>", 1222 "refs": { 1223 } 1224 }, 1225 "Timestamp": { 1226 "base": null, 1227 "refs": { 1228 "Environment$createdAt": "<p>The time when the environment was created.</p>", 1229 "Environment$lastDeploymentAttemptedAt": "<p>The time when a deployment of the environment was last attempted.</p>", 1230 "Environment$lastDeploymentSucceededAt": "<p>The time when the environment was last deployed successfully.</p>", 1231 "EnvironmentAccountConnection$lastModifiedAt": "<p>The time when the environment account connection was last modified.</p>", 1232 "EnvironmentAccountConnection$requestedAt": "<p>The time when the environment account connection request was made.</p>", 1233 "EnvironmentAccountConnectionSummary$lastModifiedAt": "<p>The time when the environment account connection was last modified.</p>", 1234 "EnvironmentAccountConnectionSummary$requestedAt": "<p>The time when the environment account connection request was made.</p>", 1235 "EnvironmentSummary$createdAt": "<p>The time when the environment was created.</p>", 1236 "EnvironmentSummary$lastDeploymentAttemptedAt": "<p>The time when a deployment of the environment was last attempted.</p>", 1237 "EnvironmentSummary$lastDeploymentSucceededAt": "<p>The time when the environment was last deployed successfully.</p>", 1238 "EnvironmentTemplate$createdAt": "<p>The time when the environment template was created.</p>", 1239 "EnvironmentTemplate$lastModifiedAt": "<p>The time when the environment template was last modified.</p>", 1240 "EnvironmentTemplateSummary$createdAt": "<p>The time when the environment template was created.</p>", 1241 "EnvironmentTemplateSummary$lastModifiedAt": "<p>The time when the environment template was last modified.</p>", 1242 "EnvironmentTemplateVersion$createdAt": "<p>The time when the version of an environment template was created.</p>", 1243 "EnvironmentTemplateVersion$lastModifiedAt": "<p>The time when the version of an environment template was last modified.</p>", 1244 "EnvironmentTemplateVersionSummary$createdAt": "<p>The time when the version of an environment template was created.</p>", 1245 "EnvironmentTemplateVersionSummary$lastModifiedAt": "<p>The time when the version of an environment template was last modified.</p>", 1246 "Service$createdAt": "<p>The time when the service was created.</p>", 1247 "Service$lastModifiedAt": "<p>The time when the service was last modified.</p>", 1248 "ServiceInstance$createdAt": "<p>The time when the service instance was created.</p>", 1249 "ServiceInstance$lastDeploymentAttemptedAt": "<p>The time when a deployment of the service instance was last attempted.</p>", 1250 "ServiceInstance$lastDeploymentSucceededAt": "<p>The time when the service instance was last deployed successfully.</p>", 1251 "ServiceInstanceSummary$createdAt": "<p>The time when the service instance was created.</p>", 1252 "ServiceInstanceSummary$lastDeploymentAttemptedAt": "<p>The time when a deployment of the service was last attempted.</p>", 1253 "ServiceInstanceSummary$lastDeploymentSucceededAt": "<p>The time when the service was last deployed successfully.</p>", 1254 "ServicePipeline$createdAt": "<p>The time when the service pipeline was created.</p>", 1255 "ServicePipeline$lastDeploymentAttemptedAt": "<p>The time when a deployment of the service pipeline was last attempted.</p>", 1256 "ServicePipeline$lastDeploymentSucceededAt": "<p>The time when the service pipeline was last deployed successfully.</p>", 1257 "ServiceSummary$createdAt": "<p>The time when the service was created.</p>", 1258 "ServiceSummary$lastModifiedAt": "<p>The time when the service was last modified.</p>", 1259 "ServiceTemplate$createdAt": "<p>The time when the service template was created.</p>", 1260 "ServiceTemplate$lastModifiedAt": "<p>The time when the service template was last modified.</p>", 1261 "ServiceTemplateSummary$createdAt": "<p>The time when the service template was created.</p>", 1262 "ServiceTemplateSummary$lastModifiedAt": "<p>The time when the service template was last modified.</p>", 1263 "ServiceTemplateVersion$createdAt": "<p>The time when the version of a service template was created.</p>", 1264 "ServiceTemplateVersion$lastModifiedAt": "<p>The time when the version of a service template was last modified.</p>", 1265 "ServiceTemplateVersionSummary$createdAt": "<p>The time when the version of a service template was created.</p>", 1266 "ServiceTemplateVersionSummary$lastModifiedAt": "<p>The time when the version of a service template was last modified.</p>" 1267 } 1268 }, 1269 "UntagResourceInput": { 1270 "base": null, 1271 "refs": { 1272 } 1273 }, 1274 "UntagResourceOutput": { 1275 "base": null, 1276 "refs": { 1277 } 1278 }, 1279 "UpdateAccountSettingsInput": { 1280 "base": null, 1281 "refs": { 1282 } 1283 }, 1284 "UpdateAccountSettingsOutput": { 1285 "base": null, 1286 "refs": { 1287 } 1288 }, 1289 "UpdateEnvironmentAccountConnectionInput": { 1290 "base": null, 1291 "refs": { 1292 } 1293 }, 1294 "UpdateEnvironmentAccountConnectionOutput": { 1295 "base": null, 1296 "refs": { 1297 } 1298 }, 1299 "UpdateEnvironmentInput": { 1300 "base": null, 1301 "refs": { 1302 } 1303 }, 1304 "UpdateEnvironmentOutput": { 1305 "base": null, 1306 "refs": { 1307 } 1308 }, 1309 "UpdateEnvironmentTemplateInput": { 1310 "base": null, 1311 "refs": { 1312 } 1313 }, 1314 "UpdateEnvironmentTemplateOutput": { 1315 "base": null, 1316 "refs": { 1317 } 1318 }, 1319 "UpdateEnvironmentTemplateVersionInput": { 1320 "base": null, 1321 "refs": { 1322 } 1323 }, 1324 "UpdateEnvironmentTemplateVersionOutput": { 1325 "base": null, 1326 "refs": { 1327 } 1328 }, 1329 "UpdateServiceInput": { 1330 "base": null, 1331 "refs": { 1332 } 1333 }, 1334 "UpdateServiceInstanceInput": { 1335 "base": null, 1336 "refs": { 1337 } 1338 }, 1339 "UpdateServiceInstanceOutput": { 1340 "base": null, 1341 "refs": { 1342 } 1343 }, 1344 "UpdateServiceOutput": { 1345 "base": null, 1346 "refs": { 1347 } 1348 }, 1349 "UpdateServicePipelineInput": { 1350 "base": null, 1351 "refs": { 1352 } 1353 }, 1354 "UpdateServicePipelineOutput": { 1355 "base": null, 1356 "refs": { 1357 } 1358 }, 1359 "UpdateServiceTemplateInput": { 1360 "base": null, 1361 "refs": { 1362 } 1363 }, 1364 "UpdateServiceTemplateOutput": { 1365 "base": null, 1366 "refs": { 1367 } 1368 }, 1369 "UpdateServiceTemplateVersionInput": { 1370 "base": null, 1371 "refs": { 1372 } 1373 }, 1374 "UpdateServiceTemplateVersionOutput": { 1375 "base": null, 1376 "refs": { 1377 } 1378 }, 1379 "ValidationException": { 1380 "base": "<p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>", 1381 "refs": { 1382 } 1383 } 1384 } 1385 }