@aws-sdk/client-appstream 3.754.0 → 3.772.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/dist-cjs/index.js +65 -65
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessEndpointType: () => AccessEndpointType,
|
|
25
25
|
Action: () => Action,
|
|
26
26
|
AppBlockBuilderAttribute: () => AppBlockBuilderAttribute,
|
|
@@ -188,7 +188,7 @@ __export(src_exports, {
|
|
|
188
188
|
waitUntilFleetStarted: () => waitUntilFleetStarted,
|
|
189
189
|
waitUntilFleetStopped: () => waitUntilFleetStopped
|
|
190
190
|
});
|
|
191
|
-
module.exports = __toCommonJS(
|
|
191
|
+
module.exports = __toCommonJS(index_exports);
|
|
192
192
|
|
|
193
193
|
// src/AppStreamClient.ts
|
|
194
194
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -315,9 +315,9 @@ var AppStreamClient = class extends import_smithy_client.Client {
|
|
|
315
315
|
this.middlewareStack.use(
|
|
316
316
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
317
317
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAppStreamHttpAuthSchemeParametersProvider,
|
|
318
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
318
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
319
319
|
"aws.auth#sigv4": config.credentials
|
|
320
|
-
})
|
|
320
|
+
}), "identityProviderConfigProvider")
|
|
321
321
|
})
|
|
322
322
|
);
|
|
323
323
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -2735,7 +2735,7 @@ var de_AppBlock = /* @__PURE__ */ __name((output, context) => {
|
|
|
2735
2735
|
return (0, import_smithy_client.take)(output, {
|
|
2736
2736
|
AppBlockErrors: import_smithy_client._json,
|
|
2737
2737
|
Arn: import_smithy_client.expectString,
|
|
2738
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2738
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
2739
2739
|
Description: import_smithy_client.expectString,
|
|
2740
2740
|
DisplayName: import_smithy_client.expectString,
|
|
2741
2741
|
Name: import_smithy_client.expectString,
|
|
@@ -2749,9 +2749,9 @@ var de_AppBlock = /* @__PURE__ */ __name((output, context) => {
|
|
|
2749
2749
|
var de_AppBlockBuilder = /* @__PURE__ */ __name((output, context) => {
|
|
2750
2750
|
return (0, import_smithy_client.take)(output, {
|
|
2751
2751
|
AccessEndpoints: import_smithy_client._json,
|
|
2752
|
-
AppBlockBuilderErrors: (_) => de_ResourceErrors(_, context),
|
|
2752
|
+
AppBlockBuilderErrors: /* @__PURE__ */ __name((_) => de_ResourceErrors(_, context), "AppBlockBuilderErrors"),
|
|
2753
2753
|
Arn: import_smithy_client.expectString,
|
|
2754
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2754
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
2755
2755
|
Description: import_smithy_client.expectString,
|
|
2756
2756
|
DisplayName: import_smithy_client.expectString,
|
|
2757
2757
|
EnableDefaultInternetAccess: import_smithy_client.expectBoolean,
|
|
@@ -2780,7 +2780,7 @@ var de_Application = /* @__PURE__ */ __name((output, context) => {
|
|
|
2780
2780
|
return (0, import_smithy_client.take)(output, {
|
|
2781
2781
|
AppBlockArn: import_smithy_client.expectString,
|
|
2782
2782
|
Arn: import_smithy_client.expectString,
|
|
2783
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2783
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
2784
2784
|
Description: import_smithy_client.expectString,
|
|
2785
2785
|
DisplayName: import_smithy_client.expectString,
|
|
2786
2786
|
Enabled: import_smithy_client.expectBoolean,
|
|
@@ -2803,164 +2803,164 @@ var de_Applications = /* @__PURE__ */ __name((output, context) => {
|
|
|
2803
2803
|
}, "de_Applications");
|
|
2804
2804
|
var de_CreateAppBlockBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
2805
2805
|
return (0, import_smithy_client.take)(output, {
|
|
2806
|
-
AppBlockBuilder: (_) => de_AppBlockBuilder(_, context)
|
|
2806
|
+
AppBlockBuilder: /* @__PURE__ */ __name((_) => de_AppBlockBuilder(_, context), "AppBlockBuilder")
|
|
2807
2807
|
});
|
|
2808
2808
|
}, "de_CreateAppBlockBuilderResult");
|
|
2809
2809
|
var de_CreateAppBlockBuilderStreamingURLResult = /* @__PURE__ */ __name((output, context) => {
|
|
2810
2810
|
return (0, import_smithy_client.take)(output, {
|
|
2811
|
-
Expires: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2811
|
+
Expires: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Expires"),
|
|
2812
2812
|
StreamingURL: import_smithy_client.expectString
|
|
2813
2813
|
});
|
|
2814
2814
|
}, "de_CreateAppBlockBuilderStreamingURLResult");
|
|
2815
2815
|
var de_CreateAppBlockResult = /* @__PURE__ */ __name((output, context) => {
|
|
2816
2816
|
return (0, import_smithy_client.take)(output, {
|
|
2817
|
-
AppBlock: (_) => de_AppBlock(_, context)
|
|
2817
|
+
AppBlock: /* @__PURE__ */ __name((_) => de_AppBlock(_, context), "AppBlock")
|
|
2818
2818
|
});
|
|
2819
2819
|
}, "de_CreateAppBlockResult");
|
|
2820
2820
|
var de_CreateApplicationResult = /* @__PURE__ */ __name((output, context) => {
|
|
2821
2821
|
return (0, import_smithy_client.take)(output, {
|
|
2822
|
-
Application: (_) => de_Application(_, context)
|
|
2822
|
+
Application: /* @__PURE__ */ __name((_) => de_Application(_, context), "Application")
|
|
2823
2823
|
});
|
|
2824
2824
|
}, "de_CreateApplicationResult");
|
|
2825
2825
|
var de_CreateDirectoryConfigResult = /* @__PURE__ */ __name((output, context) => {
|
|
2826
2826
|
return (0, import_smithy_client.take)(output, {
|
|
2827
|
-
DirectoryConfig: (_) => de_DirectoryConfig(_, context)
|
|
2827
|
+
DirectoryConfig: /* @__PURE__ */ __name((_) => de_DirectoryConfig(_, context), "DirectoryConfig")
|
|
2828
2828
|
});
|
|
2829
2829
|
}, "de_CreateDirectoryConfigResult");
|
|
2830
2830
|
var de_CreateEntitlementResult = /* @__PURE__ */ __name((output, context) => {
|
|
2831
2831
|
return (0, import_smithy_client.take)(output, {
|
|
2832
|
-
Entitlement: (_) => de_Entitlement(_, context)
|
|
2832
|
+
Entitlement: /* @__PURE__ */ __name((_) => de_Entitlement(_, context), "Entitlement")
|
|
2833
2833
|
});
|
|
2834
2834
|
}, "de_CreateEntitlementResult");
|
|
2835
2835
|
var de_CreateFleetResult = /* @__PURE__ */ __name((output, context) => {
|
|
2836
2836
|
return (0, import_smithy_client.take)(output, {
|
|
2837
|
-
Fleet: (_) => de_Fleet(_, context)
|
|
2837
|
+
Fleet: /* @__PURE__ */ __name((_) => de_Fleet(_, context), "Fleet")
|
|
2838
2838
|
});
|
|
2839
2839
|
}, "de_CreateFleetResult");
|
|
2840
2840
|
var de_CreateImageBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
2841
2841
|
return (0, import_smithy_client.take)(output, {
|
|
2842
|
-
ImageBuilder: (_) => de_ImageBuilder(_, context)
|
|
2842
|
+
ImageBuilder: /* @__PURE__ */ __name((_) => de_ImageBuilder(_, context), "ImageBuilder")
|
|
2843
2843
|
});
|
|
2844
2844
|
}, "de_CreateImageBuilderResult");
|
|
2845
2845
|
var de_CreateImageBuilderStreamingURLResult = /* @__PURE__ */ __name((output, context) => {
|
|
2846
2846
|
return (0, import_smithy_client.take)(output, {
|
|
2847
|
-
Expires: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2847
|
+
Expires: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Expires"),
|
|
2848
2848
|
StreamingURL: import_smithy_client.expectString
|
|
2849
2849
|
});
|
|
2850
2850
|
}, "de_CreateImageBuilderStreamingURLResult");
|
|
2851
2851
|
var de_CreateStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
2852
2852
|
return (0, import_smithy_client.take)(output, {
|
|
2853
|
-
Stack: (_) => de_Stack(_, context)
|
|
2853
|
+
Stack: /* @__PURE__ */ __name((_) => de_Stack(_, context), "Stack")
|
|
2854
2854
|
});
|
|
2855
2855
|
}, "de_CreateStackResult");
|
|
2856
2856
|
var de_CreateStreamingURLResult = /* @__PURE__ */ __name((output, context) => {
|
|
2857
2857
|
return (0, import_smithy_client.take)(output, {
|
|
2858
|
-
Expires: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2858
|
+
Expires: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Expires"),
|
|
2859
2859
|
StreamingURL: import_smithy_client.expectString
|
|
2860
2860
|
});
|
|
2861
2861
|
}, "de_CreateStreamingURLResult");
|
|
2862
2862
|
var de_CreateThemeForStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
2863
2863
|
return (0, import_smithy_client.take)(output, {
|
|
2864
|
-
Theme: (_) => de_Theme(_, context)
|
|
2864
|
+
Theme: /* @__PURE__ */ __name((_) => de_Theme(_, context), "Theme")
|
|
2865
2865
|
});
|
|
2866
2866
|
}, "de_CreateThemeForStackResult");
|
|
2867
2867
|
var de_CreateUpdatedImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
2868
2868
|
return (0, import_smithy_client.take)(output, {
|
|
2869
2869
|
canUpdateImage: import_smithy_client.expectBoolean,
|
|
2870
|
-
image: (_) => de_Image(_, context)
|
|
2870
|
+
image: /* @__PURE__ */ __name((_) => de_Image(_, context), "image")
|
|
2871
2871
|
});
|
|
2872
2872
|
}, "de_CreateUpdatedImageResult");
|
|
2873
2873
|
var de_DeleteImageBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
2874
2874
|
return (0, import_smithy_client.take)(output, {
|
|
2875
|
-
ImageBuilder: (_) => de_ImageBuilder(_, context)
|
|
2875
|
+
ImageBuilder: /* @__PURE__ */ __name((_) => de_ImageBuilder(_, context), "ImageBuilder")
|
|
2876
2876
|
});
|
|
2877
2877
|
}, "de_DeleteImageBuilderResult");
|
|
2878
2878
|
var de_DeleteImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
2879
2879
|
return (0, import_smithy_client.take)(output, {
|
|
2880
|
-
Image: (_) => de_Image(_, context)
|
|
2880
|
+
Image: /* @__PURE__ */ __name((_) => de_Image(_, context), "Image")
|
|
2881
2881
|
});
|
|
2882
2882
|
}, "de_DeleteImageResult");
|
|
2883
2883
|
var de_DescribeAppBlockBuildersResult = /* @__PURE__ */ __name((output, context) => {
|
|
2884
2884
|
return (0, import_smithy_client.take)(output, {
|
|
2885
|
-
AppBlockBuilders: (_) => de_AppBlockBuilderList(_, context),
|
|
2885
|
+
AppBlockBuilders: /* @__PURE__ */ __name((_) => de_AppBlockBuilderList(_, context), "AppBlockBuilders"),
|
|
2886
2886
|
NextToken: import_smithy_client.expectString
|
|
2887
2887
|
});
|
|
2888
2888
|
}, "de_DescribeAppBlockBuildersResult");
|
|
2889
2889
|
var de_DescribeAppBlocksResult = /* @__PURE__ */ __name((output, context) => {
|
|
2890
2890
|
return (0, import_smithy_client.take)(output, {
|
|
2891
|
-
AppBlocks: (_) => de_AppBlocks(_, context),
|
|
2891
|
+
AppBlocks: /* @__PURE__ */ __name((_) => de_AppBlocks(_, context), "AppBlocks"),
|
|
2892
2892
|
NextToken: import_smithy_client.expectString
|
|
2893
2893
|
});
|
|
2894
2894
|
}, "de_DescribeAppBlocksResult");
|
|
2895
2895
|
var de_DescribeApplicationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
2896
2896
|
return (0, import_smithy_client.take)(output, {
|
|
2897
|
-
Applications: (_) => de_Applications(_, context),
|
|
2897
|
+
Applications: /* @__PURE__ */ __name((_) => de_Applications(_, context), "Applications"),
|
|
2898
2898
|
NextToken: import_smithy_client.expectString
|
|
2899
2899
|
});
|
|
2900
2900
|
}, "de_DescribeApplicationsResult");
|
|
2901
2901
|
var de_DescribeDirectoryConfigsResult = /* @__PURE__ */ __name((output, context) => {
|
|
2902
2902
|
return (0, import_smithy_client.take)(output, {
|
|
2903
|
-
DirectoryConfigs: (_) => de_DirectoryConfigList(_, context),
|
|
2903
|
+
DirectoryConfigs: /* @__PURE__ */ __name((_) => de_DirectoryConfigList(_, context), "DirectoryConfigs"),
|
|
2904
2904
|
NextToken: import_smithy_client.expectString
|
|
2905
2905
|
});
|
|
2906
2906
|
}, "de_DescribeDirectoryConfigsResult");
|
|
2907
2907
|
var de_DescribeEntitlementsResult = /* @__PURE__ */ __name((output, context) => {
|
|
2908
2908
|
return (0, import_smithy_client.take)(output, {
|
|
2909
|
-
Entitlements: (_) => de_EntitlementList(_, context),
|
|
2909
|
+
Entitlements: /* @__PURE__ */ __name((_) => de_EntitlementList(_, context), "Entitlements"),
|
|
2910
2910
|
NextToken: import_smithy_client.expectString
|
|
2911
2911
|
});
|
|
2912
2912
|
}, "de_DescribeEntitlementsResult");
|
|
2913
2913
|
var de_DescribeFleetsResult = /* @__PURE__ */ __name((output, context) => {
|
|
2914
2914
|
return (0, import_smithy_client.take)(output, {
|
|
2915
|
-
Fleets: (_) => de_FleetList(_, context),
|
|
2915
|
+
Fleets: /* @__PURE__ */ __name((_) => de_FleetList(_, context), "Fleets"),
|
|
2916
2916
|
NextToken: import_smithy_client.expectString
|
|
2917
2917
|
});
|
|
2918
2918
|
}, "de_DescribeFleetsResult");
|
|
2919
2919
|
var de_DescribeImageBuildersResult = /* @__PURE__ */ __name((output, context) => {
|
|
2920
2920
|
return (0, import_smithy_client.take)(output, {
|
|
2921
|
-
ImageBuilders: (_) => de_ImageBuilderList(_, context),
|
|
2921
|
+
ImageBuilders: /* @__PURE__ */ __name((_) => de_ImageBuilderList(_, context), "ImageBuilders"),
|
|
2922
2922
|
NextToken: import_smithy_client.expectString
|
|
2923
2923
|
});
|
|
2924
2924
|
}, "de_DescribeImageBuildersResult");
|
|
2925
2925
|
var de_DescribeImagesResult = /* @__PURE__ */ __name((output, context) => {
|
|
2926
2926
|
return (0, import_smithy_client.take)(output, {
|
|
2927
|
-
Images: (_) => de_ImageList(_, context),
|
|
2927
|
+
Images: /* @__PURE__ */ __name((_) => de_ImageList(_, context), "Images"),
|
|
2928
2928
|
NextToken: import_smithy_client.expectString
|
|
2929
2929
|
});
|
|
2930
2930
|
}, "de_DescribeImagesResult");
|
|
2931
2931
|
var de_DescribeSessionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
2932
2932
|
return (0, import_smithy_client.take)(output, {
|
|
2933
2933
|
NextToken: import_smithy_client.expectString,
|
|
2934
|
-
Sessions: (_) => de_SessionList(_, context)
|
|
2934
|
+
Sessions: /* @__PURE__ */ __name((_) => de_SessionList(_, context), "Sessions")
|
|
2935
2935
|
});
|
|
2936
2936
|
}, "de_DescribeSessionsResult");
|
|
2937
2937
|
var de_DescribeStacksResult = /* @__PURE__ */ __name((output, context) => {
|
|
2938
2938
|
return (0, import_smithy_client.take)(output, {
|
|
2939
2939
|
NextToken: import_smithy_client.expectString,
|
|
2940
|
-
Stacks: (_) => de_StackList(_, context)
|
|
2940
|
+
Stacks: /* @__PURE__ */ __name((_) => de_StackList(_, context), "Stacks")
|
|
2941
2941
|
});
|
|
2942
2942
|
}, "de_DescribeStacksResult");
|
|
2943
2943
|
var de_DescribeThemeForStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
2944
2944
|
return (0, import_smithy_client.take)(output, {
|
|
2945
|
-
Theme: (_) => de_Theme(_, context)
|
|
2945
|
+
Theme: /* @__PURE__ */ __name((_) => de_Theme(_, context), "Theme")
|
|
2946
2946
|
});
|
|
2947
2947
|
}, "de_DescribeThemeForStackResult");
|
|
2948
2948
|
var de_DescribeUsageReportSubscriptionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
2949
2949
|
return (0, import_smithy_client.take)(output, {
|
|
2950
2950
|
NextToken: import_smithy_client.expectString,
|
|
2951
|
-
UsageReportSubscriptions: (_) => de_UsageReportSubscriptionList(_, context)
|
|
2951
|
+
UsageReportSubscriptions: /* @__PURE__ */ __name((_) => de_UsageReportSubscriptionList(_, context), "UsageReportSubscriptions")
|
|
2952
2952
|
});
|
|
2953
2953
|
}, "de_DescribeUsageReportSubscriptionsResult");
|
|
2954
2954
|
var de_DescribeUsersResult = /* @__PURE__ */ __name((output, context) => {
|
|
2955
2955
|
return (0, import_smithy_client.take)(output, {
|
|
2956
2956
|
NextToken: import_smithy_client.expectString,
|
|
2957
|
-
Users: (_) => de_UserList(_, context)
|
|
2957
|
+
Users: /* @__PURE__ */ __name((_) => de_UserList(_, context), "Users")
|
|
2958
2958
|
});
|
|
2959
2959
|
}, "de_DescribeUsersResult");
|
|
2960
2960
|
var de_DirectoryConfig = /* @__PURE__ */ __name((output, context) => {
|
|
2961
2961
|
return (0, import_smithy_client.take)(output, {
|
|
2962
2962
|
CertificateBasedAuthProperties: import_smithy_client._json,
|
|
2963
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2963
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
2964
2964
|
DirectoryName: import_smithy_client.expectString,
|
|
2965
2965
|
OrganizationalUnitDistinguishedNames: import_smithy_client._json,
|
|
2966
2966
|
ServiceAccountCredentials: import_smithy_client._json
|
|
@@ -2976,9 +2976,9 @@ var de_Entitlement = /* @__PURE__ */ __name((output, context) => {
|
|
|
2976
2976
|
return (0, import_smithy_client.take)(output, {
|
|
2977
2977
|
AppVisibility: import_smithy_client.expectString,
|
|
2978
2978
|
Attributes: import_smithy_client._json,
|
|
2979
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2979
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
2980
2980
|
Description: import_smithy_client.expectString,
|
|
2981
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2981
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
2982
2982
|
Name: import_smithy_client.expectString,
|
|
2983
2983
|
StackName: import_smithy_client.expectString
|
|
2984
2984
|
});
|
|
@@ -2993,7 +2993,7 @@ var de_Fleet = /* @__PURE__ */ __name((output, context) => {
|
|
|
2993
2993
|
return (0, import_smithy_client.take)(output, {
|
|
2994
2994
|
Arn: import_smithy_client.expectString,
|
|
2995
2995
|
ComputeCapacityStatus: import_smithy_client._json,
|
|
2996
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2996
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
2997
2997
|
Description: import_smithy_client.expectString,
|
|
2998
2998
|
DisconnectTimeoutInSeconds: import_smithy_client.expectInt32,
|
|
2999
2999
|
DisplayName: import_smithy_client.expectString,
|
|
@@ -3026,23 +3026,23 @@ var de_FleetList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3026
3026
|
}, "de_FleetList");
|
|
3027
3027
|
var de_Image = /* @__PURE__ */ __name((output, context) => {
|
|
3028
3028
|
return (0, import_smithy_client.take)(output, {
|
|
3029
|
-
Applications: (_) => de_Applications(_, context),
|
|
3029
|
+
Applications: /* @__PURE__ */ __name((_) => de_Applications(_, context), "Applications"),
|
|
3030
3030
|
AppstreamAgentVersion: import_smithy_client.expectString,
|
|
3031
3031
|
Arn: import_smithy_client.expectString,
|
|
3032
3032
|
BaseImageArn: import_smithy_client.expectString,
|
|
3033
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3033
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
3034
3034
|
Description: import_smithy_client.expectString,
|
|
3035
3035
|
DisplayName: import_smithy_client.expectString,
|
|
3036
3036
|
DynamicAppProvidersEnabled: import_smithy_client.expectString,
|
|
3037
3037
|
ImageBuilderName: import_smithy_client.expectString,
|
|
3038
3038
|
ImageBuilderSupported: import_smithy_client.expectBoolean,
|
|
3039
|
-
ImageErrors: (_) => de_ResourceErrors(_, context),
|
|
3039
|
+
ImageErrors: /* @__PURE__ */ __name((_) => de_ResourceErrors(_, context), "ImageErrors"),
|
|
3040
3040
|
ImagePermissions: import_smithy_client._json,
|
|
3041
3041
|
ImageSharedWithOthers: import_smithy_client.expectString,
|
|
3042
3042
|
LatestAppstreamAgentVersion: import_smithy_client.expectString,
|
|
3043
3043
|
Name: import_smithy_client.expectString,
|
|
3044
3044
|
Platform: import_smithy_client.expectString,
|
|
3045
|
-
PublicBaseImageReleasedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3045
|
+
PublicBaseImageReleasedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PublicBaseImageReleasedDate"),
|
|
3046
3046
|
State: import_smithy_client.expectString,
|
|
3047
3047
|
StateChangeReason: import_smithy_client._json,
|
|
3048
3048
|
SupportedInstanceFamilies: import_smithy_client._json,
|
|
@@ -3054,14 +3054,14 @@ var de_ImageBuilder = /* @__PURE__ */ __name((output, context) => {
|
|
|
3054
3054
|
AccessEndpoints: import_smithy_client._json,
|
|
3055
3055
|
AppstreamAgentVersion: import_smithy_client.expectString,
|
|
3056
3056
|
Arn: import_smithy_client.expectString,
|
|
3057
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3057
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
3058
3058
|
Description: import_smithy_client.expectString,
|
|
3059
3059
|
DisplayName: import_smithy_client.expectString,
|
|
3060
3060
|
DomainJoinInfo: import_smithy_client._json,
|
|
3061
3061
|
EnableDefaultInternetAccess: import_smithy_client.expectBoolean,
|
|
3062
3062
|
IamRoleArn: import_smithy_client.expectString,
|
|
3063
3063
|
ImageArn: import_smithy_client.expectString,
|
|
3064
|
-
ImageBuilderErrors: (_) => de_ResourceErrors(_, context),
|
|
3064
|
+
ImageBuilderErrors: /* @__PURE__ */ __name((_) => de_ResourceErrors(_, context), "ImageBuilderErrors"),
|
|
3065
3065
|
InstanceType: import_smithy_client.expectString,
|
|
3066
3066
|
LatestAppstreamAgentVersion: import_smithy_client.expectString,
|
|
3067
3067
|
Name: import_smithy_client.expectString,
|
|
@@ -3088,7 +3088,7 @@ var de_ResourceError = /* @__PURE__ */ __name((output, context) => {
|
|
|
3088
3088
|
return (0, import_smithy_client.take)(output, {
|
|
3089
3089
|
ErrorCode: import_smithy_client.expectString,
|
|
3090
3090
|
ErrorMessage: import_smithy_client.expectString,
|
|
3091
|
-
ErrorTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3091
|
+
ErrorTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ErrorTimestamp")
|
|
3092
3092
|
});
|
|
3093
3093
|
}, "de_ResourceError");
|
|
3094
3094
|
var de_ResourceErrors = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3104,10 +3104,10 @@ var de_Session = /* @__PURE__ */ __name((output, context) => {
|
|
|
3104
3104
|
FleetName: import_smithy_client.expectString,
|
|
3105
3105
|
Id: import_smithy_client.expectString,
|
|
3106
3106
|
InstanceId: import_smithy_client.expectString,
|
|
3107
|
-
MaxExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3107
|
+
MaxExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "MaxExpirationTime"),
|
|
3108
3108
|
NetworkAccessConfiguration: import_smithy_client._json,
|
|
3109
3109
|
StackName: import_smithy_client.expectString,
|
|
3110
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3110
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3111
3111
|
State: import_smithy_client.expectString,
|
|
3112
3112
|
UserId: import_smithy_client.expectString
|
|
3113
3113
|
});
|
|
@@ -3123,7 +3123,7 @@ var de_Stack = /* @__PURE__ */ __name((output, context) => {
|
|
|
3123
3123
|
AccessEndpoints: import_smithy_client._json,
|
|
3124
3124
|
ApplicationSettings: import_smithy_client._json,
|
|
3125
3125
|
Arn: import_smithy_client.expectString,
|
|
3126
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3126
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
3127
3127
|
Description: import_smithy_client.expectString,
|
|
3128
3128
|
DisplayName: import_smithy_client.expectString,
|
|
3129
3129
|
EmbedHostDomains: import_smithy_client._json,
|
|
@@ -3144,27 +3144,27 @@ var de_StackList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3144
3144
|
}, "de_StackList");
|
|
3145
3145
|
var de_StartAppBlockBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
3146
3146
|
return (0, import_smithy_client.take)(output, {
|
|
3147
|
-
AppBlockBuilder: (_) => de_AppBlockBuilder(_, context)
|
|
3147
|
+
AppBlockBuilder: /* @__PURE__ */ __name((_) => de_AppBlockBuilder(_, context), "AppBlockBuilder")
|
|
3148
3148
|
});
|
|
3149
3149
|
}, "de_StartAppBlockBuilderResult");
|
|
3150
3150
|
var de_StartImageBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
3151
3151
|
return (0, import_smithy_client.take)(output, {
|
|
3152
|
-
ImageBuilder: (_) => de_ImageBuilder(_, context)
|
|
3152
|
+
ImageBuilder: /* @__PURE__ */ __name((_) => de_ImageBuilder(_, context), "ImageBuilder")
|
|
3153
3153
|
});
|
|
3154
3154
|
}, "de_StartImageBuilderResult");
|
|
3155
3155
|
var de_StopAppBlockBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
3156
3156
|
return (0, import_smithy_client.take)(output, {
|
|
3157
|
-
AppBlockBuilder: (_) => de_AppBlockBuilder(_, context)
|
|
3157
|
+
AppBlockBuilder: /* @__PURE__ */ __name((_) => de_AppBlockBuilder(_, context), "AppBlockBuilder")
|
|
3158
3158
|
});
|
|
3159
3159
|
}, "de_StopAppBlockBuilderResult");
|
|
3160
3160
|
var de_StopImageBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
3161
3161
|
return (0, import_smithy_client.take)(output, {
|
|
3162
|
-
ImageBuilder: (_) => de_ImageBuilder(_, context)
|
|
3162
|
+
ImageBuilder: /* @__PURE__ */ __name((_) => de_ImageBuilder(_, context), "ImageBuilder")
|
|
3163
3163
|
});
|
|
3164
3164
|
}, "de_StopImageBuilderResult");
|
|
3165
3165
|
var de_Theme = /* @__PURE__ */ __name((output, context) => {
|
|
3166
3166
|
return (0, import_smithy_client.take)(output, {
|
|
3167
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3167
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
3168
3168
|
StackName: import_smithy_client.expectString,
|
|
3169
3169
|
State: import_smithy_client.expectString,
|
|
3170
3170
|
ThemeFaviconURL: import_smithy_client.expectString,
|
|
@@ -3176,42 +3176,42 @@ var de_Theme = /* @__PURE__ */ __name((output, context) => {
|
|
|
3176
3176
|
}, "de_Theme");
|
|
3177
3177
|
var de_UpdateAppBlockBuilderResult = /* @__PURE__ */ __name((output, context) => {
|
|
3178
3178
|
return (0, import_smithy_client.take)(output, {
|
|
3179
|
-
AppBlockBuilder: (_) => de_AppBlockBuilder(_, context)
|
|
3179
|
+
AppBlockBuilder: /* @__PURE__ */ __name((_) => de_AppBlockBuilder(_, context), "AppBlockBuilder")
|
|
3180
3180
|
});
|
|
3181
3181
|
}, "de_UpdateAppBlockBuilderResult");
|
|
3182
3182
|
var de_UpdateApplicationResult = /* @__PURE__ */ __name((output, context) => {
|
|
3183
3183
|
return (0, import_smithy_client.take)(output, {
|
|
3184
|
-
Application: (_) => de_Application(_, context)
|
|
3184
|
+
Application: /* @__PURE__ */ __name((_) => de_Application(_, context), "Application")
|
|
3185
3185
|
});
|
|
3186
3186
|
}, "de_UpdateApplicationResult");
|
|
3187
3187
|
var de_UpdateDirectoryConfigResult = /* @__PURE__ */ __name((output, context) => {
|
|
3188
3188
|
return (0, import_smithy_client.take)(output, {
|
|
3189
|
-
DirectoryConfig: (_) => de_DirectoryConfig(_, context)
|
|
3189
|
+
DirectoryConfig: /* @__PURE__ */ __name((_) => de_DirectoryConfig(_, context), "DirectoryConfig")
|
|
3190
3190
|
});
|
|
3191
3191
|
}, "de_UpdateDirectoryConfigResult");
|
|
3192
3192
|
var de_UpdateEntitlementResult = /* @__PURE__ */ __name((output, context) => {
|
|
3193
3193
|
return (0, import_smithy_client.take)(output, {
|
|
3194
|
-
Entitlement: (_) => de_Entitlement(_, context)
|
|
3194
|
+
Entitlement: /* @__PURE__ */ __name((_) => de_Entitlement(_, context), "Entitlement")
|
|
3195
3195
|
});
|
|
3196
3196
|
}, "de_UpdateEntitlementResult");
|
|
3197
3197
|
var de_UpdateFleetResult = /* @__PURE__ */ __name((output, context) => {
|
|
3198
3198
|
return (0, import_smithy_client.take)(output, {
|
|
3199
|
-
Fleet: (_) => de_Fleet(_, context)
|
|
3199
|
+
Fleet: /* @__PURE__ */ __name((_) => de_Fleet(_, context), "Fleet")
|
|
3200
3200
|
});
|
|
3201
3201
|
}, "de_UpdateFleetResult");
|
|
3202
3202
|
var de_UpdateStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
3203
3203
|
return (0, import_smithy_client.take)(output, {
|
|
3204
|
-
Stack: (_) => de_Stack(_, context)
|
|
3204
|
+
Stack: /* @__PURE__ */ __name((_) => de_Stack(_, context), "Stack")
|
|
3205
3205
|
});
|
|
3206
3206
|
}, "de_UpdateStackResult");
|
|
3207
3207
|
var de_UpdateThemeForStackResult = /* @__PURE__ */ __name((output, context) => {
|
|
3208
3208
|
return (0, import_smithy_client.take)(output, {
|
|
3209
|
-
Theme: (_) => de_Theme(_, context)
|
|
3209
|
+
Theme: /* @__PURE__ */ __name((_) => de_Theme(_, context), "Theme")
|
|
3210
3210
|
});
|
|
3211
3211
|
}, "de_UpdateThemeForStackResult");
|
|
3212
3212
|
var de_UsageReportSubscription = /* @__PURE__ */ __name((output, context) => {
|
|
3213
3213
|
return (0, import_smithy_client.take)(output, {
|
|
3214
|
-
LastGeneratedReportDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3214
|
+
LastGeneratedReportDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastGeneratedReportDate"),
|
|
3215
3215
|
S3BucketName: import_smithy_client.expectString,
|
|
3216
3216
|
Schedule: import_smithy_client.expectString,
|
|
3217
3217
|
SubscriptionErrors: import_smithy_client._json
|
|
@@ -3227,7 +3227,7 @@ var de_User = /* @__PURE__ */ __name((output, context) => {
|
|
|
3227
3227
|
return (0, import_smithy_client.take)(output, {
|
|
3228
3228
|
Arn: import_smithy_client.expectString,
|
|
3229
3229
|
AuthenticationType: import_smithy_client.expectString,
|
|
3230
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3230
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
3231
3231
|
Enabled: import_smithy_client.expectBoolean,
|
|
3232
3232
|
FirstName: import_smithy_client.expectString,
|
|
3233
3233
|
LastName: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appstream",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appstream",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|