|
80 | 80 | {"shape":"OperationNotPermittedException"} |
81 | 81 | ] |
82 | 82 | }, |
| 83 | + "AssociateSoftwareToImageBuilder":{ |
| 84 | + "name":"AssociateSoftwareToImageBuilder", |
| 85 | + "http":{ |
| 86 | + "method":"POST", |
| 87 | + "requestUri":"/" |
| 88 | + }, |
| 89 | + "input":{"shape":"AssociateSoftwareToImageBuilderRequest"}, |
| 90 | + "output":{"shape":"AssociateSoftwareToImageBuilderResult"}, |
| 91 | + "errors":[ |
| 92 | + {"shape":"ResourceNotFoundException"}, |
| 93 | + {"shape":"OperationNotPermittedException"}, |
| 94 | + {"shape":"IncompatibleImageException"}, |
| 95 | + {"shape":"InvalidParameterCombinationException"}, |
| 96 | + {"shape":"ConcurrentModificationException"} |
| 97 | + ] |
| 98 | + }, |
83 | 99 | "BatchAssociateUserStack":{ |
84 | 100 | "name":"BatchAssociateUserStack", |
85 | 101 | "http":{ |
|
598 | 614 | {"shape":"ResourceNotFoundException"} |
599 | 615 | ] |
600 | 616 | }, |
| 617 | + "DescribeAppLicenseUsage":{ |
| 618 | + "name":"DescribeAppLicenseUsage", |
| 619 | + "http":{ |
| 620 | + "method":"POST", |
| 621 | + "requestUri":"/" |
| 622 | + }, |
| 623 | + "input":{"shape":"DescribeAppLicenseUsageRequest"}, |
| 624 | + "output":{"shape":"DescribeAppLicenseUsageResult"}, |
| 625 | + "errors":[ |
| 626 | + {"shape":"InvalidParameterCombinationException"}, |
| 627 | + {"shape":"OperationNotPermittedException"}, |
| 628 | + {"shape":"ResourceNotFoundException"} |
| 629 | + ] |
| 630 | + }, |
601 | 631 | "DescribeApplicationFleetAssociations":{ |
602 | 632 | "name":"DescribeApplicationFleetAssociations", |
603 | 633 | "http":{ |
|
711 | 741 | {"shape":"InvalidParameterCombinationException"} |
712 | 742 | ] |
713 | 743 | }, |
| 744 | + "DescribeSoftwareAssociations":{ |
| 745 | + "name":"DescribeSoftwareAssociations", |
| 746 | + "http":{ |
| 747 | + "method":"POST", |
| 748 | + "requestUri":"/" |
| 749 | + }, |
| 750 | + "input":{"shape":"DescribeSoftwareAssociationsRequest"}, |
| 751 | + "output":{"shape":"DescribeSoftwareAssociationsResult"}, |
| 752 | + "errors":[ |
| 753 | + {"shape":"OperationNotPermittedException"}, |
| 754 | + {"shape":"ResourceNotFoundException"} |
| 755 | + ] |
| 756 | + }, |
714 | 757 | "DescribeStacks":{ |
715 | 758 | "name":"DescribeStacks", |
716 | 759 | "http":{ |
|
847 | 890 | {"shape":"OperationNotPermittedException"} |
848 | 891 | ] |
849 | 892 | }, |
| 893 | + "DisassociateSoftwareFromImageBuilder":{ |
| 894 | + "name":"DisassociateSoftwareFromImageBuilder", |
| 895 | + "http":{ |
| 896 | + "method":"POST", |
| 897 | + "requestUri":"/" |
| 898 | + }, |
| 899 | + "input":{"shape":"DisassociateSoftwareFromImageBuilderRequest"}, |
| 900 | + "output":{"shape":"DisassociateSoftwareFromImageBuilderResult"}, |
| 901 | + "errors":[ |
| 902 | + {"shape":"ResourceNotFoundException"}, |
| 903 | + {"shape":"OperationNotPermittedException"}, |
| 904 | + {"shape":"InvalidParameterCombinationException"}, |
| 905 | + {"shape":"ConcurrentModificationException"} |
| 906 | + ] |
| 907 | + }, |
850 | 908 | "EnableUser":{ |
851 | 909 | "name":"EnableUser", |
852 | 910 | "http":{ |
|
966 | 1024 | {"shape":"IncompatibleImageException"} |
967 | 1025 | ] |
968 | 1026 | }, |
| 1027 | + "StartSoftwareDeploymentToImageBuilder":{ |
| 1028 | + "name":"StartSoftwareDeploymentToImageBuilder", |
| 1029 | + "http":{ |
| 1030 | + "method":"POST", |
| 1031 | + "requestUri":"/" |
| 1032 | + }, |
| 1033 | + "input":{"shape":"StartSoftwareDeploymentToImageBuilderRequest"}, |
| 1034 | + "output":{"shape":"StartSoftwareDeploymentToImageBuilderResult"}, |
| 1035 | + "errors":[ |
| 1036 | + {"shape":"ResourceNotFoundException"}, |
| 1037 | + {"shape":"OperationNotPermittedException"}, |
| 1038 | + {"shape":"ConcurrentModificationException"} |
| 1039 | + ] |
| 1040 | + }, |
969 | 1041 | "StopAppBlockBuilder":{ |
970 | 1042 | "name":"StopAppBlockBuilder", |
971 | 1043 | "http":{ |
|
1217 | 1289 | "AUTO_TIME_ZONE_REDIRECTION" |
1218 | 1290 | ] |
1219 | 1291 | }, |
| 1292 | + "AdminAppLicenseUsageList":{ |
| 1293 | + "type":"list", |
| 1294 | + "member":{"shape":"AdminAppLicenseUsageRecord"} |
| 1295 | + }, |
| 1296 | + "AdminAppLicenseUsageRecord":{ |
| 1297 | + "type":"structure", |
| 1298 | + "required":[ |
| 1299 | + "UserArn", |
| 1300 | + "BillingPeriod", |
| 1301 | + "OwnerAWSAccountId", |
| 1302 | + "SubscriptionFirstUsedDate", |
| 1303 | + "SubscriptionLastUsedDate", |
| 1304 | + "LicenseType", |
| 1305 | + "UserId" |
| 1306 | + ], |
| 1307 | + "members":{ |
| 1308 | + "UserArn":{"shape":"String"}, |
| 1309 | + "BillingPeriod":{"shape":"String"}, |
| 1310 | + "OwnerAWSAccountId":{"shape":"AwsAccountId"}, |
| 1311 | + "SubscriptionFirstUsedDate":{"shape":"Timestamp"}, |
| 1312 | + "SubscriptionLastUsedDate":{"shape":"Timestamp"}, |
| 1313 | + "LicenseType":{"shape":"String"}, |
| 1314 | + "UserId":{"shape":"String"} |
| 1315 | + } |
| 1316 | + }, |
1220 | 1317 | "AppBlock":{ |
1221 | 1318 | "type":"structure", |
1222 | 1319 | "required":[ |
|
1487 | 1584 | "type":"structure", |
1488 | 1585 | "members":{} |
1489 | 1586 | }, |
| 1587 | + "AssociateSoftwareToImageBuilderRequest":{ |
| 1588 | + "type":"structure", |
| 1589 | + "required":[ |
| 1590 | + "ImageBuilderName", |
| 1591 | + "SoftwareNames" |
| 1592 | + ], |
| 1593 | + "members":{ |
| 1594 | + "ImageBuilderName":{"shape":"Name"}, |
| 1595 | + "SoftwareNames":{"shape":"StringList"} |
| 1596 | + } |
| 1597 | + }, |
| 1598 | + "AssociateSoftwareToImageBuilderResult":{ |
| 1599 | + "type":"structure", |
| 1600 | + "members":{} |
| 1601 | + }, |
1490 | 1602 | "AuthenticationType":{ |
1491 | 1603 | "type":"string", |
1492 | 1604 | "enum":[ |
|
1789 | 1901 | "DomainJoinInfo":{"shape":"DomainJoinInfo"}, |
1790 | 1902 | "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}, |
1791 | 1903 | "Tags":{"shape":"Tags"}, |
1792 | | - "AccessEndpoints":{"shape":"AccessEndpointList"} |
| 1904 | + "AccessEndpoints":{"shape":"AccessEndpointList"}, |
| 1905 | + "SoftwaresToInstall":{"shape":"StringList"}, |
| 1906 | + "SoftwaresToUninstall":{"shape":"StringList"} |
1793 | 1907 | } |
1794 | 1908 | }, |
1795 | 1909 | "CreateImageBuilderResult":{ |
|
2137 | 2251 | "NextToken":{"shape":"String"} |
2138 | 2252 | } |
2139 | 2253 | }, |
| 2254 | + "DescribeAppLicenseUsageRequest":{ |
| 2255 | + "type":"structure", |
| 2256 | + "required":["BillingPeriod"], |
| 2257 | + "members":{ |
| 2258 | + "BillingPeriod":{"shape":"String"}, |
| 2259 | + "MaxResults":{"shape":"Integer"}, |
| 2260 | + "NextToken":{"shape":"String"} |
| 2261 | + } |
| 2262 | + }, |
| 2263 | + "DescribeAppLicenseUsageResult":{ |
| 2264 | + "type":"structure", |
| 2265 | + "members":{ |
| 2266 | + "AppLicenseUsages":{"shape":"AdminAppLicenseUsageList"}, |
| 2267 | + "NextToken":{"shape":"String"} |
| 2268 | + } |
| 2269 | + }, |
2140 | 2270 | "DescribeApplicationFleetAssociationsRequest":{ |
2141 | 2271 | "type":"structure", |
2142 | 2272 | "members":{ |
|
2293 | 2423 | "NextToken":{"shape":"String"} |
2294 | 2424 | } |
2295 | 2425 | }, |
| 2426 | + "DescribeSoftwareAssociationsRequest":{ |
| 2427 | + "type":"structure", |
| 2428 | + "required":["AssociatedResource"], |
| 2429 | + "members":{ |
| 2430 | + "AssociatedResource":{"shape":"Arn"}, |
| 2431 | + "MaxResults":{"shape":"Integer"}, |
| 2432 | + "NextToken":{"shape":"String"} |
| 2433 | + } |
| 2434 | + }, |
| 2435 | + "DescribeSoftwareAssociationsResult":{ |
| 2436 | + "type":"structure", |
| 2437 | + "members":{ |
| 2438 | + "AssociatedResource":{"shape":"Arn"}, |
| 2439 | + "SoftwareAssociations":{"shape":"SoftwareAssociationsList"}, |
| 2440 | + "NextToken":{"shape":"String"} |
| 2441 | + } |
| 2442 | + }, |
2296 | 2443 | "DescribeStacksRequest":{ |
2297 | 2444 | "type":"structure", |
2298 | 2445 | "members":{ |
|
2468 | 2615 | "type":"structure", |
2469 | 2616 | "members":{} |
2470 | 2617 | }, |
| 2618 | + "DisassociateSoftwareFromImageBuilderRequest":{ |
| 2619 | + "type":"structure", |
| 2620 | + "required":[ |
| 2621 | + "ImageBuilderName", |
| 2622 | + "SoftwareNames" |
| 2623 | + ], |
| 2624 | + "members":{ |
| 2625 | + "ImageBuilderName":{"shape":"Name"}, |
| 2626 | + "SoftwareNames":{"shape":"StringList"} |
| 2627 | + } |
| 2628 | + }, |
| 2629 | + "DisassociateSoftwareFromImageBuilderResult":{ |
| 2630 | + "type":"structure", |
| 2631 | + "members":{} |
| 2632 | + }, |
2471 | 2633 | "DisplayName":{ |
2472 | 2634 | "type":"string", |
2473 | 2635 | "max":100 |
|
2756 | 2918 | "LatestAppstreamAgentVersion":{"shape":"LatestAppstreamAgentVersion"}, |
2757 | 2919 | "SupportedInstanceFamilies":{"shape":"StringList"}, |
2758 | 2920 | "DynamicAppProvidersEnabled":{"shape":"DynamicAppProvidersEnabled"}, |
2759 | | - "ImageSharedWithOthers":{"shape":"ImageSharedWithOthers"} |
| 2921 | + "ImageSharedWithOthers":{"shape":"ImageSharedWithOthers"}, |
| 2922 | + "ManagedSoftwareIncluded":{"shape":"Boolean"} |
2760 | 2923 | } |
2761 | 2924 | }, |
2762 | 2925 | "ImageBuilder":{ |
|
2801 | 2964 | "DELETING", |
2802 | 2965 | "FAILED", |
2803 | 2966 | "UPDATING", |
2804 | | - "PENDING_QUALIFICATION" |
| 2967 | + "PENDING_QUALIFICATION", |
| 2968 | + "PENDING_SYNCING_APPS", |
| 2969 | + "SYNCING_APPS" |
2805 | 2970 | ] |
2806 | 2971 | }, |
2807 | 2972 | "ImageBuilderStateChangeReason":{ |
|
3234 | 3399 | "type":"list", |
3235 | 3400 | "member":{"shape":"SharedImagePermissions"} |
3236 | 3401 | }, |
| 3402 | + "SoftwareAssociations":{ |
| 3403 | + "type":"structure", |
| 3404 | + "members":{ |
| 3405 | + "SoftwareName":{"shape":"String"}, |
| 3406 | + "Status":{"shape":"SoftwareDeploymentStatus"}, |
| 3407 | + "DeploymentError":{"shape":"ErrorDetailsList"} |
| 3408 | + } |
| 3409 | + }, |
| 3410 | + "SoftwareAssociationsList":{ |
| 3411 | + "type":"list", |
| 3412 | + "member":{"shape":"SoftwareAssociations"} |
| 3413 | + }, |
| 3414 | + "SoftwareDeploymentStatus":{ |
| 3415 | + "type":"string", |
| 3416 | + "enum":[ |
| 3417 | + "STAGED_FOR_INSTALLATION", |
| 3418 | + "PENDING_INSTALLATION", |
| 3419 | + "INSTALLED", |
| 3420 | + "STAGED_FOR_UNINSTALLATION", |
| 3421 | + "PENDING_UNINSTALLATION", |
| 3422 | + "FAILED_TO_INSTALL", |
| 3423 | + "FAILED_TO_UNINSTALL" |
| 3424 | + ] |
| 3425 | + }, |
3237 | 3426 | "Stack":{ |
3238 | 3427 | "type":"structure", |
3239 | 3428 | "required":["Name"], |
|
3335 | 3524 | "ImageBuilder":{"shape":"ImageBuilder"} |
3336 | 3525 | } |
3337 | 3526 | }, |
| 3527 | + "StartSoftwareDeploymentToImageBuilderRequest":{ |
| 3528 | + "type":"structure", |
| 3529 | + "required":["ImageBuilderName"], |
| 3530 | + "members":{ |
| 3531 | + "ImageBuilderName":{"shape":"Name"}, |
| 3532 | + "RetryFailedDeployments":{"shape":"Boolean"} |
| 3533 | + } |
| 3534 | + }, |
| 3535 | + "StartSoftwareDeploymentToImageBuilderResult":{ |
| 3536 | + "type":"structure", |
| 3537 | + "members":{} |
| 3538 | + }, |
3338 | 3539 | "StopAppBlockBuilderRequest":{ |
3339 | 3540 | "type":"structure", |
3340 | 3541 | "required":["Name"], |
|
0 commit comments