@aws-sdk/client-appstream 3.42.0 → 3.43.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 +11 -0
- package/README.md +7 -7
- package/dist-cjs/AppStream.js +150 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.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/DisassociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +185 -34
- package/dist-cjs/protocols/Aws_json1_1.js +1329 -241
- package/dist-es/AppStream.js +150 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/CreateAppBlockCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.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/DisassociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +127 -24
- package/dist-es/protocols/Aws_json1_1.js +1154 -33
- package/dist-types/AppStream.d.ts +104 -4
- package/dist-types/AppStreamClient.d.ts +12 -2
- package/dist-types/commands/AssociateApplicationFleetCommand.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/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/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/DisassociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +21 -3
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +647 -63
- package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/ts3.4/AppStream.d.ts +50 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +12 -2
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.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/DeleteAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.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/DisassociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +368 -42
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
- package/package.json +2 -2
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
export * from "./AssociateApplicationFleetCommand";
|
|
1
2
|
export * from "./AssociateFleetCommand";
|
|
2
3
|
export * from "./BatchAssociateUserStackCommand";
|
|
3
4
|
export * from "./BatchDisassociateUserStackCommand";
|
|
4
5
|
export * from "./CopyImageCommand";
|
|
6
|
+
export * from "./CreateAppBlockCommand";
|
|
7
|
+
export * from "./CreateApplicationCommand";
|
|
5
8
|
export * from "./CreateDirectoryConfigCommand";
|
|
6
9
|
export * from "./CreateFleetCommand";
|
|
7
10
|
export * from "./CreateImageBuilderCommand";
|
|
@@ -11,6 +14,8 @@ export * from "./CreateStreamingURLCommand";
|
|
|
11
14
|
export * from "./CreateUpdatedImageCommand";
|
|
12
15
|
export * from "./CreateUsageReportSubscriptionCommand";
|
|
13
16
|
export * from "./CreateUserCommand";
|
|
17
|
+
export * from "./DeleteAppBlockCommand";
|
|
18
|
+
export * from "./DeleteApplicationCommand";
|
|
14
19
|
export * from "./DeleteDirectoryConfigCommand";
|
|
15
20
|
export * from "./DeleteFleetCommand";
|
|
16
21
|
export * from "./DeleteImageBuilderCommand";
|
|
@@ -19,6 +24,9 @@ export * from "./DeleteImagePermissionsCommand";
|
|
|
19
24
|
export * from "./DeleteStackCommand";
|
|
20
25
|
export * from "./DeleteUsageReportSubscriptionCommand";
|
|
21
26
|
export * from "./DeleteUserCommand";
|
|
27
|
+
export * from "./DescribeAppBlocksCommand";
|
|
28
|
+
export * from "./DescribeApplicationFleetAssociationsCommand";
|
|
29
|
+
export * from "./DescribeApplicationsCommand";
|
|
22
30
|
export * from "./DescribeDirectoryConfigsCommand";
|
|
23
31
|
export * from "./DescribeFleetsCommand";
|
|
24
32
|
export * from "./DescribeImageBuildersCommand";
|
|
@@ -30,6 +38,7 @@ export * from "./DescribeUsageReportSubscriptionsCommand";
|
|
|
30
38
|
export * from "./DescribeUserStackAssociationsCommand";
|
|
31
39
|
export * from "./DescribeUsersCommand";
|
|
32
40
|
export * from "./DisableUserCommand";
|
|
41
|
+
export * from "./DisassociateApplicationFleetCommand";
|
|
33
42
|
export * from "./DisassociateFleetCommand";
|
|
34
43
|
export * from "./EnableUserCommand";
|
|
35
44
|
export * from "./ExpireSessionCommand";
|
|
@@ -42,6 +51,7 @@ export * from "./StopFleetCommand";
|
|
|
42
51
|
export * from "./StopImageBuilderCommand";
|
|
43
52
|
export * from "./TagResourceCommand";
|
|
44
53
|
export * from "./UntagResourceCommand";
|
|
54
|
+
export * from "./UpdateApplicationCommand";
|
|
45
55
|
export * from "./UpdateDirectoryConfigCommand";
|
|
46
56
|
export * from "./UpdateFleetCommand";
|
|
47
57
|
export * from "./UpdateImagePermissionsCommand";
|
|
@@ -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,26 +51,22 @@ export var ApplicationSettingsResponse;
|
|
|
30
51
|
(function (ApplicationSettingsResponse) {
|
|
31
52
|
ApplicationSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
53
|
})(ApplicationSettingsResponse || (ApplicationSettingsResponse = {}));
|
|
33
|
-
export var
|
|
34
|
-
(function (
|
|
35
|
-
|
|
36
|
-
})(
|
|
37
|
-
export var
|
|
38
|
-
(function (
|
|
39
|
-
|
|
40
|
-
})(
|
|
54
|
+
export var AssociateApplicationFleetRequest;
|
|
55
|
+
(function (AssociateApplicationFleetRequest) {
|
|
56
|
+
AssociateApplicationFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
+
})(AssociateApplicationFleetRequest || (AssociateApplicationFleetRequest = {}));
|
|
58
|
+
export var AssociateApplicationFleetResult;
|
|
59
|
+
(function (AssociateApplicationFleetResult) {
|
|
60
|
+
AssociateApplicationFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
+
})(AssociateApplicationFleetResult || (AssociateApplicationFleetResult = {}));
|
|
41
62
|
export var ConcurrentModificationException;
|
|
42
63
|
(function (ConcurrentModificationException) {
|
|
43
64
|
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
65
|
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
45
|
-
export var
|
|
46
|
-
(function (
|
|
47
|
-
|
|
48
|
-
})(
|
|
49
|
-
export var InvalidAccountStatusException;
|
|
50
|
-
(function (InvalidAccountStatusException) {
|
|
51
|
-
InvalidAccountStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
-
})(InvalidAccountStatusException || (InvalidAccountStatusException = {}));
|
|
66
|
+
export var InvalidParameterCombinationException;
|
|
67
|
+
(function (InvalidParameterCombinationException) {
|
|
68
|
+
InvalidParameterCombinationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
+
})(InvalidParameterCombinationException || (InvalidParameterCombinationException = {}));
|
|
53
70
|
export var LimitExceededException;
|
|
54
71
|
(function (LimitExceededException) {
|
|
55
72
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -62,6 +79,22 @@ export var ResourceNotFoundException;
|
|
|
62
79
|
(function (ResourceNotFoundException) {
|
|
63
80
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
81
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
82
|
+
export var AssociateFleetRequest;
|
|
83
|
+
(function (AssociateFleetRequest) {
|
|
84
|
+
AssociateFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
+
})(AssociateFleetRequest || (AssociateFleetRequest = {}));
|
|
86
|
+
export var AssociateFleetResult;
|
|
87
|
+
(function (AssociateFleetResult) {
|
|
88
|
+
AssociateFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
+
})(AssociateFleetResult || (AssociateFleetResult = {}));
|
|
90
|
+
export var IncompatibleImageException;
|
|
91
|
+
(function (IncompatibleImageException) {
|
|
92
|
+
IncompatibleImageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
})(IncompatibleImageException || (IncompatibleImageException = {}));
|
|
94
|
+
export var InvalidAccountStatusException;
|
|
95
|
+
(function (InvalidAccountStatusException) {
|
|
96
|
+
InvalidAccountStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
})(InvalidAccountStatusException || (InvalidAccountStatusException = {}));
|
|
65
98
|
export var AuthenticationType;
|
|
66
99
|
(function (AuthenticationType) {
|
|
67
100
|
AuthenticationType["API"] = "API";
|
|
@@ -95,10 +128,6 @@ export var BatchAssociateUserStackResult;
|
|
|
95
128
|
(function (BatchAssociateUserStackResult) {
|
|
96
129
|
BatchAssociateUserStackResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.errors && { errors: obj.errors.map(function (item) { return UserStackAssociationError.filterSensitiveLog(item); }) }))); };
|
|
97
130
|
})(BatchAssociateUserStackResult || (BatchAssociateUserStackResult = {}));
|
|
98
|
-
export var InvalidParameterCombinationException;
|
|
99
|
-
(function (InvalidParameterCombinationException) {
|
|
100
|
-
InvalidParameterCombinationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
-
})(InvalidParameterCombinationException || (InvalidParameterCombinationException = {}));
|
|
102
131
|
export var BatchDisassociateUserStackRequest;
|
|
103
132
|
(function (BatchDisassociateUserStackRequest) {
|
|
104
133
|
BatchDisassociateUserStackRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserStackAssociations && {
|
|
@@ -133,6 +162,22 @@ export var ResourceNotAvailableException;
|
|
|
133
162
|
(function (ResourceNotAvailableException) {
|
|
134
163
|
ResourceNotAvailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
164
|
})(ResourceNotAvailableException || (ResourceNotAvailableException = {}));
|
|
165
|
+
export var CreateAppBlockRequest;
|
|
166
|
+
(function (CreateAppBlockRequest) {
|
|
167
|
+
CreateAppBlockRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
})(CreateAppBlockRequest || (CreateAppBlockRequest = {}));
|
|
169
|
+
export var CreateAppBlockResult;
|
|
170
|
+
(function (CreateAppBlockResult) {
|
|
171
|
+
CreateAppBlockResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
})(CreateAppBlockResult || (CreateAppBlockResult = {}));
|
|
173
|
+
export var CreateApplicationRequest;
|
|
174
|
+
(function (CreateApplicationRequest) {
|
|
175
|
+
CreateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
})(CreateApplicationRequest || (CreateApplicationRequest = {}));
|
|
177
|
+
export var CreateApplicationResult;
|
|
178
|
+
(function (CreateApplicationResult) {
|
|
179
|
+
CreateApplicationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
})(CreateApplicationResult || (CreateApplicationResult = {}));
|
|
136
181
|
export var ServiceAccountCredentials;
|
|
137
182
|
(function (ServiceAccountCredentials) {
|
|
138
183
|
ServiceAccountCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AccountName && { AccountName: SENSITIVE_STRING })), (obj.AccountPassword && { AccountPassword: SENSITIVE_STRING }))); };
|
|
@@ -164,6 +209,7 @@ export var DomainJoinInfo;
|
|
|
164
209
|
export var FleetType;
|
|
165
210
|
(function (FleetType) {
|
|
166
211
|
FleetType["ALWAYS_ON"] = "ALWAYS_ON";
|
|
212
|
+
FleetType["ELASTIC"] = "ELASTIC";
|
|
167
213
|
FleetType["ON_DEMAND"] = "ON_DEMAND";
|
|
168
214
|
})(FleetType || (FleetType = {}));
|
|
169
215
|
export var StreamView;
|
|
@@ -401,6 +447,26 @@ export var CreateUserResult;
|
|
|
401
447
|
(function (CreateUserResult) {
|
|
402
448
|
CreateUserResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
449
|
})(CreateUserResult || (CreateUserResult = {}));
|
|
450
|
+
export var DeleteAppBlockRequest;
|
|
451
|
+
(function (DeleteAppBlockRequest) {
|
|
452
|
+
DeleteAppBlockRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
})(DeleteAppBlockRequest || (DeleteAppBlockRequest = {}));
|
|
454
|
+
export var DeleteAppBlockResult;
|
|
455
|
+
(function (DeleteAppBlockResult) {
|
|
456
|
+
DeleteAppBlockResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
})(DeleteAppBlockResult || (DeleteAppBlockResult = {}));
|
|
458
|
+
export var ResourceInUseException;
|
|
459
|
+
(function (ResourceInUseException) {
|
|
460
|
+
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
462
|
+
export var DeleteApplicationRequest;
|
|
463
|
+
(function (DeleteApplicationRequest) {
|
|
464
|
+
DeleteApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
})(DeleteApplicationRequest || (DeleteApplicationRequest = {}));
|
|
466
|
+
export var DeleteApplicationResult;
|
|
467
|
+
(function (DeleteApplicationResult) {
|
|
468
|
+
DeleteApplicationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
})(DeleteApplicationResult || (DeleteApplicationResult = {}));
|
|
404
470
|
export var DeleteDirectoryConfigRequest;
|
|
405
471
|
(function (DeleteDirectoryConfigRequest) {
|
|
406
472
|
DeleteDirectoryConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -409,10 +475,6 @@ export var DeleteDirectoryConfigResult;
|
|
|
409
475
|
(function (DeleteDirectoryConfigResult) {
|
|
410
476
|
DeleteDirectoryConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
477
|
})(DeleteDirectoryConfigResult || (DeleteDirectoryConfigResult = {}));
|
|
412
|
-
export var ResourceInUseException;
|
|
413
|
-
(function (ResourceInUseException) {
|
|
414
|
-
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
416
478
|
export var DeleteFleetRequest;
|
|
417
479
|
(function (DeleteFleetRequest) {
|
|
418
480
|
DeleteFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -469,6 +531,30 @@ export var DeleteUserResult;
|
|
|
469
531
|
(function (DeleteUserResult) {
|
|
470
532
|
DeleteUserResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
533
|
})(DeleteUserResult || (DeleteUserResult = {}));
|
|
534
|
+
export var DescribeAppBlocksRequest;
|
|
535
|
+
(function (DescribeAppBlocksRequest) {
|
|
536
|
+
DescribeAppBlocksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
})(DescribeAppBlocksRequest || (DescribeAppBlocksRequest = {}));
|
|
538
|
+
export var DescribeAppBlocksResult;
|
|
539
|
+
(function (DescribeAppBlocksResult) {
|
|
540
|
+
DescribeAppBlocksResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
})(DescribeAppBlocksResult || (DescribeAppBlocksResult = {}));
|
|
542
|
+
export var DescribeApplicationFleetAssociationsRequest;
|
|
543
|
+
(function (DescribeApplicationFleetAssociationsRequest) {
|
|
544
|
+
DescribeApplicationFleetAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
})(DescribeApplicationFleetAssociationsRequest || (DescribeApplicationFleetAssociationsRequest = {}));
|
|
546
|
+
export var DescribeApplicationFleetAssociationsResult;
|
|
547
|
+
(function (DescribeApplicationFleetAssociationsResult) {
|
|
548
|
+
DescribeApplicationFleetAssociationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
})(DescribeApplicationFleetAssociationsResult || (DescribeApplicationFleetAssociationsResult = {}));
|
|
550
|
+
export var DescribeApplicationsRequest;
|
|
551
|
+
(function (DescribeApplicationsRequest) {
|
|
552
|
+
DescribeApplicationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
})(DescribeApplicationsRequest || (DescribeApplicationsRequest = {}));
|
|
554
|
+
export var DescribeApplicationsResult;
|
|
555
|
+
(function (DescribeApplicationsResult) {
|
|
556
|
+
DescribeApplicationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
})(DescribeApplicationsResult || (DescribeApplicationsResult = {}));
|
|
472
558
|
export var DescribeDirectoryConfigsRequest;
|
|
473
559
|
(function (DescribeDirectoryConfigsRequest) {
|
|
474
560
|
DescribeDirectoryConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -598,6 +684,14 @@ export var DisableUserResult;
|
|
|
598
684
|
(function (DisableUserResult) {
|
|
599
685
|
DisableUserResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
686
|
})(DisableUserResult || (DisableUserResult = {}));
|
|
687
|
+
export var DisassociateApplicationFleetRequest;
|
|
688
|
+
(function (DisassociateApplicationFleetRequest) {
|
|
689
|
+
DisassociateApplicationFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
})(DisassociateApplicationFleetRequest || (DisassociateApplicationFleetRequest = {}));
|
|
691
|
+
export var DisassociateApplicationFleetResult;
|
|
692
|
+
(function (DisassociateApplicationFleetResult) {
|
|
693
|
+
DisassociateApplicationFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
+
})(DisassociateApplicationFleetResult || (DisassociateApplicationFleetResult = {}));
|
|
601
695
|
export var DisassociateFleetRequest;
|
|
602
696
|
(function (DisassociateFleetRequest) {
|
|
603
697
|
DisassociateFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -626,6 +720,7 @@ export var FleetAttribute;
|
|
|
626
720
|
(function (FleetAttribute) {
|
|
627
721
|
FleetAttribute["DOMAIN_JOIN_INFO"] = "DOMAIN_JOIN_INFO";
|
|
628
722
|
FleetAttribute["IAM_ROLE_ARN"] = "IAM_ROLE_ARN";
|
|
723
|
+
FleetAttribute["USB_DEVICE_FILTER_STRINGS"] = "USB_DEVICE_FILTER_STRINGS";
|
|
629
724
|
FleetAttribute["VPC_CONFIGURATION"] = "VPC_CONFIGURATION";
|
|
630
725
|
FleetAttribute["VPC_CONFIGURATION_SECURITY_GROUP_IDS"] = "VPC_CONFIGURATION_SECURITY_GROUP_IDS";
|
|
631
726
|
})(FleetAttribute || (FleetAttribute = {}));
|
|
@@ -701,6 +796,14 @@ export var UntagResourceResponse;
|
|
|
701
796
|
(function (UntagResourceResponse) {
|
|
702
797
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
798
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
799
|
+
export var UpdateApplicationRequest;
|
|
800
|
+
(function (UpdateApplicationRequest) {
|
|
801
|
+
UpdateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
})(UpdateApplicationRequest || (UpdateApplicationRequest = {}));
|
|
803
|
+
export var UpdateApplicationResult;
|
|
804
|
+
(function (UpdateApplicationResult) {
|
|
805
|
+
UpdateApplicationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
})(UpdateApplicationResult || (UpdateApplicationResult = {}));
|
|
704
807
|
export var UpdateDirectoryConfigRequest;
|
|
705
808
|
(function (UpdateDirectoryConfigRequest) {
|
|
706
809
|
UpdateDirectoryConfigRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServiceAccountCredentials && {
|