@aws-sdk/client-appstream 3.296.0 → 3.297.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 (73) hide show
  1. package/dist-types/AppStream.d.ts +66 -0
  2. package/dist-types/AppStreamClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociateFleetCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +16 -0
  8. package/dist-types/commands/CopyImageCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateAppBlockCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateEntitlementCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateImageBuilderCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateStackCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateStreamingURLCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteAppBlockCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteEntitlementCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteFleetCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeApplicationsCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeFleetsCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeSessionsCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeUsersCommand.d.ts +16 -0
  46. package/dist-types/commands/DisableUserCommand.d.ts +16 -0
  47. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +16 -0
  48. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +16 -0
  49. package/dist-types/commands/DisassociateFleetCommand.d.ts +16 -0
  50. package/dist-types/commands/EnableUserCommand.d.ts +16 -0
  51. package/dist-types/commands/ExpireSessionCommand.d.ts +16 -0
  52. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +16 -0
  54. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/StartFleetCommand.d.ts +16 -0
  57. package/dist-types/commands/StartImageBuilderCommand.d.ts +16 -0
  58. package/dist-types/commands/StopFleetCommand.d.ts +16 -0
  59. package/dist-types/commands/StopImageBuilderCommand.d.ts +16 -0
  60. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateEntitlementCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateFleetCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
  68. package/dist-types/models/AppStreamServiceException.d.ts +2 -0
  69. package/dist-types/models/models_0.d.ts +527 -0
  70. package/dist-types/pagination/DescribeImagePermissionsPaginator.d.ts +3 -0
  71. package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
  72. package/dist-types/pagination/Interfaces.d.ts +3 -0
  73. package/package.json +3 -3
@@ -66,6 +66,7 @@ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/Up
66
66
  import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "./commands/UpdateImagePermissionsCommand";
67
67
  import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
68
68
  /**
69
+ * @public
69
70
  * <fullname>Amazon AppStream 2.0</fullname>
70
71
  * <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
71
72
  * <note>
@@ -87,42 +88,49 @@ import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/Up
87
88
  */
88
89
  export declare class AppStream extends AppStreamClient {
89
90
  /**
91
+ * @public
90
92
  * <p>Associates the specified application with the specified fleet. This is only supported for Elastic fleets.</p>
91
93
  */
92
94
  associateApplicationFleet(args: AssociateApplicationFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateApplicationFleetCommandOutput>;
93
95
  associateApplicationFleet(args: AssociateApplicationFleetCommandInput, cb: (err: any, data?: AssociateApplicationFleetCommandOutput) => void): void;
94
96
  associateApplicationFleet(args: AssociateApplicationFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateApplicationFleetCommandOutput) => void): void;
95
97
  /**
98
+ * @public
96
99
  * <p>Associates an application to entitle.</p>
97
100
  */
98
101
  associateApplicationToEntitlement(args: AssociateApplicationToEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<AssociateApplicationToEntitlementCommandOutput>;
99
102
  associateApplicationToEntitlement(args: AssociateApplicationToEntitlementCommandInput, cb: (err: any, data?: AssociateApplicationToEntitlementCommandOutput) => void): void;
100
103
  associateApplicationToEntitlement(args: AssociateApplicationToEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateApplicationToEntitlementCommandOutput) => void): void;
101
104
  /**
105
+ * @public
102
106
  * <p>Associates the specified fleet with the specified stack.</p>
103
107
  */
104
108
  associateFleet(args: AssociateFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFleetCommandOutput>;
105
109
  associateFleet(args: AssociateFleetCommandInput, cb: (err: any, data?: AssociateFleetCommandOutput) => void): void;
106
110
  associateFleet(args: AssociateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFleetCommandOutput) => void): void;
107
111
  /**
112
+ * @public
108
113
  * <p>Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.</p>
109
114
  */
110
115
  batchAssociateUserStack(args: BatchAssociateUserStackCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateUserStackCommandOutput>;
111
116
  batchAssociateUserStack(args: BatchAssociateUserStackCommandInput, cb: (err: any, data?: BatchAssociateUserStackCommandOutput) => void): void;
112
117
  batchAssociateUserStack(args: BatchAssociateUserStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateUserStackCommandOutput) => void): void;
113
118
  /**
119
+ * @public
114
120
  * <p>Disassociates the specified users from the specified stacks.</p>
115
121
  */
116
122
  batchDisassociateUserStack(args: BatchDisassociateUserStackCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateUserStackCommandOutput>;
117
123
  batchDisassociateUserStack(args: BatchDisassociateUserStackCommandInput, cb: (err: any, data?: BatchDisassociateUserStackCommandOutput) => void): void;
118
124
  batchDisassociateUserStack(args: BatchDisassociateUserStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateUserStackCommandOutput) => void): void;
119
125
  /**
126
+ * @public
120
127
  * <p>Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.</p>
121
128
  */
122
129
  copyImage(args: CopyImageCommandInput, options?: __HttpHandlerOptions): Promise<CopyImageCommandOutput>;
123
130
  copyImage(args: CopyImageCommandInput, cb: (err: any, data?: CopyImageCommandOutput) => void): void;
124
131
  copyImage(args: CopyImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyImageCommandOutput) => void): void;
