Skip to content

Commit d18a6f0

Browse files
Update SDK models
1 parent f1983b9 commit d18a6f0

File tree

2,780 files changed

+343112
-4367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,780 files changed

+343112
-4367
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"tests/telemetry",
54
"tests/webassembly",
5+
"tests/telemetry",
66
"tests/no-default-features"
77
]
88
members = [
@@ -318,6 +318,8 @@ members = [
318318
"sdk/osis",
319319
"sdk/outposts",
320320
"sdk/panorama",
321+
"sdk/partnercentralaccount",
322+
"sdk/partnercentralbenefits",
321323
"sdk/partnercentralchannel",
322324
"sdk/partnercentralselling",
323325
"sdk/paymentcryptography",
@@ -357,6 +359,7 @@ members = [
357359
"sdk/rolesanywhere",
358360
"sdk/route53",
359361
"sdk/route53domains",
362+
"sdk/route53globalresolver",
360363
"sdk/route53profiles",
361364
"sdk/route53recoverycluster",
362365
"sdk/route53recoverycontrolconfig",

aws-models/appintegrations.json

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
"traits": {
913913
"smithy.api#length": {
914914
"min": 1,
915-
"max": 32
915+
"max": 211
916916
},
917917
"smithy.api#pattern": "^[a-zA-Z0-9\\/\\._\\-]+$"
918918
}
@@ -974,8 +974,18 @@
974974
"target": "com.amazonaws.appintegrations#Boolean",
975975
"traits": {
976976
"smithy.api#default": false,
977+
"smithy.api#deprecated": {
978+
"since": "2025-12-01",
979+
"message": "IsService has been deprecated in favor of ApplicationType"
980+
},
977981
"smithy.api#documentation": "<p>Indicates whether the application is a service.</p>"
978982
}
983+
},
984+
"ApplicationType": {
985+
"target": "com.amazonaws.appintegrations#ApplicationType",
986+
"traits": {
987+
"smithy.api#documentation": "<p>The type of application.</p>"
988+
}
979989
}
980990
},
981991
"traits": {
@@ -992,6 +1002,32 @@
9921002
"smithy.api#pattern": "^\\w+\\:\\/\\/.*$"
9931003
}
9941004
},
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+
},
9951031
"com.amazonaws.appintegrations#ApplicationsList": {
9961032
"type": "list",
9971033
"member": {
@@ -1211,6 +1247,10 @@
12111247
"target": "com.amazonaws.appintegrations#Boolean",
12121248
"traits": {
12131249
"smithy.api#default": false,
1250+
"smithy.api#deprecated": {
1251+
"since": "2025-12-01",
1252+
"message": "IsService has been deprecated in favor of ApplicationType"
1253+
},
12141254
"smithy.api#documentation": "<p>Indicates whether the application is a service.</p>"
12151255
}
12161256
},
@@ -1231,6 +1271,12 @@
12311271
"traits": {
12321272
"smithy.api#documentation": "<p>The iframe configuration for the application.</p>"
12331273
}
1274+
},
1275+
"ApplicationType": {
1276+
"target": "com.amazonaws.appintegrations#ApplicationType",
1277+
"traits": {
1278+
"smithy.api#documentation": "<p>The type of application.</p>"
1279+
}
12341280
}
12351281
},
12361282
"traits": {
@@ -2411,6 +2457,10 @@
24112457
"target": "com.amazonaws.appintegrations#Boolean",
24122458
"traits": {
24132459
"smithy.api#default": false,
2460+
"smithy.api#deprecated": {
2461+
"since": "2025-12-01",
2462+
"message": "IsService has been deprecated in favor of ApplicationType"
2463+
},
24142464
"smithy.api#documentation": "<p>Indicates whether the application is a service.</p>"
24152465
}
24162466
},
@@ -2431,6 +2481,12 @@
24312481
"traits": {
24322482
"smithy.api#documentation": "<p>The iframe configuration for the application.</p>"
24332483
}
2484+
},
2485+
"ApplicationType": {
2486+
"target": "com.amazonaws.appintegrations#ApplicationType",
2487+
"traits": {
2488+
"smithy.api#documentation": "<p>The type of application.</p>"
2489+
}
24342490
}
24352491
},
24362492
"traits": {
@@ -2950,6 +3006,13 @@
29503006
"smithy.api#documentation": "<p>The maximum number of results to return per page.</p>",
29513007
"smithy.api#httpQuery": "maxResults"
29523008
}
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+
}
29533016
}
29543017
},
29553018
"traits": {
@@ -3958,6 +4021,10 @@
39584021
"target": "com.amazonaws.appintegrations#Boolean",
39594022
"traits": {
39604023
"smithy.api#default": null,
4024+
"smithy.api#deprecated": {
4025+
"since": "2025-12-01",
4026+
"message": "IsService has been deprecated in favor of ApplicationType"
4027+
},
39614028
"smithy.api#documentation": "<p>Indicates whether the application is a service.</p>"
39624029
}
39634030
},
@@ -3978,6 +4045,12 @@
39784045
"traits": {
39794046
"smithy.api#documentation": "<p>The iframe configuration for the application.</p>"
39804047
}
4048+
},
4049+
"ApplicationType": {
4050+
"target": "com.amazonaws.appintegrations#ApplicationType",
4051+
"traits": {
4052+
"smithy.api#documentation": "<p>The type of application.</p>"
4053+
}
39814054
}
39824055
},
39834056
"traits": {

0 commit comments

Comments
 (0)