@aws-sdk/client-appstream 3.306.0 → 3.310.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/commands/AssociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +2 -2
- package/dist-cjs/commands/AssociateFleetCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/CopyImageCommand.js +2 -2
- package/dist-cjs/commands/CreateAppBlockCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/CreateFleetCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateStackCommand.js +2 -2
- package/dist-cjs/commands/CreateStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateUpdatedImageCommand.js +2 -2
- package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppBlockCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DeleteFleetCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DeleteStackCommand.js +2 -2
- package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFleetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImageBuildersCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSessionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/DisableUserCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFleetCommand.js +2 -2
- package/dist-cjs/commands/EnableUserCommand.js +2 -2
- package/dist-cjs/commands/ExpireSessionCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedFleetsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedStacksCommand.js +2 -2
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartFleetCommand.js +2 -2
- package/dist-cjs/commands/StartImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/StopFleetCommand.js +2 -2
- package/dist-cjs/commands/StopImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/UpdateFleetCommand.js +2 -2
- package/dist-cjs/commands/UpdateImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateStackCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +1200 -1274
- package/dist-es/commands/AssociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +3 -3
- package/dist-es/commands/AssociateFleetCommand.js +3 -3
- package/dist-es/commands/BatchAssociateUserStackCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +3 -3
- package/dist-es/commands/CopyImageCommand.js +3 -3
- package/dist-es/commands/CreateAppBlockCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/CreateEntitlementCommand.js +3 -3
- package/dist-es/commands/CreateFleetCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateStackCommand.js +3 -3
- package/dist-es/commands/CreateStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateUpdatedImageCommand.js +3 -3
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeleteAppBlockCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/DeleteEntitlementCommand.js +3 -3
- package/dist-es/commands/DeleteFleetCommand.js +3 -3
- package/dist-es/commands/DeleteImageBuilderCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DeleteStackCommand.js +3 -3
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAppBlocksCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +3 -3
- package/dist-es/commands/DescribeEntitlementsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetsCommand.js +3 -3
- package/dist-es/commands/DescribeImageBuildersCommand.js +3 -3
- package/dist-es/commands/DescribeImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeImagesCommand.js +3 -3
- package/dist-es/commands/DescribeSessionsCommand.js +3 -3
- package/dist-es/commands/DescribeStacksCommand.js +3 -3
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/DisableUserCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +3 -3
- package/dist-es/commands/DisassociateFleetCommand.js +3 -3
- package/dist-es/commands/EnableUserCommand.js +3 -3
- package/dist-es/commands/ExpireSessionCommand.js +3 -3
- package/dist-es/commands/ListAssociatedFleetsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedStacksCommand.js +3 -3
- package/dist-es/commands/ListEntitledApplicationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartFleetCommand.js +3 -3
- package/dist-es/commands/StartImageBuilderCommand.js +3 -3
- package/dist-es/commands/StopFleetCommand.js +3 -3
- package/dist-es/commands/StopImageBuilderCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/UpdateEntitlementCommand.js +3 -3
- package/dist-es/commands/UpdateFleetCommand.js +3 -3
- package/dist-es/commands/UpdateImagePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateStackCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +1067 -1141
- package/dist-types/protocols/Aws_json1_1.d.ts +520 -130
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +130 -130
- package/package.json +36 -36
|
@@ -65,133 +65,523 @@ import { UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput } from ".
|
|
|
65
65
|
import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "../commands/UpdateFleetCommand";
|
|
66
66
|
import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput } from "../commands/UpdateImagePermissionsCommand";
|
|
67
67
|
import { UpdateStackCommandInput, UpdateStackCommandOutput } from "../commands/UpdateStackCommand";
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
export declare const
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export declare const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export declare const
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
export declare const
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
export declare const
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
export declare const
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
export declare const
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
export declare const
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
export declare const
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
export declare const
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
export declare const
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
export declare const
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
export declare const
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
export declare const
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
export declare const
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
export declare const
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
export declare const
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
export declare const
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
export declare const
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
export declare const
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
export declare const
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
export declare const
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
export declare const
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
export declare const
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
export declare const
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
export declare const
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
export declare const
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
export declare const
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
export declare const
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
export declare const
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
export declare const
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
export declare const
|
|
196
|
-
|
|
197
|
-
|
|
68
|
+
/**
|
|
69
|
+
* serializeAws_json1_1AssociateApplicationFleetCommand
|
|
70
|
+
*/
|
|
71
|
+
export declare const se_AssociateApplicationFleetCommand: (input: AssociateApplicationFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_json1_1AssociateApplicationToEntitlementCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_AssociateApplicationToEntitlementCommand: (input: AssociateApplicationToEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_json1_1AssociateFleetCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_AssociateFleetCommand: (input: AssociateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
/**
|
|
81
|
+
* serializeAws_json1_1BatchAssociateUserStackCommand
|
|
82
|
+
*/
|
|
83
|
+
export declare const se_BatchAssociateUserStackCommand: (input: BatchAssociateUserStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* serializeAws_json1_1BatchDisassociateUserStackCommand
|
|
86
|
+
*/
|
|
87
|
+
export declare const se_BatchDisassociateUserStackCommand: (input: BatchDisassociateUserStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* serializeAws_json1_1CopyImageCommand
|
|
90
|
+
*/
|
|
91
|
+
export declare const se_CopyImageCommand: (input: CopyImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
/**
|
|
93
|
+
* serializeAws_json1_1CreateAppBlockCommand
|
|
94
|
+
*/
|
|
95
|
+
export declare const se_CreateAppBlockCommand: (input: CreateAppBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_json1_1CreateApplicationCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_json1_1CreateDirectoryConfigCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_CreateDirectoryConfigCommand: (input: CreateDirectoryConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_json1_1CreateEntitlementCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_CreateEntitlementCommand: (input: CreateEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* serializeAws_json1_1CreateFleetCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const se_CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
/**
|
|
113
|
+
* serializeAws_json1_1CreateImageBuilderCommand
|
|
114
|
+
*/
|
|
115
|
+
export declare const se_CreateImageBuilderCommand: (input: CreateImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
/**
|
|
117
|
+
* serializeAws_json1_1CreateImageBuilderStreamingURLCommand
|
|
118
|
+
*/
|
|
119
|
+
export declare const se_CreateImageBuilderStreamingURLCommand: (input: CreateImageBuilderStreamingURLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
/**
|
|
121
|
+
* serializeAws_json1_1CreateStackCommand
|
|
122
|
+
*/
|
|
123
|
+
export declare const se_CreateStackCommand: (input: CreateStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
/**
|
|
125
|
+
* serializeAws_json1_1CreateStreamingURLCommand
|
|
126
|
+
*/
|
|
127
|
+
export declare const se_CreateStreamingURLCommand: (input: CreateStreamingURLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
/**
|
|
129
|
+
* serializeAws_json1_1CreateUpdatedImageCommand
|
|
130
|
+
*/
|
|
131
|
+
export declare const se_CreateUpdatedImageCommand: (input: CreateUpdatedImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
/**
|
|
133
|
+
* serializeAws_json1_1CreateUsageReportSubscriptionCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const se_CreateUsageReportSubscriptionCommand: (input: CreateUsageReportSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
/**
|
|
137
|
+
* serializeAws_json1_1CreateUserCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
/**
|
|
141
|
+
* serializeAws_json1_1DeleteAppBlockCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const se_DeleteAppBlockCommand: (input: DeleteAppBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
/**
|
|
145
|
+
* serializeAws_json1_1DeleteApplicationCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
/**
|
|
149
|
+
* serializeAws_json1_1DeleteDirectoryConfigCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const se_DeleteDirectoryConfigCommand: (input: DeleteDirectoryConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
+
/**
|
|
153
|
+
* serializeAws_json1_1DeleteEntitlementCommand
|
|
154
|
+
*/
|
|
155
|
+
export declare const se_DeleteEntitlementCommand: (input: DeleteEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
+
/**
|
|
157
|
+
* serializeAws_json1_1DeleteFleetCommand
|
|
158
|
+
*/
|
|
159
|
+
export declare const se_DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
/**
|
|
161
|
+
* serializeAws_json1_1DeleteImageCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const se_DeleteImageCommand: (input: DeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
+
/**
|
|
165
|
+
* serializeAws_json1_1DeleteImageBuilderCommand
|
|
166
|
+
*/
|
|
167
|
+
export declare const se_DeleteImageBuilderCommand: (input: DeleteImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
+
/**
|
|
169
|
+
* serializeAws_json1_1DeleteImagePermissionsCommand
|
|
170
|
+
*/
|
|
171
|
+
export declare const se_DeleteImagePermissionsCommand: (input: DeleteImagePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
/**
|
|
173
|
+
* serializeAws_json1_1DeleteStackCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const se_DeleteStackCommand: (input: DeleteStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
/**
|
|
177
|
+
* serializeAws_json1_1DeleteUsageReportSubscriptionCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const se_DeleteUsageReportSubscriptionCommand: (input: DeleteUsageReportSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
+
/**
|
|
181
|
+
* serializeAws_json1_1DeleteUserCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
+
/**
|
|
185
|
+
* serializeAws_json1_1DescribeAppBlocksCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const se_DescribeAppBlocksCommand: (input: DescribeAppBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
+
/**
|
|
189
|
+
* serializeAws_json1_1DescribeApplicationFleetAssociationsCommand
|
|
190
|
+
*/
|
|
191
|
+
export declare const se_DescribeApplicationFleetAssociationsCommand: (input: DescribeApplicationFleetAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
+
/**
|
|
193
|
+
* serializeAws_json1_1DescribeApplicationsCommand
|
|
194
|
+
*/
|
|
195
|
+
export declare const se_DescribeApplicationsCommand: (input: DescribeApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
+
/**
|
|
197
|
+
* serializeAws_json1_1DescribeDirectoryConfigsCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const se_DescribeDirectoryConfigsCommand: (input: DescribeDirectoryConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
+
/**
|
|
201
|
+
* serializeAws_json1_1DescribeEntitlementsCommand
|
|
202
|
+
*/
|
|
203
|
+
export declare const se_DescribeEntitlementsCommand: (input: DescribeEntitlementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
+
/**
|
|
205
|
+
* serializeAws_json1_1DescribeFleetsCommand
|
|
206
|
+
*/
|
|
207
|
+
export declare const se_DescribeFleetsCommand: (input: DescribeFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
+
/**
|
|
209
|
+
* serializeAws_json1_1DescribeImageBuildersCommand
|
|
210
|
+
*/
|
|
211
|
+
export declare const se_DescribeImageBuildersCommand: (input: DescribeImageBuildersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
+
/**
|
|
213
|
+
* serializeAws_json1_1DescribeImagePermissionsCommand
|
|
214
|
+
*/
|
|
215
|
+
export declare const se_DescribeImagePermissionsCommand: (input: DescribeImagePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
+
/**
|
|
217
|
+
* serializeAws_json1_1DescribeImagesCommand
|
|
218
|
+
*/
|
|
219
|
+
export declare const se_DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
+
/**
|
|
221
|
+
* serializeAws_json1_1DescribeSessionsCommand
|
|
222
|
+
*/
|
|
223
|
+
export declare const se_DescribeSessionsCommand: (input: DescribeSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
+
/**
|
|
225
|
+
* serializeAws_json1_1DescribeStacksCommand
|
|
226
|
+
*/
|
|
227
|
+
export declare const se_DescribeStacksCommand: (input: DescribeStacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
+
/**
|
|
229
|
+
* serializeAws_json1_1DescribeUsageReportSubscriptionsCommand
|
|
230
|
+
*/
|
|
231
|
+
export declare const se_DescribeUsageReportSubscriptionsCommand: (input: DescribeUsageReportSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
+
/**
|
|
233
|
+
* serializeAws_json1_1DescribeUsersCommand
|
|
234
|
+
*/
|
|
235
|
+
export declare const se_DescribeUsersCommand: (input: DescribeUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
|
+
/**
|
|
237
|
+
* serializeAws_json1_1DescribeUserStackAssociationsCommand
|
|
238
|
+
*/
|
|
239
|
+
export declare const se_DescribeUserStackAssociationsCommand: (input: DescribeUserStackAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
+
/**
|
|
241
|
+
* serializeAws_json1_1DisableUserCommand
|
|
242
|
+
*/
|
|
243
|
+
export declare const se_DisableUserCommand: (input: DisableUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
+
/**
|
|
245
|
+
* serializeAws_json1_1DisassociateApplicationFleetCommand
|
|
246
|
+
*/
|
|
247
|
+
export declare const se_DisassociateApplicationFleetCommand: (input: DisassociateApplicationFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
248
|
+
/**
|
|
249
|
+
* serializeAws_json1_1DisassociateApplicationFromEntitlementCommand
|
|
250
|
+
*/
|
|
251
|
+
export declare const se_DisassociateApplicationFromEntitlementCommand: (input: DisassociateApplicationFromEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
252
|
+
/**
|
|
253
|
+
* serializeAws_json1_1DisassociateFleetCommand
|
|
254
|
+
*/
|
|
255
|
+
export declare const se_DisassociateFleetCommand: (input: DisassociateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
+
/**
|
|
257
|
+
* serializeAws_json1_1EnableUserCommand
|
|
258
|
+
*/
|
|
259
|
+
export declare const se_EnableUserCommand: (input: EnableUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
+
/**
|
|
261
|
+
* serializeAws_json1_1ExpireSessionCommand
|
|
262
|
+
*/
|
|
263
|
+
export declare const se_ExpireSessionCommand: (input: ExpireSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
+
/**
|
|
265
|
+
* serializeAws_json1_1ListAssociatedFleetsCommand
|
|
266
|
+
*/
|
|
267
|
+
export declare const se_ListAssociatedFleetsCommand: (input: ListAssociatedFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
+
/**
|
|
269
|
+
* serializeAws_json1_1ListAssociatedStacksCommand
|
|
270
|
+
*/
|
|
271
|
+
export declare const se_ListAssociatedStacksCommand: (input: ListAssociatedStacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
+
/**
|
|
273
|
+
* serializeAws_json1_1ListEntitledApplicationsCommand
|
|
274
|
+
*/
|
|
275
|
+
export declare const se_ListEntitledApplicationsCommand: (input: ListEntitledApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
|
+
/**
|
|
277
|
+
* serializeAws_json1_1ListTagsForResourceCommand
|
|
278
|
+
*/
|
|
279
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
280
|
+
/**
|
|
281
|
+
* serializeAws_json1_1StartFleetCommand
|
|
282
|
+
*/
|
|
283
|
+
export declare const se_StartFleetCommand: (input: StartFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
284
|
+
/**
|
|
285
|
+
* serializeAws_json1_1StartImageBuilderCommand
|
|
286
|
+
*/
|
|
287
|
+
export declare const se_StartImageBuilderCommand: (input: StartImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
+
/**
|
|
289
|
+
* serializeAws_json1_1StopFleetCommand
|
|
290
|
+
*/
|
|
291
|
+
export declare const se_StopFleetCommand: (input: StopFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
292
|
+
/**
|
|
293
|
+
* serializeAws_json1_1StopImageBuilderCommand
|
|
294
|
+
*/
|
|
295
|
+
export declare const se_StopImageBuilderCommand: (input: StopImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
296
|
+
/**
|
|
297
|
+
* serializeAws_json1_1TagResourceCommand
|
|
298
|
+
*/
|
|
299
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
300
|
+
/**
|
|
301
|
+
* serializeAws_json1_1UntagResourceCommand
|
|
302
|
+
*/
|
|
303
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
304
|
+
/**
|
|
305
|
+
* serializeAws_json1_1UpdateApplicationCommand
|
|
306
|
+
*/
|
|
307
|
+
export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
|
+
/**
|
|
309
|
+
* serializeAws_json1_1UpdateDirectoryConfigCommand
|
|
310
|
+
*/
|
|
311
|
+
export declare const se_UpdateDirectoryConfigCommand: (input: UpdateDirectoryConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
312
|
+
/**
|
|
313
|
+
* serializeAws_json1_1UpdateEntitlementCommand
|
|
314
|
+
*/
|
|
315
|
+
export declare const se_UpdateEntitlementCommand: (input: UpdateEntitlementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
316
|
+
/**
|
|
317
|
+
* serializeAws_json1_1UpdateFleetCommand
|
|
318
|
+
*/
|
|
319
|
+
export declare const se_UpdateFleetCommand: (input: UpdateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
|
+
/**
|
|
321
|
+
* serializeAws_json1_1UpdateImagePermissionsCommand
|
|
322
|
+
*/
|
|
323
|
+
export declare const se_UpdateImagePermissionsCommand: (input: UpdateImagePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
|
+
/**
|
|
325
|
+
* serializeAws_json1_1UpdateStackCommand
|
|
326
|
+
*/
|
|
327
|
+
export declare const se_UpdateStackCommand: (input: UpdateStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
|
+
/**
|
|
329
|
+
* deserializeAws_json1_1AssociateApplicationFleetCommand
|
|
330
|
+
*/
|
|
331
|
+
export declare const de_AssociateApplicationFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApplicationFleetCommandOutput>;
|
|
332
|
+
/**
|
|
333
|
+
* deserializeAws_json1_1AssociateApplicationToEntitlementCommand
|
|
334
|
+
*/
|
|
335
|
+
export declare const de_AssociateApplicationToEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApplicationToEntitlementCommandOutput>;
|
|
336
|
+
/**
|
|
337
|
+
* deserializeAws_json1_1AssociateFleetCommand
|
|
338
|
+
*/
|
|
339
|
+
export declare const de_AssociateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFleetCommandOutput>;
|
|
340
|
+
/**
|
|
341
|
+
* deserializeAws_json1_1BatchAssociateUserStackCommand
|
|
342
|
+
*/
|
|
343
|
+
export declare const de_BatchAssociateUserStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateUserStackCommandOutput>;
|
|
344
|
+
/**
|
|
345
|
+
* deserializeAws_json1_1BatchDisassociateUserStackCommand
|
|
346
|
+
*/
|
|
347
|
+
export declare const de_BatchDisassociateUserStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateUserStackCommandOutput>;
|
|
348
|
+
/**
|
|
349
|
+
* deserializeAws_json1_1CopyImageCommand
|
|
350
|
+
*/
|
|
351
|
+
export declare const de_CopyImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyImageCommandOutput>;
|
|
352
|
+
/**
|
|
353
|
+
* deserializeAws_json1_1CreateAppBlockCommand
|
|
354
|
+
*/
|
|
355
|
+
export declare const de_CreateAppBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppBlockCommandOutput>;
|
|
356
|
+
/**
|
|
357
|
+
* deserializeAws_json1_1CreateApplicationCommand
|
|
358
|
+
*/
|
|
359
|
+
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
360
|
+
/**
|
|
361
|
+
* deserializeAws_json1_1CreateDirectoryConfigCommand
|
|
362
|
+
*/
|
|
363
|
+
export declare const de_CreateDirectoryConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDirectoryConfigCommandOutput>;
|
|
364
|
+
/**
|
|
365
|
+
* deserializeAws_json1_1CreateEntitlementCommand
|
|
366
|
+
*/
|
|
367
|
+
export declare const de_CreateEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntitlementCommandOutput>;
|
|
368
|
+
/**
|
|
369
|
+
* deserializeAws_json1_1CreateFleetCommand
|
|
370
|
+
*/
|
|
371
|
+
export declare const de_CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
|
|
372
|
+
/**
|
|
373
|
+
* deserializeAws_json1_1CreateImageBuilderCommand
|
|
374
|
+
*/
|
|
375
|
+
export declare const de_CreateImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageBuilderCommandOutput>;
|
|
376
|
+
/**
|
|
377
|
+
* deserializeAws_json1_1CreateImageBuilderStreamingURLCommand
|
|
378
|
+
*/
|
|
379
|
+
export declare const de_CreateImageBuilderStreamingURLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageBuilderStreamingURLCommandOutput>;
|
|
380
|
+
/**
|
|
381
|
+
* deserializeAws_json1_1CreateStackCommand
|
|
382
|
+
*/
|
|
383
|
+
export declare const de_CreateStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStackCommandOutput>;
|
|
384
|
+
/**
|
|
385
|
+
* deserializeAws_json1_1CreateStreamingURLCommand
|
|
386
|
+
*/
|
|
387
|
+
export declare const de_CreateStreamingURLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamingURLCommandOutput>;
|
|
388
|
+
/**
|
|
389
|
+
* deserializeAws_json1_1CreateUpdatedImageCommand
|
|
390
|
+
*/
|
|
391
|
+
export declare const de_CreateUpdatedImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUpdatedImageCommandOutput>;
|
|
392
|
+
/**
|
|
393
|
+
* deserializeAws_json1_1CreateUsageReportSubscriptionCommand
|
|
394
|
+
*/
|
|
395
|
+
export declare const de_CreateUsageReportSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageReportSubscriptionCommandOutput>;
|
|
396
|
+
/**
|
|
397
|
+
* deserializeAws_json1_1CreateUserCommand
|
|
398
|
+
*/
|
|
399
|
+
export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
|
|
400
|
+
/**
|
|
401
|
+
* deserializeAws_json1_1DeleteAppBlockCommand
|
|
402
|
+
*/
|
|
403
|
+
export declare const de_DeleteAppBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppBlockCommandOutput>;
|
|
404
|
+
/**
|
|
405
|
+
* deserializeAws_json1_1DeleteApplicationCommand
|
|
406
|
+
*/
|
|
407
|
+
export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
|
|
408
|
+
/**
|
|
409
|
+
* deserializeAws_json1_1DeleteDirectoryConfigCommand
|
|
410
|
+
*/
|
|
411
|
+
export declare const de_DeleteDirectoryConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDirectoryConfigCommandOutput>;
|
|
412
|
+
/**
|
|
413
|
+
* deserializeAws_json1_1DeleteEntitlementCommand
|
|
414
|
+
*/
|
|
415
|
+
export declare const de_DeleteEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntitlementCommandOutput>;
|
|
416
|
+
/**
|
|
417
|
+
* deserializeAws_json1_1DeleteFleetCommand
|
|
418
|
+
*/
|
|
419
|
+
export declare const de_DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
|
|
420
|
+
/**
|
|
421
|
+
* deserializeAws_json1_1DeleteImageCommand
|
|
422
|
+
*/
|
|
423
|
+
export declare const de_DeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageCommandOutput>;
|
|
424
|
+
/**
|
|
425
|
+
* deserializeAws_json1_1DeleteImageBuilderCommand
|
|
426
|
+
*/
|
|
427
|
+
export declare const de_DeleteImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImageBuilderCommandOutput>;
|
|
428
|
+
/**
|
|
429
|
+
* deserializeAws_json1_1DeleteImagePermissionsCommand
|
|
430
|
+
*/
|
|
431
|
+
export declare const de_DeleteImagePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImagePermissionsCommandOutput>;
|
|
432
|
+
/**
|
|
433
|
+
* deserializeAws_json1_1DeleteStackCommand
|
|
434
|
+
*/
|
|
435
|
+
export declare const de_DeleteStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStackCommandOutput>;
|
|
436
|
+
/**
|
|
437
|
+
* deserializeAws_json1_1DeleteUsageReportSubscriptionCommand
|
|
438
|
+
*/
|
|
439
|
+
export declare const de_DeleteUsageReportSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageReportSubscriptionCommandOutput>;
|
|
440
|
+
/**
|
|
441
|
+
* deserializeAws_json1_1DeleteUserCommand
|
|
442
|
+
*/
|
|
443
|
+
export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
444
|
+
/**
|
|
445
|
+
* deserializeAws_json1_1DescribeAppBlocksCommand
|
|
446
|
+
*/
|
|
447
|
+
export declare const de_DescribeAppBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppBlocksCommandOutput>;
|
|
448
|
+
/**
|
|
449
|
+
* deserializeAws_json1_1DescribeApplicationFleetAssociationsCommand
|
|
450
|
+
*/
|
|
451
|
+
export declare const de_DescribeApplicationFleetAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationFleetAssociationsCommandOutput>;
|
|
452
|
+
/**
|
|
453
|
+
* deserializeAws_json1_1DescribeApplicationsCommand
|
|
454
|
+
*/
|
|
455
|
+
export declare const de_DescribeApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationsCommandOutput>;
|
|
456
|
+
/**
|
|
457
|
+
* deserializeAws_json1_1DescribeDirectoryConfigsCommand
|
|
458
|
+
*/
|
|
459
|
+
export declare const de_DescribeDirectoryConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDirectoryConfigsCommandOutput>;
|
|
460
|
+
/**
|
|
461
|
+
* deserializeAws_json1_1DescribeEntitlementsCommand
|
|
462
|
+
*/
|
|
463
|
+
export declare const de_DescribeEntitlementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitlementsCommandOutput>;
|
|
464
|
+
/**
|
|
465
|
+
* deserializeAws_json1_1DescribeFleetsCommand
|
|
466
|
+
*/
|
|
467
|
+
export declare const de_DescribeFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetsCommandOutput>;
|
|
468
|
+
/**
|
|
469
|
+
* deserializeAws_json1_1DescribeImageBuildersCommand
|
|
470
|
+
*/
|
|
471
|
+
export declare const de_DescribeImageBuildersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageBuildersCommandOutput>;
|
|
472
|
+
/**
|
|
473
|
+
* deserializeAws_json1_1DescribeImagePermissionsCommand
|
|
474
|
+
*/
|
|
475
|
+
export declare const de_DescribeImagePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagePermissionsCommandOutput>;
|
|
476
|
+
/**
|
|
477
|
+
* deserializeAws_json1_1DescribeImagesCommand
|
|
478
|
+
*/
|
|
479
|
+
export declare const de_DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
|
|
480
|
+
/**
|
|
481
|
+
* deserializeAws_json1_1DescribeSessionsCommand
|
|
482
|
+
*/
|
|
483
|
+
export declare const de_DescribeSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSessionsCommandOutput>;
|
|
484
|
+
/**
|
|
485
|
+
* deserializeAws_json1_1DescribeStacksCommand
|
|
486
|
+
*/
|
|
487
|
+
export declare const de_DescribeStacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStacksCommandOutput>;
|
|
488
|
+
/**
|
|
489
|
+
* deserializeAws_json1_1DescribeUsageReportSubscriptionsCommand
|
|
490
|
+
*/
|
|
491
|
+
export declare const de_DescribeUsageReportSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUsageReportSubscriptionsCommandOutput>;
|
|
492
|
+
/**
|
|
493
|
+
* deserializeAws_json1_1DescribeUsersCommand
|
|
494
|
+
*/
|
|
495
|
+
export declare const de_DescribeUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUsersCommandOutput>;
|
|
496
|
+
/**
|
|
497
|
+
* deserializeAws_json1_1DescribeUserStackAssociationsCommand
|
|
498
|
+
*/
|
|
499
|
+
export declare const de_DescribeUserStackAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserStackAssociationsCommandOutput>;
|
|
500
|
+
/**
|
|
501
|
+
* deserializeAws_json1_1DisableUserCommand
|
|
502
|
+
*/
|
|
503
|
+
export declare const de_DisableUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableUserCommandOutput>;
|
|
504
|
+
/**
|
|
505
|
+
* deserializeAws_json1_1DisassociateApplicationFleetCommand
|
|
506
|
+
*/
|
|
507
|
+
export declare const de_DisassociateApplicationFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApplicationFleetCommandOutput>;
|
|
508
|
+
/**
|
|
509
|
+
* deserializeAws_json1_1DisassociateApplicationFromEntitlementCommand
|
|
510
|
+
*/
|
|
511
|
+
export declare const de_DisassociateApplicationFromEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApplicationFromEntitlementCommandOutput>;
|
|
512
|
+
/**
|
|
513
|
+
* deserializeAws_json1_1DisassociateFleetCommand
|
|
514
|
+
*/
|
|
515
|
+
export declare const de_DisassociateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFleetCommandOutput>;
|
|
516
|
+
/**
|
|
517
|
+
* deserializeAws_json1_1EnableUserCommand
|
|
518
|
+
*/
|
|
519
|
+
export declare const de_EnableUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableUserCommandOutput>;
|
|
520
|
+
/**
|
|
521
|
+
* deserializeAws_json1_1ExpireSessionCommand
|
|
522
|
+
*/
|
|
523
|
+
export declare const de_ExpireSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExpireSessionCommandOutput>;
|
|
524
|
+
/**
|
|
525
|
+
* deserializeAws_json1_1ListAssociatedFleetsCommand
|
|
526
|
+
*/
|
|
527
|
+
export declare const de_ListAssociatedFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedFleetsCommandOutput>;
|
|
528
|
+
/**
|
|
529
|
+
* deserializeAws_json1_1ListAssociatedStacksCommand
|
|
530
|
+
*/
|
|
531
|
+
export declare const de_ListAssociatedStacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedStacksCommandOutput>;
|
|
532
|
+
/**
|
|
533
|
+
* deserializeAws_json1_1ListEntitledApplicationsCommand
|
|
534
|
+
*/
|
|
535
|
+
export declare const de_ListEntitledApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitledApplicationsCommandOutput>;
|
|
536
|
+
/**
|
|
537
|
+
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
538
|
+
*/
|
|
539
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
540
|
+
/**
|
|
541
|
+
* deserializeAws_json1_1StartFleetCommand
|
|
542
|
+
*/
|
|
543
|
+
export declare const de_StartFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFleetCommandOutput>;
|
|
544
|
+
/**
|
|
545
|
+
* deserializeAws_json1_1StartImageBuilderCommand
|
|
546
|
+
*/
|
|
547
|
+
export declare const de_StartImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImageBuilderCommandOutput>;
|
|
548
|
+
/**
|
|
549
|
+
* deserializeAws_json1_1StopFleetCommand
|
|
550
|
+
*/
|
|
551
|
+
export declare const de_StopFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFleetCommandOutput>;
|
|
552
|
+
/**
|
|
553
|
+
* deserializeAws_json1_1StopImageBuilderCommand
|
|
554
|
+
*/
|
|
555
|
+
export declare const de_StopImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopImageBuilderCommandOutput>;
|
|
556
|
+
/**
|
|
557
|
+
* deserializeAws_json1_1TagResourceCommand
|
|
558
|
+
*/
|
|
559
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
560
|
+
/**
|
|
561
|
+
* deserializeAws_json1_1UntagResourceCommand
|
|
562
|
+
*/
|
|
563
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
564
|
+
/**
|
|
565
|
+
* deserializeAws_json1_1UpdateApplicationCommand
|
|
566
|
+
*/
|
|
567
|
+
export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
|
|
568
|
+
/**
|
|
569
|
+
* deserializeAws_json1_1UpdateDirectoryConfigCommand
|
|
570
|
+
*/
|
|
571
|
+
export declare const de_UpdateDirectoryConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDirectoryConfigCommandOutput>;
|
|
572
|
+
/**
|
|
573
|
+
* deserializeAws_json1_1UpdateEntitlementCommand
|
|
574
|
+
*/
|
|
575
|
+
export declare const de_UpdateEntitlementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEntitlementCommandOutput>;
|
|
576
|
+
/**
|
|
577
|
+
* deserializeAws_json1_1UpdateFleetCommand
|
|
578
|
+
*/
|
|
579
|
+
export declare const de_UpdateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCommandOutput>;
|
|
580
|
+
/**
|
|
581
|
+
* deserializeAws_json1_1UpdateImagePermissionsCommand
|
|
582
|
+
*/
|
|
583
|
+
export declare const de_UpdateImagePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImagePermissionsCommandOutput>;
|
|
584
|
+
/**
|
|
585
|
+
* deserializeAws_json1_1UpdateStackCommand
|
|
586
|
+
*/
|
|
587
|
+
export declare const de_UpdateStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStackCommandOutput>;
|