@aws-sdk/client-appstream 3.42.0 → 3.47.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/CHANGELOG.md +51 -0
- package/README.md +7 -7
- package/dist-cjs/AppStream.js +255 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +36 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/CreateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +36 -0
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/UpdateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/index.js +17 -0
- package/dist-cjs/endpoints.js +1 -12
- package/dist-cjs/models/models_0.js +254 -68
- package/dist-cjs/protocols/Aws_json1_1.js +1964 -115
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/AppStream.js +255 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +39 -0
- package/dist-es/commands/CreateAppBlockCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/CreateEntitlementCommand.js +39 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteEntitlementCommand.js +39 -0
- package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
- package/dist-es/commands/DescribeEntitlementsCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +39 -0
- package/dist-es/commands/ListEntitledApplicationsCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/UpdateEntitlementCommand.js +39 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/endpoints.js +1 -12
- package/dist-es/models/models_0.js +176 -48
- package/dist-es/protocols/Aws_json1_1.js +2134 -222
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/AppStream.d.ts +158 -4
- package/dist-types/AppStreamClient.d.ts +24 -3
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +40 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +21 -3
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +982 -95
- package/dist-types/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/AppStream.d.ts +85 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +22 -3
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +549 -64
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -18,10 +18,31 @@ export var Action;
|
|
|
18
18
|
Action["FILE_UPLOAD"] = "FILE_UPLOAD";
|
|
19
19
|
Action["PRINTING_TO_LOCAL_DEVICE"] = "PRINTING_TO_LOCAL_DEVICE";
|
|
20
20
|
})(Action || (Action = {}));
|
|
21
|
+
export var S3Location;
|
|
22
|
+
(function (S3Location) {
|
|
23
|
+
S3Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
24
|
+
})(S3Location || (S3Location = {}));
|
|
25
|
+
export var ScriptDetails;
|
|
26
|
+
(function (ScriptDetails) {
|
|
27
|
+
ScriptDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
|
+
})(ScriptDetails || (ScriptDetails = {}));
|
|
29
|
+
export var AppBlock;
|
|
30
|
+
(function (AppBlock) {
|
|
31
|
+
AppBlock.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
|
+
})(AppBlock || (AppBlock = {}));
|
|
21
33
|
export var Application;
|
|
22
34
|
(function (Application) {
|
|
23
35
|
Application.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
24
36
|
})(Application || (Application = {}));
|
|
37
|
+
export var ApplicationAttribute;
|
|
38
|
+
(function (ApplicationAttribute) {
|
|
39
|
+
ApplicationAttribute["LAUNCH_PARAMETERS"] = "LAUNCH_PARAMETERS";
|
|
40
|
+
ApplicationAttribute["WORKING_DIRECTORY"] = "WORKING_DIRECTORY";
|
|
41
|
+
})(ApplicationAttribute || (ApplicationAttribute = {}));
|
|
42
|
+
export var ApplicationFleetAssociation;
|
|
43
|
+
(function (ApplicationFleetAssociation) {
|
|
44
|
+
ApplicationFleetAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
+
})(ApplicationFleetAssociation || (ApplicationFleetAssociation = {}));
|
|
25
46
|
export var ApplicationSettings;
|
|
26
47
|
(function (ApplicationSettings) {
|
|
27
48
|
ApplicationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -30,6 +51,27 @@ export var ApplicationSettingsResponse;
|
|
|
30
51
|
(function (ApplicationSettingsResponse) {
|
|
31
52
|
ApplicationSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
53
|
})(ApplicationSettingsResponse || (ApplicationSettingsResponse = {}));
|
|
54
|
+
export var AppVisibility;
|
|
55
|
+
(function (AppVisibility) {
|
|
56
|
+
AppVisibility["ALL"] = "ALL";
|
|
57
|
+
AppVisibility["ASSOCIATED"] = "ASSOCIATED";
|
|
58
|
+
})(AppVisibility || (AppVisibility = {}));
|
|
59
|
+
export var AssociateApplicationFleetRequest;
|
|
60
|
+
(function (AssociateApplicationFleetRequest) {
|
|
61
|
+
AssociateApplicationFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(AssociateApplicationFleetRequest || (AssociateApplicationFleetRequest = {}));
|
|
63
|
+
export var AssociateApplicationFleetResult;
|
|
64
|
+
(function (AssociateApplicationFleetResult) {
|
|
65
|
+
AssociateApplicationFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(AssociateApplicationFleetResult || (AssociateApplicationFleetResult = {}));
|
|
67
|
+
export var AssociateApplicationToEntitlementRequest;
|
|
68
|
+
(function (AssociateApplicationToEntitlementRequest) {
|
|
69
|
+
AssociateApplicationToEntitlementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
})(AssociateApplicationToEntitlementRequest || (AssociateApplicationToEntitlementRequest = {}));
|
|
71
|
+
export var AssociateApplicationToEntitlementResult;
|
|
72
|
+
(function (AssociateApplicationToEntitlementResult) {
|
|
73
|
+
AssociateApplicationToEntitlementResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
})(AssociateApplicationToEntitlementResult || (AssociateApplicationToEntitlementResult = {}));
|
|
33
75
|
export var AssociateFleetRequest;
|
|
34
76
|
(function (AssociateFleetRequest) {
|
|
35
77
|
AssociateFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -38,30 +80,6 @@ export var AssociateFleetResult;
|
|
|
38
80
|
(function (AssociateFleetResult) {
|
|
39
81
|
AssociateFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
82
|
})(AssociateFleetResult || (AssociateFleetResult = {}));
|
|
41
|
-
export var ConcurrentModificationException;
|
|
42
|
-
(function (ConcurrentModificationException) {
|
|
43
|
-
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
-
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
45
|
-
export var IncompatibleImageException;
|
|
46
|
-
(function (IncompatibleImageException) {
|
|
47
|
-
IncompatibleImageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
-
})(IncompatibleImageException || (IncompatibleImageException = {}));
|
|
49
|
-
export var InvalidAccountStatusException;
|
|
50
|
-
(function (InvalidAccountStatusException) {
|
|
51
|
-
InvalidAccountStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
-
})(InvalidAccountStatusException || (InvalidAccountStatusException = {}));
|
|
53
|
-
export var LimitExceededException;
|
|
54
|
-
(function (LimitExceededException) {
|
|
55
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
57
|
-
export var OperationNotPermittedException;
|
|
58
|
-
(function (OperationNotPermittedException) {
|
|
59
|
-
OperationNotPermittedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
-
})(OperationNotPermittedException || (OperationNotPermittedException = {}));
|
|
61
|
-
export var ResourceNotFoundException;
|
|
62
|
-
(function (ResourceNotFoundException) {
|
|
63
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
65
83
|
export var AuthenticationType;
|
|
66
84
|
(function (AuthenticationType) {
|
|
67
85
|
AuthenticationType["API"] = "API";
|
|
@@ -95,10 +113,6 @@ export var BatchAssociateUserStackResult;
|
|
|
95
113
|
(function (BatchAssociateUserStackResult) {
|
|
96
114
|
BatchAssociateUserStackResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.errors && { errors: obj.errors.map(function (item) { return UserStackAssociationError.filterSensitiveLog(item); }) }))); };
|
|
97
115
|
})(BatchAssociateUserStackResult || (BatchAssociateUserStackResult = {}));
|
|
98
|
-
export var InvalidParameterCombinationException;
|
|
99
|
-
(function (InvalidParameterCombinationException) {
|
|
100
|
-
InvalidParameterCombinationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
-
})(InvalidParameterCombinationException || (InvalidParameterCombinationException = {}));
|
|
102
116
|
export var BatchDisassociateUserStackRequest;
|
|
103
117
|
(function (BatchDisassociateUserStackRequest) {
|
|
104
118
|
BatchDisassociateUserStackRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserStackAssociations && {
|
|
@@ -125,14 +139,22 @@ export var CopyImageResponse;
|
|
|
125
139
|
(function (CopyImageResponse) {
|
|
126
140
|
CopyImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
141
|
})(CopyImageResponse || (CopyImageResponse = {}));
|
|
128
|
-
export var
|
|
129
|
-
(function (
|
|
130
|
-
|
|
131
|
-
})(
|
|
132
|
-
export var
|
|
133
|
-
(function (
|
|
134
|
-
|
|
135
|
-
})(
|
|
142
|
+
export var CreateAppBlockRequest;
|
|
143
|
+
(function (CreateAppBlockRequest) {
|
|
144
|
+
CreateAppBlockRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
})(CreateAppBlockRequest || (CreateAppBlockRequest = {}));
|
|
146
|
+
export var CreateAppBlockResult;
|
|
147
|
+
(function (CreateAppBlockResult) {
|
|
148
|
+
CreateAppBlockResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
})(CreateAppBlockResult || (CreateAppBlockResult = {}));
|
|
150
|
+
export var CreateApplicationRequest;
|
|
151
|
+
(function (CreateApplicationRequest) {
|
|
152
|
+
CreateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
})(CreateApplicationRequest || (CreateApplicationRequest = {}));
|
|
154
|
+
export var CreateApplicationResult;
|
|
155
|
+
(function (CreateApplicationResult) {
|
|
156
|
+
CreateApplicationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
})(CreateApplicationResult || (CreateApplicationResult = {}));
|
|
136
158
|
export var ServiceAccountCredentials;
|
|
137
159
|
(function (ServiceAccountCredentials) {
|
|
138
160
|
ServiceAccountCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AccountName && { AccountName: SENSITIVE_STRING })), (obj.AccountPassword && { AccountPassword: SENSITIVE_STRING }))); };
|
|
@@ -153,10 +175,22 @@ export var CreateDirectoryConfigResult;
|
|
|
153
175
|
(function (CreateDirectoryConfigResult) {
|
|
154
176
|
CreateDirectoryConfigResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DirectoryConfig && { DirectoryConfig: DirectoryConfig.filterSensitiveLog(obj.DirectoryConfig) }))); };
|
|
155
177
|
})(CreateDirectoryConfigResult || (CreateDirectoryConfigResult = {}));
|
|
156
|
-
export var
|
|
157
|
-
(function (
|
|
158
|
-
|
|
159
|
-
})(
|
|
178
|
+
export var EntitlementAttribute;
|
|
179
|
+
(function (EntitlementAttribute) {
|
|
180
|
+
EntitlementAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
})(EntitlementAttribute || (EntitlementAttribute = {}));
|
|
182
|
+
export var CreateEntitlementRequest;
|
|
183
|
+
(function (CreateEntitlementRequest) {
|
|
184
|
+
CreateEntitlementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
})(CreateEntitlementRequest || (CreateEntitlementRequest = {}));
|
|
186
|
+
export var Entitlement;
|
|
187
|
+
(function (Entitlement) {
|
|
188
|
+
Entitlement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
})(Entitlement || (Entitlement = {}));
|
|
190
|
+
export var CreateEntitlementResult;
|
|
191
|
+
(function (CreateEntitlementResult) {
|
|
192
|
+
CreateEntitlementResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
})(CreateEntitlementResult || (CreateEntitlementResult = {}));
|
|
160
194
|
export var DomainJoinInfo;
|
|
161
195
|
(function (DomainJoinInfo) {
|
|
162
196
|
DomainJoinInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -164,6 +198,7 @@ export var DomainJoinInfo;
|
|
|
164
198
|
export var FleetType;
|
|
165
199
|
(function (FleetType) {
|
|
166
200
|
FleetType["ALWAYS_ON"] = "ALWAYS_ON";
|
|
201
|
+
FleetType["ELASTIC"] = "ELASTIC";
|
|
167
202
|
FleetType["ON_DEMAND"] = "ON_DEMAND";
|
|
168
203
|
})(FleetType || (FleetType = {}));
|
|
169
204
|
export var StreamView;
|
|
@@ -231,10 +266,6 @@ export var CreateFleetResult;
|
|
|
231
266
|
(function (CreateFleetResult) {
|
|
232
267
|
CreateFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
268
|
})(CreateFleetResult || (CreateFleetResult = {}));
|
|
234
|
-
export var RequestLimitExceededException;
|
|
235
|
-
(function (RequestLimitExceededException) {
|
|
236
|
-
RequestLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(RequestLimitExceededException || (RequestLimitExceededException = {}));
|
|
238
269
|
export var CreateImageBuilderRequest;
|
|
239
270
|
(function (CreateImageBuilderRequest) {
|
|
240
271
|
CreateImageBuilderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -401,6 +432,22 @@ export var CreateUserResult;
|
|
|
401
432
|
(function (CreateUserResult) {
|
|
402
433
|
CreateUserResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
434
|
})(CreateUserResult || (CreateUserResult = {}));
|
|
435
|
+
export var DeleteAppBlockRequest;
|
|
436
|
+
(function (DeleteAppBlockRequest) {
|
|
437
|
+
DeleteAppBlockRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
})(DeleteAppBlockRequest || (DeleteAppBlockRequest = {}));
|
|
439
|
+
export var DeleteAppBlockResult;
|
|
440
|
+
(function (DeleteAppBlockResult) {
|
|
441
|
+
DeleteAppBlockResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
})(DeleteAppBlockResult || (DeleteAppBlockResult = {}));
|
|
443
|
+
export var DeleteApplicationRequest;
|
|
444
|
+
(function (DeleteApplicationRequest) {
|
|
445
|
+
DeleteApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
})(DeleteApplicationRequest || (DeleteApplicationRequest = {}));
|
|
447
|
+
export var DeleteApplicationResult;
|
|
448
|
+
(function (DeleteApplicationResult) {
|
|
449
|
+
DeleteApplicationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
})(DeleteApplicationResult || (DeleteApplicationResult = {}));
|
|
404
451
|
export var DeleteDirectoryConfigRequest;
|
|
405
452
|
(function (DeleteDirectoryConfigRequest) {
|
|
406
453
|
DeleteDirectoryConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -409,10 +456,14 @@ export var DeleteDirectoryConfigResult;
|
|
|
409
456
|
(function (DeleteDirectoryConfigResult) {
|
|
410
457
|
DeleteDirectoryConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
458
|
})(DeleteDirectoryConfigResult || (DeleteDirectoryConfigResult = {}));
|
|
412
|
-
export var
|
|
413
|
-
(function (
|
|
414
|
-
|
|
415
|
-
})(
|
|
459
|
+
export var DeleteEntitlementRequest;
|
|
460
|
+
(function (DeleteEntitlementRequest) {
|
|
461
|
+
DeleteEntitlementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
})(DeleteEntitlementRequest || (DeleteEntitlementRequest = {}));
|
|
463
|
+
export var DeleteEntitlementResult;
|
|
464
|
+
(function (DeleteEntitlementResult) {
|
|
465
|
+
DeleteEntitlementResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
})(DeleteEntitlementResult || (DeleteEntitlementResult = {}));
|
|
416
467
|
export var DeleteFleetRequest;
|
|
417
468
|
(function (DeleteFleetRequest) {
|
|
418
469
|
DeleteFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -469,6 +520,30 @@ export var DeleteUserResult;
|
|
|
469
520
|
(function (DeleteUserResult) {
|
|
470
521
|
DeleteUserResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
522
|
})(DeleteUserResult || (DeleteUserResult = {}));
|
|
523
|
+
export var DescribeAppBlocksRequest;
|
|
524
|
+
(function (DescribeAppBlocksRequest) {
|
|
525
|
+
DescribeAppBlocksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
})(DescribeAppBlocksRequest || (DescribeAppBlocksRequest = {}));
|
|
527
|
+
export var DescribeAppBlocksResult;
|
|
528
|
+
(function (DescribeAppBlocksResult) {
|
|
529
|
+
DescribeAppBlocksResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
})(DescribeAppBlocksResult || (DescribeAppBlocksResult = {}));
|
|
531
|
+
export var DescribeApplicationFleetAssociationsRequest;
|
|
532
|
+
(function (DescribeApplicationFleetAssociationsRequest) {
|
|
533
|
+
DescribeApplicationFleetAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
})(DescribeApplicationFleetAssociationsRequest || (DescribeApplicationFleetAssociationsRequest = {}));
|
|
535
|
+
export var DescribeApplicationFleetAssociationsResult;
|
|
536
|
+
(function (DescribeApplicationFleetAssociationsResult) {
|
|
537
|
+
DescribeApplicationFleetAssociationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
})(DescribeApplicationFleetAssociationsResult || (DescribeApplicationFleetAssociationsResult = {}));
|
|
539
|
+
export var DescribeApplicationsRequest;
|
|
540
|
+
(function (DescribeApplicationsRequest) {
|
|
541
|
+
DescribeApplicationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
})(DescribeApplicationsRequest || (DescribeApplicationsRequest = {}));
|
|
543
|
+
export var DescribeApplicationsResult;
|
|
544
|
+
(function (DescribeApplicationsResult) {
|
|
545
|
+
DescribeApplicationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
})(DescribeApplicationsResult || (DescribeApplicationsResult = {}));
|
|
472
547
|
export var DescribeDirectoryConfigsRequest;
|
|
473
548
|
(function (DescribeDirectoryConfigsRequest) {
|
|
474
549
|
DescribeDirectoryConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -479,6 +554,14 @@ export var DescribeDirectoryConfigsResult;
|
|
|
479
554
|
DirectoryConfigs: obj.DirectoryConfigs.map(function (item) { return DirectoryConfig.filterSensitiveLog(item); }),
|
|
480
555
|
}))); };
|
|
481
556
|
})(DescribeDirectoryConfigsResult || (DescribeDirectoryConfigsResult = {}));
|
|
557
|
+
export var DescribeEntitlementsRequest;
|
|
558
|
+
(function (DescribeEntitlementsRequest) {
|
|
559
|
+
DescribeEntitlementsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
})(DescribeEntitlementsRequest || (DescribeEntitlementsRequest = {}));
|
|
561
|
+
export var DescribeEntitlementsResult;
|
|
562
|
+
(function (DescribeEntitlementsResult) {
|
|
563
|
+
DescribeEntitlementsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
})(DescribeEntitlementsResult || (DescribeEntitlementsResult = {}));
|
|
482
565
|
export var DescribeFleetsRequest;
|
|
483
566
|
(function (DescribeFleetsRequest) {
|
|
484
567
|
DescribeFleetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -598,6 +681,22 @@ export var DisableUserResult;
|
|
|
598
681
|
(function (DisableUserResult) {
|
|
599
682
|
DisableUserResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
683
|
})(DisableUserResult || (DisableUserResult = {}));
|
|
684
|
+
export var DisassociateApplicationFleetRequest;
|
|
685
|
+
(function (DisassociateApplicationFleetRequest) {
|
|
686
|
+
DisassociateApplicationFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
})(DisassociateApplicationFleetRequest || (DisassociateApplicationFleetRequest = {}));
|
|
688
|
+
export var DisassociateApplicationFleetResult;
|
|
689
|
+
(function (DisassociateApplicationFleetResult) {
|
|
690
|
+
DisassociateApplicationFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
})(DisassociateApplicationFleetResult || (DisassociateApplicationFleetResult = {}));
|
|
692
|
+
export var DisassociateApplicationFromEntitlementRequest;
|
|
693
|
+
(function (DisassociateApplicationFromEntitlementRequest) {
|
|
694
|
+
DisassociateApplicationFromEntitlementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
})(DisassociateApplicationFromEntitlementRequest || (DisassociateApplicationFromEntitlementRequest = {}));
|
|
696
|
+
export var DisassociateApplicationFromEntitlementResult;
|
|
697
|
+
(function (DisassociateApplicationFromEntitlementResult) {
|
|
698
|
+
DisassociateApplicationFromEntitlementResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
})(DisassociateApplicationFromEntitlementResult || (DisassociateApplicationFromEntitlementResult = {}));
|
|
601
700
|
export var DisassociateFleetRequest;
|
|
602
701
|
(function (DisassociateFleetRequest) {
|
|
603
702
|
DisassociateFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -614,6 +713,10 @@ export var EnableUserResult;
|
|
|
614
713
|
(function (EnableUserResult) {
|
|
615
714
|
EnableUserResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
715
|
})(EnableUserResult || (EnableUserResult = {}));
|
|
716
|
+
export var EntitledApplication;
|
|
717
|
+
(function (EntitledApplication) {
|
|
718
|
+
EntitledApplication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
})(EntitledApplication || (EntitledApplication = {}));
|
|
617
720
|
export var ExpireSessionRequest;
|
|
618
721
|
(function (ExpireSessionRequest) {
|
|
619
722
|
ExpireSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -626,6 +729,7 @@ export var FleetAttribute;
|
|
|
626
729
|
(function (FleetAttribute) {
|
|
627
730
|
FleetAttribute["DOMAIN_JOIN_INFO"] = "DOMAIN_JOIN_INFO";
|
|
628
731
|
FleetAttribute["IAM_ROLE_ARN"] = "IAM_ROLE_ARN";
|
|
732
|
+
FleetAttribute["USB_DEVICE_FILTER_STRINGS"] = "USB_DEVICE_FILTER_STRINGS";
|
|
629
733
|
FleetAttribute["VPC_CONFIGURATION"] = "VPC_CONFIGURATION";
|
|
630
734
|
FleetAttribute["VPC_CONFIGURATION_SECURITY_GROUP_IDS"] = "VPC_CONFIGURATION_SECURITY_GROUP_IDS";
|
|
631
735
|
})(FleetAttribute || (FleetAttribute = {}));
|
|
@@ -645,6 +749,14 @@ export var ListAssociatedStacksResult;
|
|
|
645
749
|
(function (ListAssociatedStacksResult) {
|
|
646
750
|
ListAssociatedStacksResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
751
|
})(ListAssociatedStacksResult || (ListAssociatedStacksResult = {}));
|
|
752
|
+
export var ListEntitledApplicationsRequest;
|
|
753
|
+
(function (ListEntitledApplicationsRequest) {
|
|
754
|
+
ListEntitledApplicationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
})(ListEntitledApplicationsRequest || (ListEntitledApplicationsRequest = {}));
|
|
756
|
+
export var ListEntitledApplicationsResult;
|
|
757
|
+
(function (ListEntitledApplicationsResult) {
|
|
758
|
+
ListEntitledApplicationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
})(ListEntitledApplicationsResult || (ListEntitledApplicationsResult = {}));
|
|
648
760
|
export var ListTagsForResourceRequest;
|
|
649
761
|
(function (ListTagsForResourceRequest) {
|
|
650
762
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -701,6 +813,14 @@ export var UntagResourceResponse;
|
|
|
701
813
|
(function (UntagResourceResponse) {
|
|
702
814
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
815
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
816
|
+
export var UpdateApplicationRequest;
|
|
817
|
+
(function (UpdateApplicationRequest) {
|
|
818
|
+
UpdateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
})(UpdateApplicationRequest || (UpdateApplicationRequest = {}));
|
|
820
|
+
export var UpdateApplicationResult;
|
|
821
|
+
(function (UpdateApplicationResult) {
|
|
822
|
+
UpdateApplicationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
})(UpdateApplicationResult || (UpdateApplicationResult = {}));
|
|
704
824
|
export var UpdateDirectoryConfigRequest;
|
|
705
825
|
(function (UpdateDirectoryConfigRequest) {
|
|
706
826
|
UpdateDirectoryConfigRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServiceAccountCredentials && {
|
|
@@ -711,6 +831,14 @@ export var UpdateDirectoryConfigResult;
|
|
|
711
831
|
(function (UpdateDirectoryConfigResult) {
|
|
712
832
|
UpdateDirectoryConfigResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DirectoryConfig && { DirectoryConfig: DirectoryConfig.filterSensitiveLog(obj.DirectoryConfig) }))); };
|
|
713
833
|
})(UpdateDirectoryConfigResult || (UpdateDirectoryConfigResult = {}));
|
|
834
|
+
export var UpdateEntitlementRequest;
|
|
835
|
+
(function (UpdateEntitlementRequest) {
|
|
836
|
+
UpdateEntitlementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
})(UpdateEntitlementRequest || (UpdateEntitlementRequest = {}));
|
|
838
|
+
export var UpdateEntitlementResult;
|
|
839
|
+
(function (UpdateEntitlementResult) {
|
|
840
|
+
UpdateEntitlementResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
})(UpdateEntitlementResult || (UpdateEntitlementResult = {}));
|
|
714
842
|
export var UpdateFleetRequest;
|
|
715
843
|
(function (UpdateFleetRequest) {
|
|
716
844
|
UpdateFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|