@aws-sdk/client-appstream 3.41.0 → 3.46.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 (95) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/AppStream.js +255 -0
  4. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
  5. package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +36 -0
  6. package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
  7. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  8. package/dist-cjs/commands/CreateEntitlementCommand.js +36 -0
  9. package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteEntitlementCommand.js +36 -0
  12. package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
  13. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
  14. package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
  15. package/dist-cjs/commands/DescribeEntitlementsCommand.js +36 -0
  16. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
  17. package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +36 -0
  18. package/dist-cjs/commands/ListEntitledApplicationsCommand.js +36 -0
  19. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  20. package/dist-cjs/commands/UpdateEntitlementCommand.js +36 -0
  21. package/dist-cjs/commands/index.js +17 -0
  22. package/dist-cjs/endpoints.js +1 -0
  23. package/dist-cjs/models/models_0.js +303 -32
  24. package/dist-cjs/protocols/Aws_json1_1.js +1969 -112
  25. package/dist-cjs/runtimeConfig.js +0 -2
  26. package/dist-es/AppStream.js +255 -0
  27. package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
  28. package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +39 -0
  29. package/dist-es/commands/CreateAppBlockCommand.js +39 -0
  30. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  31. package/dist-es/commands/CreateEntitlementCommand.js +39 -0
  32. package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
  33. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  34. package/dist-es/commands/DeleteEntitlementCommand.js +39 -0
  35. package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
  36. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
  37. package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
  38. package/dist-es/commands/DescribeEntitlementsCommand.js +39 -0
  39. package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
  40. package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +39 -0
  41. package/dist-es/commands/ListEntitledApplicationsCommand.js +39 -0
  42. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  43. package/dist-es/commands/UpdateEntitlementCommand.js +39 -0
  44. package/dist-es/commands/index.js +17 -0
  45. package/dist-es/endpoints.js +1 -0
  46. package/dist-es/models/models_0.js +208 -24
  47. package/dist-es/protocols/Aws_json1_1.js +2284 -364
  48. package/dist-es/runtimeConfig.js +0 -2
  49. package/dist-types/AppStream.d.ts +158 -4
  50. package/dist-types/AppStreamClient.d.ts +19 -2
  51. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
  52. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +35 -0
  53. package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
  54. package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
  55. package/dist-types/commands/CreateEntitlementCommand.d.ts +40 -0
  56. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
  58. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  59. package/dist-types/commands/DeleteEntitlementCommand.d.ts +35 -0
  60. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
  61. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
  62. package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
  63. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +35 -0
  64. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
  65. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +35 -0
  66. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +35 -0
  67. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  68. package/dist-types/commands/UpdateEntitlementCommand.d.ts +35 -0
  69. package/dist-types/commands/UpdateFleetCommand.d.ts +21 -3
  70. package/dist-types/commands/index.d.ts +17 -0
  71. package/dist-types/models/models_0.d.ts +1036 -65
  72. package/dist-types/protocols/Aws_json1_1.d.ts +51 -0
  73. package/dist-types/ts3.4/AppStream.d.ts +85 -0
  74. package/dist-types/ts3.4/AppStreamClient.d.ts +19 -2
  75. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  93. package/dist-types/ts3.4/models/models_0.d.ts +583 -42
  94. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +51 -0
  95. package/package.json +37 -44
