|
912 | 912 | "traits": { |
913 | 913 | "smithy.api#length": { |
914 | 914 | "min": 1, |
915 | | - "max": 32 |
| 915 | + "max": 211 |
916 | 916 | }, |
917 | 917 | "smithy.api#pattern": "^[a-zA-Z0-9\\/\\._\\-]+$" |
918 | 918 | } |
|
974 | 974 | "target": "com.amazonaws.appintegrations#Boolean", |
975 | 975 | "traits": { |
976 | 976 | "smithy.api#default": false, |
| 977 | + "smithy.api#deprecated": { |
| 978 | + "since": "2025-12-01", |
| 979 | + "message": "IsService has been deprecated in favor of ApplicationType" |
| 980 | + }, |
977 | 981 | "smithy.api#documentation": "<p>Indicates whether the application is a service.</p>" |
978 | 982 | } |
| 983 | + }, |
| 984 | + "ApplicationType": { |
| 985 | + "target": "com.amazonaws.appintegrations#ApplicationType", |
| 986 | + "traits": { |
| 987 | + "smithy.api#documentation": "<p>The type of application.</p>" |
| 988 | + } |
979 | 989 | } |
980 | 990 | }, |
981 | 991 | "traits": { |
|
992 | 1002 | "smithy.api#pattern": "^\\w+\\:\\/\\/.*$" |
993 | 1003 | } |
994 | 1004 | }, |
| 1005 | + "com.amazonaws.appintegrations#ApplicationType": { |
| 1006 | + "type": "enum", |
| 1007 | + "members": { |
| 1008 | + "STANDARD": { |
| 1009 | + "target": "smithy.api#Unit", |
| 1010 | + "traits": { |
| 1011 | + "smithy.api#enumValue": "STANDARD" |
| 1012 | + } |
| 1013 | + }, |
| 1014 | + "SERVICE": { |
| 1015 | + "target": "smithy.api#Unit", |
| 1016 | + "traits": { |
| 1017 | + "smithy.api#enumValue": "SERVICE" |
| 1018 | + } |
| 1019 | + }, |
| 1020 | + "MCP_SERVER": { |
| 1021 | + "target": "smithy.api#Unit", |
| 1022 | + "traits": { |
| 1023 | + "smithy.api#enumValue": "MCP_SERVER" |
| 1024 | + } |
| 1025 | + } |
| 1026 | + }, |
| 1027 | + "traits": { |
| 1028 | + "smithy.api#documentation": "<value>The type of application</value>" |
| 1029 | + } |
| 1030 | + }, |
995 | 1031 | "com.amazonaws.appintegrations#ApplicationsList": { |
996 | 1032 | "type": "list", |
997 | 1033 | "member": { |
|
1211 | 1247 | "target": "com.amazonaws.appintegrations#Boolean", |
1212 | 1248 | "traits": { |
1213 | 1249 | "smithy.api#default": false, |
| 1250 | + "smithy.api#deprecated": { |
| 1251 | + "since": "2025-12-01", |
| 1252 | + "message": "IsService has been deprecated in favor of ApplicationType" |
| 1253 | + }, |
1214 | 1254 | "smithy.api#documentation": "<p>Indicates whether the application is a service.</p>" |
1215 | 1255 | } |
1216 | 1256 | }, |
|
1231 | 1271 | "traits": { |
1232 | 1272 | "smithy.api#documentation": "<p>The iframe configuration for the application.</p>" |
1233 | 1273 | } |
| 1274 | + }, |
| 1275 | + "ApplicationType": { |
| 1276 | + "target": "com.amazonaws.appintegrations#ApplicationType", |
| 1277 | + "traits": { |
| 1278 | + "smithy.api#documentation": "<p>The type of application.</p>" |
| 1279 | + } |
1234 | 1280 | } |
1235 | 1281 | }, |
1236 | 1282 | "traits": { |
|
2411 | 2457 | "target": "com.amazonaws.appintegrations#Boolean", |
2412 | 2458 | "traits": { |
2413 | 2459 | "smithy.api#default": false, |
| 2460 | + "smithy.api#deprecated": { |
| 2461 | + "since": "2025-12-01", |
| 2462 | + "message": "IsService has been deprecated in favor of ApplicationType" |
| 2463 | + }, |
2414 | 2464 | "smithy.api#documentation": "<p>Indicates whether the application is a service.</p>" |
2415 | 2465 | } |
2416 | 2466 | }, |
|
2431 | 2481 | "traits": { |
2432 | 2482 | "smithy.api#documentation": "<p>The iframe configuration for the application.</p>" |
2433 | 2483 | } |
| 2484 | + }, |
| 2485 | + "ApplicationType": { |
| 2486 | + "target": "com.amazonaws.appintegrations#ApplicationType", |
| 2487 | + "traits": { |
| 2488 | + "smithy.api#documentation": "<p>The type of application.</p>" |
| 2489 | + } |
2434 | 2490 | } |
2435 | 2491 | }, |
2436 | 2492 | "traits": { |
|
2950 | 3006 | "smithy.api#documentation": "<p>The maximum number of results to return per page.</p>", |
2951 | 3007 | "smithy.api#httpQuery": "maxResults" |
2952 | 3008 | } |
| 3009 | + }, |
| 3010 | + "ApplicationType": { |
| 3011 | + "target": "com.amazonaws.appintegrations#ApplicationType", |
| 3012 | + "traits": { |
| 3013 | + "smithy.api#documentation": "<p>The type of application.</p>", |
| 3014 | + "smithy.api#httpQuery": "applicationType" |
| 3015 | + } |
2953 | 3016 | } |
2954 | 3017 | }, |
2955 | 3018 | "traits": { |
|
3958 | 4021 | "target": "com.amazonaws.appintegrations#Boolean", |
3959 | 4022 | "traits": { |
3960 | 4023 | "smithy.api#default": null, |
| 4024 | + "smithy.api#deprecated": { |
| 4025 | + "since": "2025-12-01", |
| 4026 | + "message": "IsService has been deprecated in favor of ApplicationType" |
| 4027 | + }, |
3961 | 4028 | "smithy.api#documentation": "<p>Indicates whether the application is a service.</p>" |
3962 | 4029 | } |
3963 | 4030 | }, |
|
3978 | 4045 | "traits": { |
3979 | 4046 | "smithy.api#documentation": "<p>The iframe configuration for the application.</p>" |
3980 | 4047 | } |
| 4048 | + }, |
| 4049 | + "ApplicationType": { |
| 4050 | + "target": "com.amazonaws.appintegrations#ApplicationType", |
| 4051 | + "traits": { |
| 4052 | + "smithy.api#documentation": "<p>The type of application.</p>" |
| 4053 | + } |
3981 | 4054 | } |
3982 | 4055 | }, |
3983 | 4056 | "traits": { |
|
0 commit comments