125
132
  /**
133
+ * @public
126
134
  * <p>Creates an app block.</p>
127
135
  * <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
128
136
  * virtual hard disk in an S3 bucket. It also stores the setup script with details about
@@ -135,6 +143,7 @@ export declare class AppStream extends AppStreamClient {
135
143
  createAppBlock(args: CreateAppBlockCommandInput, cb: (err: any, data?: CreateAppBlockCommandOutput) => void): void;
136
144
  createAppBlock(args: CreateAppBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppBlockCommandOutput) => void): void;
137
145
  /**
146
+ * @public
138
147
  * <p>Creates an application.</p>
139
148
  * <p>Applications are an Amazon AppStream 2.0 resource that stores the details about how to
140
149
  * launch applications on Elastic fleet streaming instances. An application consists of the
@@ -147,12 +156,14 @@ export declare class AppStream extends AppStreamClient {
147
156
  createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
148
157
  createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
149
158
  /**
159
+ * @public
150
160
  * <p>Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
151
161
  */
152
162
  createDirectoryConfig(args: CreateDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateDirectoryConfigCommandOutput>;
153
163
  createDirectoryConfig(args: CreateDirectoryConfigCommandInput, cb: (err: any, data?: CreateDirectoryConfigCommandOutput) => void): void;
154
164
  createDirectoryConfig(args: CreateDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectoryConfigCommandOutput) => void): void;
155
165
  /**
166
+ * @public
156
167
  * <p>Creates a new entitlement. Entitlements control access to specific applications within
157
168
  * a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
158
169
  * identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all
@@ -164,12 +175,14 @@ export declare class AppStream extends AppStreamClient {
164
175
  createEntitlement(args: CreateEntitlementCommandInput, cb: (err: any, data?: CreateEntitlementCommandOutput) => void): void;
165
176
  createEntitlement(args: CreateEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntitlementCommandOutput) => void): void;
166
177
  /**
178
+ * @public
167
179
  * <p>Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.</p>
168
180
  */
169
181
  createFleet(args: CreateFleetCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetCommandOutput>;
170
182
  createFleet(args: CreateFleetCommandInput, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
171
183
  createFleet(args: CreateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
172
184
  /**
185
+ * @public
173
186
  * <p>Creates an image builder. An image builder is a virtual machine that is used to create an image.</p>
174
187
  * <p>The initial state of the builder is <code>PENDING</code>. When it is ready, the state is <code>RUNNING</code>.</p>
175
188
  */
@@ -177,24 +190,28 @@ export declare class AppStream extends AppStreamClient {
177
190
  createImageBuilder(args: CreateImageBuilderCommandInput, cb: (err: any, data?: CreateImageBuilderCommandOutput) => void): void;
178
191
  createImageBuilder(args: CreateImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageBuilderCommandOutput) => void): void;
179
192
  /**
193
+ * @public
180
194
  * <p>Creates a URL to start an image builder streaming session.</p>
181
195
  */
182
196
  createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageBuilderStreamingURLCommandOutput>;
183
197
  createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void): void;
184
198
  createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void): void;
185
199
  /**
200
+ * @public
186
201
  * <p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>
187
202
  */
188
203
  createStack(args: CreateStackCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackCommandOutput>;
189
204
  createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
190
205
  createStack(args: CreateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
191
206
  /**
207
+ * @public
192
208
  * <p>Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup. </p>
193
209
  */
194
210
  createStreamingURL(args: CreateStreamingURLCommandInput, options?: __HttpHandlerOptions): Promise<CreateStreamingURLCommandOutput>;
195
211
  createStreamingURL(args: CreateStreamingURLCommandInput, cb: (err: any, data?: CreateStreamingURLCommandOutput) => void): void;
196
212
  createStreamingURL(args: CreateStreamingURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamingURLCommandOutput) => void): void;
197
213
  /**
214
+ * @public
198
215
  * <p>Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.</p>
199
216
  * <p>For more information, see the "Update an Image by Using
200
217
  * Managed AppStream 2.0 Image Updates" section in <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html">Administer Your AppStream 2.0 Images</a>, in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
@@ -203,48 +220,56 @@ export declare class AppStream extends AppStreamClient {
203
220
  createUpdatedImage(args: CreateUpdatedImageCommandInput, cb: (err: any, data?: CreateUpdatedImageCommandOutput) => void): void;
204
221
  createUpdatedImage(args: CreateUpdatedImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUpdatedImageCommandOutput) => void): void;
205
222
  /**
223
+ * @public
206
224
  * <p>Creates a usage report subscription. Usage reports are generated daily.</p>
207
225
  */
208
226
  createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateUsageReportSubscriptionCommandOutput>;
209
227
  createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, cb: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void): void;
210
228
  createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void): void;