@@ -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 { DeleteEntitlementRequest, DeleteEntitlementResult } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteEntitlementCommand, serializeAws_json1_1DeleteEntitlementCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteEntitlementCommand = (function (_super) {
7
+ __extends(DeleteEntitlementCommand, _super);
8
+ function DeleteEntitlementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DeleteEntitlementCommand.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 = "DeleteEntitlementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DeleteEntitlementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteEntitlementResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteEntitlementCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DeleteEntitlementCommand(input, context);
33
+ };
34
+ DeleteEntitlementCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DeleteEntitlementCommand(output, context);
36
+ };
37
+ return DeleteEntitlementCommand;
38
+ }($Command));
39
+ export { DeleteEntitlementCommand };
@@ -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 { DescribeEntitlementsRequest, DescribeEntitlementsResult } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeEntitlementsCommand, serializeAws_json1_1DescribeEntitlementsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeEntitlementsCommand = (function (_super) {
7
+ __extends(DescribeEntitlementsCommand, _super);
8
+ function DescribeEntitlementsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeEntitlementsCommand.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 = "DescribeEntitlementsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeEntitlementsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeEntitlementsResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeEntitlementsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeEntitlementsCommand(input, context);
33
+ };
34
+ DescribeEntitlementsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeEntitlementsCommand(output, context);
36
+ };
37
+ return DescribeEntitlementsCommand;
38
+ }($Command));
39
+ export { DescribeEntitlementsCommand };
@@ -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 { DisassociateApplicationFromEntitlementRequest, DisassociateApplicationFromEntitlementResult, } from "../models/models_0";
5
+ import { deserializeAws_json1_1DisassociateApplicationFromEntitlementCommand, serializeAws_json1_1DisassociateApplicationFromEntitlementCommand, } from "../protocols/Aws_json1_1";
6
+ var DisassociateApplicationFromEntitlementCommand = (function (_super) {
7
+ __extends(DisassociateApplicationFromEntitlementCommand, _super);
8
+ function DisassociateApplicationFromEntitlementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DisassociateApplicationFromEntitlementCommand.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 = "DisassociateApplicationFromEntitlementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DisassociateApplicationFromEntitlementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateApplicationFromEntitlementResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DisassociateApplicationFromEntitlementCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DisassociateApplicationFromEntitlementCommand(input, context);
33
+ };
34
+ DisassociateApplicationFromEntitlementCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DisassociateApplicationFromEntitlementCommand(output, context);
36
+ };
37
+ return DisassociateApplicationFromEntitlementCommand;
38
+ }($Command));
39
+ export { DisassociateApplicationFromEntitlementCommand };
@@ -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 { ListEntitledApplicationsRequest, ListEntitledApplicationsResult } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListEntitledApplicationsCommand, serializeAws_json1_1ListEntitledApplicationsCommand, } from "../protocols/Aws_json1_1";
6
+ var ListEntitledApplicationsCommand = (function (_super) {
7
+ __extends(ListEntitledApplicationsCommand, _super);
8
+ function ListEntitledApplicationsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListEntitledApplicationsCommand.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 = "ListEntitledApplicationsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListEntitledApplicationsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEntitledApplicationsResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListEntitledApplicationsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListEntitledApplicationsCommand(input, context);
33
+ };
34
+ ListEntitledApplicationsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListEntitledApplicationsCommand(output, context);
36
+ };
37
+ return ListEntitledApplicationsCommand;
38
+ }($Command));
39
+ export { ListEntitledApplicationsCommand };
@@ -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 };
@@ -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 { UpdateEntitlementRequest, UpdateEntitlementResult } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateEntitlementCommand, serializeAws_json1_1UpdateEntitlementCommand, } from "../protocols/Aws_json1_1";
6
+ var UpdateEntitlementCommand = (function (_super) {
7
+ __extends(UpdateEntitlementCommand, _super);
8
+ function UpdateEntitlementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdateEntitlementCommand.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 = "UpdateEntitlementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdateEntitlementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateEntitlementResult.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateEntitlementCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UpdateEntitlementCommand(input, context);
33
+ };
34
+ UpdateEntitlementCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UpdateEntitlementCommand(output, context);
36
+ };
37
+ return UpdateEntitlementCommand;
38
+ }($Command));
39
+ export { UpdateEntitlementCommand };
@@ -1,8 +1,13 @@
1
+ export * from "./AssociateApplicationFleetCommand";
2
+ export * from "./AssociateApplicationToEntitlementCommand";
1
3
  export * from "./AssociateFleetCommand";
