@aws-sdk/client-appstream 3.183.0 → 3.186.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 +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/AppStream.js +269 -262
- package/dist-es/AppStreamClient.js +28 -22
- package/dist-es/commands/AssociateApplicationFleetCommand.js +28 -21
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +28 -21
- package/dist-es/commands/AssociateFleetCommand.js +28 -21
- package/dist-es/commands/BatchAssociateUserStackCommand.js +28 -21
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +28 -21
- package/dist-es/commands/CopyImageCommand.js +28 -21
- package/dist-es/commands/CreateAppBlockCommand.js +28 -21
- package/dist-es/commands/CreateApplicationCommand.js +28 -21
- package/dist-es/commands/CreateDirectoryConfigCommand.js +28 -21
- package/dist-es/commands/CreateEntitlementCommand.js +28 -21
- package/dist-es/commands/CreateFleetCommand.js +28 -21
- package/dist-es/commands/CreateImageBuilderCommand.js +28 -21
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +28 -21
- package/dist-es/commands/CreateStackCommand.js +28 -21
- package/dist-es/commands/CreateStreamingURLCommand.js +28 -21
- package/dist-es/commands/CreateUpdatedImageCommand.js +28 -21
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +28 -21
- package/dist-es/commands/CreateUserCommand.js +28 -21
- package/dist-es/commands/DeleteAppBlockCommand.js +28 -21
- package/dist-es/commands/DeleteApplicationCommand.js +28 -21
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +28 -21
- package/dist-es/commands/DeleteEntitlementCommand.js +28 -21
- package/dist-es/commands/DeleteFleetCommand.js +28 -21
- package/dist-es/commands/DeleteImageBuilderCommand.js +28 -21
- package/dist-es/commands/DeleteImageCommand.js +28 -21
- package/dist-es/commands/DeleteImagePermissionsCommand.js +28 -21
- package/dist-es/commands/DeleteStackCommand.js +28 -21
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +28 -21
- package/dist-es/commands/DeleteUserCommand.js +28 -21
- package/dist-es/commands/DescribeAppBlocksCommand.js +28 -21
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +28 -21
- package/dist-es/commands/DescribeApplicationsCommand.js +28 -21
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +28 -21
- package/dist-es/commands/DescribeEntitlementsCommand.js +28 -21
- package/dist-es/commands/DescribeFleetsCommand.js +28 -21
- package/dist-es/commands/DescribeImageBuildersCommand.js +28 -21
- package/dist-es/commands/DescribeImagePermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeImagesCommand.js +28 -21
- package/dist-es/commands/DescribeSessionsCommand.js +28 -21
- package/dist-es/commands/DescribeStacksCommand.js +28 -21
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +28 -21
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +28 -21
- package/dist-es/commands/DescribeUsersCommand.js +28 -21
- package/dist-es/commands/DisableUserCommand.js +28 -21
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +28 -21
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +28 -21
- package/dist-es/commands/DisassociateFleetCommand.js +28 -21
- package/dist-es/commands/EnableUserCommand.js +28 -21
- package/dist-es/commands/ExpireSessionCommand.js +28 -21
- package/dist-es/commands/ListAssociatedFleetsCommand.js +28 -21
- package/dist-es/commands/ListAssociatedStacksCommand.js +28 -21
- package/dist-es/commands/ListEntitledApplicationsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/StartFleetCommand.js +28 -21
- package/dist-es/commands/StartImageBuilderCommand.js +28 -21
- package/dist-es/commands/StopFleetCommand.js +28 -21
- package/dist-es/commands/StopImageBuilderCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateApplicationCommand.js +28 -21
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +28 -21
- package/dist-es/commands/UpdateEntitlementCommand.js +28 -21
- package/dist-es/commands/UpdateFleetCommand.js +28 -21
- package/dist-es/commands/UpdateImagePermissionsCommand.js +28 -21
- package/dist-es/commands/UpdateStackCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/AppStreamServiceException.js +10 -5
- package/dist-es/models/models_0.js +353 -714
- package/dist-es/pagination/DescribeImagePermissionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeImagesPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +5434 -4320
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForFleetStarted.js +115 -64
- package/dist-es/waiters/waitForFleetStopped.js +115 -64
- package/package.json +34 -34
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { AppStreamServiceException as __BaseException } from "./AppStreamServiceException";
|
|
3
4
|
export var AccessEndpointType;
|
|
@@ -24,110 +25,110 @@ export var AppVisibility;
|
|
|
24
25
|
AppVisibility["ALL"] = "ALL";
|
|
25
26
|
AppVisibility["ASSOCIATED"] = "ASSOCIATED";
|
|
26
27
|
})(AppVisibility || (AppVisibility = {}));
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
37
|
-
this.Message = opts.Message;
|
|
28
|
+
var ConcurrentModificationException = (function (_super) {
|
|
29
|
+
__extends(ConcurrentModificationException, _super);
|
|
30
|
+
function ConcurrentModificationException(opts) {
|
|
31
|
+
var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
|
|
32
|
+
_this.name = "ConcurrentModificationException";
|
|
33
|
+
_this.$fault = "client";
|
|
34
|
+
Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
|
|
35
|
+
_this.Message = opts.Message;
|
|
36
|
+
return _this;
|
|
38
37
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
38
|
+
return ConcurrentModificationException;
|
|
39
|
+
}(__BaseException));
|
|
40
|
+
export { ConcurrentModificationException };
|
|
41
|
+
var InvalidParameterCombinationException = (function (_super) {
|
|
42
|
+
__extends(InvalidParameterCombinationException, _super);
|
|
43
|
+
function InvalidParameterCombinationException(opts) {
|
|
44
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterCombinationException", $fault: "client" }, opts)) || this;
|
|
45
|
+
_this.name = "InvalidParameterCombinationException";
|
|
46
|
+
_this.$fault = "client";
|
|
47
|
+
Object.setPrototypeOf(_this, InvalidParameterCombinationException.prototype);
|
|
48
|
+
_this.Message = opts.Message;
|
|
49
|
+
return _this;
|
|
51
50
|
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
51
|
+
return InvalidParameterCombinationException;
|
|
52
|
+
}(__BaseException));
|
|
53
|
+
export { InvalidParameterCombinationException };
|
|
54
|
+
var LimitExceededException = (function (_super) {
|
|
55
|
+
__extends(LimitExceededException, _super);
|
|
56
|
+
function LimitExceededException(opts) {
|
|
57
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
58
|
+
_this.name = "LimitExceededException";
|
|
59
|
+
_this.$fault = "client";
|
|
60
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
61
|
+
_this.Message = opts.Message;
|
|
62
|
+
return _this;
|
|
64
63
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
64
|
+
return LimitExceededException;
|
|
65
|
+
}(__BaseException));
|
|
66
|
+
export { LimitExceededException };
|
|
67
|
+
var OperationNotPermittedException = (function (_super) {
|
|
68
|
+
__extends(OperationNotPermittedException, _super);
|
|
69
|
+
function OperationNotPermittedException(opts) {
|
|
70
|
+
var _this = _super.call(this, __assign({ name: "OperationNotPermittedException", $fault: "client" }, opts)) || this;
|
|
71
|
+
_this.name = "OperationNotPermittedException";
|
|
72
|
+
_this.$fault = "client";
|
|
73
|
+
Object.setPrototypeOf(_this, OperationNotPermittedException.prototype);
|
|
74
|
+
_this.Message = opts.Message;
|
|
75
|
+
return _this;
|
|
77
76
|
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
77
|
+
return OperationNotPermittedException;
|
|
78
|
+
}(__BaseException));
|
|
79
|
+
export { OperationNotPermittedException };
|
|
80
|
+
var ResourceNotFoundException = (function (_super) {
|
|
81
|
+
__extends(ResourceNotFoundException, _super);
|
|
82
|
+
function ResourceNotFoundException(opts) {
|
|
83
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
84
|
+
_this.name = "ResourceNotFoundException";
|
|
85
|
+
_this.$fault = "client";
|
|
86
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
87
|
+
_this.Message = opts.Message;
|
|
88
|
+
return _this;
|
|
90
89
|
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
90
|
+
return ResourceNotFoundException;
|
|
91
|
+
}(__BaseException));
|
|
92
|
+
export { ResourceNotFoundException };
|
|
93
|
+
var EntitlementNotFoundException = (function (_super) {
|
|
94
|
+
__extends(EntitlementNotFoundException, _super);
|
|
95
|
+
function EntitlementNotFoundException(opts) {
|
|
96
|
+
var _this = _super.call(this, __assign({ name: "EntitlementNotFoundException", $fault: "client" }, opts)) || this;
|
|
97
|
+
_this.name = "EntitlementNotFoundException";
|
|
98
|
+
_this.$fault = "client";
|
|
99
|
+
Object.setPrototypeOf(_this, EntitlementNotFoundException.prototype);
|
|
100
|
+
_this.Message = opts.Message;
|
|
101
|
+
return _this;
|
|
103
102
|
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
103
|
+
return EntitlementNotFoundException;
|
|
104
|
+
}(__BaseException));
|
|
105
|
+
export { EntitlementNotFoundException };
|
|
106
|
+
var IncompatibleImageException = (function (_super) {
|
|
107
|
+
__extends(IncompatibleImageException, _super);
|
|
108
|
+
function IncompatibleImageException(opts) {
|
|
109
|
+
var _this = _super.call(this, __assign({ name: "IncompatibleImageException", $fault: "client" }, opts)) || this;
|
|
110
|
+
_this.name = "IncompatibleImageException";
|
|
111
|
+
_this.$fault = "client";
|
|
112
|
+
Object.setPrototypeOf(_this, IncompatibleImageException.prototype);
|
|
113
|
+
_this.Message = opts.Message;
|
|
114
|
+
return _this;
|
|
116
115
|
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
116
|
+
return IncompatibleImageException;
|
|
117
|
+
}(__BaseException));
|
|
118
|
+
export { IncompatibleImageException };
|
|
119
|
+
var InvalidAccountStatusException = (function (_super) {
|
|
120
|
+
__extends(InvalidAccountStatusException, _super);
|
|
121
|
+
function InvalidAccountStatusException(opts) {
|
|
122
|
+
var _this = _super.call(this, __assign({ name: "InvalidAccountStatusException", $fault: "client" }, opts)) || this;
|
|
123
|
+
_this.name = "InvalidAccountStatusException";
|
|
124
|
+
_this.$fault = "client";
|
|
125
|
+
Object.setPrototypeOf(_this, InvalidAccountStatusException.prototype);
|
|
126
|
+
_this.Message = opts.Message;
|
|
127
|
+
return _this;
|
|
129
128
|
}
|
|
130
|
-
|
|
129
|
+
return InvalidAccountStatusException;
|
|
130
|
+
}(__BaseException));
|
|
131
|
+
export { InvalidAccountStatusException };
|
|
131
132
|
export var AuthenticationType;
|
|
132
133
|
(function (AuthenticationType) {
|
|
133
134
|
AuthenticationType["API"] = "API";
|
|
@@ -141,58 +142,58 @@ export var UserStackAssociationErrorCode;
|
|
|
141
142
|
UserStackAssociationErrorCode["STACK_NOT_FOUND"] = "STACK_NOT_FOUND";
|
|
142
143
|
UserStackAssociationErrorCode["USER_NAME_NOT_FOUND"] = "USER_NAME_NOT_FOUND";
|
|
143
144
|
})(UserStackAssociationErrorCode || (UserStackAssociationErrorCode = {}));
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
154
|
-
this.Message = opts.Message;
|
|
145
|
+
var ResourceAlreadyExistsException = (function (_super) {
|
|
146
|
+
__extends(ResourceAlreadyExistsException, _super);
|
|
147
|
+
function ResourceAlreadyExistsException(opts) {
|
|
148
|
+
var _this = _super.call(this, __assign({ name: "ResourceAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
149
|
+
_this.name = "ResourceAlreadyExistsException";
|
|
150
|
+
_this.$fault = "client";
|
|
151
|
+
Object.setPrototypeOf(_this, ResourceAlreadyExistsException.prototype);
|
|
152
|
+
_this.Message = opts.Message;
|
|
153
|
+
return _this;
|
|
155
154
|
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
155
|
+
return ResourceAlreadyExistsException;
|
|
156
|
+
}(__BaseException));
|
|
157
|
+
export { ResourceAlreadyExistsException };
|
|
158
|
+
var ResourceNotAvailableException = (function (_super) {
|
|
159
|
+
__extends(ResourceNotAvailableException, _super);
|
|
160
|
+
function ResourceNotAvailableException(opts) {
|
|
161
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotAvailableException", $fault: "client" }, opts)) || this;
|
|
162
|
+
_this.name = "ResourceNotAvailableException";
|
|
163
|
+
_this.$fault = "client";
|
|
164
|
+
Object.setPrototypeOf(_this, ResourceNotAvailableException.prototype);
|
|
165
|
+
_this.Message = opts.Message;
|
|
166
|
+
return _this;
|
|
168
167
|
}
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
168
|
+
return ResourceNotAvailableException;
|
|
169
|
+
}(__BaseException));
|
|
170
|
+
export { ResourceNotAvailableException };
|
|
171
|
+
var InvalidRoleException = (function (_super) {
|
|
172
|
+
__extends(InvalidRoleException, _super);
|
|
173
|
+
function InvalidRoleException(opts) {
|
|
174
|
+
var _this = _super.call(this, __assign({ name: "InvalidRoleException", $fault: "client" }, opts)) || this;
|
|
175
|
+
_this.name = "InvalidRoleException";
|
|
176
|
+
_this.$fault = "client";
|
|
177
|
+
Object.setPrototypeOf(_this, InvalidRoleException.prototype);
|
|
178
|
+
_this.Message = opts.Message;
|
|
179
|
+
return _this;
|
|
181
180
|
}
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
181
|
+
return InvalidRoleException;
|
|
182
|
+
}(__BaseException));
|
|
183
|
+
export { InvalidRoleException };
|
|
184
|
+
var EntitlementAlreadyExistsException = (function (_super) {
|
|
185
|
+
__extends(EntitlementAlreadyExistsException, _super);
|
|
186
|
+
function EntitlementAlreadyExistsException(opts) {
|
|
187
|
+
var _this = _super.call(this, __assign({ name: "EntitlementAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
188
|
+
_this.name = "EntitlementAlreadyExistsException";
|
|
189
|
+
_this.$fault = "client";
|
|
190
|
+
Object.setPrototypeOf(_this, EntitlementAlreadyExistsException.prototype);
|
|
191
|
+
_this.Message = opts.Message;
|
|
192
|
+
return _this;
|
|
194
193
|
}
|
|
195
|
-
|
|
194
|
+
return EntitlementAlreadyExistsException;
|
|
195
|
+
}(__BaseException));
|
|
196
|
+
export { EntitlementAlreadyExistsException };
|
|
196
197
|
export var FleetType;
|
|
197
198
|
(function (FleetType) {
|
|
198
199
|
FleetType["ALWAYS_ON"] = "ALWAYS_ON";
|
|
@@ -244,19 +245,19 @@ export var FleetState;
|
|
|
244
245
|
FleetState["STOPPED"] = "STOPPED";
|
|
245
246
|
FleetState["STOPPING"] = "STOPPING";
|
|
246
247
|
})(FleetState || (FleetState = {}));
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
Object.setPrototypeOf(this, RequestLimitExceededException.prototype);
|
|
257
|
-
this.Message = opts.Message;
|
|
248
|
+
var RequestLimitExceededException = (function (_super) {
|
|
249
|
+
__extends(RequestLimitExceededException, _super);
|
|
250
|
+
function RequestLimitExceededException(opts) {
|
|
251
|
+
var _this = _super.call(this, __assign({ name: "RequestLimitExceededException", $fault: "client" }, opts)) || this;
|
|
252
|
+
_this.name = "RequestLimitExceededException";
|
|
253
|
+
_this.$fault = "client";
|
|
254
|
+
Object.setPrototypeOf(_this, RequestLimitExceededException.prototype);
|
|
255
|
+
_this.Message = opts.Message;
|
|
256
|
+
return _this;
|
|
258
257
|
}
|
|
259
|
-
|
|
258
|
+
return RequestLimitExceededException;
|
|
259
|
+
}(__BaseException));
|
|
260
|
+
export { RequestLimitExceededException };
|
|
260
261
|
export var ImageBuilderState;
|
|
261
262
|
(function (ImageBuilderState) {
|
|
262
263
|
ImageBuilderState["DELETING"] = "DELETING";
|
|
@@ -328,19 +329,19 @@ export var MessageAction;
|
|
|
328
329
|
MessageAction["RESEND"] = "RESEND";
|
|
329
330
|
MessageAction["SUPPRESS"] = "SUPPRESS";
|
|
330
331
|
})(MessageAction || (MessageAction = {}));
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
341
|
-
this.Message = opts.Message;
|
|
332
|
+
var ResourceInUseException = (function (_super) {
|
|
333
|
+
__extends(ResourceInUseException, _super);
|
|
334
|
+
function ResourceInUseException(opts) {
|
|
335
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
336
|
+
_this.name = "ResourceInUseException";
|
|
337
|
+
_this.$fault = "client";
|
|
338
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
339
|
+
_this.Message = opts.Message;
|
|
340
|
+
return _this;
|
|
342
341
|
}
|
|
343
|
-
|
|
342
|
+
return ResourceInUseException;
|
|
343
|
+
}(__BaseException));
|
|
344
|
+
export { ResourceInUseException };
|
|
344
345
|
export var SessionConnectionState;
|
|
345
346
|
(function (SessionConnectionState) {
|
|
346
347
|
SessionConnectionState["CONNECTED"] = "CONNECTED";
|
|
@@ -382,549 +383,187 @@ export var StackAttribute;
|
|
|
382
383
|
StackAttribute["THEME_NAME"] = "THEME_NAME";
|
|
383
384
|
StackAttribute["USER_SETTINGS"] = "USER_SETTINGS";
|
|
384
385
|
})(StackAttribute || (StackAttribute = {}));
|
|
385
|
-
export
|
|
386
|
-
|
|
387
|
-
});
|
|
388
|
-
export
|
|
389
|
-
|
|
390
|
-
});
|
|
391
|
-
export
|
|
392
|
-
|
|
393
|
-
});
|
|
394
|
-
export
|
|
395
|
-
|
|
396
|
-
});
|
|
397
|
-
export
|
|
398
|
-
|
|
399
|
-
});
|
|
400
|
-
export
|
|
401
|
-
|
|
402
|
-
});
|
|
403
|
-
export
|
|
404
|
-
|
|
405
|
-
});
|
|
406
|
-
export
|
|
407
|
-
|
|
408
|
-
})
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
});
|
|
412
|
-
export
|
|
413
|
-
|
|
414
|
-
});
|
|
415
|
-
export
|
|
416
|
-
|
|
417
|
-
});
|
|
418
|
-
export
|
|
419
|
-
|
|
420
|
-
})
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
})
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
});
|
|
427
|
-
export
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
});
|
|
431
|
-
export
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
});
|
|
437
|
-
export
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
});
|
|
443
|
-
export
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
});
|
|
447
|
-
export
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
});
|
|
453
|
-
export
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
});
|
|
457
|
-
export
|
|
458
|
-
|
|
459
|
-
});
|
|
460
|
-
export
|
|
461
|
-
|
|
462
|
-
});
|
|
463
|
-
export
|
|
464
|
-
|
|
465
|
-
});
|
|
466
|
-
export
|
|
467
|
-
|
|
468
|
-
});
|
|
469
|
-
export
|
|
470
|
-
|
|
471
|
-
});
|
|
472
|
-
export
|
|
473
|
-
|
|
474
|
-
});
|
|
475
|
-
export
|
|
476
|
-
|
|
477
|
-
});
|
|
478
|
-
export
|
|
479
|
-
|
|
480
|
-
});
|
|
481
|
-
export
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
});
|
|
486
|
-
export
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
});
|
|
492
|
-
export
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
});
|
|
498
|
-
export
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
});
|
|
502
|
-
export
|
|
503
|
-
|
|
504
|
-
});
|
|
505
|
-
export
|
|
506
|
-
|
|
507
|
-
});
|
|
508
|
-
export
|
|
509
|
-
|
|
510
|
-
});
|
|
511
|
-
export
|
|
512
|
-
|
|
513
|
-
});
|
|
514
|
-
export
|
|
515
|
-
|
|
516
|
-
});
|
|
517
|
-
export
|
|
518
|
-
|
|
519
|
-
})
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
});
|
|
523
|
-
export
|
|
524
|
-
|
|
525
|
-
});
|
|
526
|
-
export
|
|
527
|
-
|
|
528
|
-
});
|
|
529
|
-
export
|
|
530
|
-
|
|
531
|
-
});
|
|
532
|
-
export
|
|
533
|
-
|
|
534
|
-
});
|
|
535
|
-
export
|
|
536
|
-
|
|
537
|
-
});
|
|
538
|
-
export
|
|
539
|
-
|
|
540
|
-
});
|
|
541
|
-
export
|
|
542
|
-
|
|
543
|
-
});
|
|
544
|
-
export
|
|
545
|
-
|
|
546
|
-
});
|
|
547
|
-
export
|
|
548
|
-
|
|
549
|
-
});
|
|
550
|
-
export
|
|
551
|
-
|
|
552
|
-
});
|
|
553
|
-
export
|
|
554
|
-
|
|
555
|
-
});
|
|
556
|
-
export
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
});
|
|
562
|
-
export
|
|
563
|
-
|
|
564
|
-
});
|
|
565
|
-
export
|
|
566
|
-
|
|
567
|
-
});
|
|
568
|
-
export
|
|
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
|
-
});
|
|
386
|
+
export var AccessEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var S3LocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var ScriptDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var AppBlockFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var ApplicationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var ApplicationFleetAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var ApplicationSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var ApplicationSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var AssociateApplicationFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var AssociateApplicationFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var AssociateApplicationToEntitlementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var AssociateApplicationToEntitlementResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var AssociateFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var AssociateFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var UserStackAssociationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING }))); };
|
|
401
|
+
export var BatchAssociateUserStackRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserStackAssociations && {
|
|
402
|
+
UserStackAssociations: obj.UserStackAssociations.map(function (item) { return UserStackAssociationFilterSensitiveLog(item); }),
|
|
403
|
+
}))); };
|
|
404
|
+
export var UserStackAssociationErrorFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserStackAssociation && {
|
|
405
|
+
UserStackAssociation: UserStackAssociationFilterSensitiveLog(obj.UserStackAssociation),
|
|
406
|
+
}))); };
|
|
407
|
+
export var BatchAssociateUserStackResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.errors && { errors: obj.errors.map(function (item) { return UserStackAssociationErrorFilterSensitiveLog(item); }) }))); };
|
|
408
|
+
export var BatchDisassociateUserStackRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserStackAssociations && {
|
|
409
|
+
UserStackAssociations: obj.UserStackAssociations.map(function (item) { return UserStackAssociationFilterSensitiveLog(item); }),
|
|
410
|
+
}))); };
|
|
411
|
+
export var BatchDisassociateUserStackResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.errors && { errors: obj.errors.map(function (item) { return UserStackAssociationErrorFilterSensitiveLog(item); }) }))); };
|
|
412
|
+
export var ComputeCapacityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var ComputeCapacityStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var CopyImageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var CopyImageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var CreateAppBlockRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var CreateAppBlockResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var CreateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var CreateApplicationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var ServiceAccountCredentialsFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AccountName && { AccountName: SENSITIVE_STRING })), (obj.AccountPassword && { AccountPassword: SENSITIVE_STRING }))); };
|
|
421
|
+
export var CreateDirectoryConfigRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServiceAccountCredentials && {
|
|
422
|
+
ServiceAccountCredentials: ServiceAccountCredentialsFilterSensitiveLog(obj.ServiceAccountCredentials),
|
|
423
|
+
}))); };
|
|
424
|
+
export var DirectoryConfigFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServiceAccountCredentials && {
|
|
425
|
+
ServiceAccountCredentials: ServiceAccountCredentialsFilterSensitiveLog(obj.ServiceAccountCredentials),
|
|
426
|
+
}))); };
|
|
427
|
+
export var CreateDirectoryConfigResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DirectoryConfig && { DirectoryConfig: DirectoryConfigFilterSensitiveLog(obj.DirectoryConfig) }))); };
|
|
428
|
+
export var EntitlementAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
export var CreateEntitlementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var EntitlementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var CreateEntitlementResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var DomainJoinInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
export var VpcConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var CreateFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var FleetErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var FleetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var CreateFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var CreateImageBuilderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var ResourceErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var NetworkAccessConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var ImageBuilderStateChangeReasonFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
export var ImageBuilderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var CreateImageBuilderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var CreateImageBuilderStreamingURLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var CreateImageBuilderStreamingURLResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var StorageConnectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var StreamingExperienceSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var UserSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var CreateStackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var StackErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var StackFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var CreateStackResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var CreateStreamingURLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var CreateStreamingURLResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var CreateUpdatedImageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var ImagePermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var ImageStateChangeReasonFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var ImageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var CreateUpdatedImageResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var CreateUsageReportSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var CreateUsageReportSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var CreateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING })), (obj.FirstName && { FirstName: SENSITIVE_STRING })), (obj.LastName && { LastName: SENSITIVE_STRING }))); };
|
|
463
|
+
export var CreateUserResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var DeleteAppBlockRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var DeleteAppBlockResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var DeleteApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var DeleteApplicationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var DeleteDirectoryConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var DeleteDirectoryConfigResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var DeleteEntitlementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var DeleteEntitlementResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var DeleteFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var DeleteFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var DeleteImageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var DeleteImageResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var DeleteImageBuilderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var DeleteImageBuilderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var DeleteImagePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var DeleteImagePermissionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var DeleteStackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var DeleteStackResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var DeleteUsageReportSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var DeleteUsageReportSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var DeleteUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING }))); };
|
|
485
|
+
export var DeleteUserResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var DescribeAppBlocksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var DescribeAppBlocksResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var DescribeApplicationFleetAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var DescribeApplicationFleetAssociationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var DescribeApplicationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var DescribeApplicationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var DescribeDirectoryConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var DescribeDirectoryConfigsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DirectoryConfigs && {
|
|
494
|
+
DirectoryConfigs: obj.DirectoryConfigs.map(function (item) { return DirectoryConfigFilterSensitiveLog(item); }),
|
|
495
|
+
}))); };
|
|
496
|
+
export var DescribeEntitlementsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var DescribeEntitlementsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var DescribeFleetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var DescribeFleetsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var DescribeImageBuildersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var DescribeImageBuildersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var DescribeImagePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var SharedImagePermissionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var DescribeImagePermissionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var DescribeImagesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var DescribeImagesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var DescribeSessionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var SessionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var DescribeSessionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var DescribeStacksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var DescribeStacksResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var DescribeUsageReportSubscriptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var LastReportGenerationExecutionErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var UsageReportSubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var DescribeUsageReportSubscriptionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var DescribeUsersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var UserFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING })), (obj.FirstName && { FirstName: SENSITIVE_STRING })), (obj.LastName && { LastName: SENSITIVE_STRING }))); };
|
|
518
|
+
export var DescribeUsersResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserFilterSensitiveLog(item); }) }))); };
|
|
519
|
+
export var DescribeUserStackAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING }))); };
|
|
520
|
+
export var DescribeUserStackAssociationsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserStackAssociations && {
|
|
521
|
+
UserStackAssociations: obj.UserStackAssociations.map(function (item) { return UserStackAssociationFilterSensitiveLog(item); }),
|
|
522
|
+
}))); };
|
|
523
|
+
export var DisableUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING }))); };
|
|
524
|
+
export var DisableUserResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var DisassociateApplicationFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var DisassociateApplicationFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var DisassociateApplicationFromEntitlementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var DisassociateApplicationFromEntitlementResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var DisassociateFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var DisassociateFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var EnableUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING }))); };
|
|
532
|
+
export var EnableUserResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var EntitledApplicationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var ExpireSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var ExpireSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var ListAssociatedFleetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var ListAssociatedFleetsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var ListAssociatedStacksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var ListAssociatedStacksResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var ListEntitledApplicationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var ListEntitledApplicationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var StartFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var StartFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var StartImageBuilderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var StartImageBuilderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var StopFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var StopFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var StopImageBuilderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var StopImageBuilderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var UpdateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var UpdateApplicationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var UpdateDirectoryConfigRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServiceAccountCredentials && {
|
|
559
|
+
ServiceAccountCredentials: ServiceAccountCredentialsFilterSensitiveLog(obj.ServiceAccountCredentials),
|
|
560
|
+
}))); };
|
|
561
|
+
export var UpdateDirectoryConfigResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DirectoryConfig && { DirectoryConfig: DirectoryConfigFilterSensitiveLog(obj.DirectoryConfig) }))); };
|
|
562
|
+
export var UpdateEntitlementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var UpdateEntitlementResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var UpdateFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var UpdateFleetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var UpdateImagePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var UpdateImagePermissionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var UpdateStackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var UpdateStackResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|