211
229
  /**
230
+ * @public
212
231
  * <p>Creates a new user in the user pool.</p>
213
232
  */
214
233
  createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
215
234
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
216
235
  createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
217
236
  /**
237
+ * @public
218
238
  * <p>Deletes an app block.</p>
219
239
  */
220
240
  deleteAppBlock(args: DeleteAppBlockCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppBlockCommandOutput>;
221
241
  deleteAppBlock(args: DeleteAppBlockCommandInput, cb: (err: any, data?: DeleteAppBlockCommandOutput) => void): void;
222
242
  deleteAppBlock(args: DeleteAppBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppBlockCommandOutput) => void): void;
223
243
  /**
244
+ * @public
224
245
  * <p>Deletes an application.</p>
225
246
  */
226
247
  deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
227
248
  deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
228
249
  deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
229
250
  /**
251
+ * @public
230
252
  * <p>Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.</p>
231
253
  */
232
254
  deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDirectoryConfigCommandOutput>;
233
255
  deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, cb: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void): void;
234
256
  deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void): void;
235
257
  /**
258
+ * @public
236
259
  * <p>Deletes the specified entitlement.</p>
237
260
  */
238
261
  deleteEntitlement(args: DeleteEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEntitlementCommandOutput>;
239
262
  deleteEntitlement(args: DeleteEntitlementCommandInput, cb: (err: any, data?: DeleteEntitlementCommandOutput) => void): void;
240
263
  deleteEntitlement(args: DeleteEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntitlementCommandOutput) => void): void;
241
264
  /**
265
+ * @public
242
266
  * <p>Deletes the specified fleet.</p>
243
267
  */
