@aws-sdk/client-appstream 3.907.0 → 3.910.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/README.md +40 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +228 -0
- package/dist-es/AppStream.js +10 -0
- package/dist-es/commands/AssociateSoftwareToImageBuilderCommand.js +22 -0
- package/dist-es/commands/DescribeAppLicenseUsageCommand.js +22 -0
- package/dist-es/commands/DescribeSoftwareAssociationsCommand.js +22 -0
- package/dist-es/commands/DisassociateSoftwareFromImageBuilderCommand.js +22 -0
- package/dist-es/commands/StartSoftwareDeploymentToImageBuilderCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +121 -0
- package/dist-types/AppStream.d.ts +35 -0
- package/dist-types/AppStreamClient.d.ts +7 -2
- package/dist-types/commands/AssociateSoftwareToImageBuilderCommand.d.ts +90 -0
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +7 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -0
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAppLicenseUsageCommand.d.ts +96 -0
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSoftwareAssociationsCommand.d.ts +95 -0
- package/dist-types/commands/DisassociateSoftwareFromImageBuilderCommand.d.ts +87 -0
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StartSoftwareDeploymentToImageBuilderCommand.d.ts +82 -0
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +624 -2
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/AppStream.d.ts +97 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AssociateSoftwareToImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAppLicenseUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSoftwareAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSoftwareFromImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartSoftwareDeploymentToImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +36 -36
package/README.md
CHANGED
|
@@ -252,6 +252,14 @@ AssociateFleet
|
|
|
252
252
|
|
|
253
253
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/AssociateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/AssociateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/AssociateFleetCommandOutput/)
|
|
254
254
|
|
|
255
|
+
</details>
|
|
256
|
+
<details>
|
|
257
|
+
<summary>
|
|
258
|
+
AssociateSoftwareToImageBuilder
|
|
259
|
+
</summary>
|
|
260
|
+
|
|
261
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/AssociateSoftwareToImageBuilderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/AssociateSoftwareToImageBuilderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/AssociateSoftwareToImageBuilderCommandOutput/)
|
|
262
|
+
|
|
255
263
|
</details>
|
|
256
264
|
<details>
|
|
257
265
|
<summary>
|
|
@@ -540,6 +548,14 @@ DescribeApplications
|
|
|
540
548
|
|
|
541
549
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DescribeApplicationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeApplicationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeApplicationsCommandOutput/)
|
|
542
550
|
|
|
551
|
+
</details>
|
|
552
|
+
<details>
|
|
553
|
+
<summary>
|
|
554
|
+
DescribeAppLicenseUsage
|
|
555
|
+
</summary>
|
|
556
|
+
|
|
557
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DescribeAppLicenseUsageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeAppLicenseUsageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeAppLicenseUsageCommandOutput/)
|
|
558
|
+
|
|
543
559
|
</details>
|
|
544
560
|
<details>
|
|
545
561
|
<summary>
|
|
@@ -596,6 +612,14 @@ DescribeSessions
|
|
|
596
612
|
|
|
597
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DescribeSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeSessionsCommandOutput/)
|
|
598
614
|
|
|
615
|
+
</details>
|
|
616
|
+
<details>
|
|
617
|
+
<summary>
|
|
618
|
+
DescribeSoftwareAssociations
|
|
619
|
+
</summary>
|
|
620
|
+
|
|
621
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DescribeSoftwareAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeSoftwareAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeSoftwareAssociationsCommandOutput/)
|
|
622
|
+
|
|
599
623
|
</details>
|
|
600
624
|
<details>
|
|
601
625
|
<summary>
|
|
@@ -676,6 +700,14 @@ DisassociateFleet
|
|
|
676
700
|
|
|
677
701
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DisassociateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DisassociateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DisassociateFleetCommandOutput/)
|
|
678
702
|
|
|
703
|
+
</details>
|
|
704
|
+
<details>
|
|
705
|
+
<summary>
|
|
706
|
+
DisassociateSoftwareFromImageBuilder
|
|
707
|
+
</summary>
|
|
708
|
+
|
|
709
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DisassociateSoftwareFromImageBuilderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DisassociateSoftwareFromImageBuilderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DisassociateSoftwareFromImageBuilderCommandOutput/)
|
|
710
|
+
|
|
679
711
|
</details>
|
|
680
712
|
<details>
|
|
681
713
|
<summary>
|
|
@@ -748,6 +780,14 @@ StartImageBuilder
|
|
|
748
780
|
|
|
749
781
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/StartImageBuilderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/StartImageBuilderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/StartImageBuilderCommandOutput/)
|
|
750
782
|
|
|
783
|
+
</details>
|
|
784
|
+
<details>
|
|
785
|
+
<summary>
|
|
786
|
+
StartSoftwareDeploymentToImageBuilder
|
|
787
|
+
</summary>
|
|
788
|
+
|
|
789
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/StartSoftwareDeploymentToImageBuilderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/StartSoftwareDeploymentToImageBuilderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/StartSoftwareDeploymentToImageBuilderCommandOutput/)
|
|
790
|
+
|
|
751
791
|
</details>
|
|
752
792
|
<details>
|
|
753
793
|
<summary>
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const v = "required", w = "fn", x = "argv", y = "ref";
|
|
5
|
-
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = { [v]: false, "type": "
|
|
5
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = { [v]: false, "type": "string" }, j = { [v]: true, "default": false, "type": "boolean" }, k = { [y]: "Endpoint" }, l = { [w]: c, [x]: [{ [y]: "UseFIPS" }, true] }, m = { [w]: c, [x]: [{ [y]: "UseDualStack" }, true] }, n = {}, o = { [w]: "getAttr", [x]: [{ [y]: g }, "supportsFIPS"] }, p = { [w]: c, [x]: [true, { [w]: "getAttr", [x]: [{ [y]: g }, "supportsDualStack"] }] }, q = { [w]: "getAttr", [x]: [{ [y]: g }, "name"] }, r = { "url": "https://appstream2.{Region}.amazonaws.com", "properties": {}, "headers": {} }, s = [l], t = [m], u = [{ [y]: "Region" }];
|
|
6
6
|
const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [w]: b, [x]: [k] }], rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [w]: b, [x]: u }], rules: [{ conditions: [{ [w]: "aws.partition", [x]: u, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [w]: c, [x]: [a, o] }, p], rules: [{ endpoint: { url: "https://appstream2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: s, rules: [{ conditions: [{ [w]: c, [x]: [o, a] }], rules: [{ endpoint: { url: "https://appstream2-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: t, rules: [{ conditions: [p], rules: [{ endpoint: { url: "https://appstream2.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { conditions: [{ [w]: h, [x]: ["aws", q] }], endpoint: r, type: e }, { conditions: [{ [w]: h, [x]: ["aws-us-gov", q] }], endpoint: r, type: e }, { endpoint: { url: "https://appstream2.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
|
|
7
7
|
exports.ruleSet = _data;
|
package/dist-cjs/index.js
CHANGED
|
@@ -428,11 +428,13 @@ const ImageBuilderState = {
|
|
|
428
428
|
FAILED: "FAILED",
|
|
429
429
|
PENDING: "PENDING",
|
|
430
430
|
PENDING_QUALIFICATION: "PENDING_QUALIFICATION",
|
|
431
|
+
PENDING_SYNCING_APPS: "PENDING_SYNCING_APPS",
|
|
431
432
|
REBOOTING: "REBOOTING",
|
|
432
433
|
RUNNING: "RUNNING",
|
|
433
434
|
SNAPSHOTTING: "SNAPSHOTTING",
|
|
434
435
|
STOPPED: "STOPPED",
|
|
435
436
|
STOPPING: "STOPPING",
|
|
437
|
+
SYNCING_APPS: "SYNCING_APPS",
|
|
436
438
|
UPDATING: "UPDATING",
|
|
437
439
|
UPDATING_AGENT: "UPDATING_AGENT",
|
|
438
440
|
};
|
|
@@ -524,6 +526,15 @@ const SessionState = {
|
|
|
524
526
|
EXPIRED: "EXPIRED",
|
|
525
527
|
PENDING: "PENDING",
|
|
526
528
|
};
|
|
529
|
+
const SoftwareDeploymentStatus = {
|
|
530
|
+
FAILED_TO_INSTALL: "FAILED_TO_INSTALL",
|
|
531
|
+
FAILED_TO_UNINSTALL: "FAILED_TO_UNINSTALL",
|
|
532
|
+
INSTALLED: "INSTALLED",
|
|
533
|
+
PENDING_INSTALLATION: "PENDING_INSTALLATION",
|
|
534
|
+
PENDING_UNINSTALLATION: "PENDING_UNINSTALLATION",
|
|
535
|
+
STAGED_FOR_INSTALLATION: "STAGED_FOR_INSTALLATION",
|
|
536
|
+
STAGED_FOR_UNINSTALLATION: "STAGED_FOR_UNINSTALLATION",
|
|
537
|
+
};
|
|
527
538
|
const UsageReportExecutionErrorCode = {
|
|
528
539
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
529
540
|
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
@@ -685,6 +696,12 @@ const se_AssociateFleetCommand = async (input, context) => {
|
|
|
685
696
|
body = JSON.stringify(smithyClient._json(input));
|
|
686
697
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
687
698
|
};
|
|
699
|
+
const se_AssociateSoftwareToImageBuilderCommand = async (input, context) => {
|
|
700
|
+
const headers = sharedHeaders("AssociateSoftwareToImageBuilder");
|
|
701
|
+
let body;
|
|
702
|
+
body = JSON.stringify(smithyClient._json(input));
|
|
703
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
704
|
+
};
|
|
688
705
|
const se_BatchAssociateUserStackCommand = async (input, context) => {
|
|
689
706
|
const headers = sharedHeaders("BatchAssociateUserStack");
|
|
690
707
|
let body;
|
|
@@ -901,6 +918,12 @@ const se_DescribeApplicationsCommand = async (input, context) => {
|
|
|
901
918
|
body = JSON.stringify(smithyClient._json(input));
|
|
902
919
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
903
920
|
};
|
|
921
|
+
const se_DescribeAppLicenseUsageCommand = async (input, context) => {
|
|
922
|
+
const headers = sharedHeaders("DescribeAppLicenseUsage");
|
|
923
|
+
let body;
|
|
924
|
+
body = JSON.stringify(smithyClient._json(input));
|
|
925
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
926
|
+
};
|
|
904
927
|
const se_DescribeDirectoryConfigsCommand = async (input, context) => {
|
|
905
928
|
const headers = sharedHeaders("DescribeDirectoryConfigs");
|
|
906
929
|
let body;
|
|
@@ -943,6 +966,12 @@ const se_DescribeSessionsCommand = async (input, context) => {
|
|
|
943
966
|
body = JSON.stringify(smithyClient._json(input));
|
|
944
967
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
945
968
|
};
|
|
969
|
+
const se_DescribeSoftwareAssociationsCommand = async (input, context) => {
|
|
970
|
+
const headers = sharedHeaders("DescribeSoftwareAssociations");
|
|
971
|
+
let body;
|
|
972
|
+
body = JSON.stringify(smithyClient._json(input));
|
|
973
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
974
|
+
};
|
|
946
975
|
const se_DescribeStacksCommand = async (input, context) => {
|
|
947
976
|
const headers = sharedHeaders("DescribeStacks");
|
|
948
977
|
let body;
|
|
@@ -1003,6 +1032,12 @@ const se_DisassociateFleetCommand = async (input, context) => {
|
|
|
1003
1032
|
body = JSON.stringify(smithyClient._json(input));
|
|
1004
1033
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1005
1034
|
};
|
|
1035
|
+
const se_DisassociateSoftwareFromImageBuilderCommand = async (input, context) => {
|
|
1036
|
+
const headers = sharedHeaders("DisassociateSoftwareFromImageBuilder");
|
|
1037
|
+
let body;
|
|
1038
|
+
body = JSON.stringify(smithyClient._json(input));
|
|
1039
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1040
|
+
};
|
|
1006
1041
|
const se_EnableUserCommand = async (input, context) => {
|
|
1007
1042
|
const headers = sharedHeaders("EnableUser");
|
|
1008
1043
|
let body;
|
|
@@ -1057,6 +1092,12 @@ const se_StartImageBuilderCommand = async (input, context) => {
|
|
|
1057
1092
|
body = JSON.stringify(smithyClient._json(input));
|
|
1058
1093
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1059
1094
|
};
|
|
1095
|
+
const se_StartSoftwareDeploymentToImageBuilderCommand = async (input, context) => {
|
|
1096
|
+
const headers = sharedHeaders("StartSoftwareDeploymentToImageBuilder");
|
|
1097
|
+
let body;
|
|
1098
|
+
body = JSON.stringify(smithyClient._json(input));
|
|
1099
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1100
|
+
};
|
|
1060
1101
|
const se_StopAppBlockBuilderCommand = async (input, context) => {
|
|
1061
1102
|
const headers = sharedHeaders("StopAppBlockBuilder");
|
|
1062
1103
|
let body;
|
|
@@ -1187,6 +1228,19 @@ const de_AssociateFleetCommand = async (output, context) => {
|
|
|
1187
1228
|
};
|
|
1188
1229
|
return response;
|
|
1189
1230
|
};
|
|
1231
|
+
const de_AssociateSoftwareToImageBuilderCommand = async (output, context) => {
|
|
1232
|
+
if (output.statusCode >= 300) {
|
|
1233
|
+
return de_CommandError(output, context);
|
|
1234
|
+
}
|
|
1235
|
+
const data = await core$1.parseJsonBody(output.body, context);
|
|
1236
|
+
let contents = {};
|
|
1237
|
+
contents = smithyClient._json(data);
|
|
1238
|
+
const response = {
|
|
1239
|
+
$metadata: deserializeMetadata(output),
|
|
1240
|
+
...contents,
|
|
1241
|
+
};
|
|
1242
|
+
return response;
|
|
1243
|
+
};
|
|
1190
1244
|
const de_BatchAssociateUserStackCommand = async (output, context) => {
|
|
1191
1245
|
if (output.statusCode >= 300) {
|
|
1192
1246
|
return de_CommandError(output, context);
|
|
@@ -1655,6 +1709,19 @@ const de_DescribeApplicationsCommand = async (output, context) => {
|
|
|
1655
1709
|
};
|
|
1656
1710
|
return response;
|
|
1657
1711
|
};
|
|
1712
|
+
const de_DescribeAppLicenseUsageCommand = async (output, context) => {
|
|
1713
|
+
if (output.statusCode >= 300) {
|
|
1714
|
+
return de_CommandError(output, context);
|
|
1715
|
+
}
|
|
1716
|
+
const data = await core$1.parseJsonBody(output.body, context);
|
|
1717
|
+
let contents = {};
|
|
1718
|
+
contents = de_DescribeAppLicenseUsageResult(data);
|
|
1719
|
+
const response = {
|
|
1720
|
+
$metadata: deserializeMetadata(output),
|
|
1721
|
+
...contents,
|
|
1722
|
+
};
|
|
1723
|
+
return response;
|
|
1724
|
+
};
|
|
1658
1725
|
const de_DescribeDirectoryConfigsCommand = async (output, context) => {
|
|
1659
1726
|
if (output.statusCode >= 300) {
|
|
1660
1727
|
return de_CommandError(output, context);
|
|
@@ -1746,6 +1813,19 @@ const de_DescribeSessionsCommand = async (output, context) => {
|
|
|
1746
1813
|
};
|
|
1747
1814
|
return response;
|
|
1748
1815
|
};
|
|
1816
|
+
const de_DescribeSoftwareAssociationsCommand = async (output, context) => {
|
|
1817
|
+
if (output.statusCode >= 300) {
|
|
1818
|
+
return de_CommandError(output, context);
|
|
1819
|
+
}
|
|
1820
|
+
const data = await core$1.parseJsonBody(output.body, context);
|
|
1821
|
+
let contents = {};
|
|
1822
|
+
contents = smithyClient._json(data);
|
|
1823
|
+
const response = {
|
|
1824
|
+
$metadata: deserializeMetadata(output),
|
|
1825
|
+
...contents,
|
|
1826
|
+
};
|
|
1827
|
+
return response;
|
|
1828
|
+
};
|
|
1749
1829
|
const de_DescribeStacksCommand = async (output, context) => {
|
|
1750
1830
|
if (output.statusCode >= 300) {
|
|
1751
1831
|
return de_CommandError(output, context);
|
|
@@ -1876,6 +1956,19 @@ const de_DisassociateFleetCommand = async (output, context) => {
|
|
|
1876
1956
|
};
|
|
1877
1957
|
return response;
|
|
1878
1958
|
};
|
|
1959
|
+
const de_DisassociateSoftwareFromImageBuilderCommand = async (output, context) => {
|
|
1960
|
+
if (output.statusCode >= 300) {
|
|
1961
|
+
return de_CommandError(output, context);
|
|
1962
|
+
}
|
|
1963
|
+
const data = await core$1.parseJsonBody(output.body, context);
|
|
1964
|
+
let contents = {};
|
|
1965
|
+
contents = smithyClient._json(data);
|
|
1966
|
+
const response = {
|
|
1967
|
+
$metadata: deserializeMetadata(output),
|
|
1968
|
+
...contents,
|
|
1969
|
+
};
|
|
1970
|
+
return response;
|
|
1971
|
+
};
|
|
1879
1972
|
const de_EnableUserCommand = async (output, context) => {
|
|
1880
1973
|
if (output.statusCode >= 300) {
|
|
1881
1974
|
return de_CommandError(output, context);
|
|
@@ -1993,6 +2086,19 @@ const de_StartImageBuilderCommand = async (output, context) => {
|
|
|
1993
2086
|
};
|
|
1994
2087
|
return response;
|
|
1995
2088
|
};
|
|
2089
|
+
const de_StartSoftwareDeploymentToImageBuilderCommand = async (output, context) => {
|
|
2090
|
+
if (output.statusCode >= 300) {
|
|
2091
|
+
return de_CommandError(output, context);
|
|
2092
|
+
}
|
|
2093
|
+
const data = await core$1.parseJsonBody(output.body, context);
|
|
2094
|
+
let contents = {};
|
|
2095
|
+
contents = smithyClient._json(data);
|
|
2096
|
+
const response = {
|
|
2097
|
+
$metadata: deserializeMetadata(output),
|
|
2098
|
+
...contents,
|
|
2099
|
+
};
|
|
2100
|
+
return response;
|
|
2101
|
+
};
|
|
1996
2102
|
const de_StopAppBlockBuilderCommand = async (output, context) => {
|
|
1997
2103
|
if (output.statusCode >= 300) {
|
|
1998
2104
|
return de_CommandError(output, context);
|
|
@@ -2346,6 +2452,25 @@ const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
|
2346
2452
|
});
|
|
2347
2453
|
return smithyClient.decorateServiceException(exception, body);
|
|
2348
2454
|
};
|
|
2455
|
+
const de_AdminAppLicenseUsageList = (output, context) => {
|
|
2456
|
+
const retVal = (output || [])
|
|
2457
|
+
.filter((e) => e != null)
|
|
2458
|
+
.map((entry) => {
|
|
2459
|
+
return de_AdminAppLicenseUsageRecord(entry);
|
|
2460
|
+
});
|
|
2461
|
+
return retVal;
|
|
2462
|
+
};
|
|
2463
|
+
const de_AdminAppLicenseUsageRecord = (output, context) => {
|
|
2464
|
+
return smithyClient.take(output, {
|
|
2465
|
+
BillingPeriod: smithyClient.expectString,
|
|
2466
|
+
LicenseType: smithyClient.expectString,
|
|
2467
|
+
OwnerAWSAccountId: smithyClient.expectString,
|
|
2468
|
+
SubscriptionFirstUsedDate: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
2469
|
+
SubscriptionLastUsedDate: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
2470
|
+
UserArn: smithyClient.expectString,
|
|
2471
|
+
UserId: smithyClient.expectString,
|
|
2472
|
+
});
|
|
2473
|
+
};
|
|
2349
2474
|
const de_AppBlock = (output, context) => {
|
|
2350
2475
|
return smithyClient.take(output, {
|
|
2351
2476
|
AppBlockErrors: smithyClient._json,
|
|
@@ -2519,6 +2644,12 @@ const de_DescribeApplicationsResult = (output, context) => {
|
|
|
2519
2644
|
NextToken: smithyClient.expectString,
|
|
2520
2645
|
});
|
|
2521
2646
|
};
|
|
2647
|
+
const de_DescribeAppLicenseUsageResult = (output, context) => {
|
|
2648
|
+
return smithyClient.take(output, {
|
|
2649
|
+
AppLicenseUsages: (_) => de_AdminAppLicenseUsageList(_),
|
|
2650
|
+
NextToken: smithyClient.expectString,
|
|
2651
|
+
});
|
|
2652
|
+
};
|
|
2522
2653
|
const de_DescribeDirectoryConfigsResult = (output, context) => {
|
|
2523
2654
|
return smithyClient.take(output, {
|
|
2524
2655
|
DirectoryConfigs: (_) => de_DirectoryConfigList(_),
|
|
@@ -2667,6 +2798,7 @@ const de_Image = (output, context) => {
|
|
|
2667
2798
|
ImagePermissions: smithyClient._json,
|
|
2668
2799
|
ImageSharedWithOthers: smithyClient.expectString,
|
|
2669
2800
|
LatestAppstreamAgentVersion: smithyClient.expectString,
|
|
2801
|
+
ManagedSoftwareIncluded: smithyClient.expectBoolean,
|
|
2670
2802
|
Name: smithyClient.expectString,
|
|
2671
2803
|
Platform: smithyClient.expectString,
|
|
2672
2804
|
PublicBaseImageReleasedDate: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
@@ -2979,6 +3111,23 @@ class AssociateFleetCommand extends smithyClient.Command
|
|
|
2979
3111
|
.build() {
|
|
2980
3112
|
}
|
|
2981
3113
|
|
|
3114
|
+
class AssociateSoftwareToImageBuilderCommand extends smithyClient.Command
|
|
3115
|
+
.classBuilder()
|
|
3116
|
+
.ep(commonParams)
|
|
3117
|
+
.m(function (Command, cs, config, o) {
|
|
3118
|
+
return [
|
|
3119
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
3120
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3121
|
+
];
|
|
3122
|
+
})
|
|
3123
|
+
.s("PhotonAdminProxyService", "AssociateSoftwareToImageBuilder", {})
|
|
3124
|
+
.n("AppStreamClient", "AssociateSoftwareToImageBuilderCommand")
|
|
3125
|
+
.f(void 0, void 0)
|
|
3126
|
+
.ser(se_AssociateSoftwareToImageBuilderCommand)
|
|
3127
|
+
.de(de_AssociateSoftwareToImageBuilderCommand)
|
|
3128
|
+
.build() {
|
|
3129
|
+
}
|
|
3130
|
+
|
|
2982
3131
|
class BatchAssociateUserStackCommand extends smithyClient.Command
|
|
2983
3132
|
.classBuilder()
|
|
2984
3133
|
.ep(commonParams)
|
|
@@ -3591,6 +3740,23 @@ class DescribeApplicationsCommand extends smithyClient.Command
|
|
|
3591
3740
|
.build() {
|
|
3592
3741
|
}
|
|
3593
3742
|
|
|
3743
|
+
class DescribeAppLicenseUsageCommand extends smithyClient.Command
|
|
3744
|
+
.classBuilder()
|
|
3745
|
+
.ep(commonParams)
|
|
3746
|
+
.m(function (Command, cs, config, o) {
|
|
3747
|
+
return [
|
|
3748
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
3749
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3750
|
+
];
|
|
3751
|
+
})
|
|
3752
|
+
.s("PhotonAdminProxyService", "DescribeAppLicenseUsage", {})
|
|
3753
|
+
.n("AppStreamClient", "DescribeAppLicenseUsageCommand")
|
|
3754
|
+
.f(void 0, void 0)
|
|
3755
|
+
.ser(se_DescribeAppLicenseUsageCommand)
|
|
3756
|
+
.de(de_DescribeAppLicenseUsageCommand)
|
|
3757
|
+
.build() {
|
|
3758
|
+
}
|
|
3759
|
+
|
|
3594
3760
|
class DescribeDirectoryConfigsCommand extends smithyClient.Command
|
|
3595
3761
|
.classBuilder()
|
|
3596
3762
|
.ep(commonParams)
|
|
@@ -3710,6 +3876,23 @@ class DescribeSessionsCommand extends smithyClient.Command
|
|
|
3710
3876
|
.build() {
|
|
3711
3877
|
}
|
|
3712
3878
|
|
|
3879
|
+
class DescribeSoftwareAssociationsCommand extends smithyClient.Command
|
|
3880
|
+
.classBuilder()
|
|
3881
|
+
.ep(commonParams)
|
|
3882
|
+
.m(function (Command, cs, config, o) {
|
|
3883
|
+
return [
|
|
3884
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
3885
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3886
|
+
];
|
|
3887
|
+
})
|
|
3888
|
+
.s("PhotonAdminProxyService", "DescribeSoftwareAssociations", {})
|
|
3889
|
+
.n("AppStreamClient", "DescribeSoftwareAssociationsCommand")
|
|
3890
|
+
.f(void 0, void 0)
|
|
3891
|
+
.ser(se_DescribeSoftwareAssociationsCommand)
|
|
3892
|
+
.de(de_DescribeSoftwareAssociationsCommand)
|
|
3893
|
+
.build() {
|
|
3894
|
+
}
|
|
3895
|
+
|
|
3713
3896
|
class DescribeStacksCommand extends smithyClient.Command
|
|
3714
3897
|
.classBuilder()
|
|
3715
3898
|
.ep(commonParams)
|
|
@@ -3880,6 +4063,23 @@ class DisassociateFleetCommand extends smithyClient.Command
|
|
|
3880
4063
|
.build() {
|
|
3881
4064
|
}
|
|
3882
4065
|
|
|
4066
|
+
class DisassociateSoftwareFromImageBuilderCommand extends smithyClient.Command
|
|
4067
|
+
.classBuilder()
|
|
4068
|
+
.ep(commonParams)
|
|
4069
|
+
.m(function (Command, cs, config, o) {
|
|
4070
|
+
return [
|
|
4071
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
4072
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4073
|
+
];
|
|
4074
|
+
})
|
|
4075
|
+
.s("PhotonAdminProxyService", "DisassociateSoftwareFromImageBuilder", {})
|
|
4076
|
+
.n("AppStreamClient", "DisassociateSoftwareFromImageBuilderCommand")
|
|
4077
|
+
.f(void 0, void 0)
|
|
4078
|
+
.ser(se_DisassociateSoftwareFromImageBuilderCommand)
|
|
4079
|
+
.de(de_DisassociateSoftwareFromImageBuilderCommand)
|
|
4080
|
+
.build() {
|
|
4081
|
+
}
|
|
4082
|
+
|
|
3883
4083
|
class EnableUserCommand extends smithyClient.Command
|
|
3884
4084
|
.classBuilder()
|
|
3885
4085
|
.ep(commonParams)
|
|
@@ -4033,6 +4233,23 @@ class StartImageBuilderCommand extends smithyClient.Command
|
|
|
4033
4233
|
.build() {
|
|
4034
4234
|
}
|
|
4035
4235
|
|
|
4236
|
+
class StartSoftwareDeploymentToImageBuilderCommand extends smithyClient.Command
|
|
4237
|
+
.classBuilder()
|
|
4238
|
+
.ep(commonParams)
|
|
4239
|
+
.m(function (Command, cs, config, o) {
|
|
4240
|
+
return [
|
|
4241
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
4242
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
4243
|
+
];
|
|
4244
|
+
})
|
|
4245
|
+
.s("PhotonAdminProxyService", "StartSoftwareDeploymentToImageBuilder", {})
|
|
4246
|
+
.n("AppStreamClient", "StartSoftwareDeploymentToImageBuilderCommand")
|
|
4247
|
+
.f(void 0, void 0)
|
|
4248
|
+
.ser(se_StartSoftwareDeploymentToImageBuilderCommand)
|
|
4249
|
+
.de(de_StartSoftwareDeploymentToImageBuilderCommand)
|
|
4250
|
+
.build() {
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4036
4253
|
class StopAppBlockBuilderCommand extends smithyClient.Command
|
|
4037
4254
|
.classBuilder()
|
|
4038
4255
|
.ep(commonParams)
|
|
@@ -4259,6 +4476,7 @@ const commands = {
|
|
|
4259
4476
|
AssociateApplicationFleetCommand,
|
|
4260
4477
|
AssociateApplicationToEntitlementCommand,
|
|
4261
4478
|
AssociateFleetCommand,
|
|
4479
|
+
AssociateSoftwareToImageBuilderCommand,
|
|
4262
4480
|
BatchAssociateUserStackCommand,
|
|
4263
4481
|
BatchDisassociateUserStackCommand,
|
|
4264
4482
|
CopyImageCommand,
|
|
@@ -4295,6 +4513,7 @@ const commands = {
|
|
|
4295
4513
|
DescribeAppBlocksCommand,
|
|
4296
4514
|
DescribeApplicationFleetAssociationsCommand,
|
|
4297
4515
|
DescribeApplicationsCommand,
|
|
4516
|
+
DescribeAppLicenseUsageCommand,
|
|
4298
4517
|
DescribeDirectoryConfigsCommand,
|
|
4299
4518
|
DescribeEntitlementsCommand,
|
|
4300
4519
|
DescribeFleetsCommand,
|
|
@@ -4302,6 +4521,7 @@ const commands = {
|
|
|
4302
4521
|
DescribeImagePermissionsCommand,
|
|
4303
4522
|
DescribeImagesCommand,
|
|
4304
4523
|
DescribeSessionsCommand,
|
|
4524
|
+
DescribeSoftwareAssociationsCommand,
|
|
4305
4525
|
DescribeStacksCommand,
|
|
4306
4526
|
DescribeThemeForStackCommand,
|
|
4307
4527
|
DescribeUsageReportSubscriptionsCommand,
|
|
@@ -4312,6 +4532,7 @@ const commands = {
|
|
|
4312
4532
|
DisassociateApplicationFleetCommand,
|
|
4313
4533
|
DisassociateApplicationFromEntitlementCommand,
|
|
4314
4534
|
DisassociateFleetCommand,
|
|
4535
|
+
DisassociateSoftwareFromImageBuilderCommand,
|
|
4315
4536
|
EnableUserCommand,
|
|
4316
4537
|
ExpireSessionCommand,
|
|
4317
4538
|
ListAssociatedFleetsCommand,
|
|
@@ -4321,6 +4542,7 @@ const commands = {
|
|
|
4321
4542
|
StartAppBlockBuilderCommand,
|
|
4322
4543
|
StartFleetCommand,
|
|
4323
4544
|
StartImageBuilderCommand,
|
|
4545
|
+
StartSoftwareDeploymentToImageBuilderCommand,
|
|
4324
4546
|
StopAppBlockBuilderCommand,
|
|
4325
4547
|
StopFleetCommand,
|
|
4326
4548
|
StopImageBuilderCommand,
|
|
@@ -4507,6 +4729,7 @@ exports.AssociateAppBlockBuilderAppBlockCommand = AssociateAppBlockBuilderAppBlo
|
|
|
4507
4729
|
exports.AssociateApplicationFleetCommand = AssociateApplicationFleetCommand;
|
|
4508
4730
|
exports.AssociateApplicationToEntitlementCommand = AssociateApplicationToEntitlementCommand;
|
|
4509
4731
|
exports.AssociateFleetCommand = AssociateFleetCommand;
|
|
4732
|
+
exports.AssociateSoftwareToImageBuilderCommand = AssociateSoftwareToImageBuilderCommand;
|
|
4510
4733
|
exports.AuthenticationType = AuthenticationType;
|
|
4511
4734
|
exports.BatchAssociateUserStackCommand = BatchAssociateUserStackCommand;
|
|
4512
4735
|
exports.BatchAssociateUserStackRequestFilterSensitiveLog = BatchAssociateUserStackRequestFilterSensitiveLog;
|
|
@@ -4552,6 +4775,7 @@ exports.DeleteUserRequestFilterSensitiveLog = DeleteUserRequestFilterSensitiveLo
|
|
|
4552
4775
|
exports.DescribeAppBlockBuilderAppBlockAssociationsCommand = DescribeAppBlockBuilderAppBlockAssociationsCommand;
|
|
4553
4776
|
exports.DescribeAppBlockBuildersCommand = DescribeAppBlockBuildersCommand;
|
|
4554
4777
|
exports.DescribeAppBlocksCommand = DescribeAppBlocksCommand;
|
|
4778
|
+
exports.DescribeAppLicenseUsageCommand = DescribeAppLicenseUsageCommand;
|
|
4555
4779
|
exports.DescribeApplicationFleetAssociationsCommand = DescribeApplicationFleetAssociationsCommand;
|
|
4556
4780
|
exports.DescribeApplicationsCommand = DescribeApplicationsCommand;
|
|
4557
4781
|
exports.DescribeDirectoryConfigsCommand = DescribeDirectoryConfigsCommand;
|
|
@@ -4562,6 +4786,7 @@ exports.DescribeImageBuildersCommand = DescribeImageBuildersCommand;
|
|
|
4562
4786
|
exports.DescribeImagePermissionsCommand = DescribeImagePermissionsCommand;
|
|
4563
4787
|
exports.DescribeImagesCommand = DescribeImagesCommand;
|
|
4564
4788
|
exports.DescribeSessionsCommand = DescribeSessionsCommand;
|
|
4789
|
+
exports.DescribeSoftwareAssociationsCommand = DescribeSoftwareAssociationsCommand;
|
|
4565
4790
|
exports.DescribeStacksCommand = DescribeStacksCommand;
|
|
4566
4791
|
exports.DescribeThemeForStackCommand = DescribeThemeForStackCommand;
|
|
4567
4792
|
exports.DescribeUsageReportSubscriptionsCommand = DescribeUsageReportSubscriptionsCommand;
|
|
@@ -4577,6 +4802,7 @@ exports.DisassociateAppBlockBuilderAppBlockCommand = DisassociateAppBlockBuilder
|
|
|
4577
4802
|
exports.DisassociateApplicationFleetCommand = DisassociateApplicationFleetCommand;
|
|
4578
4803
|
exports.DisassociateApplicationFromEntitlementCommand = DisassociateApplicationFromEntitlementCommand;
|
|
4579
4804
|
exports.DisassociateFleetCommand = DisassociateFleetCommand;
|
|
4805
|
+
exports.DisassociateSoftwareFromImageBuilderCommand = DisassociateSoftwareFromImageBuilderCommand;
|
|
4580
4806
|
exports.DynamicAppProvidersEnabled = DynamicAppProvidersEnabled;
|
|
4581
4807
|
exports.EnableUserCommand = EnableUserCommand;
|
|
4582
4808
|
exports.EnableUserRequestFilterSensitiveLog = EnableUserRequestFilterSensitiveLog;
|
|
@@ -4616,11 +4842,13 @@ exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
|
4616
4842
|
exports.ServiceAccountCredentialsFilterSensitiveLog = ServiceAccountCredentialsFilterSensitiveLog;
|
|
4617
4843
|
exports.SessionConnectionState = SessionConnectionState;
|
|
4618
4844
|
exports.SessionState = SessionState;
|
|
4845
|
+
exports.SoftwareDeploymentStatus = SoftwareDeploymentStatus;
|
|
4619
4846
|
exports.StackAttribute = StackAttribute;
|
|
4620
4847
|
exports.StackErrorCode = StackErrorCode;
|
|
4621
4848
|
exports.StartAppBlockBuilderCommand = StartAppBlockBuilderCommand;
|
|
4622
4849
|
exports.StartFleetCommand = StartFleetCommand;
|
|
4623
4850
|
exports.StartImageBuilderCommand = StartImageBuilderCommand;
|
|
4851
|
+
exports.StartSoftwareDeploymentToImageBuilderCommand = StartSoftwareDeploymentToImageBuilderCommand;
|
|
4624
4852
|
exports.StopAppBlockBuilderCommand = StopAppBlockBuilderCommand;
|
|
4625
4853
|
exports.StopFleetCommand = StopFleetCommand;
|
|
4626
4854
|
exports.StopImageBuilderCommand = StopImageBuilderCommand;
|
package/dist-es/AppStream.js
CHANGED
|
@@ -4,6 +4,7 @@ import { AssociateAppBlockBuilderAppBlockCommand, } from "./commands/AssociateAp
|
|
|
4
4
|
import { AssociateApplicationFleetCommand, } from "./commands/AssociateApplicationFleetCommand";
|
|
5
5
|
import { AssociateApplicationToEntitlementCommand, } from "./commands/AssociateApplicationToEntitlementCommand";
|
|
6
6
|
import { AssociateFleetCommand, } from "./commands/AssociateFleetCommand";
|
|
7
|
+
import { AssociateSoftwareToImageBuilderCommand, } from "./commands/AssociateSoftwareToImageBuilderCommand";
|
|
7
8
|
import { BatchAssociateUserStackCommand, } from "./commands/BatchAssociateUserStackCommand";
|
|
8
9
|
import { BatchDisassociateUserStackCommand, } from "./commands/BatchDisassociateUserStackCommand";
|
|
9
10
|
import { CopyImageCommand } from "./commands/CopyImageCommand";
|
|
@@ -40,6 +41,7 @@ import { DescribeAppBlockBuildersCommand, } from "./commands/DescribeAppBlockBui
|
|
|
40
41
|
import { DescribeAppBlocksCommand, } from "./commands/DescribeAppBlocksCommand";
|
|
41
42
|
import { DescribeApplicationFleetAssociationsCommand, } from "./commands/DescribeApplicationFleetAssociationsCommand";
|
|
42
43
|
import { DescribeApplicationsCommand, } from "./commands/DescribeApplicationsCommand";
|
|
44
|
+
import { DescribeAppLicenseUsageCommand, } from "./commands/DescribeAppLicenseUsageCommand";
|
|
43
45
|
import { DescribeDirectoryConfigsCommand, } from "./commands/DescribeDirectoryConfigsCommand";
|
|
44
46
|
import { DescribeEntitlementsCommand, } from "./commands/DescribeEntitlementsCommand";
|
|
45
47
|
import { DescribeFleetsCommand, } from "./commands/DescribeFleetsCommand";
|
|
@@ -47,6 +49,7 @@ import { DescribeImageBuildersCommand, } from "./commands/DescribeImageBuildersC
|
|
|
47
49
|
import { DescribeImagePermissionsCommand, } from "./commands/DescribeImagePermissionsCommand";
|
|
48
50
|
import { DescribeImagesCommand, } from "./commands/DescribeImagesCommand";
|
|
49
51
|
import { DescribeSessionsCommand, } from "./commands/DescribeSessionsCommand";
|
|
52
|
+
import { DescribeSoftwareAssociationsCommand, } from "./commands/DescribeSoftwareAssociationsCommand";
|
|
50
53
|
import { DescribeStacksCommand, } from "./commands/DescribeStacksCommand";
|
|
51
54
|
import { DescribeThemeForStackCommand, } from "./commands/DescribeThemeForStackCommand";
|
|
52
55
|
import { DescribeUsageReportSubscriptionsCommand, } from "./commands/DescribeUsageReportSubscriptionsCommand";
|
|
@@ -57,6 +60,7 @@ import { DisassociateAppBlockBuilderAppBlockCommand, } from "./commands/Disassoc
|
|
|
57
60
|
import { DisassociateApplicationFleetCommand, } from "./commands/DisassociateApplicationFleetCommand";
|
|
58
61
|
import { DisassociateApplicationFromEntitlementCommand, } from "./commands/DisassociateApplicationFromEntitlementCommand";
|
|
59
62
|
import { DisassociateFleetCommand, } from "./commands/DisassociateFleetCommand";
|
|
63
|
+
import { DisassociateSoftwareFromImageBuilderCommand, } from "./commands/DisassociateSoftwareFromImageBuilderCommand";
|
|
60
64
|
import { EnableUserCommand } from "./commands/EnableUserCommand";
|
|
61
65
|
import { ExpireSessionCommand, } from "./commands/ExpireSessionCommand";
|
|
62
66
|
import { ListAssociatedFleetsCommand, } from "./commands/ListAssociatedFleetsCommand";
|
|
@@ -66,6 +70,7 @@ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceComma
|
|
|
66
70
|
import { StartAppBlockBuilderCommand, } from "./commands/StartAppBlockBuilderCommand";
|
|
67
71
|
import { StartFleetCommand } from "./commands/StartFleetCommand";
|
|
68
72
|
import { StartImageBuilderCommand, } from "./commands/StartImageBuilderCommand";
|
|
73
|
+
import { StartSoftwareDeploymentToImageBuilderCommand, } from "./commands/StartSoftwareDeploymentToImageBuilderCommand";
|
|
69
74
|
import { StopAppBlockBuilderCommand, } from "./commands/StopAppBlockBuilderCommand";
|
|
70
75
|
import { StopFleetCommand } from "./commands/StopFleetCommand";
|
|
71
76
|
import { StopImageBuilderCommand, } from "./commands/StopImageBuilderCommand";
|
|
@@ -84,6 +89,7 @@ const commands = {
|
|
|
84
89
|
AssociateApplicationFleetCommand,
|
|
85
90
|
AssociateApplicationToEntitlementCommand,
|
|
86
91
|
AssociateFleetCommand,
|
|
92
|
+
AssociateSoftwareToImageBuilderCommand,
|
|
87
93
|
BatchAssociateUserStackCommand,
|
|
88
94
|
BatchDisassociateUserStackCommand,
|
|
89
95
|
CopyImageCommand,
|
|
@@ -120,6 +126,7 @@ const commands = {
|
|
|
120
126
|
DescribeAppBlocksCommand,
|
|
121
127
|
DescribeApplicationFleetAssociationsCommand,
|
|
122
128
|
DescribeApplicationsCommand,
|
|
129
|
+
DescribeAppLicenseUsageCommand,
|
|
123
130
|
DescribeDirectoryConfigsCommand,
|
|
124
131
|
DescribeEntitlementsCommand,
|
|
125
132
|
DescribeFleetsCommand,
|
|
@@ -127,6 +134,7 @@ const commands = {
|
|
|
127
134
|
DescribeImagePermissionsCommand,
|
|
128
135
|
DescribeImagesCommand,
|
|
129
136
|
DescribeSessionsCommand,
|
|
137
|
+
DescribeSoftwareAssociationsCommand,
|
|
130
138
|
DescribeStacksCommand,
|
|
131
139
|
DescribeThemeForStackCommand,
|
|
132
140
|
DescribeUsageReportSubscriptionsCommand,
|
|
@@ -137,6 +145,7 @@ const commands = {
|
|
|
137
145
|
DisassociateApplicationFleetCommand,
|
|
138
146
|
DisassociateApplicationFromEntitlementCommand,
|
|
139
147
|
DisassociateFleetCommand,
|
|
148
|
+
DisassociateSoftwareFromImageBuilderCommand,
|
|
140
149
|
EnableUserCommand,
|
|
141
150
|
ExpireSessionCommand,
|
|
142
151
|
ListAssociatedFleetsCommand,
|
|
@@ -146,6 +155,7 @@ const commands = {
|
|
|
146
155
|
StartAppBlockBuilderCommand,
|
|
147
156
|
StartFleetCommand,
|
|
148
157
|
StartImageBuilderCommand,
|
|
158
|
+
StartSoftwareDeploymentToImageBuilderCommand,
|
|
149
159
|
StopAppBlockBuilderCommand,
|
|
150
160
|
StopFleetCommand,
|
|
151
161
|
StopImageBuilderCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateSoftwareToImageBuilderCommand, se_AssociateSoftwareToImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateSoftwareToImageBuilderCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("PhotonAdminProxyService", "AssociateSoftwareToImageBuilder", {})
|
|
17
|
+
.n("AppStreamClient", "AssociateSoftwareToImageBuilderCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociateSoftwareToImageBuilderCommand)
|
|
20
|
+
.de(de_AssociateSoftwareToImageBuilderCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeAppLicenseUsageCommand, se_DescribeAppLicenseUsageCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeAppLicenseUsageCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("PhotonAdminProxyService", "DescribeAppLicenseUsage", {})
|
|
17
|
+
.n("AppStreamClient", "DescribeAppLicenseUsageCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeAppLicenseUsageCommand)
|
|
20
|
+
.de(de_DescribeAppLicenseUsageCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|