|
523 | 523 | {"shape":"ResourceNotFoundException"},
|
524 | 524 | {"shape":"InternalServerException"}
|
525 | 525 | ],
|
526 |
| - "documentation":"<p>Lists configurations stored in the AppConfig hosted configuration store by version.</p>" |
| 526 | + "documentation":"<p>Lists configurations stored in the AppConfig hosted configuration store by version. </p>" |
527 | 527 | },
|
528 | 528 | "ListTagsForResource":{
|
529 | 529 | "name":"ListTagsForResource",
|
|
762 | 762 | "documentation":"<p>An Amazon Resource Name (ARN) for an Identity and Access Management assume role.</p>"
|
763 | 763 | }
|
764 | 764 | },
|
765 |
| - "documentation":"<p>An action defines the tasks that the extension performs during the AppConfig workflow. Each action includes an action point such as <code>ON_CREATE_HOSTED_CONFIGURATION</code>, <code>PRE_DEPLOYMENT</code>, or <code>ON_DEPLOYMENT</code>. Each action also includes a name, a URI to an Lambda function, and an Amazon Resource Name (ARN) for an Identity and Access Management assume role. You specify the name, URI, and ARN for each <i>action point</i> defined in the extension. You can specify the following actions for an extension:</p> <ul> <li> <p> <code>PRE_CREATE_HOSTED_CONFIGURATION_VERSION</code> </p> </li> <li> <p> <code>PRE_START_DEPLOYMENT</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_START</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_STEP</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_BAKING</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_COMPLETE</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_ROLLED_BACK</code> </p> </li> </ul>" |
| 765 | + "documentation":"<p>An action defines the tasks that the extension performs during the AppConfig workflow. Each action includes an action point, as shown in the following list: </p> <ul> <li> <p> <code>PRE_CREATE_HOSTED_CONFIGURATION_VERSION</code> </p> </li> <li> <p> <code>PRE_START_DEPLOYMENT</code> </p> </li> <li> <p> <code>AT_DEPLOYMENT_TICK</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_START</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_STEP</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_BAKING</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_COMPLETE</code> </p> </li> <li> <p> <code>ON_DEPLOYMENT_ROLLED_BACK</code> </p> </li> </ul> <p>Each action also includes a name, a URI to an Lambda function, and an Amazon Resource Name (ARN) for an Identity and Access Management assume role. You specify the name, URI, and ARN for each <i>action point</i> defined in the extension.</p>" |
766 | 766 | },
|
767 | 767 | "ActionInvocation":{
|
768 | 768 | "type":"structure",
|
|
813 | 813 | "enum":[
|
814 | 814 | "PRE_CREATE_HOSTED_CONFIGURATION_VERSION",
|
815 | 815 | "PRE_START_DEPLOYMENT",
|
| 816 | + "AT_DEPLOYMENT_TICK", |
816 | 817 | "ON_DEPLOYMENT_START",
|
817 | 818 | "ON_DEPLOYMENT_STEP",
|
818 | 819 | "ON_DEPLOYMENT_BAKING",
|
|
1097 | 1098 | },
|
1098 | 1099 | "LocationUri":{
|
1099 | 1100 | "shape":"Uri",
|
1100 |
| - "documentation":"<p>A URI to locate the configuration. You can specify the following:</p> <ul> <li> <p>For the AppConfig hosted configuration store and for feature flags, specify <code>hosted</code>.</p> </li> <li> <p>For an Amazon Web Services Systems Manager Parameter Store parameter, specify either the parameter name in the format <code>ssm-parameter://<parameter name></code> or the ARN.</p> </li> <li> <p>For an Amazon Web Services CodePipeline pipeline, specify the URI in the following format: <code>codepipeline</code>://<pipeline name>.</p> </li> <li> <p>For an Secrets Manager secret, specify the URI in the following format: <code>secretsmanager</code>://<secret name>.</p> </li> <li> <p>For an Amazon S3 object, specify the URI in the following format: <code>s3://<bucket>/<objectKey> </code>. Here is an example: <code>s3://my-bucket/my-app/us-east-1/my-config.json</code> </p> </li> <li> <p>For an SSM document, specify either the document name in the format <code>ssm-document://<document name></code> or the Amazon Resource Name (ARN).</p> </li> </ul>" |
| 1101 | + "documentation":"<p>A URI to locate the configuration. You can specify the following:</p> <ul> <li> <p>For the AppConfig hosted configuration store and for feature flags, specify <code>hosted</code>.</p> </li> <li> <p>For an Amazon Web Services Systems Manager Parameter Store parameter, specify either the parameter name in the format <code>ssm-parameter://<parameter name></code> or the ARN.</p> </li> <li> <p>For an Amazon Web Services CodePipeline pipeline, specify the URI in the following format: <code>codepipeline</code>://<pipeline name>.</p> </li> <li> <p>For an Secrets Manager secret, specify the URI in the following format: <code>secretsmanager</code>://<secret name>.</p> </li> <li> <p>For an Amazon S3 object, specify the URI in the following format: <code>s3://<bucket>/<objectKey> </code>. Here is an example: <code>s3://amzn-s3-demo-bucket/my-app/us-east-1/my-config.json</code> </p> </li> <li> <p>For an SSM document, specify either the document name in the format <code>ssm-document://<document name></code> or the Amazon Resource Name (ARN).</p> </li> </ul>" |
1101 | 1102 | },
|
1102 | 1103 | "RetrievalRoleArn":{
|
1103 | 1104 | "shape":"RoleArn",
|
|
2557 | 2558 | },
|
2558 | 2559 | "MaxResults":{
|
2559 | 2560 | "shape":"MaxResults",
|
2560 |
| - "documentation":"<p>The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.</p>", |
| 2561 | + "documentation":"<p>The maximum number of items to return for this call. If <code>MaxResults</code> is not provided in the call, AppConfig returns the maximum of 50. The call also returns a token that you can specify in a subsequent call to get the next set of results.</p>", |
2561 | 2562 | "box":true,
|
2562 | 2563 | "location":"querystring",
|
2563 | 2564 | "locationName":"max_results"
|
|
0 commit comments