|
170 | 170 | {"shape":"InvalidParameterCombinationException"} |
171 | 171 | ] |
172 | 172 | }, |
| 173 | + "CreateUsageReportSubscription":{ |
| 174 | + "name":"CreateUsageReportSubscription", |
| 175 | + "http":{ |
| 176 | + "method":"POST", |
| 177 | + "requestUri":"/" |
| 178 | + }, |
| 179 | + "input":{"shape":"CreateUsageReportSubscriptionRequest"}, |
| 180 | + "output":{"shape":"CreateUsageReportSubscriptionResult"}, |
| 181 | + "errors":[ |
| 182 | + {"shape":"InvalidAccountStatusException"} |
| 183 | + ] |
| 184 | + }, |
173 | 185 | "CreateUser":{ |
174 | 186 | "name":"CreateUser", |
175 | 187 | "http":{ |
|
269 | 281 | {"shape":"ConcurrentModificationException"} |
270 | 282 | ] |
271 | 283 | }, |
| 284 | + "DeleteUsageReportSubscription":{ |
| 285 | + "name":"DeleteUsageReportSubscription", |
| 286 | + "http":{ |
| 287 | + "method":"POST", |
| 288 | + "requestUri":"/" |
| 289 | + }, |
| 290 | + "input":{"shape":"DeleteUsageReportSubscriptionRequest"}, |
| 291 | + "output":{"shape":"DeleteUsageReportSubscriptionResult"}, |
| 292 | + "errors":[ |
| 293 | + {"shape":"InvalidAccountStatusException"}, |
| 294 | + {"shape":"ResourceNotFoundException"} |
| 295 | + ] |
| 296 | + }, |
272 | 297 | "DeleteUser":{ |
273 | 298 | "name":"DeleteUser", |
274 | 299 | "http":{ |
|
366 | 391 | {"shape":"ResourceNotFoundException"} |
367 | 392 | ] |
368 | 393 | }, |
| 394 | + "DescribeUsageReportSubscriptions":{ |
| 395 | + "name":"DescribeUsageReportSubscriptions", |
| 396 | + "http":{ |
| 397 | + "method":"POST", |
| 398 | + "requestUri":"/" |
| 399 | + }, |
| 400 | + "input":{"shape":"DescribeUsageReportSubscriptionsRequest"}, |
| 401 | + "output":{"shape":"DescribeUsageReportSubscriptionsResult"}, |
| 402 | + "errors":[ |
| 403 | + {"shape":"ResourceNotFoundException"}, |
| 404 | + {"shape":"InvalidAccountStatusException"} |
| 405 | + ] |
| 406 | + }, |
369 | 407 | "DescribeUserStackAssociations":{ |
370 | 408 | "name":"DescribeUserStackAssociations", |
371 | 409 | "http":{ |
|
619 | 657 | {"shape":"LimitExceededException"}, |
620 | 658 | {"shape":"InvalidAccountStatusException"}, |
621 | 659 | {"shape":"IncompatibleImageException"}, |
622 | | - {"shape":"OperationNotPermittedException"} |
| 660 | + {"shape":"OperationNotPermittedException"}, |
| 661 | + {"shape":"ConcurrentModificationException"} |
623 | 662 | ] |
624 | 663 | } |
625 | 664 | }, |
|
836 | 875 | "DisplayName":{"shape":"DisplayName"}, |
837 | 876 | "EnableDefaultInternetAccess":{"shape":"BooleanObject"}, |
838 | 877 | "DomainJoinInfo":{"shape":"DomainJoinInfo"}, |
839 | | - "Tags":{"shape":"Tags"} |
| 878 | + "Tags":{"shape":"Tags"}, |
| 879 | + "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"} |
840 | 880 | } |
841 | 881 | }, |
842 | 882 | "CreateFleetResult":{ |
|
930 | 970 | "Expires":{"shape":"Timestamp"} |
931 | 971 | } |
932 | 972 | }, |
| 973 | + "CreateUsageReportSubscriptionRequest":{ |
| 974 | + "type":"structure", |
| 975 | + "members":{ |
| 976 | + } |
| 977 | + }, |
| 978 | + "CreateUsageReportSubscriptionResult":{ |
| 979 | + "type":"structure", |
| 980 | + "members":{ |
| 981 | + "S3BucketName":{"shape":"String"}, |
| 982 | + "Schedule":{"shape":"UsageReportSchedule"} |
| 983 | + } |
| 984 | + }, |
933 | 985 | "CreateUserRequest":{ |
934 | 986 | "type":"structure", |
935 | 987 | "required":[ |
|
1027 | 1079 | "members":{ |
1028 | 1080 | } |
1029 | 1081 | }, |
| 1082 | + "DeleteUsageReportSubscriptionRequest":{ |
| 1083 | + "type":"structure", |
| 1084 | + "members":{ |
| 1085 | + } |
| 1086 | + }, |
| 1087 | + "DeleteUsageReportSubscriptionResult":{ |
| 1088 | + "type":"structure", |
| 1089 | + "members":{ |
| 1090 | + } |
| 1091 | + }, |
1030 | 1092 | "DeleteUserRequest":{ |
1031 | 1093 | "type":"structure", |
1032 | 1094 | "required":[ |
|
1164 | 1226 | "NextToken":{"shape":"String"} |
1165 | 1227 | } |
1166 | 1228 | }, |
| 1229 | + "DescribeUsageReportSubscriptionsRequest":{ |
| 1230 | + "type":"structure", |
| 1231 | + "members":{ |
| 1232 | + "MaxResults":{"shape":"Integer"}, |
| 1233 | + "NextToken":{"shape":"String"} |
| 1234 | + } |
| 1235 | + }, |
| 1236 | + "DescribeUsageReportSubscriptionsResult":{ |
| 1237 | + "type":"structure", |
| 1238 | + "members":{ |
| 1239 | + "UsageReportSubscriptions":{"shape":"UsageReportSubscriptionList"}, |
| 1240 | + "NextToken":{"shape":"String"} |
| 1241 | + } |
| 1242 | + }, |
1167 | 1243 | "DescribeUserStackAssociationsRequest":{ |
1168 | 1244 | "type":"structure", |
1169 | 1245 | "members":{ |
|
1331 | 1407 | "CreatedTime":{"shape":"Timestamp"}, |
1332 | 1408 | "FleetErrors":{"shape":"FleetErrors"}, |
1333 | 1409 | "EnableDefaultInternetAccess":{"shape":"BooleanObject"}, |
1334 | | - "DomainJoinInfo":{"shape":"DomainJoinInfo"} |
| 1410 | + "DomainJoinInfo":{"shape":"DomainJoinInfo"}, |
| 1411 | + "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"} |
1335 | 1412 | } |
1336 | 1413 | }, |
1337 | 1414 | "FleetAttribute":{ |
|
1547 | 1624 | }, |
1548 | 1625 | "exception":true |
1549 | 1626 | }, |
| 1627 | + "LastReportGenerationExecutionError":{ |
| 1628 | + "type":"structure", |
| 1629 | + "members":{ |
| 1630 | + "ErrorCode":{"shape":"UsageReportExecutionErrorCode"}, |
| 1631 | + "ErrorMessage":{"shape":"String"} |
| 1632 | + } |
| 1633 | + }, |
| 1634 | + "LastReportGenerationExecutionErrors":{ |
| 1635 | + "type":"list", |
| 1636 | + "member":{"shape":"LastReportGenerationExecutionError"} |
| 1637 | + }, |
1550 | 1638 | "LimitExceededException":{ |
1551 | 1639 | "type":"structure", |
1552 | 1640 | "members":{ |
|
2020 | 2108 | "DisplayName":{"shape":"DisplayName"}, |
2021 | 2109 | "EnableDefaultInternetAccess":{"shape":"BooleanObject"}, |
2022 | 2110 | "DomainJoinInfo":{"shape":"DomainJoinInfo"}, |
| 2111 | + "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"}, |
2023 | 2112 | "AttributesToDelete":{"shape":"FleetAttributes"} |
2024 | 2113 | } |
2025 | 2114 | }, |
|
2072 | 2161 | "Stack":{"shape":"Stack"} |
2073 | 2162 | } |
2074 | 2163 | }, |
| 2164 | + "UsageReportExecutionErrorCode":{ |
| 2165 | + "type":"string", |
| 2166 | + "enum":[ |
| 2167 | + "RESOURCE_NOT_FOUND", |
| 2168 | + "ACCESS_DENIED", |
| 2169 | + "INTERNAL_SERVICE_ERROR" |
| 2170 | + ] |
| 2171 | + }, |
| 2172 | + "UsageReportSchedule":{ |
| 2173 | + "type":"string", |
| 2174 | + "enum":["DAILY"] |
| 2175 | + }, |
| 2176 | + "UsageReportSubscription":{ |
| 2177 | + "type":"structure", |
| 2178 | + "members":{ |
| 2179 | + "S3BucketName":{"shape":"String"}, |
| 2180 | + "Schedule":{"shape":"UsageReportSchedule"}, |
| 2181 | + "LastGeneratedReportDate":{"shape":"Timestamp"}, |
| 2182 | + "SubscriptionErrors":{"shape":"LastReportGenerationExecutionErrors"} |
| 2183 | + } |
| 2184 | + }, |
| 2185 | + "UsageReportSubscriptionList":{ |
| 2186 | + "type":"list", |
| 2187 | + "member":{"shape":"UsageReportSubscription"} |
| 2188 | + }, |
2075 | 2189 | "User":{ |
2076 | 2190 | "type":"structure", |
2077 | 2191 | "required":["AuthenticationType"], |
|
2153 | 2267 | }, |
2154 | 2268 | "UserStackAssociationList":{ |
2155 | 2269 | "type":"list", |
2156 | | - "member":{"shape":"UserStackAssociation"} |
| 2270 | + "member":{"shape":"UserStackAssociation"}, |
| 2271 | + "max":25, |
| 2272 | + "min":1 |
2157 | 2273 | }, |
2158 | 2274 | "Username":{ |
2159 | 2275 | "type":"string", |
|
0 commit comments