244
268
  deleteFleet(args: DeleteFleetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetCommandOutput>;
245
269
  deleteFleet(args: DeleteFleetCommandInput, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
246
270
  deleteFleet(args: DeleteFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
247
271
  /**
272
+ * @public
248
273
  * <p>Deletes the specified image. You cannot delete an image when it is in use.
249
274
  * After you delete an image, you cannot provision new capacity using the image.</p>
250
275
  */
@@ -252,54 +277,63 @@ export declare class AppStream extends AppStreamClient {
252
277
  deleteImage(args: DeleteImageCommandInput, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
253
278
  deleteImage(args: DeleteImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
254
279
  /**
280
+ * @public
255
281
  * <p>Deletes the specified image builder and releases the capacity.</p>
256
282
  */
257
283
  deleteImageBuilder(args: DeleteImageBuilderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImageBuilderCommandOutput>;
258
284
  deleteImageBuilder(args: DeleteImageBuilderCommandInput, cb: (err: any, data?: DeleteImageBuilderCommandOutput) => void): void;
259
285
  deleteImageBuilder(args: DeleteImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageBuilderCommandOutput) => void): void;
260
286
  /**
287
+ * @public
261
288
  * <p>Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.</p>
262
289
  */
263
290
  deleteImagePermissions(args: DeleteImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImagePermissionsCommandOutput>;
264
291
  deleteImagePermissions(args: DeleteImagePermissionsCommandInput, cb: (err: any, data?: DeleteImagePermissionsCommandOutput) => void): void;
265
292
  deleteImagePermissions(args: DeleteImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImagePermissionsCommandOutput) => void): void;
266
293
  /**
294
+ * @public
267
295
  * <p>Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.</p>
268
296
  */
269
297
  deleteStack(args: DeleteStackCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackCommandOutput>;
270
298
  deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
271
299
  deleteStack(args: DeleteStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
272
300
  /**
301
+ * @public
273
302
  * <p>Disables usage report generation.</p>
274
303
  */
275
304
  deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUsageReportSubscriptionCommandOutput>;
276
305
  deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, cb: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void): void;
277
306
  deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void): void;
278
307
  /**
308
+ * @public
279
309
  * <p>Deletes a user from the user pool.</p>
280
310
  */
281
311
  deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
282
312
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
283
313
  deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
284
314
  /**
315
+ * @public
285
316
  * <p>Retrieves a list that describes one or more app blocks.</p>
286
317
  */
287
318
  describeAppBlocks(args: DescribeAppBlocksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppBlocksCommandOutput>;
288
319
  describeAppBlocks(args: DescribeAppBlocksCommandInput, cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void): void;
289
320
  describeAppBlocks(args: DescribeAppBlocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void): void;
290
321
  /**
322
+ * @public
291
323
  * <p>Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.</p>
292
324
  */
293
325
  describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationFleetAssociationsCommandOutput>;
294
326
  describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, cb: (err: any, data?: DescribeApplicationFleetAssociationsCommandOutput) => void): void;
295
327
  describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationFleetAssociationsCommandOutput) => void): void;
296
328
  /**
329
+ * @public
297
330
  * <p>Retrieves a list that describes one or more applications.</p>
298
331
  */
299
332
  describeApplications(args: DescribeApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationsCommandOutput>;
300
333
  describeApplications(args: DescribeApplicationsCommandInput, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
301
334
  describeApplications(args: DescribeApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
302
335
  /**
336
+ * @public
303
337
  * <p>Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
304
338
  * </p>
305
339
  * <p>Although the response syntax in this topic includes the account password, this password is not returned in the actual response.</p>
@@ -308,36 +342,42 @@ export declare class AppStream extends AppStreamClient {
308
342
  describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
309
343
  describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
310
344
  /**
345
+ * @public
311
346
  * <p>Retrieves a list that describes one of more entitlements.</p>
312
347
  */
313
348
  describeEntitlements(args: DescribeEntitlementsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEntitlementsCommandOutput>;
314
349
  describeEntitlements(args: DescribeEntitlementsCommandInput, cb: (err: any, data?: DescribeEntitlementsCommandOutput) => void): void;
315
350
  describeEntitlements(args: DescribeEntitlementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntitlementsCommandOutput) => void): void;
316
351
  /**
352
+ * @public
317
353
  * <p>Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.</p>
318
354
  */
319
355
  describeFleets(args: DescribeFleetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetsCommandOutput>;
320
356
  describeFleets(args: DescribeFleetsCommandInput, cb: (err: any, data?: DescribeFleetsCommandOutput) => void): void;
321
357
  describeFleets(args: DescribeFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetsCommandOutput) => void): void;
322
358
  /**
359
+ * @public
323
360
  * <p>Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.</p>
324
361
  */
325
362
  describeImageBuilders(args: DescribeImageBuildersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImageBuildersCommandOutput>;
326
363
  describeImageBuilders(args: DescribeImageBuildersCommandInput, cb: (err: any, data?: DescribeImageBuildersCommandOutput) => void): void;
327
364
  describeImageBuilders(args: DescribeImageBuildersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImageBuildersCommandOutput) => void): void;
328
365
  /**
366
+ * @public
329
367
  * <p>Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own. </p>
330
368
  */
331
369
  describeImagePermissions(args: DescribeImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImagePermissionsCommandOutput>;
332
370
  describeImagePermissions(args: DescribeImagePermissionsCommandInput, cb: (err: any, data?: DescribeImagePermissionsCommandOutput) => void): void;
333
371
  describeImagePermissions(args: DescribeImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImagePermissionsCommandOutput) => void): void;
334
372
  /**
373
+ * @public
335
374
  * <p>Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.</p>
336
375
  */
337
376
  describeImages(args: DescribeImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImagesCommandOutput>;
338
377
  describeImages(args: DescribeImagesCommandInput, cb: (err: any, data?: DescribeImagesCommandOutput) => void): void;
339
378
  describeImages(args: DescribeImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImagesCommandOutput) => void): void;
340
379
  /**
380
+ * @public
341
381
  * <p>Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet,
342
382
  * only streaming sessions for that user are described. If an authentication type is not provided,
343
383
  * the default is to authenticate users using a streaming URL.</p>
@@ -346,24 +386,28 @@ export declare class AppStream extends AppStreamClient {
346
386
  describeSessions(args: DescribeSessionsCommandInput, cb: (err: any, data?: DescribeSessionsCommandOutput) => void): void;
347
387
  describeSessions(args: DescribeSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSessionsCommandOutput) => void): void;
348
388
  /**
389
+ * @public
349
390
  * <p>Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.</p>
350
391
  */
351
392
  describeStacks(args: DescribeStacksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStacksCommandOutput>;
352
393
  describeStacks(args: DescribeStacksCommandInput, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
353
394
  describeStacks(args: DescribeStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
354
395
  /**
396
+ * @public
355
397
  * <p>Retrieves a list that describes one or more usage report subscriptions.</p>
356
398
  */
357
399
  describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsageReportSubscriptionsCommandOutput>;
358
400
  describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, cb: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void): void;
359
401
  describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void): void;
360
402
  /**
403
+ * @public
361
404
  * <p>Retrieves a list that describes one or more specified users in the user pool.</p>
362
405
  */
363
406
  describeUsers(args: DescribeUsersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsersCommandOutput>;
364
407
  describeUsers(args: DescribeUsersCommandInput, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
365
408
  describeUsers(args: DescribeUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
366
409
  /**
410
+ * @public
367
411
  * <p>Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:</p>
368
412
  * <ul>
369
413
  * <li>
@@ -378,60 +422,70 @@ export declare class AppStream extends AppStreamClient {
378
422
  describeUserStackAssociations(args: DescribeUserStackAssociationsCommandInput, cb: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void): void;
379
423
  describeUserStackAssociations(args: DescribeUserStackAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void): void;
380
424
  /**
425
+ * @public
381
426
  * <p>Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user. </p>
382
427
  */
383
428
  disableUser(args: DisableUserCommandInput, options?: __HttpHandlerOptions): Promise<DisableUserCommandOutput>;
384
429
  disableUser(args: DisableUserCommandInput, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
385
430
  disableUser(args: DisableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
386
431
  /**
432
+ * @public
387
433
  * <p>Disassociates the specified application from the fleet.</p>
388
434
  */
389
435
  disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateApplicationFleetCommandOutput>;
390
436
  disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, cb: (err: any, data?: DisassociateApplicationFleetCommandOutput) => void): void;
391
437
  disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateApplicationFleetCommandOutput) => void): void;
392
438
  /**
439
+ * @public
393
440
  * <p>Deletes the specified application from the specified entitlement.</p>
394
441
  */
395
442
  disassociateApplicationFromEntitlement(args: DisassociateApplicationFromEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateApplicationFromEntitlementCommandOutput>;
396
443
  disassociateApplicationFromEntitlement(args: DisassociateApplicationFromEntitlementCommandInput, cb: (err: any, data?: DisassociateApplicationFromEntitlementCommandOutput) => void): void;
397
444
  disassociateApplicationFromEntitlement(args: DisassociateApplicationFromEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateApplicationFromEntitlementCommandOutput) => void): void;
398
445
  /**
446
+ * @public
399
447
  * <p>Disassociates the specified fleet from the specified stack.</p>
400
448
  */
401
449
  disassociateFleet(args: DisassociateFleetCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFleetCommandOutput>;
402
450
  disassociateFleet(args: DisassociateFleetCommandInput, cb: (err: any, data?: DisassociateFleetCommandOutput) => void): void;
403
451
  disassociateFleet(args: DisassociateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFleetCommandOutput) => void): void;
404
452
  /**
453
+ * @public
405
454
  * <p>Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.</p>
406
455
  */
407
456
  enableUser(args: EnableUserCommandInput, options?: __HttpHandlerOptions): Promise<EnableUserCommandOutput>;
408
457
  enableUser(args: EnableUserCommandInput, cb: (err: any, data?: EnableUserCommandOutput) => void): void;
409
458
  enableUser(args: EnableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableUserCommandOutput) => void): void;
410
459
  /**
460
+ * @public
411
461
  * <p>Immediately stops the specified streaming session.</p>
412
462
  */
413
463
  expireSession(args: ExpireSessionCommandInput, options?: __HttpHandlerOptions): Promise<ExpireSessionCommandOutput>;
414
464
  expireSession(args: ExpireSessionCommandInput, cb: (err: any, data?: ExpireSessionCommandOutput) => void): void;
415
465
  expireSession(args: ExpireSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExpireSessionCommandOutput) => void): void;
416
466
  /**
467
+ * @public
417
468
  * <p>Retrieves the name of the fleet that is associated with the specified stack.</p>
418
469
  */
419
470
  listAssociatedFleets(args: ListAssociatedFleetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociatedFleetsCommandOutput>;
420
471
  listAssociatedFleets(args: ListAssociatedFleetsCommandInput, cb: (err: any, data?: ListAssociatedFleetsCommandOutput) => void): void;
421
472
  listAssociatedFleets(args: ListAssociatedFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociatedFleetsCommandOutput) => void): void;
422
473
  /**
474
+ * @public
423
475
  * <p>Retrieves the name of the stack with which the specified fleet is associated.</p>
424
476
  */
425
477
  listAssociatedStacks(args: ListAssociatedStacksCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociatedStacksCommandOutput>;
426
478
  listAssociatedStacks(args: ListAssociatedStacksCommandInput, cb: (err: any, data?: ListAssociatedStacksCommandOutput) => void): void;
427
479
  listAssociatedStacks(args: ListAssociatedStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociatedStacksCommandOutput) => void): void;
428
480
  /**
481
+ * @public
429
482
  * <p>Retrieves a list of entitled applications.</p>
430
483
  */
431
484
  listEntitledApplications(args: ListEntitledApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitledApplicationsCommandOutput>;
432
485
  listEntitledApplications(args: ListEntitledApplicationsCommandInput, cb: (err: any, data?: ListEntitledApplicationsCommandOutput) => void): void;
433
486
  listEntitledApplications(args: ListEntitledApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitledApplicationsCommandOutput) => void): void;
434
487
  /**
488
+ * @public
435
489
  * <p>Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
436
490
  * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
437
491
  */
@@ -439,30 +493,35 @@ export declare class AppStream extends AppStreamClient {
439
493
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
440
494
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
441
495
  /**
496
+ * @public
442
497
  * <p>Starts the specified fleet.</p>
443
498
  */
444
499
  startFleet(args: StartFleetCommandInput, options?: __HttpHandlerOptions): Promise<StartFleetCommandOutput>;
445
500
  startFleet(args: StartFleetCommandInput, cb: (err: any, data?: StartFleetCommandOutput) => void): void;
446
501
  startFleet(args: StartFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFleetCommandOutput) => void): void;
447
502
  /**
503
+ * @public
448
504
  * <p>Starts the specified image builder.</p>
449
505
  */
450
506
  startImageBuilder(args: StartImageBuilderCommandInput, options?: __HttpHandlerOptions): Promise<StartImageBuilderCommandOutput>;
451
507
  startImageBuilder(args: StartImageBuilderCommandInput, cb: (err: any, data?: StartImageBuilderCommandOutput) => void): void;
452
508
  startImageBuilder(args: StartImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImageBuilderCommandOutput) => void): void;
453
509
  /**
510
+ * @public
454
511
  * <p>Stops the specified fleet.</p>
455
512
  */
456
513
  stopFleet(args: StopFleetCommandInput, options?: __HttpHandlerOptions): Promise<StopFleetCommandOutput>;
457
514
  stopFleet(args: StopFleetCommandInput, cb: (err: any, data?: StopFleetCommandOutput) => void): void;
458
515
  stopFleet(args: StopFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopFleetCommandOutput) => void): void;
459
516
  /**
517
+ * @public
460
518
  * <p>Stops the specified image builder.</p>
461
519
  */
462
520
  stopImageBuilder(args: StopImageBuilderCommandInput, options?: __HttpHandlerOptions): Promise<StopImageBuilderCommandOutput>;
463
521
  stopImageBuilder(args: StopImageBuilderCommandInput, cb: (err: any, data?: StopImageBuilderCommandOutput) => void): void;
464
522
  stopImageBuilder(args: StopImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopImageBuilderCommandOutput) => void): void;
465
523
  /**
524
+ * @public
466
525
  * <p>Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
467
526
  * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key,
468
527
  * this operation updates its value.</p>
@@ -474,6 +533,7 @@ export declare class AppStream extends AppStreamClient {
474
533
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
475
534
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
476
535
  /**
536
+ * @public
477
537
  * <p>Disassociates one or more specified tags from the specified AppStream 2.0 resource.</p>
478
538
  * <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p>
479
539
  * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
@@ -482,24 +542,28 @@ export declare class AppStream extends AppStreamClient {
482
542
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
483
543
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
484
544
  /**
545
+ * @public
485
546
  * <p>Updates the specified application.</p>
486
547
  */
487
548
  updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
488
549
  updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
489
550
  updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
490
551
  /**
552
+ * @public
491
553
  * <p>Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
492
554
  */
493
555
  updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDirectoryConfigCommandOutput>;
494
556
  updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, cb: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void): void;
495
557
  updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void): void;
496
558
  /**
559
+ * @public
497
560
  * <p>Updates the specified entitlement.</p>
498
561
  */
499
562
  updateEntitlement(args: UpdateEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEntitlementCommandOutput>;
500
563
  updateEntitlement(args: UpdateEntitlementCommandInput, cb: (err: any, data?: UpdateEntitlementCommandOutput) => void): void;
501
564
  updateEntitlement(args: UpdateEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEntitlementCommandOutput) => void): void;
502
565
  /**
566
+ * @public
503
567
  * <p>Updates the specified fleet.</p>
504
568
  * <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except
505
569
  * the fleet name.</p>
@@ -527,12 +591,14 @@ export declare class AppStream extends AppStreamClient {
527
591
  updateFleet(args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
528
592
  updateFleet(args: UpdateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
529
593
  /**
594
+ * @public
530
595
  * <p>Adds or updates permissions for the specified private image. </p>
531
596
  */
532
597
  updateImagePermissions(args: UpdateImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateImagePermissionsCommandOutput>;
533
598
  updateImagePermissions(args: UpdateImagePermissionsCommandInput, cb: (err: any, data?: UpdateImagePermissionsCommandOutput) => void): void;
534
599
  updateImagePermissions(args: UpdateImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateImagePermissionsCommandOutput) => void): void;
535
600
  /**
601
+ * @public
536
602
  * <p>Updates the specified fields for the specified stack.</p>
537
603
  */
538
604
  updateStack(args: UpdateStackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStackCommandOutput>;
@@ -73,15 +73,24 @@ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/Up
73
73
  import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "./commands/UpdateImagePermissionsCommand";
74
74
  import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
75
75
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
76
+ /**
77
+ * @public
78
+ */
76
79
  export type ServiceInputTypes = AssociateApplicationFleetCommandInput | AssociateApplicationToEntitlementCommandInput | AssociateFleetCommandInput | BatchAssociateUserStackCommandInput | BatchDisassociateUserStackCommandInput | CopyImageCommandInput | CreateAppBlockCommandInput | CreateApplicationCommandInput | CreateDirectoryConfigCommandInput | CreateEntitlementCommandInput | CreateFleetCommandInput | CreateImageBuilderCommandInput | CreateImageBuilderStreamingURLCommandInput | CreateStackCommandInput | CreateStreamingURLCommandInput | CreateUpdatedImageCommandInput | CreateUsageReportSubscriptionCommandInput | CreateUserCommandInput | DeleteAppBlockCommandInput | DeleteApplicationCommandInput | DeleteDirectoryConfigCommandInput | DeleteEntitlementCommandInput | DeleteFleetCommandInput | DeleteImageBuilderCommandInput | DeleteImageCommandInput | DeleteImagePermissionsCommandInput | DeleteStackCommandInput | DeleteUsageReportSubscriptionCommandInput | DeleteUserCommandInput | DescribeAppBlocksCommandInput | DescribeApplicationFleetAssociationsCommandInput | DescribeApplicationsCommandInput | DescribeDirectoryConfigsCommandInput | DescribeEntitlementsCommandInput | DescribeFleetsCommandInput | DescribeImageBuildersCommandInput | DescribeImagePermissionsCommandInput | DescribeImagesCommandInput | DescribeSessionsCommandInput | DescribeStacksCommandInput | DescribeUsageReportSubscriptionsCommandInput | DescribeUserStackAssociationsCommandInput | DescribeUsersCommandInput | DisableUserCommandInput | DisassociateApplicationFleetCommandInput | DisassociateApplicationFromEntitlementCommandInput | DisassociateFleetCommandInput | EnableUserCommandInput | ExpireSessionCommandInput | ListAssociatedFleetsCommandInput | ListAssociatedStacksCommandInput | ListEntitledApplicationsCommandInput | ListTagsForResourceCommandInput | StartFleetCommandInput | StartImageBuilderCommandInput | StopFleetCommandInput | StopImageBuilderCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateDirectoryConfigCommandInput | UpdateEntitlementCommandInput | UpdateFleetCommandInput | UpdateImagePermissionsCommandInput | UpdateStackCommandInput;
80
+ /**
81
+ * @public
82
+ */
77
83
  export type ServiceOutputTypes = AssociateApplicationFleetCommandOutput | AssociateApplicationToEntitlementCommandOutput | AssociateFleetCommandOutput | BatchAssociateUserStackCommandOutput | BatchDisassociateUserStackCommandOutput | CopyImageCommandOutput | CreateAppBlockCommandOutput | CreateApplicationCommandOutput | CreateDirectoryConfigCommandOutput | CreateEntitlementCommandOutput | CreateFleetCommandOutput | CreateImageBuilderCommandOutput | CreateImageBuilderStreamingURLCommandOutput | CreateStackCommandOutput | CreateStreamingURLCommandOutput | CreateUpdatedImageCommandOutput | CreateUsageReportSubscriptionCommandOutput | CreateUserCommandOutput | DeleteAppBlockCommandOutput | DeleteApplicationCommandOutput | DeleteDirectoryConfigCommandOutput | DeleteEntitlementCommandOutput | DeleteFleetCommandOutput | DeleteImageBuilderCommandOutput | DeleteImageCommandOutput | DeleteImagePermissionsCommandOutput | DeleteStackCommandOutput | DeleteUsageReportSubscriptionCommandOutput | DeleteUserCommandOutput | DescribeAppBlocksCommandOutput | DescribeApplicationFleetAssociationsCommandOutput | DescribeApplicationsCommandOutput | DescribeDirectoryConfigsCommandOutput | DescribeEntitlementsCommandOutput | DescribeFleetsCommandOutput | DescribeImageBuildersCommandOutput | DescribeImagePermissionsCommandOutput | DescribeImagesCommandOutput | DescribeSessionsCommandOutput | DescribeStacksCommandOutput | DescribeUsageReportSubscriptionsCommandOutput | DescribeUserStackAssociationsCommandOutput | DescribeUsersCommandOutput | DisableUserCommandOutput | DisassociateApplicationFleetCommandOutput | DisassociateApplicationFromEntitlementCommandOutput | DisassociateFleetCommandOutput | EnableUserCommandOutput | ExpireSessionCommandOutput | ListAssociatedFleetsCommandOutput | ListAssociatedStacksCommandOutput | ListEntitledApplicationsCommandOutput | ListTagsForResourceCommandOutput | StartFleetCommandOutput | StartImageBuilderCommandOutput | StopFleetCommandOutput | StopImageBuilderCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateDirectoryConfigCommandOutput | UpdateEntitlementCommandOutput | UpdateFleetCommandOutput | UpdateImagePermissionsCommandOutput | UpdateStackCommandOutput;
84
+ /**
85
+ * @public
86
+ */
78
87
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
79
88
  /**
80
89
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
81
90
  */
82
91
  requestHandler?: __HttpHandler;
83
92
  /**
84
- * A constructor for a class implementing the {@link __Checksum} interface
93
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
85
94
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
86
95
  * @internal
87
96
  */
@@ -171,23 +180,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
171
180
  */
172
181
  logger?: __Logger;
173
182
  /**
174
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
183
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
175
184
  */
176
185
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
177
186
  }
187
+ /**
188
+ * @public
189
+ */
178
190
  type AppStreamClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
179
191
  /**
180
- * The configuration interface of AppStreamClient class constructor that set the region, credentials and other options.
192
+ * @public
193
+ *
194
+ * The configuration interface of AppStreamClient class constructor that set the region, credentials and other options.
181
195
  */
182
196
  export interface AppStreamClientConfig extends AppStreamClientConfigType {
183
197
  }
198
+ /**
199
+ * @public
200
+ */
184
201
  type AppStreamClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
185
202
  /**
186
- * The resolved configuration interface of AppStreamClient class. This is resolved and normalized from the {@link AppStreamClientConfig | constructor configuration interface}.
203
+ * @public
204
+ *
205
+ * The resolved configuration interface of AppStreamClient class. This is resolved and normalized from the {@link AppStreamClientConfig | constructor configuration interface}.
187
206
  */
188
207
  export interface AppStreamClientResolvedConfig extends AppStreamClientResolvedConfigType {
189
208
  }
190
209
  /**
210
+ * @public
191
211
  * <fullname>Amazon AppStream 2.0</fullname>
192
212
  * <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
193
213
  * <note>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { AssociateApplicationFleetRequest, AssociateApplicationFleetResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateApplicationFleetCommand}.
8
10
  */
9
11
  export interface AssociateApplicationFleetCommandInput extends AssociateApplicationFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateApplicationFleetCommand}.
13
17
  */
14
18
  export interface AssociateApplicationFleetCommandOutput extends AssociateApplicationFleetResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates the specified application with the specified fleet. This is only supported for Elastic fleets.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateApplicationFleetCommandOutput extends AssociateApplica
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateApplicationFleetCommandInput - {@link AssociateApplicationFleetCommandInput}
34
+ * @returns {@link AssociateApplicationFleetCommandOutput}
28
35
  * @see {@link AssociateApplicationFleetCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateApplicationFleetCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -49,11 +56,20 @@ export interface AssociateApplicationFleetCommandOutput extends AssociateApplica
49
56
  export declare class AssociateApplicationFleetCommand extends $Command<AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig> {
50
57
  readonly input: AssociateApplicationFleetCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: AssociateApplicationFleetCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }