@aws-sdk/client-greengrassv2 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -2
- package/dist-cjs/commands/CancelDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +1 -1
- package/dist-cjs/commands/DeleteCoreDeviceCommand.js +1 -1
- package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -1
- package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
- package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
- package/dist-cjs/commands/GetComponentCommand.js +2 -2
- package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +2 -2
- package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -2
- package/dist-cjs/commands/GetCoreDeviceCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -2
- package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -2
- package/dist-cjs/commands/ListComponentVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListCoreDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/ListInstalledComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -2
- package/dist-cjs/models/models_0.js +383 -573
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -3
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +3 -3
- package/dist-es/commands/CancelDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateComponentVersionCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +2 -2
- package/dist-es/commands/DeleteCoreDeviceCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
- package/dist-es/commands/DescribeComponentCommand.js +3 -3
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -3
- package/dist-es/commands/GetComponentCommand.js +3 -3
- package/dist-es/commands/GetComponentVersionArtifactCommand.js +3 -3
- package/dist-es/commands/GetConnectivityInfoCommand.js +3 -3
- package/dist-es/commands/GetCoreDeviceCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -3
- package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +3 -3
- package/dist-es/commands/ListComponentVersionsCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListCoreDevicesCommand.js +3 -3
- package/dist-es/commands/ListDeploymentsCommand.js +3 -3
- package/dist-es/commands/ListEffectiveDeploymentsCommand.js +3 -3
- package/dist-es/commands/ListInstalledComponentsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ResolveComponentCandidatesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -3
- package/dist-es/models/models_0.js +95 -380
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +380 -570
- package/dist-types/ts3.4/models/models_0.d.ts +190 -380
- package/package.json +9 -9
|
@@ -12,26 +12,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
12
12
|
return AccessDeniedException;
|
|
13
13
|
}(__BaseException));
|
|
14
14
|
export { AccessDeniedException };
|
|
15
|
-
export var AssociateClientDeviceWithCoreDeviceEntry;
|
|
16
|
-
(function (AssociateClientDeviceWithCoreDeviceEntry) {
|
|
17
|
-
AssociateClientDeviceWithCoreDeviceEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(AssociateClientDeviceWithCoreDeviceEntry || (AssociateClientDeviceWithCoreDeviceEntry = {}));
|
|
19
|
-
export var AssociateClientDeviceWithCoreDeviceErrorEntry;
|
|
20
|
-
(function (AssociateClientDeviceWithCoreDeviceErrorEntry) {
|
|
21
|
-
AssociateClientDeviceWithCoreDeviceErrorEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(AssociateClientDeviceWithCoreDeviceErrorEntry || (AssociateClientDeviceWithCoreDeviceErrorEntry = {}));
|
|
23
|
-
export var AssociatedClientDevice;
|
|
24
|
-
(function (AssociatedClientDevice) {
|
|
25
|
-
AssociatedClientDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(AssociatedClientDevice || (AssociatedClientDevice = {}));
|
|
27
|
-
export var AssociateServiceRoleToAccountRequest;
|
|
28
|
-
(function (AssociateServiceRoleToAccountRequest) {
|
|
29
|
-
AssociateServiceRoleToAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(AssociateServiceRoleToAccountRequest || (AssociateServiceRoleToAccountRequest = {}));
|
|
31
|
-
export var AssociateServiceRoleToAccountResponse;
|
|
32
|
-
(function (AssociateServiceRoleToAccountResponse) {
|
|
33
|
-
AssociateServiceRoleToAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
-
})(AssociateServiceRoleToAccountResponse || (AssociateServiceRoleToAccountResponse = {}));
|
|
35
15
|
var InternalServerException = (function (_super) {
|
|
36
16
|
__extends(InternalServerException, _super);
|
|
37
17
|
function InternalServerException(opts) {
|
|
@@ -45,10 +25,6 @@ var InternalServerException = (function (_super) {
|
|
|
45
25
|
return InternalServerException;
|
|
46
26
|
}(__BaseException));
|
|
47
27
|
export { InternalServerException };
|
|
48
|
-
export var ValidationExceptionField;
|
|
49
|
-
(function (ValidationExceptionField) {
|
|
50
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
52
28
|
export var ValidationExceptionReason;
|
|
53
29
|
(function (ValidationExceptionReason) {
|
|
54
30
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
@@ -70,14 +46,6 @@ var ValidationException = (function (_super) {
|
|
|
70
46
|
return ValidationException;
|
|
71
47
|
}(__BaseException));
|
|
72
48
|
export { ValidationException };
|
|
73
|
-
export var BatchAssociateClientDeviceWithCoreDeviceRequest;
|
|
74
|
-
(function (BatchAssociateClientDeviceWithCoreDeviceRequest) {
|
|
75
|
-
BatchAssociateClientDeviceWithCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
-
})(BatchAssociateClientDeviceWithCoreDeviceRequest || (BatchAssociateClientDeviceWithCoreDeviceRequest = {}));
|
|
77
|
-
export var BatchAssociateClientDeviceWithCoreDeviceResponse;
|
|
78
|
-
(function (BatchAssociateClientDeviceWithCoreDeviceResponse) {
|
|
79
|
-
BatchAssociateClientDeviceWithCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
-
})(BatchAssociateClientDeviceWithCoreDeviceResponse || (BatchAssociateClientDeviceWithCoreDeviceResponse = {}));
|
|
81
49
|
var ResourceNotFoundException = (function (_super) {
|
|
82
50
|
__extends(ResourceNotFoundException, _super);
|
|
83
51
|
function ResourceNotFoundException(opts) {
|
|
@@ -107,30 +75,6 @@ var ThrottlingException = (function (_super) {
|
|
|
107
75
|
return ThrottlingException;
|
|
108
76
|
}(__BaseException));
|
|
109
77
|
export { ThrottlingException };
|
|
110
|
-
export var DisassociateClientDeviceFromCoreDeviceEntry;
|
|
111
|
-
(function (DisassociateClientDeviceFromCoreDeviceEntry) {
|
|
112
|
-
DisassociateClientDeviceFromCoreDeviceEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
-
})(DisassociateClientDeviceFromCoreDeviceEntry || (DisassociateClientDeviceFromCoreDeviceEntry = {}));
|
|
114
|
-
export var BatchDisassociateClientDeviceFromCoreDeviceRequest;
|
|
115
|
-
(function (BatchDisassociateClientDeviceFromCoreDeviceRequest) {
|
|
116
|
-
BatchDisassociateClientDeviceFromCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
-
})(BatchDisassociateClientDeviceFromCoreDeviceRequest || (BatchDisassociateClientDeviceFromCoreDeviceRequest = {}));
|
|
118
|
-
export var DisassociateClientDeviceFromCoreDeviceErrorEntry;
|
|
119
|
-
(function (DisassociateClientDeviceFromCoreDeviceErrorEntry) {
|
|
120
|
-
DisassociateClientDeviceFromCoreDeviceErrorEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
-
})(DisassociateClientDeviceFromCoreDeviceErrorEntry || (DisassociateClientDeviceFromCoreDeviceErrorEntry = {}));
|
|
122
|
-
export var BatchDisassociateClientDeviceFromCoreDeviceResponse;
|
|
123
|
-
(function (BatchDisassociateClientDeviceFromCoreDeviceResponse) {
|
|
124
|
-
BatchDisassociateClientDeviceFromCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
-
})(BatchDisassociateClientDeviceFromCoreDeviceResponse || (BatchDisassociateClientDeviceFromCoreDeviceResponse = {}));
|
|
126
|
-
export var CancelDeploymentRequest;
|
|
127
|
-
(function (CancelDeploymentRequest) {
|
|
128
|
-
CancelDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
-
})(CancelDeploymentRequest || (CancelDeploymentRequest = {}));
|
|
130
|
-
export var CancelDeploymentResponse;
|
|
131
|
-
(function (CancelDeploymentResponse) {
|
|
132
|
-
CancelDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
-
})(CancelDeploymentResponse || (CancelDeploymentResponse = {}));
|
|
134
78
|
var ConflictException = (function (_super) {
|
|
135
79
|
__extends(ConflictException, _super);
|
|
136
80
|
function ConflictException(opts) {
|
|
@@ -159,82 +103,26 @@ export var VendorGuidance;
|
|
|
159
103
|
VendorGuidance["DELETED"] = "DELETED";
|
|
160
104
|
VendorGuidance["DISCONTINUED"] = "DISCONTINUED";
|
|
161
105
|
})(VendorGuidance || (VendorGuidance = {}));
|
|
162
|
-
export var CloudComponentStatus;
|
|
163
|
-
(function (CloudComponentStatus) {
|
|
164
|
-
CloudComponentStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
-
})(CloudComponentStatus || (CloudComponentStatus = {}));
|
|
166
|
-
export var ComponentPlatform;
|
|
167
|
-
(function (ComponentPlatform) {
|
|
168
|
-
ComponentPlatform.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(ComponentPlatform || (ComponentPlatform = {}));
|
|
170
|
-
export var ComponentLatestVersion;
|
|
171
|
-
(function (ComponentLatestVersion) {
|
|
172
|
-
ComponentLatestVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(ComponentLatestVersion || (ComponentLatestVersion = {}));
|
|
174
|
-
export var Component;
|
|
175
|
-
(function (Component) {
|
|
176
|
-
Component.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(Component || (Component = {}));
|
|
178
|
-
export var ComponentCandidate;
|
|
179
|
-
(function (ComponentCandidate) {
|
|
180
|
-
ComponentCandidate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(ComponentCandidate || (ComponentCandidate = {}));
|
|
182
|
-
export var ComponentConfigurationUpdate;
|
|
183
|
-
(function (ComponentConfigurationUpdate) {
|
|
184
|
-
ComponentConfigurationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(ComponentConfigurationUpdate || (ComponentConfigurationUpdate = {}));
|
|
186
106
|
export var ComponentDependencyType;
|
|
187
107
|
(function (ComponentDependencyType) {
|
|
188
108
|
ComponentDependencyType["HARD"] = "HARD";
|
|
189
109
|
ComponentDependencyType["SOFT"] = "SOFT";
|
|
190
110
|
})(ComponentDependencyType || (ComponentDependencyType = {}));
|
|
191
|
-
export var ComponentDependencyRequirement;
|
|
192
|
-
(function (ComponentDependencyRequirement) {
|
|
193
|
-
ComponentDependencyRequirement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
-
})(ComponentDependencyRequirement || (ComponentDependencyRequirement = {}));
|
|
195
|
-
export var SystemResourceLimits;
|
|
196
|
-
(function (SystemResourceLimits) {
|
|
197
|
-
SystemResourceLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
-
})(SystemResourceLimits || (SystemResourceLimits = {}));
|
|
199
|
-
export var ComponentRunWith;
|
|
200
|
-
(function (ComponentRunWith) {
|
|
201
|
-
ComponentRunWith.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
-
})(ComponentRunWith || (ComponentRunWith = {}));
|
|
203
|
-
export var ComponentDeploymentSpecification;
|
|
204
|
-
(function (ComponentDeploymentSpecification) {
|
|
205
|
-
ComponentDeploymentSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
-
})(ComponentDeploymentSpecification || (ComponentDeploymentSpecification = {}));
|
|
207
|
-
export var ComponentVersionListItem;
|
|
208
|
-
(function (ComponentVersionListItem) {
|
|
209
|
-
ComponentVersionListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(ComponentVersionListItem || (ComponentVersionListItem = {}));
|
|
211
111
|
export var ComponentVisibilityScope;
|
|
212
112
|
(function (ComponentVisibilityScope) {
|
|
213
113
|
ComponentVisibilityScope["PRIVATE"] = "PRIVATE";
|
|
214
114
|
ComponentVisibilityScope["PUBLIC"] = "PUBLIC";
|
|
215
115
|
})(ComponentVisibilityScope || (ComponentVisibilityScope = {}));
|
|
216
|
-
export var ConnectivityInfo;
|
|
217
|
-
(function (ConnectivityInfo) {
|
|
218
|
-
ConnectivityInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(ConnectivityInfo || (ConnectivityInfo = {}));
|
|
220
116
|
export var CoreDeviceStatus;
|
|
221
117
|
(function (CoreDeviceStatus) {
|
|
222
118
|
CoreDeviceStatus["HEALTHY"] = "HEALTHY";
|
|
223
119
|
CoreDeviceStatus["UNHEALTHY"] = "UNHEALTHY";
|
|
224
120
|
})(CoreDeviceStatus || (CoreDeviceStatus = {}));
|
|
225
|
-
export var CoreDevice;
|
|
226
|
-
(function (CoreDevice) {
|
|
227
|
-
CoreDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(CoreDevice || (CoreDevice = {}));
|
|
229
121
|
export var LambdaEventSourceType;
|
|
230
122
|
(function (LambdaEventSourceType) {
|
|
231
123
|
LambdaEventSourceType["IOT_CORE"] = "IOT_CORE";
|
|
232
124
|
LambdaEventSourceType["PUB_SUB"] = "PUB_SUB";
|
|
233
125
|
})(LambdaEventSourceType || (LambdaEventSourceType = {}));
|
|
234
|
-
export var LambdaEventSource;
|
|
235
|
-
(function (LambdaEventSource) {
|
|
236
|
-
LambdaEventSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(LambdaEventSource || (LambdaEventSource = {}));
|
|
238
126
|
export var LambdaInputPayloadEncodingType;
|
|
239
127
|
(function (LambdaInputPayloadEncodingType) {
|
|
240
128
|
LambdaInputPayloadEncodingType["BINARY"] = "binary";
|
|
@@ -245,43 +133,11 @@ export var LambdaFilesystemPermission;
|
|
|
245
133
|
LambdaFilesystemPermission["RO"] = "ro";
|
|
246
134
|
LambdaFilesystemPermission["RW"] = "rw";
|
|
247
135
|
})(LambdaFilesystemPermission || (LambdaFilesystemPermission = {}));
|
|
248
|
-
export var LambdaDeviceMount;
|
|
249
|
-
(function (LambdaDeviceMount) {
|
|
250
|
-
LambdaDeviceMount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(LambdaDeviceMount || (LambdaDeviceMount = {}));
|
|
252
|
-
export var LambdaVolumeMount;
|
|
253
|
-
(function (LambdaVolumeMount) {
|
|
254
|
-
LambdaVolumeMount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(LambdaVolumeMount || (LambdaVolumeMount = {}));
|
|
256
|
-
export var LambdaContainerParams;
|
|
257
|
-
(function (LambdaContainerParams) {
|
|
258
|
-
LambdaContainerParams.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
-
})(LambdaContainerParams || (LambdaContainerParams = {}));
|
|
260
136
|
export var LambdaIsolationMode;
|
|
261
137
|
(function (LambdaIsolationMode) {
|
|
262
138
|
LambdaIsolationMode["GREENGRASS_CONTAINER"] = "GreengrassContainer";
|
|
263
139
|
LambdaIsolationMode["NO_CONTAINER"] = "NoContainer";
|
|
264
140
|
})(LambdaIsolationMode || (LambdaIsolationMode = {}));
|
|
265
|
-
export var LambdaLinuxProcessParams;
|
|
266
|
-
(function (LambdaLinuxProcessParams) {
|
|
267
|
-
LambdaLinuxProcessParams.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(LambdaLinuxProcessParams || (LambdaLinuxProcessParams = {}));
|
|
269
|
-
export var LambdaExecutionParameters;
|
|
270
|
-
(function (LambdaExecutionParameters) {
|
|
271
|
-
LambdaExecutionParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(LambdaExecutionParameters || (LambdaExecutionParameters = {}));
|
|
273
|
-
export var LambdaFunctionRecipeSource;
|
|
274
|
-
(function (LambdaFunctionRecipeSource) {
|
|
275
|
-
LambdaFunctionRecipeSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(LambdaFunctionRecipeSource || (LambdaFunctionRecipeSource = {}));
|
|
277
|
-
export var CreateComponentVersionRequest;
|
|
278
|
-
(function (CreateComponentVersionRequest) {
|
|
279
|
-
CreateComponentVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(CreateComponentVersionRequest || (CreateComponentVersionRequest = {}));
|
|
281
|
-
export var CreateComponentVersionResponse;
|
|
282
|
-
(function (CreateComponentVersionResponse) {
|
|
283
|
-
CreateComponentVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(CreateComponentVersionResponse || (CreateComponentVersionResponse = {}));
|
|
285
141
|
var RequestAlreadyInProgressException = (function (_super) {
|
|
286
142
|
__extends(RequestAlreadyInProgressException, _super);
|
|
287
143
|
function RequestAlreadyInProgressException(opts) {
|
|
@@ -315,23 +171,11 @@ export var DeploymentComponentUpdatePolicyAction;
|
|
|
315
171
|
DeploymentComponentUpdatePolicyAction["NOTIFY_COMPONENTS"] = "NOTIFY_COMPONENTS";
|
|
316
172
|
DeploymentComponentUpdatePolicyAction["SKIP_NOTIFY_COMPONENTS"] = "SKIP_NOTIFY_COMPONENTS";
|
|
317
173
|
})(DeploymentComponentUpdatePolicyAction || (DeploymentComponentUpdatePolicyAction = {}));
|
|
318
|
-
export var DeploymentComponentUpdatePolicy;
|
|
319
|
-
(function (DeploymentComponentUpdatePolicy) {
|
|
320
|
-
DeploymentComponentUpdatePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(DeploymentComponentUpdatePolicy || (DeploymentComponentUpdatePolicy = {}));
|
|
322
|
-
export var DeploymentConfigurationValidationPolicy;
|
|
323
|
-
(function (DeploymentConfigurationValidationPolicy) {
|
|
324
|
-
DeploymentConfigurationValidationPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
-
})(DeploymentConfigurationValidationPolicy || (DeploymentConfigurationValidationPolicy = {}));
|
|
326
174
|
export var DeploymentFailureHandlingPolicy;
|
|
327
175
|
(function (DeploymentFailureHandlingPolicy) {
|
|
328
176
|
DeploymentFailureHandlingPolicy["DO_NOTHING"] = "DO_NOTHING";
|
|
329
177
|
DeploymentFailureHandlingPolicy["ROLLBACK"] = "ROLLBACK";
|
|
330
178
|
})(DeploymentFailureHandlingPolicy || (DeploymentFailureHandlingPolicy = {}));
|
|
331
|
-
export var DeploymentPolicies;
|
|
332
|
-
(function (DeploymentPolicies) {
|
|
333
|
-
DeploymentPolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
-
})(DeploymentPolicies || (DeploymentPolicies = {}));
|
|
335
179
|
export var IoTJobAbortAction;
|
|
336
180
|
(function (IoTJobAbortAction) {
|
|
337
181
|
IoTJobAbortAction["CANCEL"] = "CANCEL";
|
|
@@ -343,54 +187,6 @@ export var IoTJobExecutionFailureType;
|
|
|
343
187
|
IoTJobExecutionFailureType["REJECTED"] = "REJECTED";
|
|
344
188
|
IoTJobExecutionFailureType["TIMED_OUT"] = "TIMED_OUT";
|
|
345
189
|
})(IoTJobExecutionFailureType || (IoTJobExecutionFailureType = {}));
|
|
346
|
-
export var IoTJobAbortCriteria;
|
|
347
|
-
(function (IoTJobAbortCriteria) {
|
|
348
|
-
IoTJobAbortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(IoTJobAbortCriteria || (IoTJobAbortCriteria = {}));
|
|
350
|
-
export var IoTJobAbortConfig;
|
|
351
|
-
(function (IoTJobAbortConfig) {
|
|
352
|
-
IoTJobAbortConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
-
})(IoTJobAbortConfig || (IoTJobAbortConfig = {}));
|
|
354
|
-
export var IoTJobRateIncreaseCriteria;
|
|
355
|
-
(function (IoTJobRateIncreaseCriteria) {
|
|
356
|
-
IoTJobRateIncreaseCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(IoTJobRateIncreaseCriteria || (IoTJobRateIncreaseCriteria = {}));
|
|
358
|
-
export var IoTJobExponentialRolloutRate;
|
|
359
|
-
(function (IoTJobExponentialRolloutRate) {
|
|
360
|
-
IoTJobExponentialRolloutRate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
-
})(IoTJobExponentialRolloutRate || (IoTJobExponentialRolloutRate = {}));
|
|
362
|
-
export var IoTJobExecutionsRolloutConfig;
|
|
363
|
-
(function (IoTJobExecutionsRolloutConfig) {
|
|
364
|
-
IoTJobExecutionsRolloutConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
-
})(IoTJobExecutionsRolloutConfig || (IoTJobExecutionsRolloutConfig = {}));
|
|
366
|
-
export var IoTJobTimeoutConfig;
|
|
367
|
-
(function (IoTJobTimeoutConfig) {
|
|
368
|
-
IoTJobTimeoutConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(IoTJobTimeoutConfig || (IoTJobTimeoutConfig = {}));
|
|
370
|
-
export var DeploymentIoTJobConfiguration;
|
|
371
|
-
(function (DeploymentIoTJobConfiguration) {
|
|
372
|
-
DeploymentIoTJobConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(DeploymentIoTJobConfiguration || (DeploymentIoTJobConfiguration = {}));
|
|
374
|
-
export var CreateDeploymentRequest;
|
|
375
|
-
(function (CreateDeploymentRequest) {
|
|
376
|
-
CreateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(CreateDeploymentRequest || (CreateDeploymentRequest = {}));
|
|
378
|
-
export var CreateDeploymentResponse;
|
|
379
|
-
(function (CreateDeploymentResponse) {
|
|
380
|
-
CreateDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
-
})(CreateDeploymentResponse || (CreateDeploymentResponse = {}));
|
|
382
|
-
export var DeleteComponentRequest;
|
|
383
|
-
(function (DeleteComponentRequest) {
|
|
384
|
-
DeleteComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
-
})(DeleteComponentRequest || (DeleteComponentRequest = {}));
|
|
386
|
-
export var DeleteCoreDeviceRequest;
|
|
387
|
-
(function (DeleteCoreDeviceRequest) {
|
|
388
|
-
DeleteCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
-
})(DeleteCoreDeviceRequest || (DeleteCoreDeviceRequest = {}));
|
|
390
|
-
export var DeleteDeploymentRequest;
|
|
391
|
-
(function (DeleteDeploymentRequest) {
|
|
392
|
-
DeleteDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
-
})(DeleteDeploymentRequest || (DeleteDeploymentRequest = {}));
|
|
394
190
|
export var DeploymentStatus;
|
|
395
191
|
(function (DeploymentStatus) {
|
|
396
192
|
DeploymentStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -399,31 +195,11 @@ export var DeploymentStatus;
|
|
|
399
195
|
DeploymentStatus["FAILED"] = "FAILED";
|
|
400
196
|
DeploymentStatus["INACTIVE"] = "INACTIVE";
|
|
401
197
|
})(DeploymentStatus || (DeploymentStatus = {}));
|
|
402
|
-
export var Deployment;
|
|
403
|
-
(function (Deployment) {
|
|
404
|
-
Deployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(Deployment || (Deployment = {}));
|
|
406
198
|
export var DeploymentHistoryFilter;
|
|
407
199
|
(function (DeploymentHistoryFilter) {
|
|
408
200
|
DeploymentHistoryFilter["ALL"] = "ALL";
|
|
409
201
|
DeploymentHistoryFilter["LATEST_ONLY"] = "LATEST_ONLY";
|
|
410
202
|
})(DeploymentHistoryFilter || (DeploymentHistoryFilter = {}));
|
|
411
|
-
export var DescribeComponentRequest;
|
|
412
|
-
(function (DescribeComponentRequest) {
|
|
413
|
-
DescribeComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
-
})(DescribeComponentRequest || (DescribeComponentRequest = {}));
|
|
415
|
-
export var DescribeComponentResponse;
|
|
416
|
-
(function (DescribeComponentResponse) {
|
|
417
|
-
DescribeComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
-
})(DescribeComponentResponse || (DescribeComponentResponse = {}));
|
|
419
|
-
export var DisassociateServiceRoleFromAccountRequest;
|
|
420
|
-
(function (DisassociateServiceRoleFromAccountRequest) {
|
|
421
|
-
DisassociateServiceRoleFromAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
})(DisassociateServiceRoleFromAccountRequest || (DisassociateServiceRoleFromAccountRequest = {}));
|
|
423
|
-
export var DisassociateServiceRoleFromAccountResponse;
|
|
424
|
-
(function (DisassociateServiceRoleFromAccountResponse) {
|
|
425
|
-
DisassociateServiceRoleFromAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(DisassociateServiceRoleFromAccountResponse || (DisassociateServiceRoleFromAccountResponse = {}));
|
|
427
203
|
export var EffectiveDeploymentExecutionStatus;
|
|
428
204
|
(function (EffectiveDeploymentExecutionStatus) {
|
|
429
205
|
EffectiveDeploymentExecutionStatus["CANCELED"] = "CANCELED";
|
|
@@ -434,115 +210,11 @@ export var EffectiveDeploymentExecutionStatus;
|
|
|
434
210
|
EffectiveDeploymentExecutionStatus["REJECTED"] = "REJECTED";
|
|
435
211
|
EffectiveDeploymentExecutionStatus["TIMED_OUT"] = "TIMED_OUT";
|
|
436
212
|
})(EffectiveDeploymentExecutionStatus || (EffectiveDeploymentExecutionStatus = {}));
|
|
437
|
-
export var EffectiveDeployment;
|
|
438
|
-
(function (EffectiveDeployment) {
|
|
439
|
-
EffectiveDeployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(EffectiveDeployment || (EffectiveDeployment = {}));
|
|
441
213
|
export var RecipeOutputFormat;
|
|
442
214
|
(function (RecipeOutputFormat) {
|
|
443
215
|
RecipeOutputFormat["JSON"] = "JSON";
|
|
444
216
|
RecipeOutputFormat["YAML"] = "YAML";
|
|
445
217
|
})(RecipeOutputFormat || (RecipeOutputFormat = {}));
|
|
446
|
-
export var GetComponentRequest;
|
|
447
|
-
(function (GetComponentRequest) {
|
|
448
|
-
GetComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
})(GetComponentRequest || (GetComponentRequest = {}));
|
|
450
|
-
export var GetComponentResponse;
|
|
451
|
-
(function (GetComponentResponse) {
|
|
452
|
-
GetComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
-
})(GetComponentResponse || (GetComponentResponse = {}));
|
|
454
|
-
export var GetComponentVersionArtifactRequest;
|
|
455
|
-
(function (GetComponentVersionArtifactRequest) {
|
|
456
|
-
GetComponentVersionArtifactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
-
})(GetComponentVersionArtifactRequest || (GetComponentVersionArtifactRequest = {}));
|
|
458
|
-
export var GetComponentVersionArtifactResponse;
|
|
459
|
-
(function (GetComponentVersionArtifactResponse) {
|
|
460
|
-
GetComponentVersionArtifactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(GetComponentVersionArtifactResponse || (GetComponentVersionArtifactResponse = {}));
|
|
462
|
-
export var GetConnectivityInfoRequest;
|
|
463
|
-
(function (GetConnectivityInfoRequest) {
|
|
464
|
-
GetConnectivityInfoRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
-
})(GetConnectivityInfoRequest || (GetConnectivityInfoRequest = {}));
|
|
466
|
-
export var GetConnectivityInfoResponse;
|
|
467
|
-
(function (GetConnectivityInfoResponse) {
|
|
468
|
-
GetConnectivityInfoResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
-
})(GetConnectivityInfoResponse || (GetConnectivityInfoResponse = {}));
|
|
470
|
-
export var GetCoreDeviceRequest;
|
|
471
|
-
(function (GetCoreDeviceRequest) {
|
|
472
|
-
GetCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
-
})(GetCoreDeviceRequest || (GetCoreDeviceRequest = {}));
|
|
474
|
-
export var GetCoreDeviceResponse;
|
|
475
|
-
(function (GetCoreDeviceResponse) {
|
|
476
|
-
GetCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
-
})(GetCoreDeviceResponse || (GetCoreDeviceResponse = {}));
|
|
478
|
-
export var GetDeploymentRequest;
|
|
479
|
-
(function (GetDeploymentRequest) {
|
|
480
|
-
GetDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
-
})(GetDeploymentRequest || (GetDeploymentRequest = {}));
|
|
482
|
-
export var GetDeploymentResponse;
|
|
483
|
-
(function (GetDeploymentResponse) {
|
|
484
|
-
GetDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
-
})(GetDeploymentResponse || (GetDeploymentResponse = {}));
|
|
486
|
-
export var GetServiceRoleForAccountRequest;
|
|
487
|
-
(function (GetServiceRoleForAccountRequest) {
|
|
488
|
-
GetServiceRoleForAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
-
})(GetServiceRoleForAccountRequest || (GetServiceRoleForAccountRequest = {}));
|
|
490
|
-
export var GetServiceRoleForAccountResponse;
|
|
491
|
-
(function (GetServiceRoleForAccountResponse) {
|
|
492
|
-
GetServiceRoleForAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
-
})(GetServiceRoleForAccountResponse || (GetServiceRoleForAccountResponse = {}));
|
|
494
|
-
export var ListClientDevicesAssociatedWithCoreDeviceRequest;
|
|
495
|
-
(function (ListClientDevicesAssociatedWithCoreDeviceRequest) {
|
|
496
|
-
ListClientDevicesAssociatedWithCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
-
})(ListClientDevicesAssociatedWithCoreDeviceRequest || (ListClientDevicesAssociatedWithCoreDeviceRequest = {}));
|
|
498
|
-
export var ListClientDevicesAssociatedWithCoreDeviceResponse;
|
|
499
|
-
(function (ListClientDevicesAssociatedWithCoreDeviceResponse) {
|
|
500
|
-
ListClientDevicesAssociatedWithCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
-
})(ListClientDevicesAssociatedWithCoreDeviceResponse || (ListClientDevicesAssociatedWithCoreDeviceResponse = {}));
|
|
502
|
-
export var ListComponentsRequest;
|
|
503
|
-
(function (ListComponentsRequest) {
|
|
504
|
-
ListComponentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
-
})(ListComponentsRequest || (ListComponentsRequest = {}));
|
|
506
|
-
export var ListComponentsResponse;
|
|
507
|
-
(function (ListComponentsResponse) {
|
|
508
|
-
ListComponentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
})(ListComponentsResponse || (ListComponentsResponse = {}));
|
|
510
|
-
export var ListComponentVersionsRequest;
|
|
511
|
-
(function (ListComponentVersionsRequest) {
|
|
512
|
-
ListComponentVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
})(ListComponentVersionsRequest || (ListComponentVersionsRequest = {}));
|
|
514
|
-
export var ListComponentVersionsResponse;
|
|
515
|
-
(function (ListComponentVersionsResponse) {
|
|
516
|
-
ListComponentVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
-
})(ListComponentVersionsResponse || (ListComponentVersionsResponse = {}));
|
|
518
|
-
export var ListCoreDevicesRequest;
|
|
519
|
-
(function (ListCoreDevicesRequest) {
|
|
520
|
-
ListCoreDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
-
})(ListCoreDevicesRequest || (ListCoreDevicesRequest = {}));
|
|
522
|
-
export var ListCoreDevicesResponse;
|
|
523
|
-
(function (ListCoreDevicesResponse) {
|
|
524
|
-
ListCoreDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
-
})(ListCoreDevicesResponse || (ListCoreDevicesResponse = {}));
|
|
526
|
-
export var ListDeploymentsRequest;
|
|
527
|
-
(function (ListDeploymentsRequest) {
|
|
528
|
-
ListDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
-
})(ListDeploymentsRequest || (ListDeploymentsRequest = {}));
|
|
530
|
-
export var ListDeploymentsResponse;
|
|
531
|
-
(function (ListDeploymentsResponse) {
|
|
532
|
-
ListDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
-
})(ListDeploymentsResponse || (ListDeploymentsResponse = {}));
|
|
534
|
-
export var ListEffectiveDeploymentsRequest;
|
|
535
|
-
(function (ListEffectiveDeploymentsRequest) {
|
|
536
|
-
ListEffectiveDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
-
})(ListEffectiveDeploymentsRequest || (ListEffectiveDeploymentsRequest = {}));
|
|
538
|
-
export var ListEffectiveDeploymentsResponse;
|
|
539
|
-
(function (ListEffectiveDeploymentsResponse) {
|
|
540
|
-
ListEffectiveDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
-
})(ListEffectiveDeploymentsResponse || (ListEffectiveDeploymentsResponse = {}));
|
|
542
|
-
export var ListInstalledComponentsRequest;
|
|
543
|
-
(function (ListInstalledComponentsRequest) {
|
|
544
|
-
ListInstalledComponentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
-
})(ListInstalledComponentsRequest || (ListInstalledComponentsRequest = {}));
|
|
546
218
|
export var InstalledComponentLifecycleState;
|
|
547
219
|
(function (InstalledComponentLifecycleState) {
|
|
548
220
|
InstalledComponentLifecycleState["BROKEN"] = "BROKEN";
|
|
@@ -554,55 +226,98 @@ export var InstalledComponentLifecycleState;
|
|
|
554
226
|
InstalledComponentLifecycleState["STARTING"] = "STARTING";
|
|
555
227
|
InstalledComponentLifecycleState["STOPPING"] = "STOPPING";
|
|
556
228
|
})(InstalledComponentLifecycleState || (InstalledComponentLifecycleState = {}));
|
|
557
|
-
export var
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
export var
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
export var
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
export var
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
export var
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
export var
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
export var
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
export var
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
export var
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
export var
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
export var
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
export var
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
export var
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
229
|
+
export var AssociateClientDeviceWithCoreDeviceEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var AssociateClientDeviceWithCoreDeviceErrorEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var AssociatedClientDeviceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var AssociateServiceRoleToAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var AssociateServiceRoleToAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var BatchAssociateClientDeviceWithCoreDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var BatchAssociateClientDeviceWithCoreDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var DisassociateClientDeviceFromCoreDeviceEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var BatchDisassociateClientDeviceFromCoreDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var DisassociateClientDeviceFromCoreDeviceErrorEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var BatchDisassociateClientDeviceFromCoreDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var CancelDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var CancelDeploymentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var CloudComponentStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var ComponentPlatformFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var ComponentLatestVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var ComponentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var ComponentCandidateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var ComponentConfigurationUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var ComponentDependencyRequirementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var SystemResourceLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var ComponentRunWithFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var ComponentDeploymentSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var ComponentVersionListItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var ConnectivityInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var CoreDeviceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var LambdaEventSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var LambdaDeviceMountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var LambdaVolumeMountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var LambdaContainerParamsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var LambdaLinuxProcessParamsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var LambdaExecutionParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var LambdaFunctionRecipeSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var CreateComponentVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var CreateComponentVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var DeploymentComponentUpdatePolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var DeploymentConfigurationValidationPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var DeploymentPoliciesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var IoTJobAbortCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var IoTJobAbortConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var IoTJobRateIncreaseCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var IoTJobExponentialRolloutRateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var IoTJobExecutionsRolloutConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var IoTJobTimeoutConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var DeploymentIoTJobConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var CreateDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var CreateDeploymentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var DeleteComponentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var DeleteCoreDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var DeleteDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var DeploymentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var DescribeComponentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var DescribeComponentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var DisassociateServiceRoleFromAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var DisassociateServiceRoleFromAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var EffectiveDeploymentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var GetComponentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var GetComponentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var GetComponentVersionArtifactRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var GetComponentVersionArtifactResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var GetConnectivityInfoRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var GetConnectivityInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var GetCoreDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var GetCoreDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var GetDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var GetDeploymentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var GetServiceRoleForAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var GetServiceRoleForAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var ListClientDevicesAssociatedWithCoreDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var ListClientDevicesAssociatedWithCoreDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var ListComponentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var ListComponentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var ListComponentVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var ListComponentVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var ListCoreDevicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var ListCoreDevicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var ListDeploymentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var ListDeploymentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var ListEffectiveDeploymentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var ListEffectiveDeploymentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var ListInstalledComponentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var InstalledComponentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var ListInstalledComponentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var ResolveComponentCandidatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var ResolvedComponentVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var ResolveComponentCandidatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var UpdateConnectivityInfoRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var UpdateConnectivityInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -4016,6 +4016,9 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
4016
4016
|
var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
|
|
4017
4017
|
var sanitizeErrorCode = function (rawValue) {
|
|
4018
4018
|
var cleanValue = rawValue;
|
|
4019
|
+
if (typeof cleanValue === "number") {
|
|
4020
|
+
cleanValue = cleanValue.toString();
|
|
4021
|
+
}
|
|
4019
4022
|
if (cleanValue.indexOf(":") >= 0) {
|
|
4020
4023
|
cleanValue = cleanValue.split(":")[0];
|
|
4021
4024
|
}
|