|
3685 | 3685 | "smithy.api#documentation": "<p>The description of the project.</p>" |
3686 | 3686 | } |
3687 | 3687 | }, |
| 3688 | + "projectStatus": { |
| 3689 | + "target": "com.amazonaws.datazone#ProjectStatus", |
| 3690 | + "traits": { |
| 3691 | + "smithy.api#documentation": "Status of the project" |
| 3692 | + } |
| 3693 | + }, |
| 3694 | + "failureReasons": { |
| 3695 | + "target": "com.amazonaws.datazone#FailureReasons", |
| 3696 | + "traits": { |
| 3697 | + "smithy.api#documentation": "Reasons for failed project deletion" |
| 3698 | + } |
| 3699 | + }, |
3688 | 3700 | "createdBy": { |
3689 | 3701 | "target": "com.amazonaws.datazone#CreatedBy", |
3690 | 3702 | "traits": { |
|
6364 | 6376 | "smithy.api#httpQuery": "clientToken", |
6365 | 6377 | "smithy.api#idempotencyToken": {} |
6366 | 6378 | } |
| 6379 | + }, |
| 6380 | + "skipDeletionCheck": { |
| 6381 | + "target": "smithy.api#Boolean", |
| 6382 | + "traits": { |
| 6383 | + "smithy.api#documentation": "Optional flag to delete all child entities within the domain", |
| 6384 | + "smithy.api#httpQuery": "skipDeletionCheck", |
| 6385 | + "smithy.api#notProperty": {} |
| 6386 | + } |
6367 | 6387 | } |
6368 | 6388 | }, |
6369 | 6389 | "traits": { |
|
6894 | 6914 | "smithy.api#httpLabel": {}, |
6895 | 6915 | "smithy.api#required": {} |
6896 | 6916 | } |
| 6917 | + }, |
| 6918 | + "skipDeletionCheck": { |
| 6919 | + "target": "smithy.api#Boolean", |
| 6920 | + "traits": { |
| 6921 | + "smithy.api#documentation": "Optional flag to asynchronously delete child entities within the project", |
| 6922 | + "smithy.api#httpQuery": "skipDeletionCheck", |
| 6923 | + "smithy.api#notProperty": {} |
| 6924 | + } |
6897 | 6925 | } |
6898 | 6926 | }, |
6899 | 6927 | "traits": { |
|
8237 | 8265 | "smithy.api#documentation": "<p>Specifies the error message that is returned if the operation cannot be successfully\n completed.</p>" |
8238 | 8266 | } |
8239 | 8267 | }, |
| 8268 | + "com.amazonaws.datazone#FailureReasons": { |
| 8269 | + "type": "list", |
| 8270 | + "member": { |
| 8271 | + "target": "com.amazonaws.datazone#ProjectDeletionError" |
| 8272 | + } |
| 8273 | + }, |
8240 | 8274 | "com.amazonaws.datazone#Filter": { |
8241 | 8275 | "type": "structure", |
8242 | 8276 | "members": { |
|
10987 | 11021 | "smithy.api#documentation": "<p>The description of the project.</p>" |
10988 | 11022 | } |
10989 | 11023 | }, |
| 11024 | + "projectStatus": { |
| 11025 | + "target": "com.amazonaws.datazone#ProjectStatus", |
| 11026 | + "traits": { |
| 11027 | + "smithy.api#documentation": "Status of the project" |
| 11028 | + } |
| 11029 | + }, |
| 11030 | + "failureReasons": { |
| 11031 | + "target": "com.amazonaws.datazone#FailureReasons", |
| 11032 | + "traits": { |
| 11033 | + "smithy.api#documentation": "Reasons for failed project deletion" |
| 11034 | + } |
| 11035 | + }, |
10990 | 11036 | "createdBy": { |
10991 | 11037 | "target": "com.amazonaws.datazone#CreatedBy", |
10992 | 11038 | "traits": { |
|
14840 | 14886 | "smithy.api#documentation": "<p>The configuration of the prediction.</p>" |
14841 | 14887 | } |
14842 | 14888 | }, |
| 14889 | + "com.amazonaws.datazone#ProjectDeletionError": { |
| 14890 | + "type": "structure", |
| 14891 | + "members": { |
| 14892 | + "code": { |
| 14893 | + "target": "smithy.api#String", |
| 14894 | + "traits": { |
| 14895 | + "smithy.api#documentation": "Project Deletion Error Code" |
| 14896 | + } |
| 14897 | + }, |
| 14898 | + "message": { |
| 14899 | + "target": "smithy.api#String", |
| 14900 | + "traits": { |
| 14901 | + "smithy.api#documentation": "Project Deletion Error Message" |
| 14902 | + } |
| 14903 | + } |
| 14904 | + }, |
| 14905 | + "traits": { |
| 14906 | + "smithy.api#documentation": "Error that occurred during project deletion" |
| 14907 | + } |
| 14908 | + }, |
14843 | 14909 | "com.amazonaws.datazone#ProjectId": { |
14844 | 14910 | "type": "string", |
14845 | 14911 | "traits": { |
|
14885 | 14951 | "smithy.api#sensitive": {} |
14886 | 14952 | } |
14887 | 14953 | }, |
| 14954 | + "com.amazonaws.datazone#ProjectStatus": { |
| 14955 | + "type": "enum", |
| 14956 | + "members": { |
| 14957 | + "ACTIVE": { |
| 14958 | + "target": "smithy.api#Unit", |
| 14959 | + "traits": { |
| 14960 | + "smithy.api#enumValue": "ACTIVE" |
| 14961 | + } |
| 14962 | + }, |
| 14963 | + "DELETING": { |
| 14964 | + "target": "smithy.api#Unit", |
| 14965 | + "traits": { |
| 14966 | + "smithy.api#enumValue": "DELETING" |
| 14967 | + } |
| 14968 | + }, |
| 14969 | + "DELETE_FAILED": { |
| 14970 | + "target": "smithy.api#Unit", |
| 14971 | + "traits": { |
| 14972 | + "smithy.api#enumValue": "DELETE_FAILED" |
| 14973 | + } |
| 14974 | + } |
| 14975 | + } |
| 14976 | + }, |
14888 | 14977 | "com.amazonaws.datazone#ProjectSummaries": { |
14889 | 14978 | "type": "list", |
14890 | 14979 | "member": { |
|
14921 | 15010 | "smithy.api#documentation": "<p>The description of a project.</p>" |
14922 | 15011 | } |
14923 | 15012 | }, |
| 15013 | + "projectStatus": { |
| 15014 | + "target": "com.amazonaws.datazone#ProjectStatus", |
| 15015 | + "traits": { |
| 15016 | + "smithy.api#documentation": "Status of the project" |
| 15017 | + } |
| 15018 | + }, |
| 15019 | + "failureReasons": { |
| 15020 | + "target": "com.amazonaws.datazone#FailureReasons", |
| 15021 | + "traits": { |
| 15022 | + "smithy.api#documentation": "Reasons for failed project deletion" |
| 15023 | + } |
| 15024 | + }, |
14924 | 15025 | "createdBy": { |
14925 | 15026 | "target": "com.amazonaws.datazone#CreatedBy", |
14926 | 15027 | "traits": { |
|
19888 | 19989 | "smithy.api#documentation": "<p>The description of the project that is to be updated.</p>" |
19889 | 19990 | } |
19890 | 19991 | }, |
| 19992 | + "projectStatus": { |
| 19993 | + "target": "com.amazonaws.datazone#ProjectStatus", |
| 19994 | + "traits": { |
| 19995 | + "smithy.api#documentation": "Status of the project" |
| 19996 | + } |
| 19997 | + }, |
| 19998 | + "failureReasons": { |
| 19999 | + "target": "com.amazonaws.datazone#FailureReasons", |
| 20000 | + "traits": { |
| 20001 | + "smithy.api#documentation": "Reasons for failed project deletion" |
| 20002 | + } |
| 20003 | + }, |
19891 | 20004 | "createdBy": { |
19892 | 20005 | "target": "com.amazonaws.datazone#CreatedBy", |
19893 | 20006 | "traits": { |
|
0 commit comments