@aws-sdk/client-appstream 3.40.0 → 3.45.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.
- package/CHANGELOG.md +44 -0
- package/README.md +7 -7
- package/dist-cjs/AppStream.js +150 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +185 -34
- package/dist-cjs/protocols/Aws_json1_1.js +1335 -239
- package/dist-es/AppStream.js +150 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/CreateAppBlockCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +127 -24
- package/dist-es/protocols/Aws_json1_1.js +1291 -162
- package/dist-types/AppStream.d.ts +104 -4
- package/dist-types/AppStreamClient.d.ts +12 -2
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
- package/dist-types/commands/DisableUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/EnableUserCommand.d.ts +1 -1
- package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartFleetCommand.d.ts +1 -1
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StopFleetCommand.d.ts +1 -1
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +22 -4
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +647 -63
- package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/ts3.4/AppStream.d.ts +50 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +12 -2
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +368 -42
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
- package/package.json +6 -6
package/dist-es/AppStream.js
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { AppStreamClient } from "./AppStreamClient";
|
|
3
|
+
import { AssociateApplicationFleetCommand, } from "./commands/AssociateApplicationFleetCommand";
|
|
3
4
|
import { AssociateFleetCommand, } from "./commands/AssociateFleetCommand";
|
|
4
5
|
import { BatchAssociateUserStackCommand, } from "./commands/BatchAssociateUserStackCommand";
|
|
5
6
|
import { BatchDisassociateUserStackCommand, } from "./commands/BatchDisassociateUserStackCommand";
|
|
6
7
|
import { CopyImageCommand } from "./commands/CopyImageCommand";
|
|
8
|
+
import { CreateAppBlockCommand, } from "./commands/CreateAppBlockCommand";
|
|
9
|
+
import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
|
|
7
10
|
import { CreateDirectoryConfigCommand, } from "./commands/CreateDirectoryConfigCommand";
|
|
8
11
|
import { CreateFleetCommand } from "./commands/CreateFleetCommand";
|
|
9
12
|
import { CreateImageBuilderCommand, } from "./commands/CreateImageBuilderCommand";
|
|
@@ -13,6 +16,8 @@ import { CreateStreamingURLCommand, } from "./commands/CreateStreamingURLCommand
|
|
|
13
16
|
import { CreateUpdatedImageCommand, } from "./commands/CreateUpdatedImageCommand";
|
|
14
17
|
import { CreateUsageReportSubscriptionCommand, } from "./commands/CreateUsageReportSubscriptionCommand";
|
|
15
18
|
import { CreateUserCommand } from "./commands/CreateUserCommand";
|
|
19
|
+
import { DeleteAppBlockCommand, } from "./commands/DeleteAppBlockCommand";
|
|
20
|
+
import { DeleteApplicationCommand, } from "./commands/DeleteApplicationCommand";
|
|
16
21
|
import { DeleteDirectoryConfigCommand, } from "./commands/DeleteDirectoryConfigCommand";
|
|
17
22
|
import { DeleteFleetCommand } from "./commands/DeleteFleetCommand";
|
|
18
23
|
import { DeleteImageBuilderCommand, } from "./commands/DeleteImageBuilderCommand";
|
|
@@ -21,6 +26,9 @@ import { DeleteImagePermissionsCommand, } from "./commands/DeleteImagePermission
|
|
|
21
26
|
import { DeleteStackCommand } from "./commands/DeleteStackCommand";
|
|
22
27
|
import { DeleteUsageReportSubscriptionCommand, } from "./commands/DeleteUsageReportSubscriptionCommand";
|
|
23
28
|
import { DeleteUserCommand } from "./commands/DeleteUserCommand";
|
|
29
|
+
import { DescribeAppBlocksCommand, } from "./commands/DescribeAppBlocksCommand";
|
|
30
|
+
import { DescribeApplicationFleetAssociationsCommand, } from "./commands/DescribeApplicationFleetAssociationsCommand";
|
|
31
|
+
import { DescribeApplicationsCommand, } from "./commands/DescribeApplicationsCommand";
|
|
24
32
|
import { DescribeDirectoryConfigsCommand, } from "./commands/DescribeDirectoryConfigsCommand";
|
|
25
33
|
import { DescribeFleetsCommand, } from "./commands/DescribeFleetsCommand";
|
|
26
34
|
import { DescribeImageBuildersCommand, } from "./commands/DescribeImageBuildersCommand";
|
|
@@ -32,6 +40,7 @@ import { DescribeUsageReportSubscriptionsCommand, } from "./commands/DescribeUsa
|
|
|
32
40
|
import { DescribeUsersCommand, } from "./commands/DescribeUsersCommand";
|
|
33
41
|
import { DescribeUserStackAssociationsCommand, } from "./commands/DescribeUserStackAssociationsCommand";
|
|
34
42
|
import { DisableUserCommand } from "./commands/DisableUserCommand";
|
|
43
|
+
import { DisassociateApplicationFleetCommand, } from "./commands/DisassociateApplicationFleetCommand";
|
|
35
44
|
import { DisassociateFleetCommand, } from "./commands/DisassociateFleetCommand";
|
|
36
45
|
import { EnableUserCommand } from "./commands/EnableUserCommand";
|
|
37
46
|
import { ExpireSessionCommand, } from "./commands/ExpireSessionCommand";
|
|
@@ -44,6 +53,7 @@ import { StopFleetCommand } from "./commands/StopFleetCommand";
|
|
|
44
53
|
import { StopImageBuilderCommand, } from "./commands/StopImageBuilderCommand";
|
|
45
54
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
46
55
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
56
|
+
import { UpdateApplicationCommand, } from "./commands/UpdateApplicationCommand";
|
|
47
57
|
import { UpdateDirectoryConfigCommand, } from "./commands/UpdateDirectoryConfigCommand";
|
|
48
58
|
import { UpdateFleetCommand } from "./commands/UpdateFleetCommand";
|
|
49
59
|
import { UpdateImagePermissionsCommand, } from "./commands/UpdateImagePermissionsCommand";
|
|
@@ -53,6 +63,20 @@ var AppStream = (function (_super) {
|
|
|
53
63
|
function AppStream() {
|
|
54
64
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
55
65
|
}
|
|
66
|
+
AppStream.prototype.associateApplicationFleet = function (args, optionsOrCb, cb) {
|
|
67
|
+
var command = new AssociateApplicationFleetCommand(args);
|
|
68
|
+
if (typeof optionsOrCb === "function") {
|
|
69
|
+
this.send(command, optionsOrCb);
|
|
70
|
+
}
|
|
71
|
+
else if (typeof cb === "function") {
|
|
72
|
+
if (typeof optionsOrCb !== "object")
|
|
73
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
74
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
return this.send(command, optionsOrCb);
|
|
78
|
+
}
|
|
79
|
+
};
|
|
56
80
|
AppStream.prototype.associateFleet = function (args, optionsOrCb, cb) {
|
|
57
81
|
var command = new AssociateFleetCommand(args);
|
|
58
82
|
if (typeof optionsOrCb === "function") {
|
|
@@ -109,6 +133,34 @@ var AppStream = (function (_super) {
|
|
|
109
133
|
return this.send(command, optionsOrCb);
|
|
110
134
|
}
|
|
111
135
|
};
|
|
136
|
+
AppStream.prototype.createAppBlock = function (args, optionsOrCb, cb) {
|
|
137
|
+
var command = new CreateAppBlockCommand(args);
|
|
138
|
+
if (typeof optionsOrCb === "function") {
|
|
139
|
+
this.send(command, optionsOrCb);
|
|
140
|
+
}
|
|
141
|
+
else if (typeof cb === "function") {
|
|
142
|
+
if (typeof optionsOrCb !== "object")
|
|
143
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
144
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
145
|
+
}
|
|
146
|
+
else {
|
|
147
|
+
return this.send(command, optionsOrCb);
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
AppStream.prototype.createApplication = function (args, optionsOrCb, cb) {
|
|
151
|
+
var command = new CreateApplicationCommand(args);
|
|
152
|
+
if (typeof optionsOrCb === "function") {
|
|
153
|
+
this.send(command, optionsOrCb);
|
|
154
|
+
}
|
|
155
|
+
else if (typeof cb === "function") {
|
|
156
|
+
if (typeof optionsOrCb !== "object")
|
|
157
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
158
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
159
|
+
}
|
|
160
|
+
else {
|
|
161
|
+
return this.send(command, optionsOrCb);
|
|
162
|
+
}
|
|
163
|
+
};
|
|
112
164
|
AppStream.prototype.createDirectoryConfig = function (args, optionsOrCb, cb) {
|
|
113
165
|
var command = new CreateDirectoryConfigCommand(args);
|
|
114
166
|
if (typeof optionsOrCb === "function") {
|
|
@@ -235,6 +287,34 @@ var AppStream = (function (_super) {
|
|
|
235
287
|
return this.send(command, optionsOrCb);
|
|
236
288
|
}
|
|
237
289
|
};
|
|
290
|
+
AppStream.prototype.deleteAppBlock = function (args, optionsOrCb, cb) {
|
|
291
|
+
var command = new DeleteAppBlockCommand(args);
|
|
292
|
+
if (typeof optionsOrCb === "function") {
|
|
293
|
+
this.send(command, optionsOrCb);
|
|
294
|
+
}
|
|
295
|
+
else if (typeof cb === "function") {
|
|
296
|
+
if (typeof optionsOrCb !== "object")
|
|
297
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
298
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
299
|
+
}
|
|
300
|
+
else {
|
|
301
|
+
return this.send(command, optionsOrCb);
|
|
302
|
+
}
|
|
303
|
+
};
|
|
304
|
+
AppStream.prototype.deleteApplication = function (args, optionsOrCb, cb) {
|
|
305
|
+
var command = new DeleteApplicationCommand(args);
|
|
306
|
+
if (typeof optionsOrCb === "function") {
|
|
307
|
+
this.send(command, optionsOrCb);
|
|
308
|
+
}
|
|
309
|
+
else if (typeof cb === "function") {
|
|
310
|
+
if (typeof optionsOrCb !== "object")
|
|
311
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
312
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
313
|
+
}
|
|
314
|
+
else {
|
|
315
|
+
return this.send(command, optionsOrCb);
|
|
316
|
+
}
|
|
317
|
+
};
|
|
238
318
|
AppStream.prototype.deleteDirectoryConfig = function (args, optionsOrCb, cb) {
|
|
239
319
|
var command = new DeleteDirectoryConfigCommand(args);
|
|
240
320
|
if (typeof optionsOrCb === "function") {
|
|
@@ -347,6 +427,48 @@ var AppStream = (function (_super) {
|
|
|
347
427
|
return this.send(command, optionsOrCb);
|
|
348
428
|
}
|
|
349
429
|
};
|
|
430
|
+
AppStream.prototype.describeAppBlocks = function (args, optionsOrCb, cb) {
|
|
431
|
+
var command = new DescribeAppBlocksCommand(args);
|
|
432
|
+
if (typeof optionsOrCb === "function") {
|
|
433
|
+
this.send(command, optionsOrCb);
|
|
434
|
+
}
|
|
435
|
+
else if (typeof cb === "function") {
|
|
436
|
+
if (typeof optionsOrCb !== "object")
|
|
437
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
438
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
439
|
+
}
|
|
440
|
+
else {
|
|
441
|
+
return this.send(command, optionsOrCb);
|
|
442
|
+
}
|
|
443
|
+
};
|
|
444
|
+
AppStream.prototype.describeApplicationFleetAssociations = function (args, optionsOrCb, cb) {
|
|
445
|
+
var command = new DescribeApplicationFleetAssociationsCommand(args);
|
|
446
|
+
if (typeof optionsOrCb === "function") {
|
|
447
|
+
this.send(command, optionsOrCb);
|
|
448
|
+
}
|
|
449
|
+
else if (typeof cb === "function") {
|
|
450
|
+
if (typeof optionsOrCb !== "object")
|
|
451
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
452
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
453
|
+
}
|
|
454
|
+
else {
|
|
455
|
+
return this.send(command, optionsOrCb);
|
|
456
|
+
}
|
|
457
|
+
};
|
|
458
|
+
AppStream.prototype.describeApplications = function (args, optionsOrCb, cb) {
|
|
459
|
+
var command = new DescribeApplicationsCommand(args);
|
|
460
|
+
if (typeof optionsOrCb === "function") {
|
|
461
|
+
this.send(command, optionsOrCb);
|
|
462
|
+
}
|
|
463
|
+
else if (typeof cb === "function") {
|
|
464
|
+
if (typeof optionsOrCb !== "object")
|
|
465
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
466
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
467
|
+
}
|
|
468
|
+
else {
|
|
469
|
+
return this.send(command, optionsOrCb);
|
|
470
|
+
}
|
|
471
|
+
};
|
|
350
472
|
AppStream.prototype.describeDirectoryConfigs = function (args, optionsOrCb, cb) {
|
|
351
473
|
var command = new DescribeDirectoryConfigsCommand(args);
|
|
352
474
|
if (typeof optionsOrCb === "function") {
|
|
@@ -501,6 +623,20 @@ var AppStream = (function (_super) {
|
|
|
501
623
|
return this.send(command, optionsOrCb);
|
|
502
624
|
}
|
|
503
625
|
};
|
|
626
|
+
AppStream.prototype.disassociateApplicationFleet = function (args, optionsOrCb, cb) {
|
|
627
|
+
var command = new DisassociateApplicationFleetCommand(args);
|
|
628
|
+
if (typeof optionsOrCb === "function") {
|
|
629
|
+
this.send(command, optionsOrCb);
|
|
630
|
+
}
|
|
631
|
+
else if (typeof cb === "function") {
|
|
632
|
+
if (typeof optionsOrCb !== "object")
|
|
633
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
634
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
635
|
+
}
|
|
636
|
+
else {
|
|
637
|
+
return this.send(command, optionsOrCb);
|
|
638
|
+
}
|
|
639
|
+
};
|
|
504
640
|
AppStream.prototype.disassociateFleet = function (args, optionsOrCb, cb) {
|
|
505
641
|
var command = new DisassociateFleetCommand(args);
|
|
506
642
|
if (typeof optionsOrCb === "function") {
|
|
@@ -669,6 +805,20 @@ var AppStream = (function (_super) {
|
|
|
669
805
|
return this.send(command, optionsOrCb);
|
|
670
806
|
}
|
|
671
807
|
};
|
|
808
|
+
AppStream.prototype.updateApplication = function (args, optionsOrCb, cb) {
|
|
809
|
+
var command = new UpdateApplicationCommand(args);
|
|
810
|
+
if (typeof optionsOrCb === "function") {
|
|
811
|
+
this.send(command, optionsOrCb);
|
|
812
|
+
}
|
|
813
|
+
else if (typeof cb === "function") {
|
|
814
|
+
if (typeof optionsOrCb !== "object")
|
|
815
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
816
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
817
|
+
}
|
|
818
|
+
else {
|
|
819
|
+
return this.send(command, optionsOrCb);
|
|
820
|
+
}
|
|
821
|
+
};
|
|
672
822
|
AppStream.prototype.updateDirectoryConfig = function (args, optionsOrCb, cb) {
|
|
673
823
|
var command = new UpdateDirectoryConfigCommand(args);
|
|
674
824
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AssociateApplicationFleetRequest, AssociateApplicationFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1AssociateApplicationFleetCommand, serializeAws_json1_1AssociateApplicationFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var AssociateApplicationFleetCommand = (function (_super) {
|
|
7
|
+
__extends(AssociateApplicationFleetCommand, _super);
|
|
8
|
+
function AssociateApplicationFleetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
AssociateApplicationFleetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "AssociateApplicationFleetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: AssociateApplicationFleetRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateApplicationFleetResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AssociateApplicationFleetCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1AssociateApplicationFleetCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
AssociateApplicationFleetCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1AssociateApplicationFleetCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return AssociateApplicationFleetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AssociateApplicationFleetCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateAppBlockRequest, CreateAppBlockResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateAppBlockCommand, serializeAws_json1_1CreateAppBlockCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreateAppBlockCommand = (function (_super) {
|
|
7
|
+
__extends(CreateAppBlockCommand, _super);
|
|
8
|
+
function CreateAppBlockCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateAppBlockCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "CreateAppBlockCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateAppBlockRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAppBlockResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateAppBlockCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1CreateAppBlockCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateAppBlockCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1CreateAppBlockCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateAppBlockCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateAppBlockCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateApplicationRequest, CreateApplicationResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateApplicationCommand, serializeAws_json1_1CreateApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreateApplicationCommand = (function (_super) {
|
|
7
|
+
__extends(CreateApplicationCommand, _super);
|
|
8
|
+
function CreateApplicationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateApplicationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "CreateApplicationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateApplicationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateApplicationResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateApplicationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1CreateApplicationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateApplicationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1CreateApplicationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateApplicationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateApplicationCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteAppBlockRequest, DeleteAppBlockResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteAppBlockCommand, serializeAws_json1_1DeleteAppBlockCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteAppBlockCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteAppBlockCommand, _super);
|
|
8
|
+
function DeleteAppBlockCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteAppBlockCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "DeleteAppBlockCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteAppBlockRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAppBlockResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteAppBlockCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DeleteAppBlockCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteAppBlockCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DeleteAppBlockCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteAppBlockCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteAppBlockCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteApplicationRequest, DeleteApplicationResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteApplicationCommand, serializeAws_json1_1DeleteApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteApplicationCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteApplicationCommand, _super);
|
|
8
|
+
function DeleteApplicationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteApplicationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "DeleteApplicationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteApplicationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteApplicationResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteApplicationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DeleteApplicationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteApplicationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DeleteApplicationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteApplicationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteApplicationCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeAppBlocksRequest, DescribeAppBlocksResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeAppBlocksCommand, serializeAws_json1_1DescribeAppBlocksCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeAppBlocksCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeAppBlocksCommand, _super);
|
|
8
|
+
function DescribeAppBlocksCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeAppBlocksCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "DescribeAppBlocksCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeAppBlocksRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAppBlocksResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeAppBlocksCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeAppBlocksCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeAppBlocksCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeAppBlocksCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeAppBlocksCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeAppBlocksCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeApplicationFleetAssociationsRequest, DescribeApplicationFleetAssociationsResult, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeApplicationFleetAssociationsCommand, serializeAws_json1_1DescribeApplicationFleetAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeApplicationFleetAssociationsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeApplicationFleetAssociationsCommand, _super);
|
|
8
|
+
function DescribeApplicationFleetAssociationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeApplicationFleetAssociationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "DescribeApplicationFleetAssociationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeApplicationFleetAssociationsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeApplicationFleetAssociationsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeApplicationFleetAssociationsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeApplicationFleetAssociationsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeApplicationFleetAssociationsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeApplicationFleetAssociationsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeApplicationFleetAssociationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeApplicationFleetAssociationsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeApplicationsRequest, DescribeApplicationsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeApplicationsCommand, serializeAws_json1_1DescribeApplicationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeApplicationsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeApplicationsCommand, _super);
|
|
8
|
+
function DescribeApplicationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeApplicationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "DescribeApplicationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeApplicationsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeApplicationsResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeApplicationsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeApplicationsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeApplicationsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeApplicationsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeApplicationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeApplicationsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisassociateApplicationFleetRequest, DisassociateApplicationFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DisassociateApplicationFleetCommand, serializeAws_json1_1DisassociateApplicationFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DisassociateApplicationFleetCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateApplicationFleetCommand, _super);
|
|
8
|
+
function DisassociateApplicationFleetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DisassociateApplicationFleetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "DisassociateApplicationFleetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DisassociateApplicationFleetRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateApplicationFleetResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateApplicationFleetCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DisassociateApplicationFleetCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DisassociateApplicationFleetCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DisassociateApplicationFleetCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DisassociateApplicationFleetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateApplicationFleetCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateApplicationRequest, UpdateApplicationResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateApplicationCommand, serializeAws_json1_1UpdateApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var UpdateApplicationCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateApplicationCommand, _super);
|
|
8
|
+
function UpdateApplicationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UpdateApplicationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "AppStreamClient";
|
|
18
|
+
var commandName = "UpdateApplicationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UpdateApplicationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateApplicationResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UpdateApplicationCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1UpdateApplicationCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UpdateApplicationCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1UpdateApplicationCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UpdateApplicationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateApplicationCommand };
|