@aws-sdk/client-appstream 3.529.1 → 3.535.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 (163) hide show
  1. package/dist-types/AppStream.d.ts +16 -1
  2. package/dist-types/AppStreamClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociateFleetCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +2 -1
  9. package/dist-types/commands/CopyImageCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateAppBlockCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateEntitlementCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateImageBuilderCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateStackCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateStreamingURLCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteAppBlockBuilderCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteAppBlockCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteEntitlementCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteImageCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteStackCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeStacksCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +2 -1
  51. package/dist-types/commands/DescribeUsersCommand.d.ts +2 -1
  52. package/dist-types/commands/DisableUserCommand.d.ts +2 -1
  53. package/dist-types/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  54. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +2 -1
  55. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +2 -1
  56. package/dist-types/commands/DisassociateFleetCommand.d.ts +2 -1
  57. package/dist-types/commands/EnableUserCommand.d.ts +2 -1
  58. package/dist-types/commands/ExpireSessionCommand.d.ts +2 -1
  59. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +2 -1
  61. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +2 -1
  64. package/dist-types/commands/StartFleetCommand.d.ts +2 -1
  65. package/dist-types/commands/StartImageBuilderCommand.d.ts +2 -1
  66. package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +2 -1
  67. package/dist-types/commands/StopFleetCommand.d.ts +2 -1
  68. package/dist-types/commands/StopImageBuilderCommand.d.ts +2 -1
  69. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  70. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateEntitlementCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  78. package/dist-types/models/models_0.d.ts +662 -662
  79. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  80. package/dist-types/runtimeConfig.d.ts +2 -2
  81. package/dist-types/runtimeConfig.native.d.ts +2 -2
  82. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  83. package/dist-types/ts3.4/AppStream.d.ts +15 -0
  84. package/dist-types/ts3.4/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateAppBlockBuilderCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteAppBlockBuilderCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeAppBlockBuildersCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/StartAppBlockBuilderCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/StopAppBlockBuilderCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateAppBlockBuilderCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  160. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  161. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  162. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  163. package/package.json +41 -41
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: AppStreamClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: AppStreamClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: AppStreamClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { AppStreamClientConfig } from "./AppStreamClient";
5
5
  export declare const getRuntimeConfig: (config: AppStreamClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: AppStreamClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -560,6 +560,7 @@ export interface AppStream {
560
560
  options: __HttpHandlerOptions,
561
561
  cb: (err: any, data?: CreateUpdatedImageCommandOutput) => void
562
562
  ): void;
563
+ createUsageReportSubscription(): Promise<CreateUsageReportSubscriptionCommandOutput>;
563
564
  createUsageReportSubscription(
564
565
  args: CreateUsageReportSubscriptionCommandInput,
565
566
  options?: __HttpHandlerOptions
@@ -716,6 +717,7 @@ export interface AppStream {
716
717
  options: __HttpHandlerOptions,
717
718
  cb: (err: any, data?: DeleteStackCommandOutput) => void
718
719
  ): void;
720
+ deleteUsageReportSubscription(): Promise<DeleteUsageReportSubscriptionCommandOutput>;
719
721
  deleteUsageReportSubscription(
720
722
  args: DeleteUsageReportSubscriptionCommandInput,
721
723
  options?: __HttpHandlerOptions
@@ -742,6 +744,7 @@ export interface AppStream {
742
744
  options: __HttpHandlerOptions,
743
745
  cb: (err: any, data?: DeleteUserCommandOutput) => void
744
746
  ): void;
747
+ describeAppBlockBuilderAppBlockAssociations(): Promise<DescribeAppBlockBuilderAppBlockAssociationsCommandOutput>;
745
748
  describeAppBlockBuilderAppBlockAssociations(
746
749
  args: DescribeAppBlockBuilderAppBlockAssociationsCommandInput,
747
750
  options?: __HttpHandlerOptions
@@ -761,6 +764,7 @@ export interface AppStream {
761
764
  data?: DescribeAppBlockBuilderAppBlockAssociationsCommandOutput
762
765
  ) => void
763
766
  ): void;
767
+ describeAppBlockBuilders(): Promise<DescribeAppBlockBuildersCommandOutput>;
764
768
  describeAppBlockBuilders(
765
769
  args: DescribeAppBlockBuildersCommandInput,
766
770
  options?: __HttpHandlerOptions
@@ -774,6 +778,7 @@ export interface AppStream {
774
778
  options: __HttpHandlerOptions,
775
779
  cb: (err: any, data?: DescribeAppBlockBuildersCommandOutput) => void
776
780
  ): void;
781
+ describeAppBlocks(): Promise<DescribeAppBlocksCommandOutput>;
777
782
  describeAppBlocks(
778
783
  args: DescribeAppBlocksCommandInput,
779
784
  options?: __HttpHandlerOptions
@@ -787,6 +792,7 @@ export interface AppStream {
787
792
  options: __HttpHandlerOptions,
788
793
  cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void
789
794
  ): void;
795
+ describeApplicationFleetAssociations(): Promise<DescribeApplicationFleetAssociationsCommandOutput>;
790
796
  describeApplicationFleetAssociations(
791
797
  args: DescribeApplicationFleetAssociationsCommandInput,
792
798
  options?: __HttpHandlerOptions
@@ -806,6 +812,7 @@ export interface AppStream {
806
812
  data?: DescribeApplicationFleetAssociationsCommandOutput
807
813
  ) => void
808
814
  ): void;
815
+ describeApplications(): Promise<DescribeApplicationsCommandOutput>;
809
816
  describeApplications(
810
817
  args: DescribeApplicationsCommandInput,
811
818
  options?: __HttpHandlerOptions
@@ -819,6 +826,7 @@ export interface AppStream {
819
826
  options: __HttpHandlerOptions,
820
827
  cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
821
828
  ): void;
829
+ describeDirectoryConfigs(): Promise<DescribeDirectoryConfigsCommandOutput>;
822
830
  describeDirectoryConfigs(
823
831
  args: DescribeDirectoryConfigsCommandInput,
824
832
  options?: __HttpHandlerOptions
@@ -845,6 +853,7 @@ export interface AppStream {
845
853
  options: __HttpHandlerOptions,
846
854
  cb: (err: any, data?: DescribeEntitlementsCommandOutput) => void
847
855
  ): void;
856
+ describeFleets(): Promise<DescribeFleetsCommandOutput>;
848
857
  describeFleets(
849
858
  args: DescribeFleetsCommandInput,
850
859
  options?: __HttpHandlerOptions
@@ -858,6 +867,7 @@ export interface AppStream {
858
867
  options: __HttpHandlerOptions,
859
868
  cb: (err: any, data?: DescribeFleetsCommandOutput) => void
860
869
  ): void;
870
+ describeImageBuilders(): Promise<DescribeImageBuildersCommandOutput>;
861
871
  describeImageBuilders(
862
872
  args: DescribeImageBuildersCommandInput,
863
873
  options?: __HttpHandlerOptions
@@ -884,6 +894,7 @@ export interface AppStream {
884
894
  options: __HttpHandlerOptions,
885
895
  cb: (err: any, data?: DescribeImagePermissionsCommandOutput) => void
886
896
  ): void;
897
+ describeImages(): Promise<DescribeImagesCommandOutput>;
887
898
  describeImages(
888
899
  args: DescribeImagesCommandInput,
889
900
  options?: __HttpHandlerOptions
@@ -910,6 +921,7 @@ export interface AppStream {
910
921
  options: __HttpHandlerOptions,
911
922
  cb: (err: any, data?: DescribeSessionsCommandOutput) => void
912
923
  ): void;
924
+ describeStacks(): Promise<DescribeStacksCommandOutput>;
913
925
  describeStacks(
914
926
  args: DescribeStacksCommandInput,
915
927
  options?: __HttpHandlerOptions
@@ -923,6 +935,7 @@ export interface AppStream {
923
935
  options: __HttpHandlerOptions,
924
936
  cb: (err: any, data?: DescribeStacksCommandOutput) => void
925
937
  ): void;
938
+ describeUsageReportSubscriptions(): Promise<DescribeUsageReportSubscriptionsCommandOutput>;
926
939
  describeUsageReportSubscriptions(
927
940
  args: DescribeUsageReportSubscriptionsCommandInput,
928
941
  options?: __HttpHandlerOptions
@@ -949,6 +962,7 @@ export interface AppStream {
949
962
  options: __HttpHandlerOptions,
950
963
  cb: (err: any, data?: DescribeUsersCommandOutput) => void
951
964
  ): void;
965
+ describeUserStackAssociations(): Promise<DescribeUserStackAssociationsCommandOutput>;
952
966
  describeUserStackAssociations(
953
967
  args: DescribeUserStackAssociationsCommandInput,
954
968
  options?: __HttpHandlerOptions
@@ -1273,6 +1287,7 @@ export interface AppStream {
1273
1287
  options: __HttpHandlerOptions,
1274
1288
  cb: (err: any, data?: UpdateEntitlementCommandOutput) => void
1275
1289
  ): void;
1290
+ updateFleet(): Promise<UpdateFleetCommandOutput>;
1276
1291
  updateFleet(
1277
1292
  args: UpdateFleetCommandInput,
1278
1293
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateAppBlockBuilderAppBlockCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateAppBlockBuilderAppBlockCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateAppBlockBuilderAppBlockCommandInput,
32
+ AssociateAppBlockBuilderAppBlockCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateAppBlockBuilderAppBlockCommand extends AssociateAppBlockBuilderAppBlockCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateApplicationFleetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateApplicationFleetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateApplicationFleetCommandInput,
32
+ AssociateApplicationFleetCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateApplicationFleetCommand extends AssociateApplicationFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateApplicationToEntitlementCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateApplicationToEntitlementCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateApplicationToEntitlementCommandInput,
32
+ AssociateApplicationToEntitlementCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateApplicationToEntitlementCommand extends AssociateApplicationToEntitlementCommand_base {}
@@ -24,6 +24,15 @@ declare const AssociateFleetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AssociateFleetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AssociateFleetCommandInput,
31
+ AssociateFleetCommandOutput,
32
+ AppStreamClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AssociateFleetCommand extends AssociateFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchAssociateUserStackCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchAssociateUserStackCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchAssociateUserStackCommandInput,
32
+ BatchAssociateUserStackCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchAssociateUserStackCommand extends BatchAssociateUserStackCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDisassociateUserStackCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDisassociateUserStackCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDisassociateUserStackCommandInput,
32
+ BatchDisassociateUserStackCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDisassociateUserStackCommand extends BatchDisassociateUserStackCommand_base {}
@@ -21,6 +21,15 @@ declare const CopyImageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CopyImageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CopyImageCommandInput,
28
+ CopyImageCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CopyImageCommand extends CopyImageCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAppBlockBuilderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAppBlockBuilderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAppBlockBuilderCommandInput,
32
+ CreateAppBlockBuilderCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAppBlockBuilderCommand extends CreateAppBlockBuilderCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAppBlockBuilderStreamingURLCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAppBlockBuilderStreamingURLCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAppBlockBuilderStreamingURLCommandInput,
32
+ CreateAppBlockBuilderStreamingURLCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAppBlockBuilderStreamingURLCommand extends CreateAppBlockBuilderStreamingURLCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateAppBlockCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateAppBlockCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateAppBlockCommandInput,
31
+ CreateAppBlockCommandOutput,
32
+ AppStreamClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateAppBlockCommand extends CreateAppBlockCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateApplicationCommandInput,
32
+ CreateApplicationCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDirectoryConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDirectoryConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDirectoryConfigCommandInput,
32
+ CreateDirectoryConfigCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDirectoryConfigCommand extends CreateDirectoryConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateEntitlementCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateEntitlementCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEntitlementCommandInput,
32
+ CreateEntitlementCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateEntitlementCommand extends CreateEntitlementCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateFleetCommandInput,
28
+ CreateFleetCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateFleetCommand extends CreateFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateImageBuilderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateImageBuilderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateImageBuilderCommandInput,
32
+ CreateImageBuilderCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateImageBuilderCommand extends CreateImageBuilderCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateImageBuilderStreamingURLCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateImageBuilderStreamingURLCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateImageBuilderStreamingURLCommandInput,
32
+ CreateImageBuilderStreamingURLCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateImageBuilderStreamingURLCommand extends CreateImageBuilderStreamingURLCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateStackCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateStackCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateStackCommandInput,
28
+ CreateStackCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateStackCommand extends CreateStackCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateStreamingURLCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateStreamingURLCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateStreamingURLCommandInput,
32
+ CreateStreamingURLCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateStreamingURLCommand extends CreateStreamingURLCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateUpdatedImageCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateUpdatedImageCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateUpdatedImageCommandInput,
32
+ CreateUpdatedImageCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateUpdatedImageCommand extends CreateUpdatedImageCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateUsageReportSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateUsageReportSubscriptionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateUsageReportSubscriptionCommandInput,
32
+ CreateUsageReportSubscriptionCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateUsageReportSubscriptionCommand extends CreateUsageReportSubscriptionCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateUserCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateUserCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateUserCommandInput,
28
+ CreateUserCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateUserCommand extends CreateUserCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteAppBlockBuilderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteAppBlockBuilderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAppBlockBuilderCommandInput,
32
+ DeleteAppBlockBuilderCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteAppBlockBuilderCommand extends DeleteAppBlockBuilderCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteAppBlockCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteAppBlockCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteAppBlockCommandInput,
31
+ DeleteAppBlockCommandOutput,
32
+ AppStreamClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteAppBlockCommand extends DeleteAppBlockCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteApplicationCommandInput,
32
+ DeleteApplicationCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDirectoryConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDirectoryConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDirectoryConfigCommandInput,
32
+ DeleteDirectoryConfigCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDirectoryConfigCommand extends DeleteDirectoryConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteEntitlementCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteEntitlementCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteEntitlementCommandInput,
32
+ DeleteEntitlementCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteEntitlementCommand extends DeleteEntitlementCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteFleetCommandInput,
28
+ DeleteFleetCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteFleetCommand extends DeleteFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteImageBuilderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteImageBuilderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteImageBuilderCommandInput,
32
+ DeleteImageBuilderCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteImageBuilderCommand extends DeleteImageBuilderCommand_base {}