@aws-sdk/client-appstream 3.295.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 +30 -30
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
18
23
  * <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>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
35
+ * @returns {@link ListTagsForResourceCommandOutput}
29
36
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -38,11 +45,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
38
45
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppStreamClientResolvedConfig> {
39
46
  readonly input: ListTagsForResourceCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: ListTagsForResourceCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { StartFleetRequest, StartFleetResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartFleetCommand}.
8
10
  */
9
11
  export interface StartFleetCommandInput extends StartFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartFleetCommand}.
13
17
  */
14
18
  export interface StartFleetCommandOutput extends StartFleetResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts the specified fleet.</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 StartFleetCommandOutput extends StartFleetResult, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartFleetCommandInput - {@link StartFleetCommandInput}
34
+ * @returns {@link StartFleetCommandOutput}
28
35
  * @see {@link StartFleetCommandInput} for command's `input` shape.
29
36
  * @see {@link StartFleetCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -58,11 +65,20 @@ export interface StartFleetCommandOutput extends StartFleetResult, __MetadataBea
58
65
  export declare class StartFleetCommand extends $Command<StartFleetCommandInput, StartFleetCommandOutput, AppStreamClientResolvedConfig> {
59
66
  readonly input: StartFleetCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: StartFleetCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFleetCommandInput, StartFleetCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { StartImageBuilderRequest, StartImageBuilderResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartImageBuilderCommand}.
8
10
  */
9
11
  export interface StartImageBuilderCommandInput extends StartImageBuilderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartImageBuilderCommand}.
13
17
  */
14
18
  export interface StartImageBuilderCommandOutput extends StartImageBuilderResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts the specified image builder.</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 StartImageBuilderCommandOutput extends StartImageBuilderResult,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartImageBuilderCommandInput - {@link StartImageBuilderCommandInput}
34
+ * @returns {@link StartImageBuilderCommandOutput}
28
35
  * @see {@link StartImageBuilderCommandInput} for command's `input` shape.
29
36
  * @see {@link StartImageBuilderCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -49,11 +56,20 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult,
49
56
  export declare class StartImageBuilderCommand extends $Command<StartImageBuilderCommandInput, StartImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
50
57
  readonly input: StartImageBuilderCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: StartImageBuilderCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImageBuilderCommandInput, StartImageBuilderCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { StopFleetRequest, StopFleetResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopFleetCommand}.
8
10
  */
9
11
  export interface StopFleetCommandInput extends StopFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopFleetCommand}.
13
17
  */
14
18
  export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops the specified fleet.</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 StopFleetCommandOutput extends StopFleetResult, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopFleetCommandInput - {@link StopFleetCommandInput}
34
+ * @returns {@link StopFleetCommandOutput}
28
35
  * @see {@link StopFleetCommandInput} for command's `input` shape.
29
36
  * @see {@link StopFleetCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -40,11 +47,20 @@ export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBeare
40
47
  export declare class StopFleetCommand extends $Command<StopFleetCommandInput, StopFleetCommandOutput, AppStreamClientResolvedConfig> {
41
48
  readonly input: StopFleetCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: StopFleetCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopFleetCommandInput, StopFleetCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { StopImageBuilderRequest, StopImageBuilderResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopImageBuilderCommand}.
8
10
  */
9
11
  export interface StopImageBuilderCommandInput extends StopImageBuilderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopImageBuilderCommand}.
13
17
  */
14
18
  export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops the specified image builder.</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 StopImageBuilderCommandOutput extends StopImageBuilderResult, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopImageBuilderCommandInput - {@link StopImageBuilderCommandInput}
34
+ * @returns {@link StopImageBuilderCommandOutput}
28
35
  * @see {@link StopImageBuilderCommandInput} for command's `input` shape.
29
36
  * @see {@link StopImageBuilderCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -43,11 +50,20 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _
43
50
  export declare class StopImageBuilderCommand extends $Command<StopImageBuilderCommandInput, StopImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
44
51
  readonly input: StopImageBuilderCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: StopImageBuilderCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopImageBuilderCommandInput, StopImageBuilderCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
18
23
  * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key,
19
24
  * this operation updates its value.</p>
@@ -30,6 +35,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
39
+ * @returns {@link TagResourceCommandOutput}
33
40
  * @see {@link TagResourceCommandInput} for command's `input` shape.
34
41
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
35
42
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -48,11 +55,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
48
55
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppStreamClientResolvedConfig> {
49
56
  readonly input: TagResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: TagResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates one or more specified tags from the specified AppStream 2.0 resource.</p>
18
23
  * <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p>
19
24
  * <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>
@@ -27,6 +32,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
36
+ * @returns {@link UntagResourceCommandOutput}
30
37
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -39,11 +46,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
39
46
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppStreamClientResolvedConfig> {
40
47
  readonly input: UntagResourceCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: UntagResourceCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { UpdateApplicationRequest, UpdateApplicationResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApplicationCommand}.
8
10
  */
9
11
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApplicationCommand}.
13
17
  */
14
18
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the specified application.</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 UpdateApplicationCommandOutput extends UpdateApplicationResult,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
34
+ * @returns {@link UpdateApplicationCommandOutput}
28
35
  * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult,
43
50
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppStreamClientResolvedConfig> {
44
51
  readonly input: UpdateApplicationCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateApplicationCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { UpdateDirectoryConfigRequest, UpdateDirectoryConfigResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDirectoryConfigCommand}.
8
10
  */
9
11
  export interface UpdateDirectoryConfigCommandInput extends UpdateDirectoryConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDirectoryConfigCommand}.
13
17
  */
14
18
  export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfigResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
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 UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDirectoryConfigCommandInput - {@link UpdateDirectoryConfigCommandInput}
34
+ * @returns {@link UpdateDirectoryConfigCommandOutput}
28
35
  * @see {@link UpdateDirectoryConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDirectoryConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
49
56
  export declare class UpdateDirectoryConfigCommand extends $Command<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
50
57
  readonly input: UpdateDirectoryConfigCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateDirectoryConfigCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { UpdateEntitlementRequest, UpdateEntitlementResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateEntitlementCommand}.
8
10
  */
9
11
  export interface UpdateEntitlementCommandInput extends UpdateEntitlementRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateEntitlementCommand}.
13
17
  */
14
18
  export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the specified entitlement.</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 UpdateEntitlementCommandOutput extends UpdateEntitlementResult,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateEntitlementCommandInput - {@link UpdateEntitlementCommandInput}
34
+ * @returns {@link UpdateEntitlementCommandOutput}
28
35
  * @see {@link UpdateEntitlementCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateEntitlementCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult,
46
53
  export declare class UpdateEntitlementCommand extends $Command<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
47
54
  readonly input: UpdateEntitlementCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateEntitlementCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { UpdateFleetRequest, UpdateFleetResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFleetCommand}.
8
10
  */
9
11
  export interface UpdateFleetCommandInput extends UpdateFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFleetCommand}.
13
17
  */
14
18
  export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the specified fleet.</p>
18
23
  * <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except
19
24
  * the fleet name.</p>
@@ -46,6 +51,8 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
46
51
  * const response = await client.send(command);
47
52
  * ```
48
53
  *
54
+ * @param UpdateFleetCommandInput - {@link UpdateFleetCommandInput}
55
+ * @returns {@link UpdateFleetCommandOutput}
49
56
  * @see {@link UpdateFleetCommandInput} for command's `input` shape.
50
57
  * @see {@link UpdateFleetCommandOutput} for command's `response` shape.
51
58
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -88,11 +95,20 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
88
95
  export declare class UpdateFleetCommand extends $Command<UpdateFleetCommandInput, UpdateFleetCommandOutput, AppStreamClientResolvedConfig> {
89
96
  readonly input: UpdateFleetCommandInput;
90
97
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
+ /**
99
+ * @public
100
+ */
91
101
  constructor(input: UpdateFleetCommandInput);
92
102
  /**
93
103
  * @internal
94
104
  */
95
105
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFleetCommandInput, UpdateFleetCommandOutput>;
106
+ /**
107
+ * @internal
108
+ */
96
109
  private serialize;
110
+ /**
111
+ * @internal
112
+ */
97
113
  private deserialize;
98
114
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { UpdateImagePermissionsRequest, UpdateImagePermissionsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateImagePermissionsCommand}.
8
10
  */
9
11
  export interface UpdateImagePermissionsCommandInput extends UpdateImagePermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateImagePermissionsCommand}.
13
17
  */
14
18
  export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissionsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or updates permissions for the specified private image. </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 UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateImagePermissionsCommandInput - {@link UpdateImagePermissionsCommandInput}
34
+ * @returns {@link UpdateImagePermissionsCommandOutput}
28
35
  * @see {@link UpdateImagePermissionsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateImagePermissionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
43
50
  export declare class UpdateImagePermissionsCommand extends $Command<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
44
51
  readonly input: UpdateImagePermissionsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateImagePermissionsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
5
5
  import { UpdateStackRequest, UpdateStackResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateStackCommand}.
8
10
  */
9
11
  export interface UpdateStackCommandInput extends UpdateStackRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateStackCommand}.
13
17
  */
14
18
  export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the specified fields for the specified stack.</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 UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateStackCommandInput - {@link UpdateStackCommandInput}
34
+ * @returns {@link UpdateStackCommandOutput}
28
35
  * @see {@link UpdateStackCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateStackCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
@@ -61,11 +68,20 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
61
68
  export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, AppStreamClientResolvedConfig> {
62
69
  readonly input: UpdateStackCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: UpdateStackCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackCommandInput, UpdateStackCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }