@aws-sdk/client-appstream 3.39.0 → 3.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/AppStream.js +150 -0
  4. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
  5. package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
  6. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
  12. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
  13. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  14. package/dist-cjs/commands/index.js +10 -0
  15. package/dist-cjs/endpoints.js +112 -9
  16. package/dist-cjs/models/models_0.js +185 -34
  17. package/dist-cjs/protocols/Aws_json1_1.js +1335 -239
  18. package/dist-cjs/runtimeConfig.browser.js +6 -3
  19. package/dist-cjs/runtimeConfig.js +5 -3
  20. package/dist-es/AppStream.js +150 -0
  21. package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
  22. package/dist-es/commands/CreateAppBlockCommand.js +39 -0
  23. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  24. package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
  25. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  26. package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
  27. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
  28. package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
  29. package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
  30. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/endpoints.js +112 -9
  33. package/dist-es/models/models_0.js +127 -24
  34. package/dist-es/protocols/Aws_json1_1.js +1291 -162
  35. package/dist-es/runtimeConfig.browser.js +3 -2
  36. package/dist-es/runtimeConfig.js +3 -3
  37. package/dist-types/AppStream.d.ts +104 -4
  38. package/dist-types/AppStreamClient.d.ts +20 -2
  39. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
  40. package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +1 -1
  42. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +1 -1
  43. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
  45. package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
  46. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
  56. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  57. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
  66. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
  67. package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
  68. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
  78. package/dist-types/commands/DisableUserCommand.d.ts +1 -1
  79. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
  80. package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
  81. package/dist-types/commands/EnableUserCommand.d.ts +1 -1
  82. package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  86. package/dist-types/commands/StartFleetCommand.d.ts +1 -1
  87. package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
  88. package/dist-types/commands/StopFleetCommand.d.ts +1 -1
  89. package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
  90. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  91. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  93. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateFleetCommand.d.ts +22 -4
  95. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  97. package/dist-types/commands/index.d.ts +10 -0
  98. package/dist-types/models/models_0.d.ts +647 -63
  99. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  100. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  101. package/dist-types/runtimeConfig.d.ts +2 -0
  102. package/dist-types/runtimeConfig.native.d.ts +2 -0
  103. package/dist-types/ts3.4/AppStream.d.ts +50 -0
  104. package/dist-types/ts3.4/AppStreamClient.d.ts +16 -2
  105. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  116. package/dist-types/ts3.4/models/models_0.d.ts +368 -42
  117. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  121. package/package.json +24 -24
@@ -1,9 +1,12 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput } from "../commands/AssociateApplicationFleetCommand";
3
4
  import { AssociateFleetCommandInput, AssociateFleetCommandOutput } from "../commands/AssociateFleetCommand";
4
5
  import { BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput } from "../commands/BatchAssociateUserStackCommand";
5
6
  import { BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput } from "../commands/BatchDisassociateUserStackCommand";
6
7
  import { CopyImageCommandInput, CopyImageCommandOutput } from "../commands/CopyImageCommand";
8
+ import { CreateAppBlockCommandInput, CreateAppBlockCommandOutput } from "../commands/CreateAppBlockCommand";
9
+ import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
7
10
  import { CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput } from "../commands/CreateDirectoryConfigCommand";
8
11
  import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
9
12
  import { CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput } from "../commands/CreateImageBuilderCommand";
@@ -13,6 +16,8 @@ import { CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput } from
13
16
  import { CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput } from "../commands/CreateUpdatedImageCommand";
14
17
  import { CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput } from "../commands/CreateUsageReportSubscriptionCommand";
15
18
  import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
19
+ import { DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput } from "../commands/DeleteAppBlockCommand";
20
+ import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
16
21
  import { DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput } from "../commands/DeleteDirectoryConfigCommand";
17
22
  import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
18
23
  import { DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput } from "../commands/DeleteImageBuilderCommand";
