@aws-sdk/client-appstream 3.50.0 → 3.51.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 (86) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/AppStream.d.ts +330 -0
  3. package/dist-types/ts3.4/AppStreamClient.d.ts +138 -0
  4. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -0
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  71. package/dist-types/ts3.4/index.d.ts +6 -0
  72. package/dist-types/ts3.4/models/index.d.ts +1 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +2315 -0
  74. package/dist-types/ts3.4/pagination/DescribeImagePermissionsPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  77. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +197 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  83. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  84. package/dist-types/ts3.4/waiters/waitForFleetStarted.d.ts +7 -0
  85. package/dist-types/ts3.4/waiters/waitForFleetStopped.d.ts +7 -0
  86. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-appstream
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-appstream
@@ -0,0 +1,330 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AppStreamClient } from "./AppStreamClient";
3
+ import { AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput } from "./commands/AssociateApplicationFleetCommand";
4
+ import { AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput } from "./commands/AssociateApplicationToEntitlementCommand";
5
+ import { AssociateFleetCommandInput, AssociateFleetCommandOutput } from "./commands/AssociateFleetCommand";
6
+ import { BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput } from "./commands/BatchAssociateUserStackCommand";
7
+ import { BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput } from "./commands/BatchDisassociateUserStackCommand";
8
+ import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
9
+ import { CreateAppBlockCommandInput, CreateAppBlockCommandOutput } from "./commands/CreateAppBlockCommand";
10
+ import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
11
+ import { CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput } from "./commands/CreateDirectoryConfigCommand";
12
+ import { CreateEntitlementCommandInput, CreateEntitlementCommandOutput } from "./commands/CreateEntitlementCommand";
13
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
14
+ import { CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput } from "./commands/CreateImageBuilderCommand";
15
+ import { CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput } from "./commands/CreateImageBuilderStreamingURLCommand";
16
+ import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
17
+ import { CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput } from "./commands/CreateStreamingURLCommand";
18
+ import { CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput } from "./commands/CreateUpdatedImageCommand";
19
+ import { CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput } from "./commands/CreateUsageReportSubscriptionCommand";
20
+ import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
21
+ import { DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput } from "./commands/DeleteAppBlockCommand";
22
+ import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
23
+ import { DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput } from "./commands/DeleteDirectoryConfigCommand";
24
+ import { DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput } from "./commands/DeleteEntitlementCommand";
25
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
26
+ import { DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput } from "./commands/DeleteImageBuilderCommand";
27
+ import { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
28
+ import { DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput } from "./commands/DeleteImagePermissionsCommand";
29
+ import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
30
+ import { DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput } from "./commands/DeleteUsageReportSubscriptionCommand";
31
+ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
32
+ import { DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput } from "./commands/DescribeAppBlocksCommand";
33
+ import { DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput } from "./commands/DescribeApplicationFleetAssociationsCommand";
34
+ import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
35
+ import { DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput } from "./commands/DescribeDirectoryConfigsCommand";
36
+ import { DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput } from "./commands/DescribeEntitlementsCommand";
37
+ import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "./commands/DescribeFleetsCommand";
38
+ import { DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput } from "./commands/DescribeImageBuildersCommand";
39
+ import { DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput } from "./commands/DescribeImagePermissionsCommand";
40
+ import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
41
+ import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
42
+ import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
43
+ import { DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput } from "./commands/DescribeUsageReportSubscriptionsCommand";
44
+ import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
45
+ import { DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput } from "./commands/DescribeUserStackAssociationsCommand";
46
+ import { DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
47
+ import { DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput } from "./commands/DisassociateApplicationFleetCommand";
48
+ import { DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput } from "./commands/DisassociateApplicationFromEntitlementCommand";
49
+ import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from "./commands/DisassociateFleetCommand";
50
+ import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
51
+ import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
52
+ import { ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput } from "./commands/ListAssociatedFleetsCommand";
53
+ import { ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput } from "./commands/ListAssociatedStacksCommand";
54
+ import { ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput } from "./commands/ListEntitledApplicationsCommand";
55
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
56
+ import { StartFleetCommandInput, StartFleetCommandOutput } from "./commands/StartFleetCommand";
57
+ import { StartImageBuilderCommandInput, StartImageBuilderCommandOutput } from "./commands/StartImageBuilderCommand";
58
+ import { StopFleetCommandInput, StopFleetCommandOutput } from "./commands/StopFleetCommand";
59
+ import { StopImageBuilderCommandInput, StopImageBuilderCommandOutput } from "./commands/StopImageBuilderCommand";
60
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
61
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
62
+ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
63
+ import { UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput } from "./commands/UpdateDirectoryConfigCommand";
64
+ import { UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput } from "./commands/UpdateEntitlementCommand";
65
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
66
+ import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "./commands/UpdateImagePermissionsCommand";
67
+ import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
68
+
69
+ export declare class AppStream extends AppStreamClient {
70
+
71
+ associateApplicationFleet(args: AssociateApplicationFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateApplicationFleetCommandOutput>;
72
+ associateApplicationFleet(args: AssociateApplicationFleetCommandInput, cb: (err: any, data?: AssociateApplicationFleetCommandOutput) => void): void;
73
+ associateApplicationFleet(args: AssociateApplicationFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateApplicationFleetCommandOutput) => void): void;
74
+
75
+ associateApplicationToEntitlement(args: AssociateApplicationToEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<AssociateApplicationToEntitlementCommandOutput>;
76
+ associateApplicationToEntitlement(args: AssociateApplicationToEntitlementCommandInput, cb: (err: any, data?: AssociateApplicationToEntitlementCommandOutput) => void): void;
77
+ associateApplicationToEntitlement(args: AssociateApplicationToEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateApplicationToEntitlementCommandOutput) => void): void;
78
+
79
+ associateFleet(args: AssociateFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFleetCommandOutput>;
80
+ associateFleet(args: AssociateFleetCommandInput, cb: (err: any, data?: AssociateFleetCommandOutput) => void): void;
81
+ associateFleet(args: AssociateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFleetCommandOutput) => void): void;
82
+
83
+ batchAssociateUserStack(args: BatchAssociateUserStackCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateUserStackCommandOutput>;
84
+ batchAssociateUserStack(args: BatchAssociateUserStackCommandInput, cb: (err: any, data?: BatchAssociateUserStackCommandOutput) => void): void;
85
+ batchAssociateUserStack(args: BatchAssociateUserStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateUserStackCommandOutput) => void): void;
86
+
87
+ batchDisassociateUserStack(args: BatchDisassociateUserStackCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateUserStackCommandOutput>;
88
+ batchDisassociateUserStack(args: BatchDisassociateUserStackCommandInput, cb: (err: any, data?: BatchDisassociateUserStackCommandOutput) => void): void;
89
+ batchDisassociateUserStack(args: BatchDisassociateUserStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateUserStackCommandOutput) => void): void;
90
+
91
+ copyImage(args: CopyImageCommandInput, options?: __HttpHandlerOptions): Promise<CopyImageCommandOutput>;
92
+ copyImage(args: CopyImageCommandInput, cb: (err: any, data?: CopyImageCommandOutput) => void): void;
93
+ copyImage(args: CopyImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyImageCommandOutput) => void): void;
94
+
95
+ createAppBlock(args: CreateAppBlockCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppBlockCommandOutput>;
96
+ createAppBlock(args: CreateAppBlockCommandInput, cb: (err: any, data?: CreateAppBlockCommandOutput) => void): void;
97
+ createAppBlock(args: CreateAppBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppBlockCommandOutput) => void): void;
98
+
99
+ createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
100
+ createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
101
+ createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
102
+
103
+ createDirectoryConfig(args: CreateDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateDirectoryConfigCommandOutput>;
104
+ createDirectoryConfig(args: CreateDirectoryConfigCommandInput, cb: (err: any, data?: CreateDirectoryConfigCommandOutput) => void): void;
105
+ createDirectoryConfig(args: CreateDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectoryConfigCommandOutput) => void): void;
106
+
107
+ createEntitlement(args: CreateEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<CreateEntitlementCommandOutput>;
108
+ createEntitlement(args: CreateEntitlementCommandInput, cb: (err: any, data?: CreateEntitlementCommandOutput) => void): void;
109
+ createEntitlement(args: CreateEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntitlementCommandOutput) => void): void;
110
+
111
+ createFleet(args: CreateFleetCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetCommandOutput>;
112
+ createFleet(args: CreateFleetCommandInput, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
113
+ createFleet(args: CreateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
114
+
115
+ createImageBuilder(args: CreateImageBuilderCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageBuilderCommandOutput>;
116
+ createImageBuilder(args: CreateImageBuilderCommandInput, cb: (err: any, data?: CreateImageBuilderCommandOutput) => void): void;
117
+ createImageBuilder(args: CreateImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageBuilderCommandOutput) => void): void;
118
+
119
+ createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageBuilderStreamingURLCommandOutput>;
120
+ createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void): void;
121
+ createImageBuilderStreamingURL(args: CreateImageBuilderStreamingURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void): void;
122
+
123
+ createStack(args: CreateStackCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackCommandOutput>;
124
+ createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
125
+ createStack(args: CreateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
126
+
127
+ createStreamingURL(args: CreateStreamingURLCommandInput, options?: __HttpHandlerOptions): Promise<CreateStreamingURLCommandOutput>;
128
+ createStreamingURL(args: CreateStreamingURLCommandInput, cb: (err: any, data?: CreateStreamingURLCommandOutput) => void): void;
129
+ createStreamingURL(args: CreateStreamingURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamingURLCommandOutput) => void): void;
130
+
131
+ createUpdatedImage(args: CreateUpdatedImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateUpdatedImageCommandOutput>;
132
+ createUpdatedImage(args: CreateUpdatedImageCommandInput, cb: (err: any, data?: CreateUpdatedImageCommandOutput) => void): void;
133
+ createUpdatedImage(args: CreateUpdatedImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUpdatedImageCommandOutput) => void): void;
134
+
135
+ createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateUsageReportSubscriptionCommandOutput>;
136
+ createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, cb: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void): void;
137
+ createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void): void;
138
+
139
+ createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
140
+ createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
141
+ createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
142
+
143
+ deleteAppBlock(args: DeleteAppBlockCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppBlockCommandOutput>;
144
+ deleteAppBlock(args: DeleteAppBlockCommandInput, cb: (err: any, data?: DeleteAppBlockCommandOutput) => void): void;
145
+ deleteAppBlock(args: DeleteAppBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppBlockCommandOutput) => void): void;
146
+
147
+ deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
148
+ deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
149
+ deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
150
+
151
+ deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDirectoryConfigCommandOutput>;
152
+ deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, cb: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void): void;
153
+ deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void): void;
154
+
155
+ deleteEntitlement(args: DeleteEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEntitlementCommandOutput>;
156
+ deleteEntitlement(args: DeleteEntitlementCommandInput, cb: (err: any, data?: DeleteEntitlementCommandOutput) => void): void;
157
+ deleteEntitlement(args: DeleteEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntitlementCommandOutput) => void): void;
158
+
159
+ deleteFleet(args: DeleteFleetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetCommandOutput>;
160
+ deleteFleet(args: DeleteFleetCommandInput, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
161
+ deleteFleet(args: DeleteFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
162
+
163
+ deleteImage(args: DeleteImageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImageCommandOutput>;
164
+ deleteImage(args: DeleteImageCommandInput, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
165
+ deleteImage(args: DeleteImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
166
+
167
+ deleteImageBuilder(args: DeleteImageBuilderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImageBuilderCommandOutput>;
168
+ deleteImageBuilder(args: DeleteImageBuilderCommandInput, cb: (err: any, data?: DeleteImageBuilderCommandOutput) => void): void;
169
+ deleteImageBuilder(args: DeleteImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImageBuilderCommandOutput) => void): void;
170
+
171
+ deleteImagePermissions(args: DeleteImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImagePermissionsCommandOutput>;
172
+ deleteImagePermissions(args: DeleteImagePermissionsCommandInput, cb: (err: any, data?: DeleteImagePermissionsCommandOutput) => void): void;
173
+ deleteImagePermissions(args: DeleteImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImagePermissionsCommandOutput) => void): void;
174
+
175
+ deleteStack(args: DeleteStackCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackCommandOutput>;
176
+ deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
177
+ deleteStack(args: DeleteStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
178
+
179
+ deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUsageReportSubscriptionCommandOutput>;
180
+ deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, cb: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void): void;
181
+ deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void): void;
182
+
183
+ deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
184
+ deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
185
+ deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
186
+
187
+ describeAppBlocks(args: DescribeAppBlocksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppBlocksCommandOutput>;
188
+ describeAppBlocks(args: DescribeAppBlocksCommandInput, cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void): void;
189
+ describeAppBlocks(args: DescribeAppBlocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void): void;
190
+
191
+ describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationFleetAssociationsCommandOutput>;
192
+ describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, cb: (err: any, data?: DescribeApplicationFleetAssociationsCommandOutput) => void): void;
193
+ describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationFleetAssociationsCommandOutput) => void): void;
194
+
195
+ describeApplications(args: DescribeApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationsCommandOutput>;
196
+ describeApplications(args: DescribeApplicationsCommandInput, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
197
+ describeApplications(args: DescribeApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
198
+
199
+ describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectoryConfigsCommandOutput>;
200
+ describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
201
+ describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
202
+
203
+ describeEntitlements(args: DescribeEntitlementsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEntitlementsCommandOutput>;
204
+ describeEntitlements(args: DescribeEntitlementsCommandInput, cb: (err: any, data?: DescribeEntitlementsCommandOutput) => void): void;
205
+ describeEntitlements(args: DescribeEntitlementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntitlementsCommandOutput) => void): void;
206
+
207
+ describeFleets(args: DescribeFleetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetsCommandOutput>;
208
+ describeFleets(args: DescribeFleetsCommandInput, cb: (err: any, data?: DescribeFleetsCommandOutput) => void): void;
209
+ describeFleets(args: DescribeFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetsCommandOutput) => void): void;
210
+
211
+ describeImageBuilders(args: DescribeImageBuildersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImageBuildersCommandOutput>;
212
+ describeImageBuilders(args: DescribeImageBuildersCommandInput, cb: (err: any, data?: DescribeImageBuildersCommandOutput) => void): void;
213
+ describeImageBuilders(args: DescribeImageBuildersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImageBuildersCommandOutput) => void): void;
214
+
215
+ describeImagePermissions(args: DescribeImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImagePermissionsCommandOutput>;
216
+ describeImagePermissions(args: DescribeImagePermissionsCommandInput, cb: (err: any, data?: DescribeImagePermissionsCommandOutput) => void): void;
217
+ describeImagePermissions(args: DescribeImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImagePermissionsCommandOutput) => void): void;
218
+
219
+ describeImages(args: DescribeImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImagesCommandOutput>;
220
+ describeImages(args: DescribeImagesCommandInput, cb: (err: any, data?: DescribeImagesCommandOutput) => void): void;
221
+ describeImages(args: DescribeImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImagesCommandOutput) => void): void;
222
+
223
+ describeSessions(args: DescribeSessionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSessionsCommandOutput>;
224
+ describeSessions(args: DescribeSessionsCommandInput, cb: (err: any, data?: DescribeSessionsCommandOutput) => void): void;
225
+ describeSessions(args: DescribeSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSessionsCommandOutput) => void): void;
226
+
227
+ describeStacks(args: DescribeStacksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStacksCommandOutput>;
228
+ describeStacks(args: DescribeStacksCommandInput, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
229
+ describeStacks(args: DescribeStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
230
+
231
+ describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsageReportSubscriptionsCommandOutput>;
232
+ describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, cb: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void): void;
233
+ describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void): void;
234
+
235
+ describeUsers(args: DescribeUsersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsersCommandOutput>;
236
+ describeUsers(args: DescribeUsersCommandInput, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
237
+ describeUsers(args: DescribeUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
238
+
239
+ describeUserStackAssociations(args: DescribeUserStackAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserStackAssociationsCommandOutput>;
240
+ describeUserStackAssociations(args: DescribeUserStackAssociationsCommandInput, cb: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void): void;
241
+ describeUserStackAssociations(args: DescribeUserStackAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void): void;
242
+
243
+ disableUser(args: DisableUserCommandInput, options?: __HttpHandlerOptions): Promise<DisableUserCommandOutput>;
244
+ disableUser(args: DisableUserCommandInput, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
245
+ disableUser(args: DisableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
246
+
247
+ disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateApplicationFleetCommandOutput>;
248
+ disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, cb: (err: any, data?: DisassociateApplicationFleetCommandOutput) => void): void;
249
+ disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateApplicationFleetCommandOutput) => void): void;
250
+
251
+ disassociateApplicationFromEntitlement(args: DisassociateApplicationFromEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateApplicationFromEntitlementCommandOutput>;
252
+ disassociateApplicationFromEntitlement(args: DisassociateApplicationFromEntitlementCommandInput, cb: (err: any, data?: DisassociateApplicationFromEntitlementCommandOutput) => void): void;
253
+ disassociateApplicationFromEntitlement(args: DisassociateApplicationFromEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateApplicationFromEntitlementCommandOutput) => void): void;
254
+
255
+ disassociateFleet(args: DisassociateFleetCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFleetCommandOutput>;
256
+ disassociateFleet(args: DisassociateFleetCommandInput, cb: (err: any, data?: DisassociateFleetCommandOutput) => void): void;
257
+ disassociateFleet(args: DisassociateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFleetCommandOutput) => void): void;
258
+
259
+ enableUser(args: EnableUserCommandInput, options?: __HttpHandlerOptions): Promise<EnableUserCommandOutput>;
260
+ enableUser(args: EnableUserCommandInput, cb: (err: any, data?: EnableUserCommandOutput) => void): void;
261
+ enableUser(args: EnableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableUserCommandOutput) => void): void;
262
+
263
+ expireSession(args: ExpireSessionCommandInput, options?: __HttpHandlerOptions): Promise<ExpireSessionCommandOutput>;
264
+ expireSession(args: ExpireSessionCommandInput, cb: (err: any, data?: ExpireSessionCommandOutput) => void): void;
265
+ expireSession(args: ExpireSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExpireSessionCommandOutput) => void): void;
266
+
267
+ listAssociatedFleets(args: ListAssociatedFleetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociatedFleetsCommandOutput>;
268
+ listAssociatedFleets(args: ListAssociatedFleetsCommandInput, cb: (err: any, data?: ListAssociatedFleetsCommandOutput) => void): void;
269
+ listAssociatedFleets(args: ListAssociatedFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociatedFleetsCommandOutput) => void): void;
270
+
271
+ listAssociatedStacks(args: ListAssociatedStacksCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociatedStacksCommandOutput>;
272
+ listAssociatedStacks(args: ListAssociatedStacksCommandInput, cb: (err: any, data?: ListAssociatedStacksCommandOutput) => void): void;
273
+ listAssociatedStacks(args: ListAssociatedStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociatedStacksCommandOutput) => void): void;
274
+
275
+ listEntitledApplications(args: ListEntitledApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitledApplicationsCommandOutput>;
276
+ listEntitledApplications(args: ListEntitledApplicationsCommandInput, cb: (err: any, data?: ListEntitledApplicationsCommandOutput) => void): void;
277
+ listEntitledApplications(args: ListEntitledApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitledApplicationsCommandOutput) => void): void;
278
+
279
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
280
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
281
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
282
+
283
+ startFleet(args: StartFleetCommandInput, options?: __HttpHandlerOptions): Promise<StartFleetCommandOutput>;
284
+ startFleet(args: StartFleetCommandInput, cb: (err: any, data?: StartFleetCommandOutput) => void): void;
285
+ startFleet(args: StartFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFleetCommandOutput) => void): void;
286
+
287
+ startImageBuilder(args: StartImageBuilderCommandInput, options?: __HttpHandlerOptions): Promise<StartImageBuilderCommandOutput>;
288
+ startImageBuilder(args: StartImageBuilderCommandInput, cb: (err: any, data?: StartImageBuilderCommandOutput) => void): void;
289
+ startImageBuilder(args: StartImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImageBuilderCommandOutput) => void): void;
290
+
291
+ stopFleet(args: StopFleetCommandInput, options?: __HttpHandlerOptions): Promise<StopFleetCommandOutput>;
292
+ stopFleet(args: StopFleetCommandInput, cb: (err: any, data?: StopFleetCommandOutput) => void): void;
293
+ stopFleet(args: StopFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopFleetCommandOutput) => void): void;
294
+
295
+ stopImageBuilder(args: StopImageBuilderCommandInput, options?: __HttpHandlerOptions): Promise<StopImageBuilderCommandOutput>;
296
+ stopImageBuilder(args: StopImageBuilderCommandInput, cb: (err: any, data?: StopImageBuilderCommandOutput) => void): void;
297
+ stopImageBuilder(args: StopImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopImageBuilderCommandOutput) => void): void;
298
+
299
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
300
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
301
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
302
+
303
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
304
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
305
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
306
+
307
+ updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
308
+ updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
309
+ updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
310
+
311
+ updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDirectoryConfigCommandOutput>;
312
+ updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, cb: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void): void;
313
+ updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void): void;
314
+
315
+ updateEntitlement(args: UpdateEntitlementCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEntitlementCommandOutput>;
316
+ updateEntitlement(args: UpdateEntitlementCommandInput, cb: (err: any, data?: UpdateEntitlementCommandOutput) => void): void;
317
+ updateEntitlement(args: UpdateEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEntitlementCommandOutput) => void): void;
318
+
319
+ updateFleet(args: UpdateFleetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFleetCommandOutput>;
320
+ updateFleet(args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
321
+ updateFleet(args: UpdateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
322
+
323
+ updateImagePermissions(args: UpdateImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateImagePermissionsCommandOutput>;
324
+ updateImagePermissions(args: UpdateImagePermissionsCommandInput, cb: (err: any, data?: UpdateImagePermissionsCommandOutput) => void): void;
325
+ updateImagePermissions(args: UpdateImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateImagePermissionsCommandOutput) => void): void;
326
+
327
+ updateStack(args: UpdateStackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStackCommandOutput>;
328
+ updateStack(args: UpdateStackCommandInput, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
329
+ updateStack(args: UpdateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
330
+ }
@@ -0,0 +1,138 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput } from "./commands/AssociateApplicationFleetCommand";
10
+ import { AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput } from "./commands/AssociateApplicationToEntitlementCommand";
11
+ import { AssociateFleetCommandInput, AssociateFleetCommandOutput } from "./commands/AssociateFleetCommand";
12
+ import { BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput } from "./commands/BatchAssociateUserStackCommand";
13
+ import { BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput } from "./commands/BatchDisassociateUserStackCommand";
14
+ import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
15
+ import { CreateAppBlockCommandInput, CreateAppBlockCommandOutput } from "./commands/CreateAppBlockCommand";
16
+ import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
17
+ import { CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput } from "./commands/CreateDirectoryConfigCommand";
18
+ import { CreateEntitlementCommandInput, CreateEntitlementCommandOutput } from "./commands/CreateEntitlementCommand";
19
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
20
+ import { CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput } from "./commands/CreateImageBuilderCommand";
21
+ import { CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput } from "./commands/CreateImageBuilderStreamingURLCommand";
22
+ import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
23
+ import { CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput } from "./commands/CreateStreamingURLCommand";
24
+ import { CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput } from "./commands/CreateUpdatedImageCommand";
25
+ import { CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput } from "./commands/CreateUsageReportSubscriptionCommand";
26
+ import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
27
+ import { DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput } from "./commands/DeleteAppBlockCommand";
28
+ import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
29
+ import { DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput } from "./commands/DeleteDirectoryConfigCommand";
30
+ import { DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput } from "./commands/DeleteEntitlementCommand";
31
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
32
+ import { DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput } from "./commands/DeleteImageBuilderCommand";
33
+ import { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
34
+ import { DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput } from "./commands/DeleteImagePermissionsCommand";
35
+ import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
36
+ import { DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput } from "./commands/DeleteUsageReportSubscriptionCommand";
37
+ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
38
+ import { DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput } from "./commands/DescribeAppBlocksCommand";
39
+ import { DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput } from "./commands/DescribeApplicationFleetAssociationsCommand";
40
+ import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
41
+ import { DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput } from "./commands/DescribeDirectoryConfigsCommand";
42
+ import { DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput } from "./commands/DescribeEntitlementsCommand";
43
+ import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "./commands/DescribeFleetsCommand";
44
+ import { DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput } from "./commands/DescribeImageBuildersCommand";
45
+ import { DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput } from "./commands/DescribeImagePermissionsCommand";
46
+ import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
47
+ import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
48
+ import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
49
+ import { DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput } from "./commands/DescribeUsageReportSubscriptionsCommand";
50
+ import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
51
+ import { DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput } from "./commands/DescribeUserStackAssociationsCommand";
52
+ import { DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
53
+ import { DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput } from "./commands/DisassociateApplicationFleetCommand";
54
+ import { DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput } from "./commands/DisassociateApplicationFromEntitlementCommand";
55
+ import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from "./commands/DisassociateFleetCommand";
56
+ import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
57
+ import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
58
+ import { ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput } from "./commands/ListAssociatedFleetsCommand";
59
+ import { ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput } from "./commands/ListAssociatedStacksCommand";
60
+ import { ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput } from "./commands/ListEntitledApplicationsCommand";
61
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
62
+ import { StartFleetCommandInput, StartFleetCommandOutput } from "./commands/StartFleetCommand";
63
+ import { StartImageBuilderCommandInput, StartImageBuilderCommandOutput } from "./commands/StartImageBuilderCommand";
64
+ import { StopFleetCommandInput, StopFleetCommandOutput } from "./commands/StopFleetCommand";
65
+ import { StopImageBuilderCommandInput, StopImageBuilderCommandOutput } from "./commands/StopImageBuilderCommand";
66
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
+ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
69
+ import { UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput } from "./commands/UpdateDirectoryConfigCommand";
70
+ import { UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput } from "./commands/UpdateEntitlementCommand";
71
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
72
+ import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "./commands/UpdateImagePermissionsCommand";
73
+ import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
74
+ export declare 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;
75
+ export declare 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;
76
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
77
+
78
+ requestHandler?: __HttpHandler;
79
+
80
+ sha256?: __HashConstructor;
81
+
82
+ urlParser?: __UrlParser;
83
+
84
+ bodyLengthChecker?: (body: any) => number | undefined;
85
+
86
+ streamCollector?: __StreamCollector;
87
+
88
+ base64Decoder?: __Decoder;
89
+
90
+ base64Encoder?: __Encoder;
91
+
92
+ utf8Decoder?: __Decoder;
93
+
94
+ utf8Encoder?: __Encoder;
95
+
96
+ runtime?: string;
97
+
98
+ disableHostPrefix?: boolean;
99
+
100
+ maxAttempts?: number | __Provider<number>;
101
+
102
+ retryMode?: string | __Provider<string>;
103
+
104
+ logger?: __Logger;
105
+
106
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
107
+
108
+ useFipsEndpoint?: boolean | __Provider<boolean>;
109
+
110
+ serviceId?: string;
111
+
112
+ region?: string | __Provider<string>;
113
+
114
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
115
+
116
+ regionInfoProvider?: RegionInfoProvider;
117
+
118
+ defaultUserAgentProvider?: Provider<__UserAgent>;
119
+
120
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
121
+ }
122
+ declare type AppStreamClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
123
+
124
+ export interface AppStreamClientConfig extends AppStreamClientConfigType {
125
+ }
126
+ declare type AppStreamClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
127
+
128
+ export interface AppStreamClientResolvedConfig extends AppStreamClientResolvedConfigType {
129
+ }
130
+
131
+ export declare class AppStreamClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppStreamClientResolvedConfig> {
132
+
133
+ readonly config: AppStreamClientResolvedConfig;
134
+ constructor(configuration: AppStreamClientConfig);
135
+
136
+ destroy(): void;
137
+ }
138
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { AssociateApplicationFleetRequest, AssociateApplicationFleetResult } from "../models/models_0";
5
+ export interface AssociateApplicationFleetCommandInput extends AssociateApplicationFleetRequest {
6
+ }
7
+ export interface AssociateApplicationFleetCommandOutput extends AssociateApplicationFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateApplicationFleetCommand extends $Command<AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: AssociateApplicationFleetCommandInput;
12
+ constructor(input: AssociateApplicationFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { AssociateApplicationToEntitlementRequest, AssociateApplicationToEntitlementResult } from "../models/models_0";
5
+ export interface AssociateApplicationToEntitlementCommandInput extends AssociateApplicationToEntitlementRequest {
6
+ }
7
+ export interface AssociateApplicationToEntitlementCommandOutput extends AssociateApplicationToEntitlementResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateApplicationToEntitlementCommand extends $Command<AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: AssociateApplicationToEntitlementCommandInput;
12
+ constructor(input: AssociateApplicationToEntitlementCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { AssociateFleetRequest, AssociateFleetResult } from "../models/models_0";
5
+ export interface AssociateFleetCommandInput extends AssociateFleetRequest {
6
+ }
7
+ export interface AssociateFleetCommandOutput extends AssociateFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateFleetCommand extends $Command<AssociateFleetCommandInput, AssociateFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: AssociateFleetCommandInput;
12
+ constructor(input: AssociateFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFleetCommandInput, AssociateFleetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { BatchAssociateUserStackRequest, BatchAssociateUserStackResult } from "../models/models_0";
5
+ export interface BatchAssociateUserStackCommandInput extends BatchAssociateUserStackRequest {
6
+ }
7
+ export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUserStackResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchAssociateUserStackCommand extends $Command<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: BatchAssociateUserStackCommandInput;
12
+ constructor(input: BatchAssociateUserStackCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { BatchDisassociateUserStackRequest, BatchDisassociateUserStackResult } from "../models/models_0";
5
+ export interface BatchDisassociateUserStackCommandInput extends BatchDisassociateUserStackRequest {
6
+ }
7
+ export interface BatchDisassociateUserStackCommandOutput extends BatchDisassociateUserStackResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BatchDisassociateUserStackCommand extends $Command<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: BatchDisassociateUserStackCommandInput;
12
+ constructor(input: BatchDisassociateUserStackCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }