@aws-sdk/client-appstream 3.181.0 → 3.183.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 +8 -0
- package/dist-es/AppStream.js +262 -269
- package/dist-es/AppStreamClient.js +22 -28
- package/dist-es/commands/AssociateApplicationFleetCommand.js +21 -28
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +21 -28
- package/dist-es/commands/AssociateFleetCommand.js +21 -28
- package/dist-es/commands/BatchAssociateUserStackCommand.js +21 -28
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +21 -28
- package/dist-es/commands/CopyImageCommand.js +21 -28
- package/dist-es/commands/CreateAppBlockCommand.js +21 -28
- package/dist-es/commands/CreateApplicationCommand.js +21 -28
- package/dist-es/commands/CreateDirectoryConfigCommand.js +21 -28
- package/dist-es/commands/CreateEntitlementCommand.js +21 -28
- package/dist-es/commands/CreateFleetCommand.js +21 -28
- package/dist-es/commands/CreateImageBuilderCommand.js +21 -28
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +21 -28
- package/dist-es/commands/CreateStackCommand.js +21 -28
- package/dist-es/commands/CreateStreamingURLCommand.js +21 -28
- package/dist-es/commands/CreateUpdatedImageCommand.js +21 -28
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +21 -28
- package/dist-es/commands/CreateUserCommand.js +21 -28
- package/dist-es/commands/DeleteAppBlockCommand.js +21 -28
- package/dist-es/commands/DeleteApplicationCommand.js +21 -28
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +21 -28
- package/dist-es/commands/DeleteEntitlementCommand.js +21 -28
- package/dist-es/commands/DeleteFleetCommand.js +21 -28
- package/dist-es/commands/DeleteImageBuilderCommand.js +21 -28
- package/dist-es/commands/DeleteImageCommand.js +21 -28
- package/dist-es/commands/DeleteImagePermissionsCommand.js +21 -28
- package/dist-es/commands/DeleteStackCommand.js +21 -28
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +21 -28
- package/dist-es/commands/DeleteUserCommand.js +21 -28
- package/dist-es/commands/DescribeAppBlocksCommand.js +21 -28
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +21 -28
- package/dist-es/commands/DescribeApplicationsCommand.js +21 -28
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +21 -28
- package/dist-es/commands/DescribeEntitlementsCommand.js +21 -28
- package/dist-es/commands/DescribeFleetsCommand.js +21 -28
- package/dist-es/commands/DescribeImageBuildersCommand.js +21 -28
- package/dist-es/commands/DescribeImagePermissionsCommand.js +21 -28
- package/dist-es/commands/DescribeImagesCommand.js +21 -28
- package/dist-es/commands/DescribeSessionsCommand.js +21 -28
- package/dist-es/commands/DescribeStacksCommand.js +21 -28
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +21 -28
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +21 -28
- package/dist-es/commands/DescribeUsersCommand.js +21 -28
- package/dist-es/commands/DisableUserCommand.js +21 -28
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +21 -28
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +21 -28
- package/dist-es/commands/DisassociateFleetCommand.js +21 -28
- package/dist-es/commands/EnableUserCommand.js +21 -28
- package/dist-es/commands/ExpireSessionCommand.js +21 -28
- package/dist-es/commands/ListAssociatedFleetsCommand.js +21 -28
- package/dist-es/commands/ListAssociatedStacksCommand.js +21 -28
- package/dist-es/commands/ListEntitledApplicationsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/StartFleetCommand.js +21 -28
- package/dist-es/commands/StartImageBuilderCommand.js +21 -28
- package/dist-es/commands/StopFleetCommand.js +21 -28
- package/dist-es/commands/StopImageBuilderCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateApplicationCommand.js +21 -28
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +21 -28
- package/dist-es/commands/UpdateEntitlementCommand.js +21 -28
- package/dist-es/commands/UpdateFleetCommand.js +21 -28
- package/dist-es/commands/UpdateImagePermissionsCommand.js +21 -28
- package/dist-es/commands/UpdateStackCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/AppStreamServiceException.js +5 -10
- package/dist-es/models/models_0.js +714 -353
- package/dist-es/pagination/DescribeImagePermissionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeImagesPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +4320 -5434
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForFleetStarted.js +64 -115
- package/dist-es/waiters/waitForFleetStopped.js +64 -115
- package/package.json +34 -34
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { AppStreamServiceException as __BaseException } from "./AppStreamServiceException";
|
|
4
3
|
export var AccessEndpointType;
|
|
@@ -25,110 +24,110 @@ export var AppVisibility;
|
|
|
25
24
|
AppVisibility["ALL"] = "ALL";
|
|
26
25
|
AppVisibility["ASSOCIATED"] = "ASSOCIATED";
|
|
27
26
|
})(AppVisibility || (AppVisibility = {}));
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
27
|
+
export class ConcurrentModificationException extends __BaseException {
|
|
28
|
+
constructor(opts) {
|
|
29
|
+
super({
|
|
30
|
+
name: "ConcurrentModificationException",
|
|
31
|
+
$fault: "client",
|
|
32
|
+
...opts,
|
|
33
|
+
});
|
|
34
|
+
this.name = "ConcurrentModificationException";
|
|
35
|
+
this.$fault = "client";
|
|
36
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
37
|
+
this.Message = opts.Message;
|
|
37
38
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
39
|
+
}
|
|
40
|
+
export class InvalidParameterCombinationException extends __BaseException {
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "InvalidParameterCombinationException",
|
|
44
|
+
$fault: "client",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
this.name = "InvalidParameterCombinationException";
|
|
48
|
+
this.$fault = "client";
|
|
49
|
+
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
50
|
+
this.Message = opts.Message;
|
|
50
51
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
52
|
+
}
|
|
53
|
+
export class LimitExceededException extends __BaseException {
|
|
54
|
+
constructor(opts) {
|
|
55
|
+
super({
|
|
56
|
+
name: "LimitExceededException",
|
|
57
|
+
$fault: "client",
|
|
58
|
+
...opts,
|
|
59
|
+
});
|
|
60
|
+
this.name = "LimitExceededException";
|
|
61
|
+
this.$fault = "client";
|
|
62
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
63
|
+
this.Message = opts.Message;
|
|
63
64
|
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
65
|
+
}
|
|
66
|
+
export class OperationNotPermittedException extends __BaseException {
|
|
67
|
+
constructor(opts) {
|
|
68
|
+
super({
|
|
69
|
+
name: "OperationNotPermittedException",
|
|
70
|
+
$fault: "client",
|
|
71
|
+
...opts,
|
|
72
|
+
});
|
|
73
|
+
this.name = "OperationNotPermittedException";
|
|
74
|
+
this.$fault = "client";
|
|
75
|
+
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
76
|
+
this.Message = opts.Message;
|
|
76
77
|
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
78
|
+
}
|
|
79
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
80
|
+
constructor(opts) {
|
|
81
|
+
super({
|
|
82
|
+
name: "ResourceNotFoundException",
|
|
83
|
+
$fault: "client",
|
|
84
|
+
...opts,
|
|
85
|
+
});
|
|
86
|
+
this.name = "ResourceNotFoundException";
|
|
87
|
+
this.$fault = "client";
|
|
88
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
89
|
+
this.Message = opts.Message;
|
|
89
90
|
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
91
|
+
}
|
|
92
|
+
export class EntitlementNotFoundException extends __BaseException {
|
|
93
|
+
constructor(opts) {
|
|
94
|
+
super({
|
|
95
|
+
name: "EntitlementNotFoundException",
|
|
96
|
+
$fault: "client",
|
|
97
|
+
...opts,
|
|
98
|
+
});
|
|
99
|
+
this.name = "EntitlementNotFoundException";
|
|
100
|
+
this.$fault = "client";
|
|
101
|
+
Object.setPrototypeOf(this, EntitlementNotFoundException.prototype);
|
|
102
|
+
this.Message = opts.Message;
|
|
102
103
|
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
104
|
+
}
|
|
105
|
+
export class IncompatibleImageException extends __BaseException {
|
|
106
|
+
constructor(opts) {
|
|
107
|
+
super({
|
|
108
|
+
name: "IncompatibleImageException",
|
|
109
|
+
$fault: "client",
|
|
110
|
+
...opts,
|
|
111
|
+
});
|
|
112
|
+
this.name = "IncompatibleImageException";
|
|
113
|
+
this.$fault = "client";
|
|
114
|
+
Object.setPrototypeOf(this, IncompatibleImageException.prototype);
|
|
115
|
+
this.Message = opts.Message;
|
|
115
116
|
}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
117
|
+
}
|
|
118
|
+
export class InvalidAccountStatusException extends __BaseException {
|
|
119
|
+
constructor(opts) {
|
|
120
|
+
super({
|
|
121
|
+
name: "InvalidAccountStatusException",
|
|
122
|
+
$fault: "client",
|
|
123
|
+
...opts,
|
|
124
|
+
});
|
|
125
|
+
this.name = "InvalidAccountStatusException";
|
|
126
|
+
this.$fault = "client";
|
|
127
|
+
Object.setPrototypeOf(this, InvalidAccountStatusException.prototype);
|
|
128
|
+
this.Message = opts.Message;
|
|
128
129
|
}
|
|
129
|
-
|
|
130
|
-
}(__BaseException));
|
|
131
|
-
export { InvalidAccountStatusException };
|
|
130
|
+
}
|
|
132
131
|
export var AuthenticationType;
|
|
133
132
|
(function (AuthenticationType) {
|
|
134
133
|
AuthenticationType["API"] = "API";
|
|
@@ -142,58 +141,58 @@ export var UserStackAssociationErrorCode;
|
|
|
142
141
|
UserStackAssociationErrorCode["STACK_NOT_FOUND"] = "STACK_NOT_FOUND";
|
|
143
142
|
UserStackAssociationErrorCode["USER_NAME_NOT_FOUND"] = "USER_NAME_NOT_FOUND";
|
|
144
143
|
})(UserStackAssociationErrorCode || (UserStackAssociationErrorCode = {}));
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
144
|
+
export class ResourceAlreadyExistsException extends __BaseException {
|
|
145
|
+
constructor(opts) {
|
|
146
|
+
super({
|
|
147
|
+
name: "ResourceAlreadyExistsException",
|
|
148
|
+
$fault: "client",
|
|
149
|
+
...opts,
|
|
150
|
+
});
|
|
151
|
+
this.name = "ResourceAlreadyExistsException";
|
|
152
|
+
this.$fault = "client";
|
|
153
|
+
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
154
|
+
this.Message = opts.Message;
|
|
154
155
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
156
|
+
}
|
|
157
|
+
export class ResourceNotAvailableException extends __BaseException {
|
|
158
|
+
constructor(opts) {
|
|
159
|
+
super({
|
|
160
|
+
name: "ResourceNotAvailableException",
|
|
161
|
+
$fault: "client",
|
|
162
|
+
...opts,
|
|
163
|
+
});
|
|
164
|
+
this.name = "ResourceNotAvailableException";
|
|
165
|
+
this.$fault = "client";
|
|
166
|
+
Object.setPrototypeOf(this, ResourceNotAvailableException.prototype);
|
|
167
|
+
this.Message = opts.Message;
|
|
167
168
|
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
169
|
+
}
|
|
170
|
+
export class InvalidRoleException extends __BaseException {
|
|
171
|
+
constructor(opts) {
|
|
172
|
+
super({
|
|
173
|
+
name: "InvalidRoleException",
|
|
174
|
+
$fault: "client",
|
|
175
|
+
...opts,
|
|
176
|
+
});
|
|
177
|
+
this.name = "InvalidRoleException";
|
|
178
|
+
this.$fault = "client";
|
|
179
|
+
Object.setPrototypeOf(this, InvalidRoleException.prototype);
|
|
180
|
+
this.Message = opts.Message;
|
|
180
181
|
}
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
182
|
+
}
|
|
183
|
+
export class EntitlementAlreadyExistsException extends __BaseException {
|
|
184
|
+
constructor(opts) {
|
|
185
|
+
super({
|
|
186
|
+
name: "EntitlementAlreadyExistsException",
|
|
187
|
+
$fault: "client",
|
|
188
|
+
...opts,
|
|
189
|
+
});
|
|
190
|
+
this.name = "EntitlementAlreadyExistsException";
|
|
191
|
+
this.$fault = "client";
|
|
192
|
+
Object.setPrototypeOf(this, EntitlementAlreadyExistsException.prototype);
|
|
193
|
+
this.Message = opts.Message;
|
|
193
194
|
}
|
|
194
|
-
|
|
195
|
-
}(__BaseException));
|
|
196
|
-
export { EntitlementAlreadyExistsException };
|
|
195
|
+
}
|
|
197
196
|
export var FleetType;
|
|
198
197
|
(function (FleetType) {
|
|
199
198
|
FleetType["ALWAYS_ON"] = "ALWAYS_ON";
|
|
@@ -245,19 +244,19 @@ export var FleetState;
|
|
|
245
244
|
FleetState["STOPPED"] = "STOPPED";
|
|
246
245
|
FleetState["STOPPING"] = "STOPPING";
|
|
247
246
|
})(FleetState || (FleetState = {}));
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
247
|
+
export class RequestLimitExceededException extends __BaseException {
|
|
248
|
+
constructor(opts) {
|
|
249
|
+
super({
|
|
250
|
+
name: "RequestLimitExceededException",
|
|
251
|
+
$fault: "client",
|
|
252
|
+
...opts,
|
|
253
|
+
});
|
|
254
|
+
this.name = "RequestLimitExceededException";
|
|
255
|
+
this.$fault = "client";
|
|
256
|
+
Object.setPrototypeOf(this, RequestLimitExceededException.prototype);
|
|
257
|
+
this.Message = opts.Message;
|
|
257
258
|
}
|
|
258
|
-
|
|
259
|
-
}(__BaseException));
|
|
260
|
-
export { RequestLimitExceededException };
|
|
259
|
+
}
|
|
261
260
|
export var ImageBuilderState;
|
|
262
261
|
(function (ImageBuilderState) {
|
|
263
262
|
ImageBuilderState["DELETING"] = "DELETING";
|
|
@@ -329,19 +328,19 @@ export var MessageAction;
|
|
|
329
328
|
MessageAction["RESEND"] = "RESEND";
|
|
330
329
|
MessageAction["SUPPRESS"] = "SUPPRESS";
|
|
331
330
|
})(MessageAction || (MessageAction = {}));
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
331
|
+
export class ResourceInUseException extends __BaseException {
|
|
332
|
+
constructor(opts) {
|
|
333
|
+
super({
|
|
334
|
+
name: "ResourceInUseException",
|
|
335
|
+
$fault: "client",
|
|
336
|
+
...opts,
|
|
337
|
+
});
|
|
338
|
+
this.name = "ResourceInUseException";
|
|
339
|
+
this.$fault = "client";
|
|
340
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
341
|
+
this.Message = opts.Message;
|
|
341
342
|
}
|
|
342
|
-
|
|
343
|
-
}(__BaseException));
|
|
344
|
-
export { ResourceInUseException };
|
|
343
|
+
}
|
|
345
344
|
export var SessionConnectionState;
|
|
346
345
|
(function (SessionConnectionState) {
|
|
347
346
|
SessionConnectionState["CONNECTED"] = "CONNECTED";
|
|
@@ -383,187 +382,549 @@ export var StackAttribute;
|
|
|
383
382
|
StackAttribute["THEME_NAME"] = "THEME_NAME";
|
|
384
383
|
StackAttribute["USER_SETTINGS"] = "USER_SETTINGS";
|
|
385
384
|
})(StackAttribute || (StackAttribute = {}));
|
|
386
|
-
export
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
export
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
export
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
export
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
export
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
export
|
|
402
|
-
|
|
403
|
-
})
|
|
404
|
-
export
|
|
405
|
-
|
|
406
|
-
})
|
|
407
|
-
export
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
export
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
export
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
export
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
export
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
export
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
export
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
export
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
export
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
export
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
export
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
export
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
export
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
export
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
export
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
export
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
export
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
export
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
export
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
export
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
export
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
export
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
export
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
export
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
export
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
export
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
export
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
export
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
export
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
export
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
export
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
export
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
export
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
export
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
export
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
export
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
export
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
export
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
export
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
export
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
export
|
|
385
|
+
export const AccessEndpointFilterSensitiveLog = (obj) => ({
|
|
386
|
+
...obj,
|
|
387
|
+
});
|
|
388
|
+
export const S3LocationFilterSensitiveLog = (obj) => ({
|
|
389
|
+
...obj,
|
|
390
|
+
});
|
|
391
|
+
export const ScriptDetailsFilterSensitiveLog = (obj) => ({
|
|
392
|
+
...obj,
|
|
393
|
+
});
|
|
394
|
+
export const AppBlockFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
export const ApplicationFilterSensitiveLog = (obj) => ({
|
|
398
|
+
...obj,
|
|
399
|
+
});
|
|
400
|
+
export const ApplicationFleetAssociationFilterSensitiveLog = (obj) => ({
|
|
401
|
+
...obj,
|
|
402
|
+
});
|
|
403
|
+
export const ApplicationSettingsFilterSensitiveLog = (obj) => ({
|
|
404
|
+
...obj,
|
|
405
|
+
});
|
|
406
|
+
export const ApplicationSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
export const AssociateApplicationFleetRequestFilterSensitiveLog = (obj) => ({
|
|
410
|
+
...obj,
|
|
411
|
+
});
|
|
412
|
+
export const AssociateApplicationFleetResultFilterSensitiveLog = (obj) => ({
|
|
413
|
+
...obj,
|
|
414
|
+
});
|
|
415
|
+
export const AssociateApplicationToEntitlementRequestFilterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
export const AssociateApplicationToEntitlementResultFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
export const AssociateFleetRequestFilterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
export const AssociateFleetResultFilterSensitiveLog = (obj) => ({
|
|
425
|
+
...obj,
|
|
426
|
+
});
|
|
427
|
+
export const UserStackAssociationFilterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
430
|
+
});
|
|
431
|
+
export const BatchAssociateUserStackRequestFilterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
...(obj.UserStackAssociations && {
|
|
434
|
+
UserStackAssociations: obj.UserStackAssociations.map((item) => UserStackAssociationFilterSensitiveLog(item)),
|
|
435
|
+
}),
|
|
436
|
+
});
|
|
437
|
+
export const UserStackAssociationErrorFilterSensitiveLog = (obj) => ({
|
|
438
|
+
...obj,
|
|
439
|
+
...(obj.UserStackAssociation && {
|
|
440
|
+
UserStackAssociation: UserStackAssociationFilterSensitiveLog(obj.UserStackAssociation),
|
|
441
|
+
}),
|
|
442
|
+
});
|
|
443
|
+
export const BatchAssociateUserStackResultFilterSensitiveLog = (obj) => ({
|
|
444
|
+
...obj,
|
|
445
|
+
...(obj.errors && { errors: obj.errors.map((item) => UserStackAssociationErrorFilterSensitiveLog(item)) }),
|
|
446
|
+
});
|
|
447
|
+
export const BatchDisassociateUserStackRequestFilterSensitiveLog = (obj) => ({
|
|
448
|
+
...obj,
|
|
449
|
+
...(obj.UserStackAssociations && {
|
|
450
|
+
UserStackAssociations: obj.UserStackAssociations.map((item) => UserStackAssociationFilterSensitiveLog(item)),
|
|
451
|
+
}),
|
|
452
|
+
});
|
|
453
|
+
export const BatchDisassociateUserStackResultFilterSensitiveLog = (obj) => ({
|
|
454
|
+
...obj,
|
|
455
|
+
...(obj.errors && { errors: obj.errors.map((item) => UserStackAssociationErrorFilterSensitiveLog(item)) }),
|
|
456
|
+
});
|
|
457
|
+
export const ComputeCapacityFilterSensitiveLog = (obj) => ({
|
|
458
|
+
...obj,
|
|
459
|
+
});
|
|
460
|
+
export const ComputeCapacityStatusFilterSensitiveLog = (obj) => ({
|
|
461
|
+
...obj,
|
|
462
|
+
});
|
|
463
|
+
export const CopyImageRequestFilterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
});
|
|
466
|
+
export const CopyImageResponseFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
});
|
|
469
|
+
export const CreateAppBlockRequestFilterSensitiveLog = (obj) => ({
|
|
470
|
+
...obj,
|
|
471
|
+
});
|
|
472
|
+
export const CreateAppBlockResultFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
});
|
|
475
|
+
export const CreateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
476
|
+
...obj,
|
|
477
|
+
});
|
|
478
|
+
export const CreateApplicationResultFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
});
|
|
481
|
+
export const ServiceAccountCredentialsFilterSensitiveLog = (obj) => ({
|
|
482
|
+
...obj,
|
|
483
|
+
...(obj.AccountName && { AccountName: SENSITIVE_STRING }),
|
|
484
|
+
...(obj.AccountPassword && { AccountPassword: SENSITIVE_STRING }),
|
|
485
|
+
});
|
|
486
|
+
export const CreateDirectoryConfigRequestFilterSensitiveLog = (obj) => ({
|
|
487
|
+
...obj,
|
|
488
|
+
...(obj.ServiceAccountCredentials && {
|
|
489
|
+
ServiceAccountCredentials: ServiceAccountCredentialsFilterSensitiveLog(obj.ServiceAccountCredentials),
|
|
490
|
+
}),
|
|
491
|
+
});
|
|
492
|
+
export const DirectoryConfigFilterSensitiveLog = (obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
...(obj.ServiceAccountCredentials && {
|
|
495
|
+
ServiceAccountCredentials: ServiceAccountCredentialsFilterSensitiveLog(obj.ServiceAccountCredentials),
|
|
496
|
+
}),
|
|
497
|
+
});
|
|
498
|
+
export const CreateDirectoryConfigResultFilterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
...(obj.DirectoryConfig && { DirectoryConfig: DirectoryConfigFilterSensitiveLog(obj.DirectoryConfig) }),
|
|
501
|
+
});
|
|
502
|
+
export const EntitlementAttributeFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
});
|
|
505
|
+
export const CreateEntitlementRequestFilterSensitiveLog = (obj) => ({
|
|
506
|
+
...obj,
|
|
507
|
+
});
|
|
508
|
+
export const EntitlementFilterSensitiveLog = (obj) => ({
|
|
509
|
+
...obj,
|
|
510
|
+
});
|
|
511
|
+
export const CreateEntitlementResultFilterSensitiveLog = (obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
});
|
|
514
|
+
export const DomainJoinInfoFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
});
|
|
517
|
+
export const VpcConfigFilterSensitiveLog = (obj) => ({
|
|
518
|
+
...obj,
|
|
519
|
+
});
|
|
520
|
+
export const CreateFleetRequestFilterSensitiveLog = (obj) => ({
|
|
521
|
+
...obj,
|
|
522
|
+
});
|
|
523
|
+
export const FleetErrorFilterSensitiveLog = (obj) => ({
|
|
524
|
+
...obj,
|
|
525
|
+
});
|
|
526
|
+
export const FleetFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
export const CreateFleetResultFilterSensitiveLog = (obj) => ({
|
|
530
|
+
...obj,
|
|
531
|
+
});
|
|
532
|
+
export const CreateImageBuilderRequestFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
export const ResourceErrorFilterSensitiveLog = (obj) => ({
|
|
536
|
+
...obj,
|
|
537
|
+
});
|
|
538
|
+
export const NetworkAccessConfigurationFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
});
|
|
541
|
+
export const ImageBuilderStateChangeReasonFilterSensitiveLog = (obj) => ({
|
|
542
|
+
...obj,
|
|
543
|
+
});
|
|
544
|
+
export const ImageBuilderFilterSensitiveLog = (obj) => ({
|
|
545
|
+
...obj,
|
|
546
|
+
});
|
|
547
|
+
export const CreateImageBuilderResultFilterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
});
|
|
550
|
+
export const CreateImageBuilderStreamingURLRequestFilterSensitiveLog = (obj) => ({
|
|
551
|
+
...obj,
|
|
552
|
+
});
|
|
553
|
+
export const CreateImageBuilderStreamingURLResultFilterSensitiveLog = (obj) => ({
|
|
554
|
+
...obj,
|
|
555
|
+
});
|
|
556
|
+
export const StorageConnectorFilterSensitiveLog = (obj) => ({
|
|
557
|
+
...obj,
|
|
558
|
+
});
|
|
559
|
+
export const StreamingExperienceSettingsFilterSensitiveLog = (obj) => ({
|
|
560
|
+
...obj,
|
|
561
|
+
});
|
|
562
|
+
export const UserSettingFilterSensitiveLog = (obj) => ({
|
|
563
|
+
...obj,
|
|
564
|
+
});
|
|
565
|
+
export const CreateStackRequestFilterSensitiveLog = (obj) => ({
|
|
566
|
+
...obj,
|
|
567
|
+
});
|
|
568
|
+
export const StackErrorFilterSensitiveLog = (obj) => ({
|
|
569
|
+
...obj,
|
|
570
|
+
});
|
|
571
|
+
export const StackFilterSensitiveLog = (obj) => ({
|
|
572
|
+
...obj,
|
|
573
|
+
});
|
|
574
|
+
export const CreateStackResultFilterSensitiveLog = (obj) => ({
|
|
575
|
+
...obj,
|
|
576
|
+
});
|
|
577
|
+
export const CreateStreamingURLRequestFilterSensitiveLog = (obj) => ({
|
|
578
|
+
...obj,
|
|
579
|
+
});
|
|
580
|
+
export const CreateStreamingURLResultFilterSensitiveLog = (obj) => ({
|
|
581
|
+
...obj,
|
|
582
|
+
});
|
|
583
|
+
export const CreateUpdatedImageRequestFilterSensitiveLog = (obj) => ({
|
|
584
|
+
...obj,
|
|
585
|
+
});
|
|
586
|
+
export const ImagePermissionsFilterSensitiveLog = (obj) => ({
|
|
587
|
+
...obj,
|
|
588
|
+
});
|
|
589
|
+
export const ImageStateChangeReasonFilterSensitiveLog = (obj) => ({
|
|
590
|
+
...obj,
|
|
591
|
+
});
|
|
592
|
+
export const ImageFilterSensitiveLog = (obj) => ({
|
|
593
|
+
...obj,
|
|
594
|
+
});
|
|
595
|
+
export const CreateUpdatedImageResultFilterSensitiveLog = (obj) => ({
|
|
596
|
+
...obj,
|
|
597
|
+
});
|
|
598
|
+
export const CreateUsageReportSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
});
|
|
601
|
+
export const CreateUsageReportSubscriptionResultFilterSensitiveLog = (obj) => ({
|
|
602
|
+
...obj,
|
|
603
|
+
});
|
|
604
|
+
export const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
605
|
+
...obj,
|
|
606
|
+
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
607
|
+
...(obj.FirstName && { FirstName: SENSITIVE_STRING }),
|
|
608
|
+
...(obj.LastName && { LastName: SENSITIVE_STRING }),
|
|
609
|
+
});
|
|
610
|
+
export const CreateUserResultFilterSensitiveLog = (obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
});
|
|
613
|
+
export const DeleteAppBlockRequestFilterSensitiveLog = (obj) => ({
|
|
614
|
+
...obj,
|
|
615
|
+
});
|
|
616
|
+
export const DeleteAppBlockResultFilterSensitiveLog = (obj) => ({
|
|
617
|
+
...obj,
|
|
618
|
+
});
|
|
619
|
+
export const DeleteApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
620
|
+
...obj,
|
|
621
|
+
});
|
|
622
|
+
export const DeleteApplicationResultFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
});
|
|
625
|
+
export const DeleteDirectoryConfigRequestFilterSensitiveLog = (obj) => ({
|
|
626
|
+
...obj,
|
|
627
|
+
});
|
|
628
|
+
export const DeleteDirectoryConfigResultFilterSensitiveLog = (obj) => ({
|
|
629
|
+
...obj,
|
|
630
|
+
});
|
|
631
|
+
export const DeleteEntitlementRequestFilterSensitiveLog = (obj) => ({
|
|
632
|
+
...obj,
|
|
633
|
+
});
|
|
634
|
+
export const DeleteEntitlementResultFilterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
export const DeleteFleetRequestFilterSensitiveLog = (obj) => ({
|
|
638
|
+
...obj,
|
|
639
|
+
});
|
|
640
|
+
export const DeleteFleetResultFilterSensitiveLog = (obj) => ({
|
|
641
|
+
...obj,
|
|
642
|
+
});
|
|
643
|
+
export const DeleteImageRequestFilterSensitiveLog = (obj) => ({
|
|
644
|
+
...obj,
|
|
645
|
+
});
|
|
646
|
+
export const DeleteImageResultFilterSensitiveLog = (obj) => ({
|
|
647
|
+
...obj,
|
|
648
|
+
});
|
|
649
|
+
export const DeleteImageBuilderRequestFilterSensitiveLog = (obj) => ({
|
|
650
|
+
...obj,
|
|
651
|
+
});
|
|
652
|
+
export const DeleteImageBuilderResultFilterSensitiveLog = (obj) => ({
|
|
653
|
+
...obj,
|
|
654
|
+
});
|
|
655
|
+
export const DeleteImagePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
656
|
+
...obj,
|
|
657
|
+
});
|
|
658
|
+
export const DeleteImagePermissionsResultFilterSensitiveLog = (obj) => ({
|
|
659
|
+
...obj,
|
|
660
|
+
});
|
|
661
|
+
export const DeleteStackRequestFilterSensitiveLog = (obj) => ({
|
|
662
|
+
...obj,
|
|
663
|
+
});
|
|
664
|
+
export const DeleteStackResultFilterSensitiveLog = (obj) => ({
|
|
665
|
+
...obj,
|
|
666
|
+
});
|
|
667
|
+
export const DeleteUsageReportSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
668
|
+
...obj,
|
|
669
|
+
});
|
|
670
|
+
export const DeleteUsageReportSubscriptionResultFilterSensitiveLog = (obj) => ({
|
|
671
|
+
...obj,
|
|
672
|
+
});
|
|
673
|
+
export const DeleteUserRequestFilterSensitiveLog = (obj) => ({
|
|
674
|
+
...obj,
|
|
675
|
+
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
676
|
+
});
|
|
677
|
+
export const DeleteUserResultFilterSensitiveLog = (obj) => ({
|
|
678
|
+
...obj,
|
|
679
|
+
});
|
|
680
|
+
export const DescribeAppBlocksRequestFilterSensitiveLog = (obj) => ({
|
|
681
|
+
...obj,
|
|
682
|
+
});
|
|
683
|
+
export const DescribeAppBlocksResultFilterSensitiveLog = (obj) => ({
|
|
684
|
+
...obj,
|
|
685
|
+
});
|
|
686
|
+
export const DescribeApplicationFleetAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
687
|
+
...obj,
|
|
688
|
+
});
|
|
689
|
+
export const DescribeApplicationFleetAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
690
|
+
...obj,
|
|
691
|
+
});
|
|
692
|
+
export const DescribeApplicationsRequestFilterSensitiveLog = (obj) => ({
|
|
693
|
+
...obj,
|
|
694
|
+
});
|
|
695
|
+
export const DescribeApplicationsResultFilterSensitiveLog = (obj) => ({
|
|
696
|
+
...obj,
|
|
697
|
+
});
|
|
698
|
+
export const DescribeDirectoryConfigsRequestFilterSensitiveLog = (obj) => ({
|
|
699
|
+
...obj,
|
|
700
|
+
});
|
|
701
|
+
export const DescribeDirectoryConfigsResultFilterSensitiveLog = (obj) => ({
|
|
702
|
+
...obj,
|
|
703
|
+
...(obj.DirectoryConfigs && {
|
|
704
|
+
DirectoryConfigs: obj.DirectoryConfigs.map((item) => DirectoryConfigFilterSensitiveLog(item)),
|
|
705
|
+
}),
|
|
706
|
+
});
|
|
707
|
+
export const DescribeEntitlementsRequestFilterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
export const DescribeEntitlementsResultFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
});
|
|
713
|
+
export const DescribeFleetsRequestFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
});
|
|
716
|
+
export const DescribeFleetsResultFilterSensitiveLog = (obj) => ({
|
|
717
|
+
...obj,
|
|
718
|
+
});
|
|
719
|
+
export const DescribeImageBuildersRequestFilterSensitiveLog = (obj) => ({
|
|
720
|
+
...obj,
|
|
721
|
+
});
|
|
722
|
+
export const DescribeImageBuildersResultFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
});
|
|
725
|
+
export const DescribeImagePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
726
|
+
...obj,
|
|
727
|
+
});
|
|
728
|
+
export const SharedImagePermissionsFilterSensitiveLog = (obj) => ({
|
|
729
|
+
...obj,
|
|
730
|
+
});
|
|
731
|
+
export const DescribeImagePermissionsResultFilterSensitiveLog = (obj) => ({
|
|
732
|
+
...obj,
|
|
733
|
+
});
|
|
734
|
+
export const DescribeImagesRequestFilterSensitiveLog = (obj) => ({
|
|
735
|
+
...obj,
|
|
736
|
+
});
|
|
737
|
+
export const DescribeImagesResultFilterSensitiveLog = (obj) => ({
|
|
738
|
+
...obj,
|
|
739
|
+
});
|
|
740
|
+
export const DescribeSessionsRequestFilterSensitiveLog = (obj) => ({
|
|
741
|
+
...obj,
|
|
742
|
+
});
|
|
743
|
+
export const SessionFilterSensitiveLog = (obj) => ({
|
|
744
|
+
...obj,
|
|
745
|
+
});
|
|
746
|
+
export const DescribeSessionsResultFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
export const DescribeStacksRequestFilterSensitiveLog = (obj) => ({
|
|
750
|
+
...obj,
|
|
751
|
+
});
|
|
752
|
+
export const DescribeStacksResultFilterSensitiveLog = (obj) => ({
|
|
753
|
+
...obj,
|
|
754
|
+
});
|
|
755
|
+
export const DescribeUsageReportSubscriptionsRequestFilterSensitiveLog = (obj) => ({
|
|
756
|
+
...obj,
|
|
757
|
+
});
|
|
758
|
+
export const LastReportGenerationExecutionErrorFilterSensitiveLog = (obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
});
|
|
761
|
+
export const UsageReportSubscriptionFilterSensitiveLog = (obj) => ({
|
|
762
|
+
...obj,
|
|
763
|
+
});
|
|
764
|
+
export const DescribeUsageReportSubscriptionsResultFilterSensitiveLog = (obj) => ({
|
|
765
|
+
...obj,
|
|
766
|
+
});
|
|
767
|
+
export const DescribeUsersRequestFilterSensitiveLog = (obj) => ({
|
|
768
|
+
...obj,
|
|
769
|
+
});
|
|
770
|
+
export const UserFilterSensitiveLog = (obj) => ({
|
|
771
|
+
...obj,
|
|
772
|
+
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
773
|
+
...(obj.FirstName && { FirstName: SENSITIVE_STRING }),
|
|
774
|
+
...(obj.LastName && { LastName: SENSITIVE_STRING }),
|
|
775
|
+
});
|
|
776
|
+
export const DescribeUsersResultFilterSensitiveLog = (obj) => ({
|
|
777
|
+
...obj,
|
|
778
|
+
...(obj.Users && { Users: obj.Users.map((item) => UserFilterSensitiveLog(item)) }),
|
|
779
|
+
});
|
|
780
|
+
export const DescribeUserStackAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
783
|
+
});
|
|
784
|
+
export const DescribeUserStackAssociationsResultFilterSensitiveLog = (obj) => ({
|
|
785
|
+
...obj,
|
|
786
|
+
...(obj.UserStackAssociations && {
|
|
787
|
+
UserStackAssociations: obj.UserStackAssociations.map((item) => UserStackAssociationFilterSensitiveLog(item)),
|
|
788
|
+
}),
|
|
789
|
+
});
|
|
790
|
+
export const DisableUserRequestFilterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
793
|
+
});
|
|
794
|
+
export const DisableUserResultFilterSensitiveLog = (obj) => ({
|
|
795
|
+
...obj,
|
|
796
|
+
});
|
|
797
|
+
export const DisassociateApplicationFleetRequestFilterSensitiveLog = (obj) => ({
|
|
798
|
+
...obj,
|
|
799
|
+
});
|
|
800
|
+
export const DisassociateApplicationFleetResultFilterSensitiveLog = (obj) => ({
|
|
801
|
+
...obj,
|
|
802
|
+
});
|
|
803
|
+
export const DisassociateApplicationFromEntitlementRequestFilterSensitiveLog = (obj) => ({
|
|
804
|
+
...obj,
|
|
805
|
+
});
|
|
806
|
+
export const DisassociateApplicationFromEntitlementResultFilterSensitiveLog = (obj) => ({
|
|
807
|
+
...obj,
|
|
808
|
+
});
|
|
809
|
+
export const DisassociateFleetRequestFilterSensitiveLog = (obj) => ({
|
|
810
|
+
...obj,
|
|
811
|
+
});
|
|
812
|
+
export const DisassociateFleetResultFilterSensitiveLog = (obj) => ({
|
|
813
|
+
...obj,
|
|
814
|
+
});
|
|
815
|
+
export const EnableUserRequestFilterSensitiveLog = (obj) => ({
|
|
816
|
+
...obj,
|
|
817
|
+
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
818
|
+
});
|
|
819
|
+
export const EnableUserResultFilterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
export const EntitledApplicationFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
});
|
|
825
|
+
export const ExpireSessionRequestFilterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
export const ExpireSessionResultFilterSensitiveLog = (obj) => ({
|
|
829
|
+
...obj,
|
|
830
|
+
});
|
|
831
|
+
export const ListAssociatedFleetsRequestFilterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
export const ListAssociatedFleetsResultFilterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
});
|
|
837
|
+
export const ListAssociatedStacksRequestFilterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
});
|
|
840
|
+
export const ListAssociatedStacksResultFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
export const ListEntitledApplicationsRequestFilterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
export const ListEntitledApplicationsResultFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
});
|
|
852
|
+
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
853
|
+
...obj,
|
|
854
|
+
});
|
|
855
|
+
export const StartFleetRequestFilterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
export const StartFleetResultFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
export const StartImageBuilderRequestFilterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
});
|
|
864
|
+
export const StartImageBuilderResultFilterSensitiveLog = (obj) => ({
|
|
865
|
+
...obj,
|
|
866
|
+
});
|
|
867
|
+
export const StopFleetRequestFilterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
export const StopFleetResultFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
export const StopImageBuilderRequestFilterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
export const StopImageBuilderResultFilterSensitiveLog = (obj) => ({
|
|
877
|
+
...obj,
|
|
878
|
+
});
|
|
879
|
+
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
880
|
+
...obj,
|
|
881
|
+
});
|
|
882
|
+
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
886
|
+
...obj,
|
|
887
|
+
});
|
|
888
|
+
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
889
|
+
...obj,
|
|
890
|
+
});
|
|
891
|
+
export const UpdateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
892
|
+
...obj,
|
|
893
|
+
});
|
|
894
|
+
export const UpdateApplicationResultFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
export const UpdateDirectoryConfigRequestFilterSensitiveLog = (obj) => ({
|
|
898
|
+
...obj,
|
|
899
|
+
...(obj.ServiceAccountCredentials && {
|
|
900
|
+
ServiceAccountCredentials: ServiceAccountCredentialsFilterSensitiveLog(obj.ServiceAccountCredentials),
|
|
901
|
+
}),
|
|
902
|
+
});
|
|
903
|
+
export const UpdateDirectoryConfigResultFilterSensitiveLog = (obj) => ({
|
|
904
|
+
...obj,
|
|
905
|
+
...(obj.DirectoryConfig && { DirectoryConfig: DirectoryConfigFilterSensitiveLog(obj.DirectoryConfig) }),
|
|
906
|
+
});
|
|
907
|
+
export const UpdateEntitlementRequestFilterSensitiveLog = (obj) => ({
|
|
908
|
+
...obj,
|
|
909
|
+
});
|
|
910
|
+
export const UpdateEntitlementResultFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
export const UpdateFleetRequestFilterSensitiveLog = (obj) => ({
|
|
914
|
+
...obj,
|
|
915
|
+
});
|
|
916
|
+
export const UpdateFleetResultFilterSensitiveLog = (obj) => ({
|
|
917
|
+
...obj,
|
|
918
|
+
});
|
|
919
|
+
export const UpdateImagePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
920
|
+
...obj,
|
|
921
|
+
});
|
|
922
|
+
export const UpdateImagePermissionsResultFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
export const UpdateStackRequestFilterSensitiveLog = (obj) => ({
|
|
926
|
+
...obj,
|
|
927
|
+
});
|
|
928
|
+
export const UpdateStackResultFilterSensitiveLog = (obj) => ({
|
|
929
|
+
...obj,
|
|
930
|
+
});
|