@aws-sdk/client-appstream 3.629.0 → 3.630.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 +32 -0
- package/dist-cjs/index.js +222 -1
- package/dist-es/AppStream.js +8 -0
- package/dist-es/commands/CreateThemeForStackCommand.js +24 -0
- package/dist-es/commands/DeleteThemeForStackCommand.js +24 -0
- package/dist-es/commands/DescribeThemeForStackCommand.js +24 -0
- package/dist-es/commands/UpdateThemeForStackCommand.js +24 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +25 -0
- package/dist-es/protocols/Aws_json1_1.js +108 -0
- package/dist-types/AppStream.d.ts +28 -0
- package/dist-types/AppStreamClient.d.ts +6 -2
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -0
- package/dist-types/commands/CreateThemeForStackCommand.d.ts +108 -0
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +6 -0
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +6 -0
- package/dist-types/commands/DeleteThemeForStackCommand.d.ts +67 -0
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeThemeForStackCommand.d.ts +80 -0
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -0
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemeForStackCommand.d.ts +112 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +342 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/ts3.4/AppStream.d.ts +68 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +26 -2
- package/dist-types/ts3.4/commands/CreateThemeForStackCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteThemeForStackCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeThemeForStackCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateThemeForStackCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +88 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -364,6 +364,14 @@ CreateStreamingURL
|
|
|
364
364
|
|
|
365
365
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/CreateStreamingURLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/CreateStreamingURLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/CreateStreamingURLCommandOutput/)
|
|
366
366
|
|
|
367
|
+
</details>
|
|
368
|
+
<details>
|
|
369
|
+
<summary>
|
|
370
|
+
CreateThemeForStack
|
|
371
|
+
</summary>
|
|
372
|
+
|
|
373
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/CreateThemeForStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/CreateThemeForStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/CreateThemeForStackCommandOutput/)
|
|
374
|
+
|
|
367
375
|
</details>
|
|
368
376
|
<details>
|
|
369
377
|
<summary>
|
|
@@ -468,6 +476,14 @@ DeleteStack
|
|
|
468
476
|
|
|
469
477
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DeleteStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DeleteStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DeleteStackCommandOutput/)
|
|
470
478
|
|
|
479
|
+
</details>
|
|
480
|
+
<details>
|
|
481
|
+
<summary>
|
|
482
|
+
DeleteThemeForStack
|
|
483
|
+
</summary>
|
|
484
|
+
|
|
485
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DeleteThemeForStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DeleteThemeForStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DeleteThemeForStackCommandOutput/)
|
|
486
|
+
|
|
471
487
|
</details>
|
|
472
488
|
<details>
|
|
473
489
|
<summary>
|
|
@@ -588,6 +604,14 @@ DescribeStacks
|
|
|
588
604
|
|
|
589
605
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DescribeStacksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeStacksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeStacksCommandOutput/)
|
|
590
606
|
|
|
607
|
+
</details>
|
|
608
|
+
<details>
|
|
609
|
+
<summary>
|
|
610
|
+
DescribeThemeForStack
|
|
611
|
+
</summary>
|
|
612
|
+
|
|
613
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/DescribeThemeForStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeThemeForStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/DescribeThemeForStackCommandOutput/)
|
|
614
|
+
|
|
591
615
|
</details>
|
|
592
616
|
<details>
|
|
593
617
|
<summary>
|
|
@@ -821,3 +845,11 @@ UpdateStack
|
|
|
821
845
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/UpdateStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/UpdateStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/UpdateStackCommandOutput/)
|
|
822
846
|
|
|
823
847
|
</details>
|
|
848
|
+
<details>
|
|
849
|
+
<summary>
|
|
850
|
+
UpdateThemeForStack
|
|
851
|
+
</summary>
|
|
852
|
+
|
|
853
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appstream/command/UpdateThemeForStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/UpdateThemeForStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appstream/Interface/UpdateThemeForStackCommandOutput/)
|
|
854
|
+
|
|
855
|
+
</details>
|
package/dist-cjs/index.js
CHANGED
|
@@ -60,6 +60,7 @@ __export(src_exports, {
|
|
|
60
60
|
CreateImageBuilderStreamingURLCommand: () => CreateImageBuilderStreamingURLCommand,
|
|
61
61
|
CreateStackCommand: () => CreateStackCommand,
|
|
62
62
|
CreateStreamingURLCommand: () => CreateStreamingURLCommand,
|
|
63
|
+
CreateThemeForStackCommand: () => CreateThemeForStackCommand,
|
|
63
64
|
CreateUpdatedImageCommand: () => CreateUpdatedImageCommand,
|
|
64
65
|
CreateUsageReportSubscriptionCommand: () => CreateUsageReportSubscriptionCommand,
|
|
65
66
|
CreateUserCommand: () => CreateUserCommand,
|
|
@@ -74,6 +75,7 @@ __export(src_exports, {
|
|
|
74
75
|
DeleteImageCommand: () => DeleteImageCommand,
|
|
75
76
|
DeleteImagePermissionsCommand: () => DeleteImagePermissionsCommand,
|
|
76
77
|
DeleteStackCommand: () => DeleteStackCommand,
|
|
78
|
+
DeleteThemeForStackCommand: () => DeleteThemeForStackCommand,
|
|
77
79
|
DeleteUsageReportSubscriptionCommand: () => DeleteUsageReportSubscriptionCommand,
|
|
78
80
|
DeleteUserCommand: () => DeleteUserCommand,
|
|
79
81
|
DeleteUserRequestFilterSensitiveLog: () => DeleteUserRequestFilterSensitiveLog,
|
|
@@ -91,6 +93,7 @@ __export(src_exports, {
|
|
|
91
93
|
DescribeImagesCommand: () => DescribeImagesCommand,
|
|
92
94
|
DescribeSessionsCommand: () => DescribeSessionsCommand,
|
|
93
95
|
DescribeStacksCommand: () => DescribeStacksCommand,
|
|
96
|
+
DescribeThemeForStackCommand: () => DescribeThemeForStackCommand,
|
|
94
97
|
DescribeUsageReportSubscriptionsCommand: () => DescribeUsageReportSubscriptionsCommand,
|
|
95
98
|
DescribeUserStackAssociationsCommand: () => DescribeUserStackAssociationsCommand,
|
|
96
99
|
DescribeUserStackAssociationsRequestFilterSensitiveLog: () => DescribeUserStackAssociationsRequestFilterSensitiveLog,
|
|
@@ -104,6 +107,7 @@ __export(src_exports, {
|
|
|
104
107
|
DisassociateApplicationFleetCommand: () => DisassociateApplicationFleetCommand,
|
|
105
108
|
DisassociateApplicationFromEntitlementCommand: () => DisassociateApplicationFromEntitlementCommand,
|
|
106
109
|
DisassociateFleetCommand: () => DisassociateFleetCommand,
|
|
110
|
+
DynamicAppProvidersEnabled: () => DynamicAppProvidersEnabled,
|
|
107
111
|
EnableUserCommand: () => EnableUserCommand,
|
|
108
112
|
EnableUserRequestFilterSensitiveLog: () => EnableUserRequestFilterSensitiveLog,
|
|
109
113
|
EntitlementAlreadyExistsException: () => EntitlementAlreadyExistsException,
|
|
@@ -115,12 +119,14 @@ __export(src_exports, {
|
|
|
115
119
|
FleetType: () => FleetType,
|
|
116
120
|
ImageBuilderState: () => ImageBuilderState,
|
|
117
121
|
ImageBuilderStateChangeReasonCode: () => ImageBuilderStateChangeReasonCode,
|
|
122
|
+
ImageSharedWithOthers: () => ImageSharedWithOthers,
|
|
118
123
|
ImageState: () => ImageState,
|
|
119
124
|
ImageStateChangeReasonCode: () => ImageStateChangeReasonCode,
|
|
120
125
|
IncompatibleImageException: () => IncompatibleImageException,
|
|
121
126
|
InvalidAccountStatusException: () => InvalidAccountStatusException,
|
|
122
127
|
InvalidParameterCombinationException: () => InvalidParameterCombinationException,
|
|
123
128
|
InvalidRoleException: () => InvalidRoleException,
|
|
129
|
+
LatestAppstreamAgentVersion: () => LatestAppstreamAgentVersion,
|
|
124
130
|
LimitExceededException: () => LimitExceededException,
|
|
125
131
|
ListAssociatedFleetsCommand: () => ListAssociatedFleetsCommand,
|
|
126
132
|
ListAssociatedStacksCommand: () => ListAssociatedStacksCommand,
|
|
@@ -151,6 +157,9 @@ __export(src_exports, {
|
|
|
151
157
|
StorageConnectorType: () => StorageConnectorType,
|
|
152
158
|
StreamView: () => StreamView,
|
|
153
159
|
TagResourceCommand: () => TagResourceCommand,
|
|
160
|
+
ThemeAttribute: () => ThemeAttribute,
|
|
161
|
+
ThemeState: () => ThemeState,
|
|
162
|
+
ThemeStyling: () => ThemeStyling,
|
|
154
163
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
155
164
|
UpdateAppBlockBuilderCommand: () => UpdateAppBlockBuilderCommand,
|
|
156
165
|
UpdateApplicationCommand: () => UpdateApplicationCommand,
|
|
@@ -161,6 +170,7 @@ __export(src_exports, {
|
|
|
161
170
|
UpdateFleetCommand: () => UpdateFleetCommand,
|
|
162
171
|
UpdateImagePermissionsCommand: () => UpdateImagePermissionsCommand,
|
|
163
172
|
UpdateStackCommand: () => UpdateStackCommand,
|
|
173
|
+
UpdateThemeForStackCommand: () => UpdateThemeForStackCommand,
|
|
164
174
|
UsageReportExecutionErrorCode: () => UsageReportExecutionErrorCode,
|
|
165
175
|
UsageReportSchedule: () => UsageReportSchedule,
|
|
166
176
|
UserFilterSensitiveLog: () => UserFilterSensitiveLog,
|
|
@@ -697,6 +707,10 @@ var FleetState = {
|
|
|
697
707
|
STOPPED: "STOPPED",
|
|
698
708
|
STOPPING: "STOPPING"
|
|
699
709
|
};
|
|
710
|
+
var LatestAppstreamAgentVersion = {
|
|
711
|
+
FALSE: "FALSE",
|
|
712
|
+
TRUE: "TRUE"
|
|
713
|
+
};
|
|
700
714
|
var ImageBuilderState = {
|
|
701
715
|
DELETING: "DELETING",
|
|
702
716
|
FAILED: "FAILED",
|
|
@@ -731,6 +745,24 @@ var StackErrorCode = {
|
|
|
731
745
|
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
732
746
|
STORAGE_CONNECTOR_ERROR: "STORAGE_CONNECTOR_ERROR"
|
|
733
747
|
};
|
|
748
|
+
var ThemeStyling = {
|
|
749
|
+
BLUE: "BLUE",
|
|
750
|
+
LIGHT_BLUE: "LIGHT_BLUE",
|
|
751
|
+
PINK: "PINK",
|
|
752
|
+
RED: "RED"
|
|
753
|
+
};
|
|
754
|
+
var ThemeState = {
|
|
755
|
+
DISABLED: "DISABLED",
|
|
756
|
+
ENABLED: "ENABLED"
|
|
757
|
+
};
|
|
758
|
+
var DynamicAppProvidersEnabled = {
|
|
759
|
+
DISABLED: "DISABLED",
|
|
760
|
+
ENABLED: "ENABLED"
|
|
761
|
+
};
|
|
762
|
+
var ImageSharedWithOthers = {
|
|
763
|
+
FALSE: "FALSE",
|
|
764
|
+
TRUE: "TRUE"
|
|
765
|
+
};
|
|
734
766
|
var ImageState = {
|
|
735
767
|
AVAILABLE: "AVAILABLE",
|
|
736
768
|
COPYING: "COPYING",
|
|
@@ -812,6 +844,9 @@ var StackAttribute = {
|
|
|
812
844
|
THEME_NAME: "THEME_NAME",
|
|
813
845
|
USER_SETTINGS: "USER_SETTINGS"
|
|
814
846
|
};
|
|
847
|
+
var ThemeAttribute = {
|
|
848
|
+
FOOTER_LINKS: "FOOTER_LINKS"
|
|
849
|
+
};
|
|
815
850
|
var UserStackAssociationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
816
851
|
...obj,
|
|
817
852
|
...obj.UserName && { UserName: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1027,6 +1062,12 @@ var se_CreateStreamingURLCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1027
1062
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1028
1063
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1029
1064
|
}, "se_CreateStreamingURLCommand");
|
|
1065
|
+
var se_CreateThemeForStackCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1066
|
+
const headers = sharedHeaders("CreateThemeForStack");
|
|
1067
|
+
let body;
|
|
1068
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1069
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1070
|
+
}, "se_CreateThemeForStackCommand");
|
|
1030
1071
|
var se_CreateUpdatedImageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1031
1072
|
const headers = sharedHeaders("CreateUpdatedImage");
|
|
1032
1073
|
let body;
|
|
@@ -1105,6 +1146,12 @@ var se_DeleteStackCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1105
1146
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1106
1147
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1107
1148
|
}, "se_DeleteStackCommand");
|
|
1149
|
+
var se_DeleteThemeForStackCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1150
|
+
const headers = sharedHeaders("DeleteThemeForStack");
|
|
1151
|
+
let body;
|
|
1152
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1153
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1154
|
+
}, "se_DeleteThemeForStackCommand");
|
|
1108
1155
|
var se_DeleteUsageReportSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1109
1156
|
const headers = sharedHeaders("DeleteUsageReportSubscription");
|
|
1110
1157
|
let body;
|
|
@@ -1195,6 +1242,12 @@ var se_DescribeStacksCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1195
1242
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1196
1243
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1197
1244
|
}, "se_DescribeStacksCommand");
|
|
1245
|
+
var se_DescribeThemeForStackCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1246
|
+
const headers = sharedHeaders("DescribeThemeForStack");
|
|
1247
|
+
let body;
|
|
1248
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1249
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1250
|
+
}, "se_DescribeThemeForStackCommand");
|
|
1198
1251
|
var se_DescribeUsageReportSubscriptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1199
1252
|
const headers = sharedHeaders("DescribeUsageReportSubscriptions");
|
|
1200
1253
|
let body;
|
|
@@ -1369,6 +1422,12 @@ var se_UpdateStackCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1369
1422
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1370
1423
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1371
1424
|
}, "se_UpdateStackCommand");
|
|
1425
|
+
var se_UpdateThemeForStackCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1426
|
+
const headers = sharedHeaders("UpdateThemeForStack");
|
|
1427
|
+
let body;
|
|
1428
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1429
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1430
|
+
}, "se_UpdateThemeForStackCommand");
|
|
1372
1431
|
var de_AssociateAppBlockBuilderAppBlockCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1373
1432
|
if (output.statusCode >= 300) {
|
|
1374
1433
|
return de_CommandError(output, context);
|
|
@@ -1603,6 +1662,19 @@ var de_CreateStreamingURLCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1603
1662
|
};
|
|
1604
1663
|
return response;
|
|
1605
1664
|
}, "de_CreateStreamingURLCommand");
|
|
1665
|
+
var de_CreateThemeForStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1666
|
+
if (output.statusCode >= 300) {
|
|
1667
|
+
return de_CommandError(output, context);
|
|
1668
|
+
}
|
|
1669
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1670
|
+
let contents = {};
|
|
1671
|
+
contents = de_CreateThemeForStackResult(data, context);
|
|
1672
|
+
const response = {
|
|
1673
|
+
$metadata: deserializeMetadata(output),
|
|
1674
|
+
...contents
|
|
1675
|
+
};
|
|
1676
|
+
return response;
|
|
1677
|
+
}, "de_CreateThemeForStackCommand");
|
|
1606
1678
|
var de_CreateUpdatedImageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1607
1679
|
if (output.statusCode >= 300) {
|
|
1608
1680
|
return de_CommandError(output, context);
|
|
@@ -1772,6 +1844,19 @@ var de_DeleteStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1772
1844
|
};
|
|
1773
1845
|
return response;
|
|
1774
1846
|
}, "de_DeleteStackCommand");
|
|
1847
|
+
var de_DeleteThemeForStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1848
|
+
if (output.statusCode >= 300) {
|
|
1849
|
+
return de_CommandError(output, context);
|
|
1850
|
+
}
|
|
1851
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1852
|
+
let contents = {};
|
|
1853
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1854
|
+
const response = {
|
|
1855
|
+
$metadata: deserializeMetadata(output),
|
|
1856
|
+
...contents
|
|
1857
|
+
};
|
|
1858
|
+
return response;
|
|
1859
|
+
}, "de_DeleteThemeForStackCommand");
|
|
1775
1860
|
var de_DeleteUsageReportSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1776
1861
|
if (output.statusCode >= 300) {
|
|
1777
1862
|
return de_CommandError(output, context);
|
|
@@ -1967,6 +2052,19 @@ var de_DescribeStacksCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1967
2052
|
};
|
|
1968
2053
|
return response;
|
|
1969
2054
|
}, "de_DescribeStacksCommand");
|
|
2055
|
+
var de_DescribeThemeForStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2056
|
+
if (output.statusCode >= 300) {
|
|
2057
|
+
return de_CommandError(output, context);
|
|
2058
|
+
}
|
|
2059
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2060
|
+
let contents = {};
|
|
2061
|
+
contents = de_DescribeThemeForStackResult(data, context);
|
|
2062
|
+
const response = {
|
|
2063
|
+
$metadata: deserializeMetadata(output),
|
|
2064
|
+
...contents
|
|
2065
|
+
};
|
|
2066
|
+
return response;
|
|
2067
|
+
}, "de_DescribeThemeForStackCommand");
|
|
1970
2068
|
var de_DescribeUsageReportSubscriptionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1971
2069
|
if (output.statusCode >= 300) {
|
|
1972
2070
|
return de_CommandError(output, context);
|
|
@@ -2344,6 +2442,19 @@ var de_UpdateStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2344
2442
|
};
|
|
2345
2443
|
return response;
|
|
2346
2444
|
}, "de_UpdateStackCommand");
|
|
2445
|
+
var de_UpdateThemeForStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2446
|
+
if (output.statusCode >= 300) {
|
|
2447
|
+
return de_CommandError(output, context);
|
|
2448
|
+
}
|
|
2449
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2450
|
+
let contents = {};
|
|
2451
|
+
contents = de_UpdateThemeForStackResult(data, context);
|
|
2452
|
+
const response = {
|
|
2453
|
+
$metadata: deserializeMetadata(output),
|
|
2454
|
+
...contents
|
|
2455
|
+
};
|
|
2456
|
+
return response;
|
|
2457
|
+
}, "de_UpdateThemeForStackCommand");
|
|
2347
2458
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2348
2459
|
const parsedOutput = {
|
|
2349
2460
|
...output,
|
|
@@ -2656,6 +2767,11 @@ var de_CreateStreamingURLResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
2656
2767
|
StreamingURL: import_smithy_client.expectString
|
|
2657
2768
|
});
|
|
2658
2769
|
}, "de_CreateStreamingURLResult");
|
|
2770
|
+
var de_CreateThemeForStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
2771
|
+
return (0, import_smithy_client.take)(output, {
|
|
2772
|
+
Theme: (_) => de_Theme(_, context)
|
|
2773
|
+
});
|
|
2774
|
+
}, "de_CreateThemeForStackResult");
|
|
2659
2775
|
var de_CreateUpdatedImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
2660
2776
|
return (0, import_smithy_client.take)(output, {
|
|
2661
2777
|
canUpdateImage: import_smithy_client.expectBoolean,
|
|
@@ -2732,6 +2848,11 @@ var de_DescribeStacksResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
2732
2848
|
Stacks: (_) => de_StackList(_, context)
|
|
2733
2849
|
});
|
|
2734
2850
|
}, "de_DescribeStacksResult");
|
|
2851
|
+
var de_DescribeThemeForStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
2852
|
+
return (0, import_smithy_client.take)(output, {
|
|
2853
|
+
Theme: (_) => de_Theme(_, context)
|
|
2854
|
+
});
|
|
2855
|
+
}, "de_DescribeThemeForStackResult");
|
|
2735
2856
|
var de_DescribeUsageReportSubscriptionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
2736
2857
|
return (0, import_smithy_client.take)(output, {
|
|
2737
2858
|
NextToken: import_smithy_client.expectString,
|
|
@@ -2820,15 +2941,19 @@ var de_Image = /* @__PURE__ */ __name((output, context) => {
|
|
|
2820
2941
|
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2821
2942
|
Description: import_smithy_client.expectString,
|
|
2822
2943
|
DisplayName: import_smithy_client.expectString,
|
|
2944
|
+
DynamicAppProvidersEnabled: import_smithy_client.expectString,
|
|
2823
2945
|
ImageBuilderName: import_smithy_client.expectString,
|
|
2824
2946
|
ImageBuilderSupported: import_smithy_client.expectBoolean,
|
|
2825
2947
|
ImageErrors: (_) => de_ResourceErrors(_, context),
|
|
2826
2948
|
ImagePermissions: import_smithy_client._json,
|
|
2949
|
+
ImageSharedWithOthers: import_smithy_client.expectString,
|
|
2950
|
+
LatestAppstreamAgentVersion: import_smithy_client.expectString,
|
|
2827
2951
|
Name: import_smithy_client.expectString,
|
|
2828
2952
|
Platform: import_smithy_client.expectString,
|
|
2829
2953
|
PublicBaseImageReleasedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2830
2954
|
State: import_smithy_client.expectString,
|
|
2831
2955
|
StateChangeReason: import_smithy_client._json,
|
|
2956
|
+
SupportedInstanceFamilies: import_smithy_client._json,
|
|
2832
2957
|
Visibility: import_smithy_client.expectString
|
|
2833
2958
|
});
|
|
2834
2959
|
}, "de_Image");
|
|
@@ -2846,6 +2971,7 @@ var de_ImageBuilder = /* @__PURE__ */ __name((output, context) => {
|
|
|
2846
2971
|
ImageArn: import_smithy_client.expectString,
|
|
2847
2972
|
ImageBuilderErrors: (_) => de_ResourceErrors(_, context),
|
|
2848
2973
|
InstanceType: import_smithy_client.expectString,
|
|
2974
|
+
LatestAppstreamAgentVersion: import_smithy_client.expectString,
|
|
2849
2975
|
Name: import_smithy_client.expectString,
|
|
2850
2976
|
NetworkAccessConfiguration: import_smithy_client._json,
|
|
2851
2977
|
Platform: import_smithy_client.expectString,
|
|
@@ -2944,6 +3070,18 @@ var de_StopImageBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
2944
3070
|
ImageBuilder: (_) => de_ImageBuilder(_, context)
|
|
2945
3071
|
});
|
|
2946
3072
|
}, "de_StopImageBuilderResult");
|
|
3073
|
+
var de_Theme = /* @__PURE__ */ __name((output, context) => {
|
|
3074
|
+
return (0, import_smithy_client.take)(output, {
|
|
3075
|
+
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3076
|
+
StackName: import_smithy_client.expectString,
|
|
3077
|
+
State: import_smithy_client.expectString,
|
|
3078
|
+
ThemeFaviconURL: import_smithy_client.expectString,
|
|
3079
|
+
ThemeFooterLinks: import_smithy_client._json,
|
|
3080
|
+
ThemeOrganizationLogoURL: import_smithy_client.expectString,
|
|
3081
|
+
ThemeStyling: import_smithy_client.expectString,
|
|
3082
|
+
ThemeTitleText: import_smithy_client.expectString
|
|
3083
|
+
});
|
|
3084
|
+
}, "de_Theme");
|
|
2947
3085
|
var de_UpdateAppBlockBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
2948
3086
|
return (0, import_smithy_client.take)(output, {
|
|
2949
3087
|
AppBlockBuilder: (_) => de_AppBlockBuilder(_, context)
|
|
@@ -2974,6 +3112,11 @@ var de_UpdateStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
2974
3112
|
Stack: (_) => de_Stack(_, context)
|
|
2975
3113
|
});
|
|
2976
3114
|
}, "de_UpdateStackResult");
|
|
3115
|
+
var de_UpdateThemeForStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
3116
|
+
return (0, import_smithy_client.take)(output, {
|
|
3117
|
+
Theme: (_) => de_Theme(_, context)
|
|
3118
|
+
});
|
|
3119
|
+
}, "de_UpdateThemeForStackResult");
|
|
2977
3120
|
var de_UsageReportSubscription = /* @__PURE__ */ __name((output, context) => {
|
|
2978
3121
|
return (0, import_smithy_client.take)(output, {
|
|
2979
3122
|
LastGeneratedReportDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -3324,6 +3467,22 @@ var _CreateStreamingURLCommand = class _CreateStreamingURLCommand extends import
|
|
|
3324
3467
|
__name(_CreateStreamingURLCommand, "CreateStreamingURLCommand");
|
|
3325
3468
|
var CreateStreamingURLCommand = _CreateStreamingURLCommand;
|
|
3326
3469
|
|
|
3470
|
+
// src/commands/CreateThemeForStackCommand.ts
|
|
3471
|
+
|
|
3472
|
+
|
|
3473
|
+
|
|
3474
|
+
var _CreateThemeForStackCommand = class _CreateThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3475
|
+
...commonParams
|
|
3476
|
+
}).m(function(Command, cs, config, o) {
|
|
3477
|
+
return [
|
|
3478
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3479
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3480
|
+
];
|
|
3481
|
+
}).s("PhotonAdminProxyService", "CreateThemeForStack", {}).n("AppStreamClient", "CreateThemeForStackCommand").f(void 0, void 0).ser(se_CreateThemeForStackCommand).de(de_CreateThemeForStackCommand).build() {
|
|
3482
|
+
};
|
|
3483
|
+
__name(_CreateThemeForStackCommand, "CreateThemeForStackCommand");
|
|
3484
|
+
var CreateThemeForStackCommand = _CreateThemeForStackCommand;
|
|
3485
|
+
|
|
3327
3486
|
// src/commands/CreateUpdatedImageCommand.ts
|
|
3328
3487
|
|
|
3329
3488
|
|
|
@@ -3532,6 +3691,22 @@ var _DeleteStackCommand = class _DeleteStackCommand extends import_smithy_client
|
|
|
3532
3691
|
__name(_DeleteStackCommand, "DeleteStackCommand");
|
|
3533
3692
|
var DeleteStackCommand = _DeleteStackCommand;
|
|
3534
3693
|
|
|
3694
|
+
// src/commands/DeleteThemeForStackCommand.ts
|
|
3695
|
+
|
|
3696
|
+
|
|
3697
|
+
|
|
3698
|
+
var _DeleteThemeForStackCommand = class _DeleteThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3699
|
+
...commonParams
|
|
3700
|
+
}).m(function(Command, cs, config, o) {
|
|
3701
|
+
return [
|
|
3702
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3703
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3704
|
+
];
|
|
3705
|
+
}).s("PhotonAdminProxyService", "DeleteThemeForStack", {}).n("AppStreamClient", "DeleteThemeForStackCommand").f(void 0, void 0).ser(se_DeleteThemeForStackCommand).de(de_DeleteThemeForStackCommand).build() {
|
|
3706
|
+
};
|
|
3707
|
+
__name(_DeleteThemeForStackCommand, "DeleteThemeForStackCommand");
|
|
3708
|
+
var DeleteThemeForStackCommand = _DeleteThemeForStackCommand;
|
|
3709
|
+
|
|
3535
3710
|
// src/commands/DeleteUsageReportSubscriptionCommand.ts
|
|
3536
3711
|
|
|
3537
3712
|
|
|
@@ -3772,6 +3947,22 @@ var _DescribeStacksCommand = class _DescribeStacksCommand extends import_smithy_
|
|
|
3772
3947
|
__name(_DescribeStacksCommand, "DescribeStacksCommand");
|
|
3773
3948
|
var DescribeStacksCommand = _DescribeStacksCommand;
|
|
3774
3949
|
|
|
3950
|
+
// src/commands/DescribeThemeForStackCommand.ts
|
|
3951
|
+
|
|
3952
|
+
|
|
3953
|
+
|
|
3954
|
+
var _DescribeThemeForStackCommand = class _DescribeThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3955
|
+
...commonParams
|
|
3956
|
+
}).m(function(Command, cs, config, o) {
|
|
3957
|
+
return [
|
|
3958
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3959
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3960
|
+
];
|
|
3961
|
+
}).s("PhotonAdminProxyService", "DescribeThemeForStack", {}).n("AppStreamClient", "DescribeThemeForStackCommand").f(void 0, void 0).ser(se_DescribeThemeForStackCommand).de(de_DescribeThemeForStackCommand).build() {
|
|
3962
|
+
};
|
|
3963
|
+
__name(_DescribeThemeForStackCommand, "DescribeThemeForStackCommand");
|
|
3964
|
+
var DescribeThemeForStackCommand = _DescribeThemeForStackCommand;
|
|
3965
|
+
|
|
3775
3966
|
// src/commands/DescribeUsageReportSubscriptionsCommand.ts
|
|
3776
3967
|
|
|
3777
3968
|
|
|
@@ -4236,6 +4427,22 @@ var _UpdateStackCommand = class _UpdateStackCommand extends import_smithy_client
|
|
|
4236
4427
|
__name(_UpdateStackCommand, "UpdateStackCommand");
|
|
4237
4428
|
var UpdateStackCommand = _UpdateStackCommand;
|
|
4238
4429
|
|
|
4430
|
+
// src/commands/UpdateThemeForStackCommand.ts
|
|
4431
|
+
|
|
4432
|
+
|
|
4433
|
+
|
|
4434
|
+
var _UpdateThemeForStackCommand = class _UpdateThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4435
|
+
...commonParams
|
|
4436
|
+
}).m(function(Command, cs, config, o) {
|
|
4437
|
+
return [
|
|
4438
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4439
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4440
|
+
];
|
|
4441
|
+
}).s("PhotonAdminProxyService", "UpdateThemeForStack", {}).n("AppStreamClient", "UpdateThemeForStackCommand").f(void 0, void 0).ser(se_UpdateThemeForStackCommand).de(de_UpdateThemeForStackCommand).build() {
|
|
4442
|
+
};
|
|
4443
|
+
__name(_UpdateThemeForStackCommand, "UpdateThemeForStackCommand");
|
|
4444
|
+
var UpdateThemeForStackCommand = _UpdateThemeForStackCommand;
|
|
4445
|
+
|
|
4239
4446
|
// src/AppStream.ts
|
|
4240
4447
|
var commands = {
|
|
4241
4448
|
AssociateAppBlockBuilderAppBlockCommand,
|
|
@@ -4256,6 +4463,7 @@ var commands = {
|
|
|
4256
4463
|
CreateImageBuilderStreamingURLCommand,
|
|
4257
4464
|
CreateStackCommand,
|
|
4258
4465
|
CreateStreamingURLCommand,
|
|
4466
|
+
CreateThemeForStackCommand,
|
|
4259
4467
|
CreateUpdatedImageCommand,
|
|
4260
4468
|
CreateUsageReportSubscriptionCommand,
|
|
4261
4469
|
CreateUserCommand,
|
|
@@ -4269,6 +4477,7 @@ var commands = {
|
|
|
4269
4477
|
DeleteImageBuilderCommand,
|
|
4270
4478
|
DeleteImagePermissionsCommand,
|
|
4271
4479
|
DeleteStackCommand,
|
|
4480
|
+
DeleteThemeForStackCommand,
|
|
4272
4481
|
DeleteUsageReportSubscriptionCommand,
|
|
4273
4482
|
DeleteUserCommand,
|
|
4274
4483
|
DescribeAppBlockBuilderAppBlockAssociationsCommand,
|
|
@@ -4284,6 +4493,7 @@ var commands = {
|
|
|
4284
4493
|
DescribeImagesCommand,
|
|
4285
4494
|
DescribeSessionsCommand,
|
|
4286
4495
|
DescribeStacksCommand,
|
|
4496
|
+
DescribeThemeForStackCommand,
|
|
4287
4497
|
DescribeUsageReportSubscriptionsCommand,
|
|
4288
4498
|
DescribeUsersCommand,
|
|
4289
4499
|
DescribeUserStackAssociationsCommand,
|
|
@@ -4312,7 +4522,8 @@ var commands = {
|
|
|
4312
4522
|
UpdateEntitlementCommand,
|
|
4313
4523
|
UpdateFleetCommand,
|
|
4314
4524
|
UpdateImagePermissionsCommand,
|
|
4315
|
-
UpdateStackCommand
|
|
4525
|
+
UpdateStackCommand,
|
|
4526
|
+
UpdateThemeForStackCommand
|
|
4316
4527
|
};
|
|
4317
4528
|
var _AppStream = class _AppStream extends AppStreamClient {
|
|
4318
4529
|
};
|
|
@@ -4499,6 +4710,7 @@ var waitUntilFleetStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4499
4710
|
CreateImageBuilderStreamingURLCommand,
|
|
4500
4711
|
CreateStackCommand,
|
|
4501
4712
|
CreateStreamingURLCommand,
|
|
4713
|
+
CreateThemeForStackCommand,
|
|
4502
4714
|
CreateUpdatedImageCommand,
|
|
4503
4715
|
CreateUsageReportSubscriptionCommand,
|
|
4504
4716
|
CreateUserCommand,
|
|
@@ -4512,6 +4724,7 @@ var waitUntilFleetStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4512
4724
|
DeleteImageCommand,
|
|
4513
4725
|
DeleteImagePermissionsCommand,
|
|
4514
4726
|
DeleteStackCommand,
|
|
4727
|
+
DeleteThemeForStackCommand,
|
|
4515
4728
|
DeleteUsageReportSubscriptionCommand,
|
|
4516
4729
|
DeleteUserCommand,
|
|
4517
4730
|
DescribeAppBlockBuilderAppBlockAssociationsCommand,
|
|
@@ -4527,6 +4740,7 @@ var waitUntilFleetStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4527
4740
|
DescribeImagesCommand,
|
|
4528
4741
|
DescribeSessionsCommand,
|
|
4529
4742
|
DescribeStacksCommand,
|
|
4743
|
+
DescribeThemeForStackCommand,
|
|
4530
4744
|
DescribeUsageReportSubscriptionsCommand,
|
|
4531
4745
|
DescribeUserStackAssociationsCommand,
|
|
4532
4746
|
DescribeUsersCommand,
|
|
@@ -4556,6 +4770,7 @@ var waitUntilFleetStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4556
4770
|
UpdateFleetCommand,
|
|
4557
4771
|
UpdateImagePermissionsCommand,
|
|
4558
4772
|
UpdateStackCommand,
|
|
4773
|
+
UpdateThemeForStackCommand,
|
|
4559
4774
|
paginateDescribeAppBlockBuilderAppBlockAssociations,
|
|
4560
4775
|
paginateDescribeAppBlockBuilders,
|
|
4561
4776
|
paginateDescribeImagePermissions,
|
|
@@ -4595,12 +4810,17 @@ var waitUntilFleetStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4595
4810
|
FleetType,
|
|
4596
4811
|
StreamView,
|
|
4597
4812
|
FleetState,
|
|
4813
|
+
LatestAppstreamAgentVersion,
|
|
4598
4814
|
ImageBuilderState,
|
|
4599
4815
|
ImageBuilderStateChangeReasonCode,
|
|
4600
4816
|
StorageConnectorType,
|
|
4601
4817
|
PreferredProtocol,
|
|
4602
4818
|
Permission,
|
|
4603
4819
|
StackErrorCode,
|
|
4820
|
+
ThemeStyling,
|
|
4821
|
+
ThemeState,
|
|
4822
|
+
DynamicAppProvidersEnabled,
|
|
4823
|
+
ImageSharedWithOthers,
|
|
4604
4824
|
ImageState,
|
|
4605
4825
|
ImageStateChangeReasonCode,
|
|
4606
4826
|
VisibilityType,
|
|
@@ -4612,6 +4832,7 @@ var waitUntilFleetStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4612
4832
|
UsageReportExecutionErrorCode,
|
|
4613
4833
|
FleetAttribute,
|
|
4614
4834
|
StackAttribute,
|
|
4835
|
+
ThemeAttribute,
|
|
4615
4836
|
UserStackAssociationFilterSensitiveLog,
|
|
4616
4837
|
BatchAssociateUserStackRequestFilterSensitiveLog,
|
|
4617
4838
|
UserStackAssociationErrorFilterSensitiveLog,
|
package/dist-es/AppStream.js
CHANGED
|
@@ -18,6 +18,7 @@ import { CreateImageBuilderCommand, } from "./commands/CreateImageBuilderCommand
|
|
|
18
18
|
import { CreateImageBuilderStreamingURLCommand, } from "./commands/CreateImageBuilderStreamingURLCommand";
|
|
19
19
|
import { CreateStackCommand } from "./commands/CreateStackCommand";
|
|
20
20
|
import { CreateStreamingURLCommand, } from "./commands/CreateStreamingURLCommand";
|
|
21
|
+
import { CreateThemeForStackCommand, } from "./commands/CreateThemeForStackCommand";
|
|
21
22
|
import { CreateUpdatedImageCommand, } from "./commands/CreateUpdatedImageCommand";
|
|
22
23
|
import { CreateUsageReportSubscriptionCommand, } from "./commands/CreateUsageReportSubscriptionCommand";
|
|
23
24
|
import { CreateUserCommand } from "./commands/CreateUserCommand";
|
|
@@ -31,6 +32,7 @@ import { DeleteImageBuilderCommand, } from "./commands/DeleteImageBuilderCommand
|
|
|
31
32
|
import { DeleteImageCommand } from "./commands/DeleteImageCommand";
|
|
32
33
|
import { DeleteImagePermissionsCommand, } from "./commands/DeleteImagePermissionsCommand";
|
|
33
34
|
import { DeleteStackCommand } from "./commands/DeleteStackCommand";
|
|
35
|
+
import { DeleteThemeForStackCommand, } from "./commands/DeleteThemeForStackCommand";
|
|
34
36
|
import { DeleteUsageReportSubscriptionCommand, } from "./commands/DeleteUsageReportSubscriptionCommand";
|
|
35
37
|
import { DeleteUserCommand } from "./commands/DeleteUserCommand";
|
|
36
38
|
import { DescribeAppBlockBuilderAppBlockAssociationsCommand, } from "./commands/DescribeAppBlockBuilderAppBlockAssociationsCommand";
|
|
@@ -46,6 +48,7 @@ import { DescribeImagePermissionsCommand, } from "./commands/DescribeImagePermis
|
|
|
46
48
|
import { DescribeImagesCommand, } from "./commands/DescribeImagesCommand";
|
|
47
49
|
import { DescribeSessionsCommand, } from "./commands/DescribeSessionsCommand";
|
|
48
50
|
import { DescribeStacksCommand, } from "./commands/DescribeStacksCommand";
|
|
51
|
+
import { DescribeThemeForStackCommand, } from "./commands/DescribeThemeForStackCommand";
|
|
49
52
|
import { DescribeUsageReportSubscriptionsCommand, } from "./commands/DescribeUsageReportSubscriptionsCommand";
|
|
50
53
|
import { DescribeUsersCommand, } from "./commands/DescribeUsersCommand";
|
|
51
54
|
import { DescribeUserStackAssociationsCommand, } from "./commands/DescribeUserStackAssociationsCommand";
|
|
@@ -75,6 +78,7 @@ import { UpdateEntitlementCommand, } from "./commands/UpdateEntitlementCommand";
|
|
|
75
78
|
import { UpdateFleetCommand } from "./commands/UpdateFleetCommand";
|
|
76
79
|
import { UpdateImagePermissionsCommand, } from "./commands/UpdateImagePermissionsCommand";
|
|
77
80
|
import { UpdateStackCommand } from "./commands/UpdateStackCommand";
|
|
81
|
+
import { UpdateThemeForStackCommand, } from "./commands/UpdateThemeForStackCommand";
|
|
78
82
|
const commands = {
|
|
79
83
|
AssociateAppBlockBuilderAppBlockCommand,
|
|
80
84
|
AssociateApplicationFleetCommand,
|
|
@@ -94,6 +98,7 @@ const commands = {
|
|
|
94
98
|
CreateImageBuilderStreamingURLCommand,
|
|
95
99
|
CreateStackCommand,
|
|
96
100
|
CreateStreamingURLCommand,
|
|
101
|
+
CreateThemeForStackCommand,
|
|
97
102
|
CreateUpdatedImageCommand,
|
|
98
103
|
CreateUsageReportSubscriptionCommand,
|
|
99
104
|
CreateUserCommand,
|
|
@@ -107,6 +112,7 @@ const commands = {
|
|
|
107
112
|
DeleteImageBuilderCommand,
|
|
108
113
|
DeleteImagePermissionsCommand,
|
|
109
114
|
DeleteStackCommand,
|
|
115
|
+
DeleteThemeForStackCommand,
|
|
110
116
|
DeleteUsageReportSubscriptionCommand,
|
|
111
117
|
DeleteUserCommand,
|
|
112
118
|
DescribeAppBlockBuilderAppBlockAssociationsCommand,
|
|
@@ -122,6 +128,7 @@ const commands = {
|
|
|
122
128
|
DescribeImagesCommand,
|
|
123
129
|
DescribeSessionsCommand,
|
|
124
130
|
DescribeStacksCommand,
|
|
131
|
+
DescribeThemeForStackCommand,
|
|
125
132
|
DescribeUsageReportSubscriptionsCommand,
|
|
126
133
|
DescribeUsersCommand,
|
|
127
134
|
DescribeUserStackAssociationsCommand,
|
|
@@ -151,6 +158,7 @@ const commands = {
|
|
|
151
158
|
UpdateFleetCommand,
|
|
152
159
|
UpdateImagePermissionsCommand,
|
|
153
160
|
UpdateStackCommand,
|
|
161
|
+
UpdateThemeForStackCommand,
|
|
154
162
|
};
|
|
155
163
|
export class AppStream extends AppStreamClient {
|
|
156
164
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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_CreateThemeForStackCommand, se_CreateThemeForStackCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateThemeForStackCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("PhotonAdminProxyService", "CreateThemeForStack", {})
|
|
19
|
+
.n("AppStreamClient", "CreateThemeForStackCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateThemeForStackCommand)
|
|
22
|
+
.de(de_CreateThemeForStackCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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_DeleteThemeForStackCommand, se_DeleteThemeForStackCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteThemeForStackCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("PhotonAdminProxyService", "DeleteThemeForStack", {})
|
|
19
|
+
.n("AppStreamClient", "DeleteThemeForStackCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteThemeForStackCommand)
|
|
22
|
+
.de(de_DeleteThemeForStackCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|