|
1673 | 1673 | },
|
1674 | 1674 | {
|
1675 | 1675 | "target": "com.amazonaws.appconfig#InternalServerException"
|
| 1676 | + }, |
| 1677 | + { |
| 1678 | + "target": "com.amazonaws.appconfig#ServiceQuotaExceededException" |
1676 | 1679 | }
|
1677 | 1680 | ],
|
1678 | 1681 | "traits": {
|
|
1743 | 1746 | },
|
1744 | 1747 | {
|
1745 | 1748 | "target": "com.amazonaws.appconfig#ResourceNotFoundException"
|
| 1749 | + }, |
| 1750 | + { |
| 1751 | + "target": "com.amazonaws.appconfig#ServiceQuotaExceededException" |
1746 | 1752 | }
|
1747 | 1753 | ],
|
1748 | 1754 | "traits": {
|
|
1800 | 1806 | "LocationUri": {
|
1801 | 1807 | "target": "com.amazonaws.appconfig#Uri",
|
1802 | 1808 | "traits": {
|
1803 |
| - "smithy.api#documentation": "<p>A URI to locate the configuration. You can specify the following:</p>\n <ul>\n <li>\n <p>For the AppConfig hosted configuration store and for feature flags,\n specify <code>hosted</code>.</p>\n </li>\n <li>\n <p>For an Amazon Web Services Systems Manager Parameter Store parameter, specify either the parameter name in\n the format <code>ssm-parameter://<parameter name></code> or the ARN.</p>\n </li>\n <li>\n <p>For an Secrets Manager secret, specify the URI in the following format:\n <code>secrets-manager</code>://<secret name>.</p>\n </li>\n <li>\n <p>For an Amazon S3 object, specify the URI in the following format:\n <code>s3://<bucket>/<objectKey> </code>. Here is an example:\n <code>s3://my-bucket/my-app/us-east-1/my-config.json</code>\n </p>\n </li>\n <li>\n <p>For an SSM document, specify either the document name in the format\n <code>ssm-document://<document name></code> or the Amazon Resource Name\n (ARN).</p>\n </li>\n </ul>", |
| 1809 | + "smithy.api#documentation": "<p>A URI to locate the configuration. You can specify the following:</p>\n <ul>\n <li>\n <p>For the AppConfig hosted configuration store and for feature flags,\n specify <code>hosted</code>.</p>\n </li>\n <li>\n <p>For an Amazon Web Services Systems Manager Parameter Store parameter, specify either the parameter name in\n the format <code>ssm-parameter://<parameter name></code> or the ARN.</p>\n </li>\n <li>\n <p>For an Amazon Web Services\n CodePipeline pipeline, specify the URI in the following format:\n <code>codepipeline</code>://<pipeline name>.</p>\n </li>\n <li>\n <p>For an Secrets Manager secret, specify the URI in the following format:\n <code>secretsmanager</code>://<secret name>.</p>\n </li>\n <li>\n <p>For an Amazon S3 object, specify the URI in the following format:\n <code>s3://<bucket>/<objectKey> </code>. Here is an example:\n <code>s3://my-bucket/my-app/us-east-1/my-config.json</code>\n </p>\n </li>\n <li>\n <p>For an SSM document, specify either the document name in the format\n <code>ssm-document://<document name></code> or the Amazon Resource Name\n (ARN).</p>\n </li>\n </ul>", |
1804 | 1810 | "smithy.api#required": {}
|
1805 | 1811 | }
|
1806 | 1812 | },
|
|
1847 | 1853 | },
|
1848 | 1854 | {
|
1849 | 1855 | "target": "com.amazonaws.appconfig#InternalServerException"
|
| 1856 | + }, |
| 1857 | + { |
| 1858 | + "target": "com.amazonaws.appconfig#ServiceQuotaExceededException" |
1850 | 1859 | }
|
1851 | 1860 | ],
|
1852 | 1861 | "traits": {
|
|
1958 | 1967 | },
|
1959 | 1968 | {
|
1960 | 1969 | "target": "com.amazonaws.appconfig#ResourceNotFoundException"
|
| 1970 | + }, |
| 1971 | + { |
| 1972 | + "target": "com.amazonaws.appconfig#ServiceQuotaExceededException" |
1961 | 1973 | }
|
1962 | 1974 | ],
|
1963 | 1975 | "traits": {
|
|
2049 | 2061 | }
|
2050 | 2062 | ],
|
2051 | 2063 | "traits": {
|
2052 |
| - "smithy.api#documentation": "<p>Creates an AppConfig extension. An extension augments your ability to inject\n logic or behavior at different points during the AppConfig workflow of creating\n or deploying a configuration.</p>\n <p>You can create your own extensions or use the Amazon Web Services authored extensions provided by\n AppConfig. For most use cases, to create your own extension, you must create\n an Lambda function to perform any computation and processing defined in the\n extension. For more information about extensions, see <a href=\"https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html\">Working with\n AppConfig extensions</a> in the\n <i>AppConfig User Guide</i>.</p>", |
| 2064 | + "smithy.api#documentation": "<p>Creates an AppConfig extension. An extension augments your ability to inject\n logic or behavior at different points during the AppConfig workflow of creating\n or deploying a configuration.</p>\n <p>You can create your own extensions or use the Amazon Web Services authored extensions provided by\n AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing\n defined in the extension. If you plan to create custom versions of the Amazon Web Services\n authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in\n the <code>Uri</code> field for the new extension version.</p>\n <ul>\n <li>\n <p>For a custom EventBridge notification extension, enter the ARN of the EventBridge\n default events in the <code>Uri</code> field.</p>\n </li>\n <li>\n <p>For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS\n topic in the <code>Uri</code> field.</p>\n </li>\n <li>\n <p>For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS\n message queue in the <code>Uri</code> field. </p>\n </li>\n </ul>\n <p>For more information about extensions, see <a href=\"https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html\">Working with\n AppConfig extensions</a> in the\n <i>AppConfig User Guide</i>.</p>", |
2053 | 2065 | "smithy.api#http": {
|
2054 | 2066 | "method": "POST",
|
2055 | 2067 | "uri": "/extensions",
|
|
2286 | 2298 | "VersionLabel": {
|
2287 | 2299 | "target": "com.amazonaws.appconfig#VersionLabel",
|
2288 | 2300 | "traits": {
|
2289 |
| - "smithy.api#documentation": "<p>An optional, user-defined label for the AppConfig hosted configuration version. This value must contain at least one non-numeric character. For example, \"v2.2.0\".</p>", |
| 2301 | + "smithy.api#documentation": "<p>An optional, user-defined label for the AppConfig hosted configuration\n version. This value must contain at least one non-numeric character. For example,\n \"v2.2.0\".</p>", |
2290 | 2302 | "smithy.api#httpHeader": "VersionLabel"
|
2291 | 2303 | }
|
2292 | 2304 | }
|
|
2832 | 2844 | "traits": {
|
2833 | 2845 | "smithy.api#documentation": "<p>The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key. </p>"
|
2834 | 2846 | }
|
| 2847 | + }, |
| 2848 | + "VersionLabel": { |
| 2849 | + "target": "com.amazonaws.appconfig#VersionLabel", |
| 2850 | + "traits": { |
| 2851 | + "smithy.api#documentation": "<p>A user-defined label for an AppConfig hosted configuration version.</p>" |
| 2852 | + } |
2835 | 2853 | }
|
2836 | 2854 | }
|
2837 | 2855 | },
|
|
2853 | 2871 | "Description": {
|
2854 | 2872 | "target": "com.amazonaws.appconfig#Description",
|
2855 | 2873 | "traits": {
|
2856 |
| - "smithy.api#documentation": "<p>A description of the deployment event. Descriptions include, but are not limited to, the\n user account or the Amazon CloudWatch alarm ARN that initiated a rollback, the percentage of hosts\n that received the deployment, or in the case of an internal error, a recommendation to\n attempt a new deployment.</p>" |
| 2874 | + "smithy.api#documentation": "<p>A description of the deployment event. Descriptions include, but are not limited to, the\n following:</p>\n <ul>\n <li>\n <p>The Amazon Web Services account or the Amazon CloudWatch alarm ARN that initiated a rollback.</p>\n </li>\n <li>\n <p>The percentage of hosts that received the deployment.</p>\n </li>\n <li>\n <p>A recommendation to attempt a new deployment (in the case of an internal\n error).</p>\n </li>\n </ul>" |
2857 | 2875 | }
|
2858 | 2876 | },
|
2859 | 2877 | "ActionInvocations": {
|
|
3125 | 3143 | "traits": {
|
3126 | 3144 | "smithy.api#documentation": "<p>Time the deployment completed.</p>"
|
3127 | 3145 | }
|
| 3146 | + }, |
| 3147 | + "VersionLabel": { |
| 3148 | + "target": "com.amazonaws.appconfig#VersionLabel", |
| 3149 | + "traits": { |
| 3150 | + "smithy.api#documentation": "<p>A user-defined label for an AppConfig hosted configuration version.</p>" |
| 3151 | + } |
3128 | 3152 | }
|
3129 | 3153 | },
|
3130 | 3154 | "traits": {
|
|
4321 | 4345 | "smithy.api#paginated": {
|
4322 | 4346 | "inputToken": "NextToken",
|
4323 | 4347 | "outputToken": "NextToken",
|
| 4348 | + "items": "Items", |
4324 | 4349 | "pageSize": "MaxResults"
|
4325 | 4350 | }
|
4326 | 4351 | }
|
|
4396 | 4421 | "smithy.api#paginated": {
|
4397 | 4422 | "inputToken": "NextToken",
|
4398 | 4423 | "outputToken": "NextToken",
|
| 4424 | + "items": "Items", |
4399 | 4425 | "pageSize": "MaxResults"
|
4400 | 4426 | }
|
4401 | 4427 | }
|
|
4483 | 4509 | "smithy.api#paginated": {
|
4484 | 4510 | "inputToken": "NextToken",
|
4485 | 4511 | "outputToken": "NextToken",
|
| 4512 | + "items": "Items", |
4486 | 4513 | "pageSize": "MaxResults"
|
4487 | 4514 | }
|
4488 | 4515 | }
|
|
4539 | 4566 | "smithy.api#paginated": {
|
4540 | 4567 | "inputToken": "NextToken",
|
4541 | 4568 | "outputToken": "NextToken",
|
| 4569 | + "items": "Items", |
4542 | 4570 | "pageSize": "MaxResults"
|
4543 | 4571 | }
|
4544 | 4572 | }
|
|
4630 | 4658 | "smithy.api#paginated": {
|
4631 | 4659 | "inputToken": "NextToken",
|
4632 | 4660 | "outputToken": "NextToken",
|
| 4661 | + "items": "Items", |
4633 | 4662 | "pageSize": "MaxResults"
|
4634 | 4663 | }
|
4635 | 4664 | }
|
|
4691 | 4720 | "smithy.api#paginated": {
|
4692 | 4721 | "inputToken": "NextToken",
|
4693 | 4722 | "outputToken": "NextToken",
|
| 4723 | + "items": "Items", |
4694 | 4724 | "pageSize": "MaxResults"
|
4695 | 4725 | }
|
4696 | 4726 | }
|
|
4766 | 4796 | "smithy.api#paginated": {
|
4767 | 4797 | "inputToken": "NextToken",
|
4768 | 4798 | "outputToken": "NextToken",
|
| 4799 | + "items": "Items", |
4769 | 4800 | "pageSize": "MaxResults"
|
4770 | 4801 | }
|
4771 | 4802 | }
|
|
4849 | 4880 | "smithy.api#paginated": {
|
4850 | 4881 | "inputToken": "NextToken",
|
4851 | 4882 | "outputToken": "NextToken",
|
| 4883 | + "items": "Items", |
4852 | 4884 | "pageSize": "MaxResults"
|
4853 | 4885 | }
|
4854 | 4886 | }
|
|
4890 | 4922 | "VersionLabel": {
|
4891 | 4923 | "target": "com.amazonaws.appconfig#QueryName",
|
4892 | 4924 | "traits": {
|
4893 |
| - "smithy.api#documentation": "<p>An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a wildcard, for example \"v2*\". If you don't specify an asterisk at the end of the value, only an exact match is returned.</p>", |
| 4925 | + "smithy.api#documentation": "<p>An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a\n wildcard, for example \"v2*\". If you don't specify an asterisk at the end of the value, only\n an exact match is returned.</p>", |
4894 | 4926 | "smithy.api#httpQuery": "version_label"
|
4895 | 4927 | }
|
4896 | 4928 | }
|
|
5197 | 5229 | }
|
5198 | 5230 | },
|
5199 | 5231 | "traits": {
|
5200 |
| - "smithy.api#documentation": "<p>The number of hosted configuration versions exceeds the limit for the AppConfig hosted configuration store. Delete one or more versions and try again.</p>", |
| 5232 | + "smithy.api#documentation": "<p>The number of one more AppConfig resources exceeds the maximum allowed. Verify that your\n environment doesn't exceed the following service quotas:</p>\n <p>Applications: 100 max</p>\n <p>Deployment strategies: 20 max</p>\n <p>Configuration profiles: 100 max per application</p>\n <p>Environments: 20 max per application</p>\n <p>To resolve this issue, you can delete one or more resources and try again. Or, you\n can request a quota increase. For more information about quotas and to request an increase,\n see <a href=\"https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig\">Service quotas for AppConfig</a> in the Amazon Web Services General Reference.</p>", |
5201 | 5233 | "smithy.api#error": "client",
|
5202 | 5234 | "smithy.api#httpError": 402
|
5203 | 5235 | }
|
|
5269 | 5301 | "ConfigurationVersion": {
|
5270 | 5302 | "target": "com.amazonaws.appconfig#Version",
|
5271 | 5303 | "traits": {
|
5272 |
| - "smithy.api#documentation": "<p>The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label.</p>", |
| 5304 | + "smithy.api#documentation": "<p>The configuration version to deploy. If deploying an AppConfig hosted\n configuration version, you can specify either the version number or version label. For all\n other configurations, you must specify the version number.</p>", |
5273 | 5305 | "smithy.api#required": {}
|
5274 | 5306 | }
|
5275 | 5307 | },
|
|
0 commit comments