2
4
  export * from "./BatchAssociateUserStackCommand";
3
5
  export * from "./BatchDisassociateUserStackCommand";
4
6
  export * from "./CopyImageCommand";
7
+ export * from "./CreateAppBlockCommand";
8
+ export * from "./CreateApplicationCommand";
5
9
  export * from "./CreateDirectoryConfigCommand";
10
+ export * from "./CreateEntitlementCommand";
6
11
  export * from "./CreateFleetCommand";
7
12
  export * from "./CreateImageBuilderCommand";
8
13
  export * from "./CreateImageBuilderStreamingURLCommand";
@@ -11,7 +16,10 @@ export * from "./CreateStreamingURLCommand";
11
16
  export * from "./CreateUpdatedImageCommand";
12
17
  export * from "./CreateUsageReportSubscriptionCommand";
13
18
  export * from "./CreateUserCommand";
19
+ export * from "./DeleteAppBlockCommand";
20
+ export * from "./DeleteApplicationCommand";
14
21
  export * from "./DeleteDirectoryConfigCommand";
22
+ export * from "./DeleteEntitlementCommand";
15
23
  export * from "./DeleteFleetCommand";
16
24
  export * from "./DeleteImageBuilderCommand";
17
25
  export * from "./DeleteImageCommand";
@@ -19,7 +27,11 @@ export * from "./DeleteImagePermissionsCommand";
19
27
  export * from "./DeleteStackCommand";
20
28
  export * from "./DeleteUsageReportSubscriptionCommand";
21
29
  export * from "./DeleteUserCommand";
30
+ export * from "./DescribeAppBlocksCommand";
31
+ export * from "./DescribeApplicationFleetAssociationsCommand";
32
+ export * from "./DescribeApplicationsCommand";
22
33
  export * from "./DescribeDirectoryConfigsCommand";
34
+ export * from "./DescribeEntitlementsCommand";
23
35
  export * from "./DescribeFleetsCommand";
24
36
  export * from "./DescribeImageBuildersCommand";
25
37
  export * from "./DescribeImagePermissionsCommand";
@@ -30,11 +42,14 @@ export * from "./DescribeUsageReportSubscriptionsCommand";
30
42
  export * from "./DescribeUserStackAssociationsCommand";
31
43
  export * from "./DescribeUsersCommand";
32
44
  export * from "./DisableUserCommand";
45
+ export * from "./DisassociateApplicationFleetCommand";
46
+ export * from "./DisassociateApplicationFromEntitlementCommand";
33
47
  export * from "./DisassociateFleetCommand";
34
48
  export * from "./EnableUserCommand";
35
49
  export * from "./ExpireSessionCommand";
36
50
  export * from "./ListAssociatedFleetsCommand";
37
51
  export * from "./ListAssociatedStacksCommand";
52
+ export * from "./ListEntitledApplicationsCommand";
38
53
  export * from "./ListTagsForResourceCommand";
39
54
  export * from "./StartFleetCommand";
40
55
  export * from "./StartImageBuilderCommand";
@@ -42,7 +57,9 @@ export * from "./StopFleetCommand";
42
57
  export * from "./StopImageBuilderCommand";
43
58
  export * from "./TagResourceCommand";
44
59
  export * from "./UntagResourceCommand";
60
+ export * from "./UpdateApplicationCommand";
45
61
  export * from "./UpdateDirectoryConfigCommand";
62
+ export * from "./UpdateEntitlementCommand";
46
63
  export * from "./UpdateFleetCommand";
47
64
  export * from "./UpdateImagePermissionsCommand";
48
65
  export * from "./UpdateStackCommand";
@@ -49,6 +49,7 @@ var partitionHash = {
49
49
  "ap-south-1",
50
50
  "ap-southeast-1",
51
51
  "ap-southeast-2",
52
+ "ap-southeast-3",
52
53
  "ca-central-1",
53
54
  "eu-central-1",
54
55
  "eu-north-1",