|
1100 | 1100 | "createTime": {
|
1101 | 1101 | "target": "com.amazonaws.amplify#CreateTime",
|
1102 | 1102 | "traits": {
|
1103 |
| - "smithy.api#documentation": "<p>Creates a date and time for the Amplify app. </p>", |
| 1103 | + "smithy.api#documentation": "<p>A timestamp of when Amplify created the application.</p>", |
1104 | 1104 | "smithy.api#required": {}
|
1105 | 1105 | }
|
1106 | 1106 | },
|
1107 | 1107 | "updateTime": {
|
1108 | 1108 | "target": "com.amazonaws.amplify#UpdateTime",
|
1109 | 1109 | "traits": {
|
1110 |
| - "smithy.api#documentation": "<p>Updates the date and time for the Amplify app. </p>", |
| 1110 | + "smithy.api#documentation": "<p>A timestamp of when Amplify updated the application.</p>", |
1111 | 1111 | "smithy.api#required": {}
|
1112 | 1112 | }
|
1113 | 1113 | },
|
|
1210 | 1210 | "traits": {
|
1211 | 1211 | "smithy.api#documentation": "<p>The cache configuration for the Amplify app. If you don't specify the\n cache configuration <code>type</code>, Amplify uses the default\n <code>AMPLIFY_MANAGED</code> setting.</p>"
|
1212 | 1212 | }
|
| 1213 | + }, |
| 1214 | + "webhookCreateTime": { |
| 1215 | + "target": "com.amazonaws.amplify#webhookCreateTime", |
| 1216 | + "traits": { |
| 1217 | + "smithy.api#documentation": "<p>A timestamp of when Amplify created the webhook in your Git repository.</p>" |
| 1218 | + } |
| 1219 | + }, |
| 1220 | + "wafConfiguration": { |
| 1221 | + "target": "com.amazonaws.amplify#WafConfiguration", |
| 1222 | + "traits": { |
| 1223 | + "smithy.api#documentation": "<p>Describes the Firewall configuration for the Amplify app. Firewall support enables you to protect your hosted applications with a direct integration\n with WAF.</p>" |
| 1224 | + } |
1213 | 1225 | }
|
1214 | 1226 | },
|
1215 | 1227 | "traits": {
|
|
1587 | 1599 | "createTime": {
|
1588 | 1600 | "target": "com.amazonaws.amplify#CreateTime",
|
1589 | 1601 | "traits": {
|
1590 |
| - "smithy.api#documentation": "<p> The creation date and time for a branch that is part of an Amplify app. </p>", |
| 1602 | + "smithy.api#documentation": "<p>A timestamp of when Amplify created the branch.</p>", |
1591 | 1603 | "smithy.api#required": {}
|
1592 | 1604 | }
|
1593 | 1605 | },
|
1594 | 1606 | "updateTime": {
|
1595 | 1607 | "target": "com.amazonaws.amplify#UpdateTime",
|
1596 | 1608 | "traits": {
|
1597 |
| - "smithy.api#documentation": "<p> The last updated date and time for a branch that is part of an Amplify app. </p>", |
| 1609 | + "smithy.api#documentation": "<p>A timestamp for the last updated time for a branch.</p>", |
1598 | 1610 | "smithy.api#required": {}
|
1599 | 1611 | }
|
1600 | 1612 | },
|
|
4169 | 4181 | "com.amazonaws.amplify#JobStatus": {
|
4170 | 4182 | "type": "enum",
|
4171 | 4183 | "members": {
|
| 4184 | + "CREATED": { |
| 4185 | + "target": "smithy.api#Unit", |
| 4186 | + "traits": { |
| 4187 | + "smithy.api#enumValue": "CREATED" |
| 4188 | + } |
| 4189 | + }, |
4172 | 4190 | "PENDING": {
|
4173 | 4191 | "target": "smithy.api#Unit",
|
4174 | 4192 | "traits": {
|
|
4253 | 4271 | "commitTime": {
|
4254 | 4272 | "target": "com.amazonaws.amplify#CommitTime",
|
4255 | 4273 | "traits": {
|
4256 |
| - "smithy.api#documentation": "<p> The commit date and time for the job. </p>", |
| 4274 | + "smithy.api#documentation": "<p>The commit date and time for the job. </p>", |
4257 | 4275 | "smithy.api#required": {}
|
4258 | 4276 | }
|
4259 | 4277 | },
|
|
6686 | 6704 | "com.amazonaws.amplify#Verified": {
|
6687 | 6705 | "type": "boolean"
|
6688 | 6706 | },
|
| 6707 | + "com.amazonaws.amplify#WafConfiguration": { |
| 6708 | + "type": "structure", |
| 6709 | + "members": { |
| 6710 | + "webAclArn": { |
| 6711 | + "target": "com.amazonaws.amplify#WebAclArn", |
| 6712 | + "traits": { |
| 6713 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.</p>" |
| 6714 | + } |
| 6715 | + }, |
| 6716 | + "wafStatus": { |
| 6717 | + "target": "com.amazonaws.amplify#WafStatus", |
| 6718 | + "traits": { |
| 6719 | + "smithy.api#documentation": "<p>The status of the process to associate or disassociate a web ACL to an Amplify app.</p>" |
| 6720 | + } |
| 6721 | + }, |
| 6722 | + "statusReason": { |
| 6723 | + "target": "com.amazonaws.amplify#StatusReason", |
| 6724 | + "traits": { |
| 6725 | + "smithy.api#documentation": "<p>The reason for the current status of the Firewall configuration.</p>" |
| 6726 | + } |
| 6727 | + } |
| 6728 | + }, |
| 6729 | + "traits": { |
| 6730 | + "smithy.api#documentation": "<p>Describes the Firewall configuration for a hosted Amplify application.\n Firewall support enables you to protect your web applications with a direct integration\n with WAF. For more information about using WAF protections for an Amplify application, see\n <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/WAF-integration.html\">Firewall support for hosted sites</a> in the <i>Amplify\n User Guide</i>. </p>" |
| 6731 | + } |
| 6732 | + }, |
| 6733 | + "com.amazonaws.amplify#WafStatus": { |
| 6734 | + "type": "enum", |
| 6735 | + "members": { |
| 6736 | + "ASSOCIATING": { |
| 6737 | + "target": "smithy.api#Unit", |
| 6738 | + "traits": { |
| 6739 | + "smithy.api#enumValue": "ASSOCIATING" |
| 6740 | + } |
| 6741 | + }, |
| 6742 | + "ASSOCIATION_FAILED": { |
| 6743 | + "target": "smithy.api#Unit", |
| 6744 | + "traits": { |
| 6745 | + "smithy.api#enumValue": "ASSOCIATION_FAILED" |
| 6746 | + } |
| 6747 | + }, |
| 6748 | + "ASSOCIATION_SUCCESS": { |
| 6749 | + "target": "smithy.api#Unit", |
| 6750 | + "traits": { |
| 6751 | + "smithy.api#enumValue": "ASSOCIATION_SUCCESS" |
| 6752 | + } |
| 6753 | + }, |
| 6754 | + "DISASSOCIATING": { |
| 6755 | + "target": "smithy.api#Unit", |
| 6756 | + "traits": { |
| 6757 | + "smithy.api#enumValue": "DISASSOCIATING" |
| 6758 | + } |
| 6759 | + }, |
| 6760 | + "DISASSOCIATION_FAILED": { |
| 6761 | + "target": "smithy.api#Unit", |
| 6762 | + "traits": { |
| 6763 | + "smithy.api#enumValue": "DISASSOCIATION_FAILED" |
| 6764 | + } |
| 6765 | + } |
| 6766 | + } |
| 6767 | + }, |
| 6768 | + "com.amazonaws.amplify#WebAclArn": { |
| 6769 | + "type": "string", |
| 6770 | + "traits": { |
| 6771 | + "smithy.api#length": { |
| 6772 | + "min": 0, |
| 6773 | + "max": 512 |
| 6774 | + }, |
| 6775 | + "smithy.api#pattern": "^arn:aws:wafv2:" |
| 6776 | + } |
| 6777 | + }, |
6689 | 6778 | "com.amazonaws.amplify#Webhook": {
|
6690 | 6779 | "type": "structure",
|
6691 | 6780 | "members": {
|
|
6727 | 6816 | "createTime": {
|
6728 | 6817 | "target": "com.amazonaws.amplify#CreateTime",
|
6729 | 6818 | "traits": {
|
6730 |
| - "smithy.api#documentation": "<p>The create date and time for a webhook. </p>", |
| 6819 | + "smithy.api#documentation": "<p>A timestamp of when Amplify created the webhook in your Git repository.</p>", |
6731 | 6820 | "smithy.api#required": {}
|
6732 | 6821 | }
|
6733 | 6822 | },
|
6734 | 6823 | "updateTime": {
|
6735 | 6824 | "target": "com.amazonaws.amplify#UpdateTime",
|
6736 | 6825 | "traits": {
|
6737 |
| - "smithy.api#documentation": "<p>Updates the date and time for a webhook. </p>", |
| 6826 | + "smithy.api#documentation": "<p>A timestamp of when Amplify updated the webhook in your Git repository.</p>", |
6738 | 6827 | "smithy.api#required": {}
|
6739 | 6828 | }
|
6740 | 6829 | }
|
|
6776 | 6865 | "member": {
|
6777 | 6866 | "target": "com.amazonaws.amplify#Webhook"
|
6778 | 6867 | }
|
| 6868 | + }, |
| 6869 | + "com.amazonaws.amplify#webhookCreateTime": { |
| 6870 | + "type": "timestamp" |
6779 | 6871 | }
|
6780 | 6872 | }
|
6781 | 6873 | }
|
0 commit comments