@@ -21,6 +26,9 @@ import { DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput
21
26
  import { DeleteStackCommandInput, DeleteStackCommandOutput } from "../commands/DeleteStackCommand";
22
27
  import { DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput } from "../commands/DeleteUsageReportSubscriptionCommand";
23
28
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
29
+ import { DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput } from "../commands/DescribeAppBlocksCommand";
30
+ import { DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput } from "../commands/DescribeApplicationFleetAssociationsCommand";
31
+ import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "../commands/DescribeApplicationsCommand";
24
32
  import { DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput } from "../commands/DescribeDirectoryConfigsCommand";
25
33
  import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "../commands/DescribeFleetsCommand";
26
34
  import { DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput } from "../commands/DescribeImageBuildersCommand";
@@ -32,6 +40,7 @@ import { DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscr
32
40
  import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "../commands/DescribeUsersCommand";
33
41
  import { DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput } from "../commands/DescribeUserStackAssociationsCommand";
34
42
  import { DisableUserCommandInput, DisableUserCommandOutput } from "../commands/DisableUserCommand";
43
+ import { DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput } from "../commands/DisassociateApplicationFleetCommand";
35
44
  import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from "../commands/DisassociateFleetCommand";
36
45
  import { EnableUserCommandInput, EnableUserCommandOutput } from "../commands/EnableUserCommand";
37
46
  import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "../commands/ExpireSessionCommand";
@@ -44,14 +53,18 @@ import { StopFleetCommandInput, StopFleetCommandOutput } from "../commands/StopF
44
53
  import { StopImageBuilderCommandInput, StopImageBuilderCommandOutput } from "../commands/StopImageBuilderCommand";
45
54
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
46
55
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
56
+ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
47
57
  import { UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput } from "../commands/UpdateDirectoryConfigCommand";
48
58
  import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "../commands/UpdateFleetCommand";
49
59
  import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "../commands/UpdateImagePermissionsCommand";
50
60
  import { UpdateStackCommandInput, UpdateStackCommandOutput } from "../commands/UpdateStackCommand";
61
+ export declare const serializeAws_json1_1AssociateApplicationFleetCommand: (input: AssociateApplicationFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
62
  export declare const serializeAws_json1_1AssociateFleetCommand: (input: AssociateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
63
  export declare const serializeAws_json1_1BatchAssociateUserStackCommand: (input: BatchAssociateUserStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
64
  export declare const serializeAws_json1_1BatchDisassociateUserStackCommand: (input: BatchDisassociateUserStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
65
  export declare const serializeAws_json1_1CopyImageCommand: (input: CopyImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_json1_1CreateAppBlockCommand: (input: CreateAppBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_json1_1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
68
  export declare const serializeAws_json1_1CreateDirectoryConfigCommand: (input: CreateDirectoryConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
69
  export declare const serializeAws_json1_1CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
70
  export declare const serializeAws_json1_1CreateImageBuilderCommand: (input: CreateImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -61,6 +74,8 @@ export declare const serializeAws_json1_1CreateStreamingURLCommand: (input: Crea
61
74
  export declare const serializeAws_json1_1CreateUpdatedImageCommand: (input: CreateUpdatedImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
75
  export declare const serializeAws_json1_1CreateUsageReportSubscriptionCommand: (input: CreateUsageReportSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
76
  export declare const serializeAws_json1_1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const serializeAws_json1_1DeleteAppBlockCommand: (input: DeleteAppBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_json1_1DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
79
  export declare const serializeAws_json1_1DeleteDirectoryConfigCommand: (input: DeleteDirectoryConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
80
  export declare const serializeAws_json1_1DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
81
  export declare const serializeAws_json1_1DeleteImageCommand: (input: DeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -69,6 +84,9 @@ export declare const serializeAws_json1_1DeleteImagePermissionsCommand: (input:
69
84
  export declare const serializeAws_json1_1DeleteStackCommand: (input: DeleteStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
85
  export declare const serializeAws_json1_1DeleteUsageReportSubscriptionCommand: (input: DeleteUsageReportSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
86
  export declare const serializeAws_json1_1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_json1_1DescribeAppBlocksCommand: (input: DescribeAppBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ export declare const serializeAws_json1_1DescribeApplicationFleetAssociationsCommand: (input: DescribeApplicationFleetAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ export declare const serializeAws_json1_1DescribeApplicationsCommand: (input: DescribeApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
90
  export declare const serializeAws_json1_1DescribeDirectoryConfigsCommand: (input: DescribeDirectoryConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
91
  export declare const serializeAws_json1_1DescribeFleetsCommand: (input: DescribeFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
92
  export declare const serializeAws_json1_1DescribeImageBuildersCommand: (input: DescribeImageBuildersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -80,6 +98,7 @@ export declare const serializeAws_json1_1DescribeUsageReportSubscriptionsCommand
80
98
  export declare const serializeAws_json1_1DescribeUsersCommand: (input: DescribeUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
99
  export declare const serializeAws_json1_1DescribeUserStackAssociationsCommand: (input: DescribeUserStackAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
100
  export declare const serializeAws_json1_1DisableUserCommand: (input: DisableUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ export declare const serializeAws_json1_1DisassociateApplicationFleetCommand: (input: DisassociateApplicationFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
102
  export declare const serializeAws_json1_1DisassociateFleetCommand: (input: DisassociateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
103
  export declare const serializeAws_json1_1EnableUserCommand: (input: EnableUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
104
  export declare const serializeAws_json1_1ExpireSessionCommand: (input: ExpireSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -92,14 +111,18 @@ export declare const serializeAws_json1_1StopFleetCommand: (input: StopFleetComm
92
111
  export declare const serializeAws_json1_1StopImageBuilderCommand: (input: StopImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
112
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
113
  export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_json1_1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
115
  export declare const serializeAws_json1_1UpdateDirectoryConfigCommand: (input: UpdateDirectoryConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
116
  export declare const serializeAws_json1_1UpdateFleetCommand: (input: UpdateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
117
  export declare const serializeAws_json1_1UpdateImagePermissionsCommand: (input: UpdateImagePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
118
  export declare const serializeAws_json1_1UpdateStackCommand: (input: UpdateStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ export declare const deserializeAws_json1_1AssociateApplicationFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApplicationFleetCommandOutput>;
99
120
  export declare const deserializeAws_json1_1AssociateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFleetCommandOutput>;
100
121
  export declare const deserializeAws_json1_1BatchAssociateUserStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateUserStackCommandOutput>;
101
122
  export declare const deserializeAws_json1_1BatchDisassociateUserStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateUserStackCommandOutput>;
102
123
  export declare const deserializeAws_json1_1CopyImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyImageCommandOutput>;
124
+ export declare const deserializeAws_json1_1CreateAppBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppBlockCommandOutput>;
125
+ export declare const deserializeAws_json1_1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
103
126
  export declare const deserializeAws_json1_1CreateDirectoryConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDirectoryConfigCommandOutput>;
104
127
  export declare const deserializeAws_json1_1CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
105
128
  export declare const deserializeAws_json1_1CreateImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageBuilderCommandOutput>;
@@ -109,6 +132,8 @@ export declare const deserializeAws_json1_1CreateStreamingURLCommand: (output: _
109
132
  export declare const deserializeAws_json1_1CreateUpdatedImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUpdatedImageCommandOutput>;
110
133
  export declare const deserializeAws_json1_1CreateUsageReportSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageReportSubscriptionCommandOutput>;
111
134
  export declare const deserializeAws_json1_1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
135
+ export declare const deserializeAws_json1_1DeleteAppBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppBlockCommandOutput>;
136
+ export declare const deserializeAws_json1_1DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
112
137
  export declare const deserializeAws_json1_1DeleteDirectoryConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDirectoryConfigCommandOutput>;
113
138
  export declare const deserializeAws_json1_1DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
114
139
  export declare const deserializeAws_json1_1DeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageCommandOutput>;
@@ -117,6 +142,9 @@ export declare const deserializeAws_json1_1DeleteImagePermissionsCommand: (outpu
117
142
  export declare const deserializeAws_json1_1DeleteStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStackCommandOutput>;
118
143
  export declare const deserializeAws_json1_1DeleteUsageReportSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageReportSubscriptionCommandOutput>;
119
144
  export declare const deserializeAws_json1_1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
145
+ export declare const deserializeAws_json1_1DescribeAppBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppBlocksCommandOutput>;
146
+ export declare const deserializeAws_json1_1DescribeApplicationFleetAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationFleetAssociationsCommandOutput>;
147
+ export declare const deserializeAws_json1_1DescribeApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationsCommandOutput>;
120
148
  export declare const deserializeAws_json1_1DescribeDirectoryConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectoryConfigsCommandOutput>;
121
149
  export declare const deserializeAws_json1_1DescribeFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetsCommandOutput>;
122
150
  export declare const deserializeAws_json1_1DescribeImageBuildersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageBuildersCommandOutput>;
@@ -128,6 +156,7 @@ export declare const deserializeAws_json1_1DescribeUsageReportSubscriptionsComma
128
156
  export declare const deserializeAws_json1_1DescribeUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUsersCommandOutput>;
129
157
  export declare const deserializeAws_json1_1DescribeUserStackAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserStackAssociationsCommandOutput>;
130
158
  export declare const deserializeAws_json1_1DisableUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableUserCommandOutput>;
159
+ export declare const deserializeAws_json1_1DisassociateApplicationFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApplicationFleetCommandOutput>;
131
160
  export declare const deserializeAws_json1_1DisassociateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFleetCommandOutput>;
132
161
  export declare const deserializeAws_json1_1EnableUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableUserCommandOutput>;
133
162
  export declare const deserializeAws_json1_1ExpireSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExpireSessionCommandOutput>;
@@ -140,6 +169,7 @@ export declare const deserializeAws_json1_1StopFleetCommand: (output: __HttpResp
140
169
  export declare const deserializeAws_json1_1StopImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopImageBuilderCommandOutput>;
141
170
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
142
171
  export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
172
+ export declare const deserializeAws_json1_1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
143
173
  export declare const deserializeAws_json1_1UpdateDirectoryConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDirectoryConfigCommandOutput>;
144
174
  export declare const deserializeAws_json1_1UpdateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCommandOutput>;
145
175
  export declare const deserializeAws_json1_1UpdateImagePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImagePermissionsCommandOutput>;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: AppStreamClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: AppStreamClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: AppStreamClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -1,9 +1,12 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AppStreamClient } from "./AppStreamClient";
3
+ import { AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput } from "./commands/AssociateApplicationFleetCommand";
3
4
  import { AssociateFleetCommandInput, AssociateFleetCommandOutput } from "./commands/AssociateFleetCommand";
4
5
  import { BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput } from "./commands/BatchAssociateUserStackCommand";
5
6
  import { BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput } from "./commands/BatchDisassociateUserStackCommand";
6
7
  import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
8
+ import { CreateAppBlockCommandInput, CreateAppBlockCommandOutput } from "./commands/CreateAppBlockCommand";
9
+ import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
7
10
  import { CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput } from "./commands/CreateDirectoryConfigCommand";
8
11
  import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
9
12
  import { CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput } from "./commands/CreateImageBuilderCommand";
@@ -13,6 +16,8 @@ import { CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput } from
13
16
  import { CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput } from "./commands/CreateUpdatedImageCommand";
14
17
  import { CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput } from "./commands/CreateUsageReportSubscriptionCommand";
15
18
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
19
+ import { DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput } from "./commands/DeleteAppBlockCommand";
20
+ import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
16
21
  import { DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput } from "./commands/DeleteDirectoryConfigCommand";
17
22
  import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
18
23
  import { DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput } from "./commands/DeleteImageBuilderCommand";
@@ -21,6 +26,9 @@ import { DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput
21
26
  import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
22
27
  import { DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput } from "./commands/DeleteUsageReportSubscriptionCommand";
23
28
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
29
+ import { DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput } from "./commands/DescribeAppBlocksCommand";
30
+ import { DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput } from "./commands/DescribeApplicationFleetAssociationsCommand";
31
+ import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
24
32
  import { DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput } from "./commands/DescribeDirectoryConfigsCommand";
25
33
  import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "./commands/DescribeFleetsCommand";
26
34
  import { DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput } from "./commands/DescribeImageBuildersCommand";
@@ -32,6 +40,7 @@ import { DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscr
32
40
  import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
33
41
  import { DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput } from "./commands/DescribeUserStackAssociationsCommand";
34
42
  import { DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
43
+ import { DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput } from "./commands/DisassociateApplicationFleetCommand";
35
44
  import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from "./commands/DisassociateFleetCommand";
36
45
  import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
37
46
  import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
@@ -44,6 +53,7 @@ import { StopFleetCommandInput, StopFleetCommandOutput } from "./commands/StopFl
44
53
  import { StopImageBuilderCommandInput, StopImageBuilderCommandOutput } from "./commands/StopImageBuilderCommand";
45
54
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
46
55
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
56
+ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
47
57
  import { UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput } from "./commands/UpdateDirectoryConfigCommand";
48
58
  import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
49
59
  import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "./commands/UpdateImagePermissionsCommand";
@@ -51,6 +61,10 @@ import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/Up
51
61
 
52
62
  export declare class AppStream extends AppStreamClient {
53
63
 
64
+ associateApplicationFleet(args: AssociateApplicationFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateApplicationFleetCommandOutput>;
65
+ associateApplicationFleet(args: AssociateApplicationFleetCommandInput, cb: (err: any, data?: AssociateApplicationFleetCommandOutput) => void): void;
66
+ associateApplicationFleet(args: AssociateApplicationFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateApplicationFleetCommandOutput) => void): void;
67
+
54
68
  associateFleet(args: AssociateFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFleetCommandOutput>;
55
69
  associateFleet(args: AssociateFleetCommandInput, cb: (err: any, data?: AssociateFleetCommandOutput) => void): void;
56
70
  associateFleet(args: AssociateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFleetCommandOutput) => void): void;
@@ -67,6 +81,14 @@ export declare class AppStream extends AppStreamClient {
67
81
  copyImage(args: CopyImageCommandInput, cb: (err: any, data?: CopyImageCommandOutput) => void): void;
68
82
  copyImage(args: CopyImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyImageCommandOutput) => void): void;
69
83
 
84
+ createAppBlock(args: CreateAppBlockCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppBlockCommandOutput>;
85
+ createAppBlock(args: CreateAppBlockCommandInput, cb: (err: any, data?: CreateAppBlockCommandOutput) => void): void;
86
+ createAppBlock(args: CreateAppBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppBlockCommandOutput) => void): void;
87
+
88
+ createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
89
+ createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
90
+ createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
91
+
70
92
  createDirectoryConfig(args: CreateDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateDirectoryConfigCommandOutput>;
71
93
  createDirectoryConfig(args: CreateDirectoryConfigCommandInput, cb: (err: any, data?: CreateDirectoryConfigCommandOutput) => void): void;
72
94
  createDirectoryConfig(args: CreateDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectoryConfigCommandOutput) => void): void;
@@ -103,6 +125,14 @@ export declare class AppStream extends AppStreamClient {
103
125
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
104
126
  createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
105
127
 
128
+ deleteAppBlock(args: DeleteAppBlockCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppBlockCommandOutput>;
129
+ deleteAppBlock(args: DeleteAppBlockCommandInput, cb: (err: any, data?: DeleteAppBlockCommandOutput) => void): void;
130
+ deleteAppBlock(args: DeleteAppBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppBlockCommandOutput) => void): void;
131
+
132
+ deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
133
+ deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
134
+ deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
135
+
106
136
  deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDirectoryConfigCommandOutput>;
107
137
  deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, cb: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void): void;
108
138
  deleteDirectoryConfig(args: DeleteDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void): void;
@@ -135,6 +165,18 @@ export declare class AppStream extends AppStreamClient {
135
165
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
136
166
  deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
137
167
 
168
+ describeAppBlocks(args: DescribeAppBlocksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppBlocksCommandOutput>;
169
+ describeAppBlocks(args: DescribeAppBlocksCommandInput, cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void): void;
170
+ describeAppBlocks(args: DescribeAppBlocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void): void;
171
+
172
+ describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationFleetAssociationsCommandOutput>;
173
+ describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, cb: (err: any, data?: DescribeApplicationFleetAssociationsCommandOutput) => void): void;
174
+ describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationFleetAssociationsCommandOutput) => void): void;
175
+
176
+ describeApplications(args: DescribeApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationsCommandOutput>;
177
+ describeApplications(args: DescribeApplicationsCommandInput, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
178
+ describeApplications(args: DescribeApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
179
+
138
180
  describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectoryConfigsCommandOutput>;
139
181
  describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
140
182
  describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
@@ -179,6 +221,10 @@ export declare class AppStream extends AppStreamClient {
179
221
  disableUser(args: DisableUserCommandInput, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
180
222
  disableUser(args: DisableUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
181
223
 
224
+ disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateApplicationFleetCommandOutput>;
225
+ disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, cb: (err: any, data?: DisassociateApplicationFleetCommandOutput) => void): void;
226
+ disassociateApplicationFleet(args: DisassociateApplicationFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateApplicationFleetCommandOutput) => void): void;
227
+
182
228
  disassociateFleet(args: DisassociateFleetCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFleetCommandOutput>;
183
229
  disassociateFleet(args: DisassociateFleetCommandInput, cb: (err: any, data?: DisassociateFleetCommandOutput) => void): void;
184
230
  disassociateFleet(args: DisassociateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFleetCommandOutput) => void): void;
@@ -227,6 +273,10 @@ export declare class AppStream extends AppStreamClient {
227
273
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
228
274
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
229
275
 
276
+ updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
277
+ updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
278
+ updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
279
+
230
280
  updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDirectoryConfigCommandOutput>;
231
281
  updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, cb: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void): void;
232
282
  updateDirectoryConfig(args: UpdateDirectoryConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void): void;
@@ -6,10 +6,13 @@ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middlewa
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
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";
9
10
  import { AssociateFleetCommandInput, AssociateFleetCommandOutput } from "./commands/AssociateFleetCommand";
10
11
  import { BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput } from "./commands/BatchAssociateUserStackCommand";
11
12
  import { BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput } from "./commands/BatchDisassociateUserStackCommand";
12
13
  import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
14
+ import { CreateAppBlockCommandInput, CreateAppBlockCommandOutput } from "./commands/CreateAppBlockCommand";
15
+ import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
13
16
  import { CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput } from "./commands/CreateDirectoryConfigCommand";
14
17
  import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
15
18
  import { CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput } from "./commands/CreateImageBuilderCommand";
@@ -19,6 +22,8 @@ import { CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput } from
19
22
  import { CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput } from "./commands/CreateUpdatedImageCommand";
20
23
  import { CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput } from "./commands/CreateUsageReportSubscriptionCommand";
21
24
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
25
+ import { DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput } from "./commands/DeleteAppBlockCommand";
26
+ import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
22
27
  import { DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput } from "./commands/DeleteDirectoryConfigCommand";
23
28
  import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
24
29
  import { DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput } from "./commands/DeleteImageBuilderCommand";
@@ -27,6 +32,9 @@ import { DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput
27
32
  import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
28
33
  import { DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput } from "./commands/DeleteUsageReportSubscriptionCommand";
29
34
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
35
+ import { DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput } from "./commands/DescribeAppBlocksCommand";
36
+ import { DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput } from "./commands/DescribeApplicationFleetAssociationsCommand";
37
+ import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "./commands/DescribeApplicationsCommand";
30
38
  import { DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput } from "./commands/DescribeDirectoryConfigsCommand";
31
39
  import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "./commands/DescribeFleetsCommand";
32
40
  import { DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput } from "./commands/DescribeImageBuildersCommand";
@@ -38,6 +46,7 @@ import { DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscr
38
46
  import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
39
47
  import { DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput } from "./commands/DescribeUserStackAssociationsCommand";
40
48
  import { DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
49
+ import { DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput } from "./commands/DisassociateApplicationFleetCommand";
41
50
  import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from "./commands/DisassociateFleetCommand";
42
51
  import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
43
52
  import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
@@ -50,12 +59,13 @@ import { StopFleetCommandInput, StopFleetCommandOutput } from "./commands/StopFl
50
59
  import { StopImageBuilderCommandInput, StopImageBuilderCommandOutput } from "./commands/StopImageBuilderCommand";
51
60
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
52
61
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
62
+ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
53
63
  import { UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput } from "./commands/UpdateDirectoryConfigCommand";
54
64
  import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
55
65
  import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "./commands/UpdateImagePermissionsCommand";
56
66
  import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
57
- export declare type ServiceInputTypes = AssociateFleetCommandInput | BatchAssociateUserStackCommandInput | BatchDisassociateUserStackCommandInput | CopyImageCommandInput | CreateDirectoryConfigCommandInput | CreateFleetCommandInput | CreateImageBuilderCommandInput | CreateImageBuilderStreamingURLCommandInput | CreateStackCommandInput | CreateStreamingURLCommandInput | CreateUpdatedImageCommandInput | CreateUsageReportSubscriptionCommandInput | CreateUserCommandInput | DeleteDirectoryConfigCommandInput | DeleteFleetCommandInput | DeleteImageBuilderCommandInput | DeleteImageCommandInput | DeleteImagePermissionsCommandInput | DeleteStackCommandInput | DeleteUsageReportSubscriptionCommandInput | DeleteUserCommandInput | DescribeDirectoryConfigsCommandInput | DescribeFleetsCommandInput | DescribeImageBuildersCommandInput | DescribeImagePermissionsCommandInput | DescribeImagesCommandInput | DescribeSessionsCommandInput | DescribeStacksCommandInput | DescribeUsageReportSubscriptionsCommandInput | DescribeUserStackAssociationsCommandInput | DescribeUsersCommandInput | DisableUserCommandInput | DisassociateFleetCommandInput | EnableUserCommandInput | ExpireSessionCommandInput | ListAssociatedFleetsCommandInput | ListAssociatedStacksCommandInput | ListTagsForResourceCommandInput | StartFleetCommandInput | StartImageBuilderCommandInput | StopFleetCommandInput | StopImageBuilderCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDirectoryConfigCommandInput | UpdateFleetCommandInput | UpdateImagePermissionsCommandInput | UpdateStackCommandInput;
58
- export declare type ServiceOutputTypes = AssociateFleetCommandOutput | BatchAssociateUserStackCommandOutput | BatchDisassociateUserStackCommandOutput | CopyImageCommandOutput | CreateDirectoryConfigCommandOutput | CreateFleetCommandOutput | CreateImageBuilderCommandOutput | CreateImageBuilderStreamingURLCommandOutput | CreateStackCommandOutput | CreateStreamingURLCommandOutput | CreateUpdatedImageCommandOutput | CreateUsageReportSubscriptionCommandOutput | CreateUserCommandOutput | DeleteDirectoryConfigCommandOutput | DeleteFleetCommandOutput | DeleteImageBuilderCommandOutput | DeleteImageCommandOutput | DeleteImagePermissionsCommandOutput | DeleteStackCommandOutput | DeleteUsageReportSubscriptionCommandOutput | DeleteUserCommandOutput | DescribeDirectoryConfigsCommandOutput | DescribeFleetsCommandOutput | DescribeImageBuildersCommandOutput | DescribeImagePermissionsCommandOutput | DescribeImagesCommandOutput | DescribeSessionsCommandOutput | DescribeStacksCommandOutput | DescribeUsageReportSubscriptionsCommandOutput | DescribeUserStackAssociationsCommandOutput | DescribeUsersCommandOutput | DisableUserCommandOutput | DisassociateFleetCommandOutput | EnableUserCommandOutput | ExpireSessionCommandOutput | ListAssociatedFleetsCommandOutput | ListAssociatedStacksCommandOutput | ListTagsForResourceCommandOutput | StartFleetCommandOutput | StartImageBuilderCommandOutput | StopFleetCommandOutput | StopImageBuilderCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDirectoryConfigCommandOutput | UpdateFleetCommandOutput | UpdateImagePermissionsCommandOutput | UpdateStackCommandOutput;
67
+ export declare type ServiceInputTypes = AssociateApplicationFleetCommandInput | AssociateFleetCommandInput | BatchAssociateUserStackCommandInput | BatchDisassociateUserStackCommandInput | CopyImageCommandInput | CreateAppBlockCommandInput | CreateApplicationCommandInput | CreateDirectoryConfigCommandInput | CreateFleetCommandInput | CreateImageBuilderCommandInput | CreateImageBuilderStreamingURLCommandInput | CreateStackCommandInput | CreateStreamingURLCommandInput | CreateUpdatedImageCommandInput | CreateUsageReportSubscriptionCommandInput | CreateUserCommandInput | DeleteAppBlockCommandInput | DeleteApplicationCommandInput | DeleteDirectoryConfigCommandInput | DeleteFleetCommandInput | DeleteImageBuilderCommandInput | DeleteImageCommandInput | DeleteImagePermissionsCommandInput | DeleteStackCommandInput | DeleteUsageReportSubscriptionCommandInput | DeleteUserCommandInput | DescribeAppBlocksCommandInput | DescribeApplicationFleetAssociationsCommandInput | DescribeApplicationsCommandInput | DescribeDirectoryConfigsCommandInput | DescribeFleetsCommandInput | DescribeImageBuildersCommandInput | DescribeImagePermissionsCommandInput | DescribeImagesCommandInput | DescribeSessionsCommandInput | DescribeStacksCommandInput | DescribeUsageReportSubscriptionsCommandInput | DescribeUserStackAssociationsCommandInput | DescribeUsersCommandInput | DisableUserCommandInput | DisassociateApplicationFleetCommandInput | DisassociateFleetCommandInput | EnableUserCommandInput | ExpireSessionCommandInput | ListAssociatedFleetsCommandInput | ListAssociatedStacksCommandInput | ListTagsForResourceCommandInput | StartFleetCommandInput | StartImageBuilderCommandInput | StopFleetCommandInput | StopImageBuilderCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateDirectoryConfigCommandInput | UpdateFleetCommandInput | UpdateImagePermissionsCommandInput | UpdateStackCommandInput;
68
+ export declare type ServiceOutputTypes = AssociateApplicationFleetCommandOutput | AssociateFleetCommandOutput | BatchAssociateUserStackCommandOutput | BatchDisassociateUserStackCommandOutput | CopyImageCommandOutput | CreateAppBlockCommandOutput | CreateApplicationCommandOutput | CreateDirectoryConfigCommandOutput | CreateFleetCommandOutput | CreateImageBuilderCommandOutput | CreateImageBuilderStreamingURLCommandOutput | CreateStackCommandOutput | CreateStreamingURLCommandOutput | CreateUpdatedImageCommandOutput | CreateUsageReportSubscriptionCommandOutput | CreateUserCommandOutput | DeleteAppBlockCommandOutput | DeleteApplicationCommandOutput | DeleteDirectoryConfigCommandOutput | DeleteFleetCommandOutput | DeleteImageBuilderCommandOutput | DeleteImageCommandOutput | DeleteImagePermissionsCommandOutput | DeleteStackCommandOutput | DeleteUsageReportSubscriptionCommandOutput | DeleteUserCommandOutput | DescribeAppBlocksCommandOutput | DescribeApplicationFleetAssociationsCommandOutput | DescribeApplicationsCommandOutput | DescribeDirectoryConfigsCommandOutput | DescribeFleetsCommandOutput | DescribeImageBuildersCommandOutput | DescribeImagePermissionsCommandOutput | DescribeImagesCommandOutput | DescribeSessionsCommandOutput | DescribeStacksCommandOutput | DescribeUsageReportSubscriptionsCommandOutput | DescribeUserStackAssociationsCommandOutput | DescribeUsersCommandOutput | DisableUserCommandOutput | DisassociateApplicationFleetCommandOutput | DisassociateFleetCommandOutput | EnableUserCommandOutput | ExpireSessionCommandOutput | ListAssociatedFleetsCommandOutput | ListAssociatedStacksCommandOutput | ListTagsForResourceCommandOutput | StartFleetCommandOutput | StartImageBuilderCommandOutput | StopFleetCommandOutput | StopImageBuilderCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateDirectoryConfigCommandOutput | UpdateFleetCommandOutput | UpdateImagePermissionsCommandOutput | UpdateStackCommandOutput;
59
69
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
60
70
 
61
71
  requestHandler?: __HttpHandler;
@@ -86,6 +96,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
86
96
 
87
97
  logger?: __Logger;
88
98
 
99
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
100
+
101
+ useFipsEndpoint?: boolean | __Provider<boolean>;
102
+
89
103
  serviceId?: string;
90
104
 
91
105
  region?: string | __Provider<string>;
@@ -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 { CreateAppBlockRequest, CreateAppBlockResult } from "../models/models_0";
5
+ export interface CreateAppBlockCommandInput extends CreateAppBlockRequest {
6
+ }
7
+ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAppBlockCommand extends $Command<CreateAppBlockCommandInput, CreateAppBlockCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateAppBlockCommandInput;
12
+ constructor(input: CreateAppBlockCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppBlockCommandInput, CreateAppBlockCommandOutput>;
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 { CreateApplicationRequest, CreateApplicationResult } from "../models/models_0";
5
+ export interface CreateApplicationCommandInput extends CreateApplicationRequest {
6
+ }
7
+ export interface CreateApplicationCommandOutput extends CreateApplicationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateApplicationCommandInput;
12
+ constructor(input: CreateApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
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 { DeleteAppBlockRequest, DeleteAppBlockResult } from "../models/models_0";
5
+ export interface DeleteAppBlockCommandInput extends DeleteAppBlockRequest {
6
+ }
7
+ export interface DeleteAppBlockCommandOutput extends DeleteAppBlockResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAppBlockCommand extends $Command<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteAppBlockCommandInput;
12
+ constructor(input: DeleteAppBlockCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput>;
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 { DeleteApplicationRequest, DeleteApplicationResult } from "../models/models_0";
5
+ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
6
+ }
7
+ export interface DeleteApplicationCommandOutput extends DeleteApplicationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteApplicationCommandInput;
12
+ constructor(input: DeleteApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
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 { DescribeAppBlocksRequest, DescribeAppBlocksResult } from "../models/models_0";
5
+ export interface DescribeAppBlocksCommandInput extends DescribeAppBlocksRequest {
6
+ }
7
+ export interface DescribeAppBlocksCommandOutput extends DescribeAppBlocksResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAppBlocksCommand extends $Command<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeAppBlocksCommandInput;
12
+ constructor(input: DescribeAppBlocksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput>;
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 { DescribeApplicationFleetAssociationsRequest, DescribeApplicationFleetAssociationsResult } from "../models/models_0";
5
+ export interface DescribeApplicationFleetAssociationsCommandInput extends DescribeApplicationFleetAssociationsRequest {
6
+ }
7
+ export interface DescribeApplicationFleetAssociationsCommandOutput extends DescribeApplicationFleetAssociationsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeApplicationFleetAssociationsCommand extends $Command<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeApplicationFleetAssociationsCommandInput;
12
+ constructor(input: DescribeApplicationFleetAssociationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput>;
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 { DescribeApplicationsRequest, DescribeApplicationsResult } from "../models/models_0";
5
+ export interface DescribeApplicationsCommandInput extends DescribeApplicationsRequest {
6
+ }
7
+ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeApplicationsCommand extends $Command<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeApplicationsCommandInput;
12
+ constructor(input: DescribeApplicationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput>;
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 { DisassociateApplicationFleetRequest, DisassociateApplicationFleetResult } from "../models/models_0";
5
+ export interface DisassociateApplicationFleetCommandInput extends DisassociateApplicationFleetRequest {
6
+ }
7
+ export interface DisassociateApplicationFleetCommandOutput extends DisassociateApplicationFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateApplicationFleetCommand extends $Command<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DisassociateApplicationFleetCommandInput;
12
+ constructor(input: DisassociateApplicationFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput>;
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 { UpdateApplicationRequest, UpdateApplicationResult } from "../models/models_0";
5
+ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
6
+ }
7
+ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: UpdateApplicationCommandInput;
12
+ constructor(input: UpdateApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }