@aws-sdk/client-appstream 3.40.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/AppStream.js +150 -0
  4. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
  5. package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
  6. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
  12. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
  13. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  14. package/dist-cjs/commands/index.js +10 -0
  15. package/dist-cjs/endpoints.js +9 -0
  16. package/dist-cjs/models/models_0.js +185 -34
  17. package/dist-cjs/protocols/Aws_json1_1.js +1335 -239
  18. package/dist-es/AppStream.js +150 -0
  19. package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
  20. package/dist-es/commands/CreateAppBlockCommand.js +39 -0
  21. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  22. package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
  23. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  24. package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
  25. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
  26. package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
  27. package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
  28. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  29. package/dist-es/commands/index.js +10 -0
  30. package/dist-es/endpoints.js +9 -0
  31. package/dist-es/models/models_0.js +127 -24
  32. package/dist-es/protocols/Aws_json1_1.js +1291 -162
  33. package/dist-types/AppStream.d.ts +104 -4
  34. package/dist-types/AppStreamClient.d.ts +12 -2
  35. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
  36. package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +1 -1
  38. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +1 -1
  39. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
  41. package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
  42. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
  52. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  53. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
  62. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
  63. package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
  64. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
  74. package/dist-types/commands/DisableUserCommand.d.ts +1 -1
  75. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
  76. package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
  77. package/dist-types/commands/EnableUserCommand.d.ts +1 -1
  78. package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
  79. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  82. package/dist-types/commands/StartFleetCommand.d.ts +1 -1
  83. package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
  84. package/dist-types/commands/StopFleetCommand.d.ts +1 -1
  85. package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  89. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateFleetCommand.d.ts +22 -4
  91. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  93. package/dist-types/commands/index.d.ts +10 -0
  94. package/dist-types/models/models_0.d.ts +647 -63
  95. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  96. package/dist-types/ts3.4/AppStream.d.ts +50 -0
  97. package/dist-types/ts3.4/AppStreamClient.d.ts +12 -2
  98. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  109. package/dist-types/ts3.4/models/models_0.d.ts +368 -42
  110. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  111. package/package.json +6 -6
@@ -1,7 +1,10 @@
1
+ export * from "./AssociateApplicationFleetCommand";
1
2
  export * from "./AssociateFleetCommand";
2
3
  export * from "./BatchAssociateUserStackCommand";
3
4
  export * from "./BatchDisassociateUserStackCommand";
4
5
  export * from "./CopyImageCommand";
6
+ export * from "./CreateAppBlockCommand";
7
+ export * from "./CreateApplicationCommand";
5
8
  export * from "./CreateDirectoryConfigCommand";
6
9
  export * from "./CreateFleetCommand";
7
10
  export * from "./CreateImageBuilderCommand";
@@ -11,6 +14,8 @@ export * from "./CreateStreamingURLCommand";
11
14
  export * from "./CreateUpdatedImageCommand";
12
15
  export * from "./CreateUsageReportSubscriptionCommand";
13
16
  export * from "./CreateUserCommand";
17
+ export * from "./DeleteAppBlockCommand";
18
+ export * from "./DeleteApplicationCommand";
14
19
  export * from "./DeleteDirectoryConfigCommand";
15
20
  export * from "./DeleteFleetCommand";
16
21
  export * from "./DeleteImageBuilderCommand";
@@ -19,6 +24,9 @@ export * from "./DeleteImagePermissionsCommand";
19
24
  export * from "./DeleteStackCommand";
20
25
  export * from "./DeleteUsageReportSubscriptionCommand";
21
26
  export * from "./DeleteUserCommand";
27
+ export * from "./DescribeAppBlocksCommand";
28
+ export * from "./DescribeApplicationFleetAssociationsCommand";
29
+ export * from "./DescribeApplicationsCommand";
22
30
  export * from "./DescribeDirectoryConfigsCommand";
23
31
  export * from "./DescribeFleetsCommand";
24
32
  export * from "./DescribeImageBuildersCommand";
@@ -30,6 +38,7 @@ export * from "./DescribeUsageReportSubscriptionsCommand";
30
38
  export * from "./DescribeUserStackAssociationsCommand";
31
39
  export * from "./DescribeUsersCommand";
32
40
  export * from "./DisableUserCommand";
41
+ export * from "./DisassociateApplicationFleetCommand";
33
42
  export * from "./DisassociateFleetCommand";
34
43
  export * from "./EnableUserCommand";
35
44
  export * from "./ExpireSessionCommand";
@@ -42,6 +51,7 @@ export * from "./StopFleetCommand";
42
51
  export * from "./StopImageBuilderCommand";
43
52
  export * from "./TagResourceCommand";
44
53
  export * from "./UntagResourceCommand";
54
+ export * from "./UpdateApplicationCommand";
45
55
  export * from "./UpdateDirectoryConfigCommand";
46
56
  export * from "./UpdateFleetCommand";
47
57
  export * from "./UpdateImagePermissionsCommand";