@aws-sdk/client-appstream 3.39.0 → 3.43.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 (121) 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 +112 -9
  16. package/dist-cjs/models/models_0.js +185 -34
  17. package/dist-cjs/protocols/Aws_json1_1.js +1335 -239
  18. package/dist-cjs/runtimeConfig.browser.js +6 -3
  19. package/dist-cjs/runtimeConfig.js +5 -3
  20. package/dist-es/AppStream.js +150 -0
  21. package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
  22. package/dist-es/commands/CreateAppBlockCommand.js +39 -0
  23. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  24. package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
  25. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  26. package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
  27. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
  28. package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
  29. package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
  30. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/endpoints.js +112 -9
  33. package/dist-es/models/models_0.js +127 -24
  34. package/dist-es/protocols/Aws_json1_1.js +1291 -162
  35. package/dist-es/runtimeConfig.browser.js +3 -2
  36. package/dist-es/runtimeConfig.js +3 -3
  37. package/dist-types/AppStream.d.ts +104 -4
  38. package/dist-types/AppStreamClient.d.ts +20 -2
  39. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
  40. package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +1 -1
  42. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +1 -1
  43. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
  45. package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
  46. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
  56. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  57. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
  66. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
  67. package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
  68. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
  78. package/dist-types/commands/DisableUserCommand.d.ts +1 -1
  79. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
  80. package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
  81. package/dist-types/commands/EnableUserCommand.d.ts +1 -1
  82. package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  86. package/dist-types/commands/StartFleetCommand.d.ts +1 -1
  87. package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
  88. package/dist-types/commands/StopFleetCommand.d.ts +1 -1
  89. package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
  90. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  91. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  93. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateFleetCommand.d.ts +22 -4
  95. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  97. package/dist-types/commands/index.d.ts +10 -0
  98. package/dist-types/models/models_0.d.ts +647 -63
  99. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  100. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  101. package/dist-types/runtimeConfig.d.ts +2 -0
  102. package/dist-types/runtimeConfig.native.d.ts +2 -0
  103. package/dist-types/ts3.4/AppStream.d.ts +50 -0
  104. package/dist-types/ts3.4/AppStreamClient.d.ts +16 -2
  105. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  116. package/dist-types/ts3.4/models/models_0.d.ts +368 -42
  117. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  121. package/package.json +24 -24
@@ -8,9 +8,27 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
8
8
  }
9
9
  /**
10
10
  * <p>Updates the specified fleet.</p>
11
- * <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except the fleet name.
12
- * If the fleet is in the <code>RUNNING</code> state, you can update the <code>DisplayName</code>, <code>ComputeCapacity</code>, <code>ImageARN</code>, <code>ImageName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, and <code>DisconnectTimeoutInSeconds</code> attributes.
13
- * If the fleet is in the <code>STARTING</code> or <code>STOPPING</code> state, you can't update it.</p>
11
+ * <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except
12
+ * the fleet name.</p>
13
+ * <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based
14
+ * on the fleet type:</p>
15
+ * <ul>
16
+ * <li>
17
+ * <p>Always-On and On-Demand fleet types</p>
18
+ * <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>,
19
+ * <code>ImageARN</code>, <code>ImageName</code>,
20
+ * <code>IdleDisconnectTimeoutInSeconds</code>, and
21
+ * <code>DisconnectTimeoutInSeconds</code> attributes.</p>
22
+ * </li>
23
+ * <li>
24
+ * <p>Elastic fleet type</p>
25
+ * <p>You can update the <code>DisplayName</code>,
26
+ * <code>IdleDisconnectTimeoutInSeconds</code>,
27
+ * <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>,
28
+ * and <code>UsbDeviceFilterStrings</code> attributes.</p>
29
+ * </li>
30
+ * </ul>
31
+ * <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>
14
32
  * @example
15
33
  * Use a bare-bones client and the command you need to make an API call.
16
34
  * ```javascript
@@ -23,7 +41,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
23
41
  *
24
42
  * @see {@link UpdateFleetCommandInput} for command's `input` shape.
25
43
  * @see {@link UpdateFleetCommandOutput} for command's `response` shape.
26
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
27
45
  *
28
46
  */
29
47
  export declare class UpdateFleetCommand extends $Command<UpdateFleetCommandInput, UpdateFleetCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
20
20
  *
21
21
  * @see {@link UpdateImagePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateImagePermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateImagePermissionsCommand extends $Command<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
20
20
  *
21
21
  * @see {@link UpdateStackCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateStackCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, AppStreamClientResolvedConfig> {
@@ -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";