@aws-sdk/client-ssm 3.43.0 → 3.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/README.md +12 -6
- package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +2 -1
- package/dist-cjs/endpoints.js +1 -28
- package/dist-cjs/models/models_0.js +12 -390
- package/dist-cjs/models/models_1.js +11 -354
- package/dist-cjs/models/models_2.js +7 -13
- package/dist-cjs/protocols/Aws_json1_1.js +2 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -1
- package/dist-es/endpoints.js +1 -28
- package/dist-es/models/models_0.js +7 -258
- package/dist-es/models/models_1.js +6 -232
- package/dist-es/models/models_2.js +4 -8
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/SSM.d.ts +87 -81
- package/dist-types/SSMClient.d.ts +17 -7
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -5
- package/dist-types/commands/CreateActivationCommand.d.ts +6 -6
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +6 -6
- package/dist-types/commands/CreateAssociationCommand.d.ts +10 -10
- package/dist-types/commands/CreateDocumentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActivationCommand.d.ts +2 -3
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDocumentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +7 -6
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +2 -2
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -2
- package/dist-types/commands/GetInventoryCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +4 -4
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -1
- package/dist-types/commands/PutInventoryCommand.d.ts +1 -1
- package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/dist-types/commands/StartSessionCommand.d.ts +1 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +194 -570
- package/dist-types/models/models_1.d.ts +188 -536
- package/dist-types/models/models_2.d.ts +21 -25
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SSMClient.d.ts +3 -1
- package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +10 -257
- package/dist-types/ts3.4/models/models_1.d.ts +6 -235
- package/dist-types/ts3.4/models/models_2.d.ts +6 -8
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateDocumentMetadataResponse = exports.UpdateDocumentMetadataRequest = exports.DocumentReviews = exports.DocumentReviewAction = exports.UpdateDocumentDefaultVersionResult = exports.DocumentDefaultVersionDescription = exports.UpdateDocumentDefaultVersionRequest = exports.UpdateDocumentResult = exports.UpdateDocumentRequest = exports.DuplicateDocumentVersionName = exports.DuplicateDocumentContent = exports.DocumentVersionLimitExceeded = exports.UpdateAssociationStatusResult = exports.UpdateAssociationStatusRequest = exports.StatusUnchanged = exports.UpdateAssociationResult = exports.UpdateAssociationRequest = exports.InvalidUpdate = exports.AssociationVersionLimitExceeded = exports.UnlabelParameterVersionResult = exports.UnlabelParameterVersionRequest = exports.TerminateSessionResponse = exports.TerminateSessionRequest = exports.StopAutomationExecutionResult = exports.StopAutomationExecutionRequest = exports.StopType = exports.InvalidAutomationStatusUpdateException = exports.TargetNotConnected = exports.StartSessionResponse = exports.StartSessionRequest = exports.StartChangeRequestExecutionResult = exports.StartChangeRequestExecutionRequest = exports.AutomationDefinitionNotApprovedException = exports.StartAutomationExecutionResult = exports.StartAutomationExecutionRequest = exports.InvalidAutomationExecutionParametersException = exports.AutomationExecutionLimitExceededException = exports.AutomationDefinitionVersionNotFoundException = exports.AutomationDefinitionNotFoundException = exports.StartAssociationsOnceResult = exports.StartAssociationsOnceRequest = exports.InvalidAssociation = exports.SendCommandResult = exports.SendCommandRequest = exports.InvalidRole = exports.InvalidOutputFolder = exports.InvalidNotificationConfig = exports.SendAutomationSignalResult = exports.SendAutomationSignalRequest = exports.SignalType = void 0;
|
|
3
|
+
exports.InventoryFilter = exports.InventoryQueryOperatorType = exports.GetDocumentResult = exports.AttachmentContent = exports.AttachmentHashType = exports.GetDocumentRequest = exports.GetDeployablePatchSnapshotForInstanceResult = exports.GetDeployablePatchSnapshotForInstanceRequest = exports.BaselineOverride = exports.GetDefaultPatchBaselineResult = exports.GetDefaultPatchBaselineRequest = exports.GetConnectionStatusResponse = exports.ConnectionStatus = exports.GetConnectionStatusRequest = exports.GetCommandInvocationResult = exports.CommandInvocationStatus = exports.CloudWatchOutputConfig = exports.GetCommandInvocationRequest = exports.GetCalendarStateResponse = exports.CalendarState = exports.GetCalendarStateRequest = exports.GetAutomationExecutionResult = exports.AutomationExecution = exports.ProgressCounters = exports.GetAutomationExecutionRequest = exports.DisassociateOpsItemRelatedItemResponse = exports.DisassociateOpsItemRelatedItemRequest = exports.DescribeSessionsResponse = exports.Session = exports.SessionStatus = exports.SessionManagerOutputUrl = exports.DescribeSessionsRequest = exports.SessionState = exports.SessionFilter = exports.SessionFilterKey = exports.DescribePatchPropertiesResult = exports.DescribePatchPropertiesRequest = exports.PatchProperty = exports.PatchSet = exports.DescribePatchGroupStateResult = exports.DescribePatchGroupStateRequest = exports.DescribePatchGroupsResult = exports.PatchGroupPatchBaselineMapping = exports.DescribePatchGroupsRequest = exports.DescribePatchBaselinesResult = exports.PatchBaselineIdentity = exports.DescribePatchBaselinesRequest = exports.DescribeParametersResult = exports.ParameterMetadata = exports.ParameterType = void 0;
|
|
4
|
+
exports.GetPatchBaselineRequest = exports.GetParametersByPathResult = exports.GetParametersByPathRequest = exports.GetParametersResult = exports.GetParametersRequest = exports.GetParameterHistoryResult = exports.ParameterHistory = exports.GetParameterHistoryRequest = exports.GetParameterResult = exports.Parameter = exports.GetParameterRequest = exports.GetOpsSummaryResult = exports.OpsEntity = exports.OpsEntityItem = exports.OpsResultAttribute = exports.OpsFilter = exports.OpsFilterOperatorType = exports.GetOpsMetadataResult = exports.GetOpsMetadataRequest = exports.GetOpsItemResponse = exports.OpsItem = exports.GetOpsItemRequest = exports.GetMaintenanceWindowTaskResult = exports.MaintenanceWindowTaskInvocationParameters = exports.MaintenanceWindowStepFunctionsParameters = exports.MaintenanceWindowRunCommandParameters = exports.NotificationConfig = exports.NotificationType = exports.NotificationEvent = exports.MaintenanceWindowLambdaParameters = exports.MaintenanceWindowAutomationParameters = exports.GetMaintenanceWindowTaskRequest = exports.GetMaintenanceWindowExecutionTaskInvocationResult = exports.GetMaintenanceWindowExecutionTaskInvocationRequest = exports.GetMaintenanceWindowExecutionTaskResult = exports.GetMaintenanceWindowExecutionTaskRequest = exports.GetMaintenanceWindowExecutionResult = exports.GetMaintenanceWindowExecutionRequest = exports.GetMaintenanceWindowResult = exports.GetMaintenanceWindowRequest = exports.GetInventorySchemaResult = exports.InventoryItemSchema = exports.InventoryItemAttribute = exports.InventoryAttributeDataType = exports.GetInventorySchemaRequest = exports.GetInventoryResult = exports.InventoryResultEntity = exports.InventoryResultItem = exports.ResultAttribute = exports.InventoryGroup = void 0;
|
|
5
|
+
exports.DocumentFilter = exports.DocumentFilterKey = exports.ListDocumentMetadataHistoryResponse = exports.DocumentMetadataResponseInfo = exports.DocumentReviewerResponseSource = exports.DocumentReviewCommentSource = exports.DocumentReviewCommentType = exports.ListDocumentMetadataHistoryRequest = exports.DocumentMetadataEnum = exports.ListComplianceSummariesResult = exports.ComplianceSummaryItem = exports.NonCompliantSummary = exports.CompliantSummary = exports.SeveritySummary = exports.ListComplianceSummariesRequest = exports.ListComplianceItemsResult = exports.ComplianceItem = exports.ComplianceStatus = exports.ComplianceSeverity = exports.ComplianceExecutionSummary = exports.ListComplianceItemsRequest = exports.ComplianceStringFilter = exports.ComplianceQueryOperatorType = exports.ListCommandsResult = exports.Command = exports.CommandStatus = exports.ListCommandsRequest = exports.ListCommandInvocationsResult = exports.CommandInvocation = exports.CommandPlugin = exports.CommandPluginStatus = exports.ListCommandInvocationsRequest = exports.CommandFilter = exports.CommandFilterKey = exports.ListAssociationVersionsResult = exports.AssociationVersionInfo = exports.ListAssociationVersionsRequest = exports.ListAssociationsResult = exports.Association = exports.ListAssociationsRequest = exports.AssociationFilter = exports.AssociationFilterKey = exports.LabelParameterVersionResult = exports.LabelParameterVersionRequest = exports.GetServiceSettingResult = exports.ServiceSetting = exports.GetServiceSettingRequest = exports.GetPatchBaselineForPatchGroupResult = exports.GetPatchBaselineForPatchGroupRequest = exports.GetPatchBaselineResult = void 0;
|
|
6
|
+
exports.RegisterPatchBaselineForPatchGroupRequest = exports.RegisterDefaultPatchBaselineResult = exports.RegisterDefaultPatchBaselineRequest = exports.PutParameterResult = exports.PutParameterRequest = exports.PutInventoryResult = exports.PutInventoryRequest = exports.InventoryItem = exports.PutComplianceItemsResult = exports.PutComplianceItemsRequest = exports.ComplianceUploadType = exports.ComplianceItemEntry = exports.ModifyDocumentPermissionResponse = exports.ModifyDocumentPermissionRequest = exports.ListTagsForResourceResult = exports.ListTagsForResourceRequest = exports.ListResourceDataSyncResult = exports.ResourceDataSyncItem = exports.ResourceDataSyncSourceWithState = exports.LastResourceDataSyncStatus = exports.ListResourceDataSyncRequest = exports.ListResourceComplianceSummariesResult = exports.ResourceComplianceSummaryItem = exports.ListResourceComplianceSummariesRequest = exports.ListOpsMetadataResult = exports.OpsMetadata = exports.ListOpsMetadataRequest = exports.OpsMetadataFilter = exports.ListOpsItemRelatedItemsResponse = exports.OpsItemRelatedItemSummary = exports.ListOpsItemRelatedItemsRequest = exports.OpsItemRelatedItemsFilter = exports.OpsItemRelatedItemsFilterOperator = exports.OpsItemRelatedItemsFilterKey = exports.ListOpsItemEventsResponse = exports.OpsItemEventSummary = exports.OpsItemIdentity = exports.ListOpsItemEventsRequest = exports.OpsItemEventFilter = exports.OpsItemEventFilterOperator = exports.OpsItemEventFilterKey = exports.ListInventoryEntriesResult = exports.ListInventoryEntriesRequest = exports.ListDocumentVersionsResult = exports.DocumentVersionInfo = exports.ListDocumentVersionsRequest = exports.ListDocumentsResult = exports.DocumentIdentifier = exports.ListDocumentsRequest = exports.DocumentKeyValuesFilter = void 0;
|
|
7
|
+
exports.UpdateDocumentMetadataRequest = exports.DocumentReviews = exports.DocumentReviewAction = exports.UpdateDocumentDefaultVersionResult = exports.DocumentDefaultVersionDescription = exports.UpdateDocumentDefaultVersionRequest = exports.UpdateDocumentResult = exports.UpdateDocumentRequest = exports.UpdateAssociationStatusResult = exports.UpdateAssociationStatusRequest = exports.UpdateAssociationResult = exports.UpdateAssociationRequest = exports.UnlabelParameterVersionResult = exports.UnlabelParameterVersionRequest = exports.TerminateSessionResponse = exports.TerminateSessionRequest = exports.StopAutomationExecutionResult = exports.StopAutomationExecutionRequest = exports.StopType = exports.StartSessionResponse = exports.StartSessionRequest = exports.StartChangeRequestExecutionResult = exports.StartChangeRequestExecutionRequest = exports.StartAutomationExecutionResult = exports.StartAutomationExecutionRequest = exports.StartAssociationsOnceResult = exports.StartAssociationsOnceRequest = exports.SendCommandResult = exports.SendCommandRequest = exports.SendAutomationSignalResult = exports.SendAutomationSignalRequest = exports.SignalType = exports.ResumeSessionResponse = exports.ResumeSessionRequest = exports.ResetServiceSettingResult = exports.ResetServiceSettingRequest = exports.RemoveTagsFromResourceResult = exports.RemoveTagsFromResourceRequest = exports.RegisterTaskWithMaintenanceWindowResult = exports.RegisterTaskWithMaintenanceWindowRequest = exports.RegisterTargetWithMaintenanceWindowResult = exports.RegisterTargetWithMaintenanceWindowRequest = exports.RegisterPatchBaselineForPatchGroupResult = void 0;
|
|
9
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
9
|
const models_0_1 = require("./models_0");
|
|
10
|
+
var ParameterType;
|
|
11
|
+
(function (ParameterType) {
|
|
12
|
+
ParameterType["SECURE_STRING"] = "SecureString";
|
|
13
|
+
ParameterType["STRING"] = "String";
|
|
14
|
+
ParameterType["STRING_LIST"] = "StringList";
|
|
15
|
+
})(ParameterType = exports.ParameterType || (exports.ParameterType = {}));
|
|
11
16
|
var ParameterMetadata;
|
|
12
17
|
(function (ParameterMetadata) {
|
|
13
18
|
ParameterMetadata.filterSensitiveLog = (obj) => ({
|
|
@@ -20,12 +25,6 @@ var DescribeParametersResult;
|
|
|
20
25
|
...obj,
|
|
21
26
|
});
|
|
22
27
|
})(DescribeParametersResult = exports.DescribeParametersResult || (exports.DescribeParametersResult = {}));
|
|
23
|
-
var InvalidFilterOption;
|
|
24
|
-
(function (InvalidFilterOption) {
|
|
25
|
-
InvalidFilterOption.filterSensitiveLog = (obj) => ({
|
|
26
|
-
...obj,
|
|
27
|
-
});
|
|
28
|
-
})(InvalidFilterOption = exports.InvalidFilterOption || (exports.InvalidFilterOption = {}));
|
|
29
28
|
var DescribePatchBaselinesRequest;
|
|
30
29
|
(function (DescribePatchBaselinesRequest) {
|
|
31
30
|
DescribePatchBaselinesRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -165,12 +164,6 @@ var DisassociateOpsItemRelatedItemResponse;
|
|
|
165
164
|
...obj,
|
|
166
165
|
});
|
|
167
166
|
})(DisassociateOpsItemRelatedItemResponse = exports.DisassociateOpsItemRelatedItemResponse || (exports.DisassociateOpsItemRelatedItemResponse = {}));
|
|
168
|
-
var OpsItemRelatedItemAssociationNotFoundException;
|
|
169
|
-
(function (OpsItemRelatedItemAssociationNotFoundException) {
|
|
170
|
-
OpsItemRelatedItemAssociationNotFoundException.filterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
})(OpsItemRelatedItemAssociationNotFoundException = exports.OpsItemRelatedItemAssociationNotFoundException || (exports.OpsItemRelatedItemAssociationNotFoundException = {}));
|
|
174
167
|
var GetAutomationExecutionRequest;
|
|
175
168
|
(function (GetAutomationExecutionRequest) {
|
|
176
169
|
GetAutomationExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -212,18 +205,6 @@ var GetCalendarStateResponse;
|
|
|
212
205
|
...obj,
|
|
213
206
|
});
|
|
214
207
|
})(GetCalendarStateResponse = exports.GetCalendarStateResponse || (exports.GetCalendarStateResponse = {}));
|
|
215
|
-
var InvalidDocumentType;
|
|
216
|
-
(function (InvalidDocumentType) {
|
|
217
|
-
InvalidDocumentType.filterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
})(InvalidDocumentType = exports.InvalidDocumentType || (exports.InvalidDocumentType = {}));
|
|
221
|
-
var UnsupportedCalendarException;
|
|
222
|
-
(function (UnsupportedCalendarException) {
|
|
223
|
-
UnsupportedCalendarException.filterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
})(UnsupportedCalendarException = exports.UnsupportedCalendarException || (exports.UnsupportedCalendarException = {}));
|
|
227
208
|
var GetCommandInvocationRequest;
|
|
228
209
|
(function (GetCommandInvocationRequest) {
|
|
229
210
|
GetCommandInvocationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -253,18 +234,6 @@ var GetCommandInvocationResult;
|
|
|
253
234
|
...obj,
|
|
254
235
|
});
|
|
255
236
|
})(GetCommandInvocationResult = exports.GetCommandInvocationResult || (exports.GetCommandInvocationResult = {}));
|
|
256
|
-
var InvalidPluginName;
|
|
257
|
-
(function (InvalidPluginName) {
|
|
258
|
-
InvalidPluginName.filterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
})(InvalidPluginName = exports.InvalidPluginName || (exports.InvalidPluginName = {}));
|
|
262
|
-
var InvocationDoesNotExist;
|
|
263
|
-
(function (InvocationDoesNotExist) {
|
|
264
|
-
InvocationDoesNotExist.filterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
})(InvocationDoesNotExist = exports.InvocationDoesNotExist || (exports.InvocationDoesNotExist = {}));
|
|
268
237
|
var GetConnectionStatusRequest;
|
|
269
238
|
(function (GetConnectionStatusRequest) {
|
|
270
239
|
GetConnectionStatusRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -313,12 +282,6 @@ var GetDeployablePatchSnapshotForInstanceResult;
|
|
|
313
282
|
...obj,
|
|
314
283
|
});
|
|
315
284
|
})(GetDeployablePatchSnapshotForInstanceResult = exports.GetDeployablePatchSnapshotForInstanceResult || (exports.GetDeployablePatchSnapshotForInstanceResult = {}));
|
|
316
|
-
var UnsupportedFeatureRequiredException;
|
|
317
|
-
(function (UnsupportedFeatureRequiredException) {
|
|
318
|
-
UnsupportedFeatureRequiredException.filterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
})(UnsupportedFeatureRequiredException = exports.UnsupportedFeatureRequiredException || (exports.UnsupportedFeatureRequiredException = {}));
|
|
322
285
|
var GetDocumentRequest;
|
|
323
286
|
(function (GetDocumentRequest) {
|
|
324
287
|
GetDocumentRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -386,24 +349,6 @@ var GetInventoryResult;
|
|
|
386
349
|
...obj,
|
|
387
350
|
});
|
|
388
351
|
})(GetInventoryResult = exports.GetInventoryResult || (exports.GetInventoryResult = {}));
|
|
389
|
-
var InvalidAggregatorException;
|
|
390
|
-
(function (InvalidAggregatorException) {
|
|
391
|
-
InvalidAggregatorException.filterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
})(InvalidAggregatorException = exports.InvalidAggregatorException || (exports.InvalidAggregatorException = {}));
|
|
395
|
-
var InvalidInventoryGroupException;
|
|
396
|
-
(function (InvalidInventoryGroupException) {
|
|
397
|
-
InvalidInventoryGroupException.filterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
})(InvalidInventoryGroupException = exports.InvalidInventoryGroupException || (exports.InvalidInventoryGroupException = {}));
|
|
401
|
-
var InvalidResultAttributeException;
|
|
402
|
-
(function (InvalidResultAttributeException) {
|
|
403
|
-
InvalidResultAttributeException.filterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
});
|
|
406
|
-
})(InvalidResultAttributeException = exports.InvalidResultAttributeException || (exports.InvalidResultAttributeException = {}));
|
|
407
352
|
var GetInventorySchemaRequest;
|
|
408
353
|
(function (GetInventorySchemaRequest) {
|
|
409
354
|
GetInventorySchemaRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -649,18 +594,6 @@ var GetParameterResult;
|
|
|
649
594
|
...(obj.Parameter && { Parameter: Parameter.filterSensitiveLog(obj.Parameter) }),
|
|
650
595
|
});
|
|
651
596
|
})(GetParameterResult = exports.GetParameterResult || (exports.GetParameterResult = {}));
|
|
652
|
-
var InvalidKeyId;
|
|
653
|
-
(function (InvalidKeyId) {
|
|
654
|
-
InvalidKeyId.filterSensitiveLog = (obj) => ({
|
|
655
|
-
...obj,
|
|
656
|
-
});
|
|
657
|
-
})(InvalidKeyId = exports.InvalidKeyId || (exports.InvalidKeyId = {}));
|
|
658
|
-
var ParameterVersionNotFound;
|
|
659
|
-
(function (ParameterVersionNotFound) {
|
|
660
|
-
ParameterVersionNotFound.filterSensitiveLog = (obj) => ({
|
|
661
|
-
...obj,
|
|
662
|
-
});
|
|
663
|
-
})(ParameterVersionNotFound = exports.ParameterVersionNotFound || (exports.ParameterVersionNotFound = {}));
|
|
664
597
|
var GetParameterHistoryRequest;
|
|
665
598
|
(function (GetParameterHistoryRequest) {
|
|
666
599
|
GetParameterHistoryRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -750,12 +683,6 @@ var GetServiceSettingResult;
|
|
|
750
683
|
...obj,
|
|
751
684
|
});
|
|
752
685
|
})(GetServiceSettingResult = exports.GetServiceSettingResult || (exports.GetServiceSettingResult = {}));
|
|
753
|
-
var ServiceSettingNotFound;
|
|
754
|
-
(function (ServiceSettingNotFound) {
|
|
755
|
-
ServiceSettingNotFound.filterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
})(ServiceSettingNotFound = exports.ServiceSettingNotFound || (exports.ServiceSettingNotFound = {}));
|
|
759
686
|
var LabelParameterVersionRequest;
|
|
760
687
|
(function (LabelParameterVersionRequest) {
|
|
761
688
|
LabelParameterVersionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -768,12 +695,6 @@ var LabelParameterVersionResult;
|
|
|
768
695
|
...obj,
|
|
769
696
|
});
|
|
770
697
|
})(LabelParameterVersionResult = exports.LabelParameterVersionResult || (exports.LabelParameterVersionResult = {}));
|
|
771
|
-
var ParameterVersionLabelLimitExceeded;
|
|
772
|
-
(function (ParameterVersionLabelLimitExceeded) {
|
|
773
|
-
ParameterVersionLabelLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
774
|
-
...obj,
|
|
775
|
-
});
|
|
776
|
-
})(ParameterVersionLabelLimitExceeded = exports.ParameterVersionLabelLimitExceeded || (exports.ParameterVersionLabelLimitExceeded = {}));
|
|
777
698
|
var AssociationFilterKey;
|
|
778
699
|
(function (AssociationFilterKey) {
|
|
779
700
|
AssociationFilterKey["AssociationId"] = "AssociationId";
|
|
@@ -1257,12 +1178,6 @@ var ListTagsForResourceResult;
|
|
|
1257
1178
|
...obj,
|
|
1258
1179
|
});
|
|
1259
1180
|
})(ListTagsForResourceResult = exports.ListTagsForResourceResult || (exports.ListTagsForResourceResult = {}));
|
|
1260
|
-
var DocumentPermissionLimit;
|
|
1261
|
-
(function (DocumentPermissionLimit) {
|
|
1262
|
-
DocumentPermissionLimit.filterSensitiveLog = (obj) => ({
|
|
1263
|
-
...obj,
|
|
1264
|
-
});
|
|
1265
|
-
})(DocumentPermissionLimit = exports.DocumentPermissionLimit || (exports.DocumentPermissionLimit = {}));
|
|
1266
1181
|
var ModifyDocumentPermissionRequest;
|
|
1267
1182
|
(function (ModifyDocumentPermissionRequest) {
|
|
1268
1183
|
ModifyDocumentPermissionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1275,24 +1190,6 @@ var ModifyDocumentPermissionResponse;
|
|
|
1275
1190
|
...obj,
|
|
1276
1191
|
});
|
|
1277
1192
|
})(ModifyDocumentPermissionResponse = exports.ModifyDocumentPermissionResponse || (exports.ModifyDocumentPermissionResponse = {}));
|
|
1278
|
-
var ComplianceTypeCountLimitExceededException;
|
|
1279
|
-
(function (ComplianceTypeCountLimitExceededException) {
|
|
1280
|
-
ComplianceTypeCountLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1281
|
-
...obj,
|
|
1282
|
-
});
|
|
1283
|
-
})(ComplianceTypeCountLimitExceededException = exports.ComplianceTypeCountLimitExceededException || (exports.ComplianceTypeCountLimitExceededException = {}));
|
|
1284
|
-
var InvalidItemContentException;
|
|
1285
|
-
(function (InvalidItemContentException) {
|
|
1286
|
-
InvalidItemContentException.filterSensitiveLog = (obj) => ({
|
|
1287
|
-
...obj,
|
|
1288
|
-
});
|
|
1289
|
-
})(InvalidItemContentException = exports.InvalidItemContentException || (exports.InvalidItemContentException = {}));
|
|
1290
|
-
var ItemSizeLimitExceededException;
|
|
1291
|
-
(function (ItemSizeLimitExceededException) {
|
|
1292
|
-
ItemSizeLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1293
|
-
...obj,
|
|
1294
|
-
});
|
|
1295
|
-
})(ItemSizeLimitExceededException = exports.ItemSizeLimitExceededException || (exports.ItemSizeLimitExceededException = {}));
|
|
1296
1193
|
var ComplianceItemEntry;
|
|
1297
1194
|
(function (ComplianceItemEntry) {
|
|
1298
1195
|
ComplianceItemEntry.filterSensitiveLog = (obj) => ({
|
|
@@ -1316,30 +1213,6 @@ var PutComplianceItemsResult;
|
|
|
1316
1213
|
...obj,
|
|
1317
1214
|
});
|
|
1318
1215
|
})(PutComplianceItemsResult = exports.PutComplianceItemsResult || (exports.PutComplianceItemsResult = {}));
|
|
1319
|
-
var TotalSizeLimitExceededException;
|
|
1320
|
-
(function (TotalSizeLimitExceededException) {
|
|
1321
|
-
TotalSizeLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1322
|
-
...obj,
|
|
1323
|
-
});
|
|
1324
|
-
})(TotalSizeLimitExceededException = exports.TotalSizeLimitExceededException || (exports.TotalSizeLimitExceededException = {}));
|
|
1325
|
-
var CustomSchemaCountLimitExceededException;
|
|
1326
|
-
(function (CustomSchemaCountLimitExceededException) {
|
|
1327
|
-
CustomSchemaCountLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1328
|
-
...obj,
|
|
1329
|
-
});
|
|
1330
|
-
})(CustomSchemaCountLimitExceededException = exports.CustomSchemaCountLimitExceededException || (exports.CustomSchemaCountLimitExceededException = {}));
|
|
1331
|
-
var InvalidInventoryItemContextException;
|
|
1332
|
-
(function (InvalidInventoryItemContextException) {
|
|
1333
|
-
InvalidInventoryItemContextException.filterSensitiveLog = (obj) => ({
|
|
1334
|
-
...obj,
|
|
1335
|
-
});
|
|
1336
|
-
})(InvalidInventoryItemContextException = exports.InvalidInventoryItemContextException || (exports.InvalidInventoryItemContextException = {}));
|
|
1337
|
-
var ItemContentMismatchException;
|
|
1338
|
-
(function (ItemContentMismatchException) {
|
|
1339
|
-
ItemContentMismatchException.filterSensitiveLog = (obj) => ({
|
|
1340
|
-
...obj,
|
|
1341
|
-
});
|
|
1342
|
-
})(ItemContentMismatchException = exports.ItemContentMismatchException || (exports.ItemContentMismatchException = {}));
|
|
1343
1216
|
var InventoryItem;
|
|
1344
1217
|
(function (InventoryItem) {
|
|
1345
1218
|
InventoryItem.filterSensitiveLog = (obj) => ({
|
|
@@ -1358,90 +1231,6 @@ var PutInventoryResult;
|
|
|
1358
1231
|
...obj,
|
|
1359
1232
|
});
|
|
1360
1233
|
})(PutInventoryResult = exports.PutInventoryResult || (exports.PutInventoryResult = {}));
|
|
1361
|
-
var SubTypeCountLimitExceededException;
|
|
1362
|
-
(function (SubTypeCountLimitExceededException) {
|
|
1363
|
-
SubTypeCountLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1364
|
-
...obj,
|
|
1365
|
-
});
|
|
1366
|
-
})(SubTypeCountLimitExceededException = exports.SubTypeCountLimitExceededException || (exports.SubTypeCountLimitExceededException = {}));
|
|
1367
|
-
var UnsupportedInventoryItemContextException;
|
|
1368
|
-
(function (UnsupportedInventoryItemContextException) {
|
|
1369
|
-
UnsupportedInventoryItemContextException.filterSensitiveLog = (obj) => ({
|
|
1370
|
-
...obj,
|
|
1371
|
-
});
|
|
1372
|
-
})(UnsupportedInventoryItemContextException = exports.UnsupportedInventoryItemContextException || (exports.UnsupportedInventoryItemContextException = {}));
|
|
1373
|
-
var UnsupportedInventorySchemaVersionException;
|
|
1374
|
-
(function (UnsupportedInventorySchemaVersionException) {
|
|
1375
|
-
UnsupportedInventorySchemaVersionException.filterSensitiveLog = (obj) => ({
|
|
1376
|
-
...obj,
|
|
1377
|
-
});
|
|
1378
|
-
})(UnsupportedInventorySchemaVersionException = exports.UnsupportedInventorySchemaVersionException || (exports.UnsupportedInventorySchemaVersionException = {}));
|
|
1379
|
-
var HierarchyLevelLimitExceededException;
|
|
1380
|
-
(function (HierarchyLevelLimitExceededException) {
|
|
1381
|
-
HierarchyLevelLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1382
|
-
...obj,
|
|
1383
|
-
});
|
|
1384
|
-
})(HierarchyLevelLimitExceededException = exports.HierarchyLevelLimitExceededException || (exports.HierarchyLevelLimitExceededException = {}));
|
|
1385
|
-
var HierarchyTypeMismatchException;
|
|
1386
|
-
(function (HierarchyTypeMismatchException) {
|
|
1387
|
-
HierarchyTypeMismatchException.filterSensitiveLog = (obj) => ({
|
|
1388
|
-
...obj,
|
|
1389
|
-
});
|
|
1390
|
-
})(HierarchyTypeMismatchException = exports.HierarchyTypeMismatchException || (exports.HierarchyTypeMismatchException = {}));
|
|
1391
|
-
var IncompatiblePolicyException;
|
|
1392
|
-
(function (IncompatiblePolicyException) {
|
|
1393
|
-
IncompatiblePolicyException.filterSensitiveLog = (obj) => ({
|
|
1394
|
-
...obj,
|
|
1395
|
-
});
|
|
1396
|
-
})(IncompatiblePolicyException = exports.IncompatiblePolicyException || (exports.IncompatiblePolicyException = {}));
|
|
1397
|
-
var InvalidAllowedPatternException;
|
|
1398
|
-
(function (InvalidAllowedPatternException) {
|
|
1399
|
-
InvalidAllowedPatternException.filterSensitiveLog = (obj) => ({
|
|
1400
|
-
...obj,
|
|
1401
|
-
});
|
|
1402
|
-
})(InvalidAllowedPatternException = exports.InvalidAllowedPatternException || (exports.InvalidAllowedPatternException = {}));
|
|
1403
|
-
var InvalidPolicyAttributeException;
|
|
1404
|
-
(function (InvalidPolicyAttributeException) {
|
|
1405
|
-
InvalidPolicyAttributeException.filterSensitiveLog = (obj) => ({
|
|
1406
|
-
...obj,
|
|
1407
|
-
});
|
|
1408
|
-
})(InvalidPolicyAttributeException = exports.InvalidPolicyAttributeException || (exports.InvalidPolicyAttributeException = {}));
|
|
1409
|
-
var InvalidPolicyTypeException;
|
|
1410
|
-
(function (InvalidPolicyTypeException) {
|
|
1411
|
-
InvalidPolicyTypeException.filterSensitiveLog = (obj) => ({
|
|
1412
|
-
...obj,
|
|
1413
|
-
});
|
|
1414
|
-
})(InvalidPolicyTypeException = exports.InvalidPolicyTypeException || (exports.InvalidPolicyTypeException = {}));
|
|
1415
|
-
var ParameterAlreadyExists;
|
|
1416
|
-
(function (ParameterAlreadyExists) {
|
|
1417
|
-
ParameterAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
1418
|
-
...obj,
|
|
1419
|
-
});
|
|
1420
|
-
})(ParameterAlreadyExists = exports.ParameterAlreadyExists || (exports.ParameterAlreadyExists = {}));
|
|
1421
|
-
var ParameterLimitExceeded;
|
|
1422
|
-
(function (ParameterLimitExceeded) {
|
|
1423
|
-
ParameterLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
1424
|
-
...obj,
|
|
1425
|
-
});
|
|
1426
|
-
})(ParameterLimitExceeded = exports.ParameterLimitExceeded || (exports.ParameterLimitExceeded = {}));
|
|
1427
|
-
var ParameterMaxVersionLimitExceeded;
|
|
1428
|
-
(function (ParameterMaxVersionLimitExceeded) {
|
|
1429
|
-
ParameterMaxVersionLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
1430
|
-
...obj,
|
|
1431
|
-
});
|
|
1432
|
-
})(ParameterMaxVersionLimitExceeded = exports.ParameterMaxVersionLimitExceeded || (exports.ParameterMaxVersionLimitExceeded = {}));
|
|
1433
|
-
var ParameterPatternMismatchException;
|
|
1434
|
-
(function (ParameterPatternMismatchException) {
|
|
1435
|
-
ParameterPatternMismatchException.filterSensitiveLog = (obj) => ({
|
|
1436
|
-
...obj,
|
|
1437
|
-
});
|
|
1438
|
-
})(ParameterPatternMismatchException = exports.ParameterPatternMismatchException || (exports.ParameterPatternMismatchException = {}));
|
|
1439
|
-
var PoliciesLimitExceededException;
|
|
1440
|
-
(function (PoliciesLimitExceededException) {
|
|
1441
|
-
PoliciesLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1442
|
-
...obj,
|
|
1443
|
-
});
|
|
1444
|
-
})(PoliciesLimitExceededException = exports.PoliciesLimitExceededException || (exports.PoliciesLimitExceededException = {}));
|
|
1445
1234
|
var PutParameterRequest;
|
|
1446
1235
|
(function (PutParameterRequest) {
|
|
1447
1236
|
PutParameterRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1455,12 +1244,6 @@ var PutParameterResult;
|
|
|
1455
1244
|
...obj,
|
|
1456
1245
|
});
|
|
1457
1246
|
})(PutParameterResult = exports.PutParameterResult || (exports.PutParameterResult = {}));
|
|
1458
|
-
var UnsupportedParameterType;
|
|
1459
|
-
(function (UnsupportedParameterType) {
|
|
1460
|
-
UnsupportedParameterType.filterSensitiveLog = (obj) => ({
|
|
1461
|
-
...obj,
|
|
1462
|
-
});
|
|
1463
|
-
})(UnsupportedParameterType = exports.UnsupportedParameterType || (exports.UnsupportedParameterType = {}));
|
|
1464
1247
|
var RegisterDefaultPatchBaselineRequest;
|
|
1465
1248
|
(function (RegisterDefaultPatchBaselineRequest) {
|
|
1466
1249
|
RegisterDefaultPatchBaselineRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1499,12 +1282,6 @@ var RegisterTargetWithMaintenanceWindowResult;
|
|
|
1499
1282
|
...obj,
|
|
1500
1283
|
});
|
|
1501
1284
|
})(RegisterTargetWithMaintenanceWindowResult = exports.RegisterTargetWithMaintenanceWindowResult || (exports.RegisterTargetWithMaintenanceWindowResult = {}));
|
|
1502
|
-
var FeatureNotAvailableException;
|
|
1503
|
-
(function (FeatureNotAvailableException) {
|
|
1504
|
-
FeatureNotAvailableException.filterSensitiveLog = (obj) => ({
|
|
1505
|
-
...obj,
|
|
1506
|
-
});
|
|
1507
|
-
})(FeatureNotAvailableException = exports.FeatureNotAvailableException || (exports.FeatureNotAvailableException = {}));
|
|
1508
1285
|
var RegisterTaskWithMaintenanceWindowRequest;
|
|
1509
1286
|
(function (RegisterTaskWithMaintenanceWindowRequest) {
|
|
1510
1287
|
RegisterTaskWithMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1558,18 +1335,6 @@ var ResumeSessionResponse;
|
|
|
1558
1335
|
...obj,
|
|
1559
1336
|
});
|
|
1560
1337
|
})(ResumeSessionResponse = exports.ResumeSessionResponse || (exports.ResumeSessionResponse = {}));
|
|
1561
|
-
var AutomationStepNotFoundException;
|
|
1562
|
-
(function (AutomationStepNotFoundException) {
|
|
1563
|
-
AutomationStepNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1564
|
-
...obj,
|
|
1565
|
-
});
|
|
1566
|
-
})(AutomationStepNotFoundException = exports.AutomationStepNotFoundException || (exports.AutomationStepNotFoundException = {}));
|
|
1567
|
-
var InvalidAutomationSignalException;
|
|
1568
|
-
(function (InvalidAutomationSignalException) {
|
|
1569
|
-
InvalidAutomationSignalException.filterSensitiveLog = (obj) => ({
|
|
1570
|
-
...obj,
|
|
1571
|
-
});
|
|
1572
|
-
})(InvalidAutomationSignalException = exports.InvalidAutomationSignalException || (exports.InvalidAutomationSignalException = {}));
|
|
1573
1338
|
var SignalType;
|
|
1574
1339
|
(function (SignalType) {
|
|
1575
1340
|
SignalType["APPROVE"] = "Approve";
|
|
@@ -1590,24 +1355,6 @@ var SendAutomationSignalResult;
|
|
|
1590
1355
|
...obj,
|
|
1591
1356
|
});
|
|
1592
1357
|
})(SendAutomationSignalResult = exports.SendAutomationSignalResult || (exports.SendAutomationSignalResult = {}));
|
|
1593
|
-
var InvalidNotificationConfig;
|
|
1594
|
-
(function (InvalidNotificationConfig) {
|
|
1595
|
-
InvalidNotificationConfig.filterSensitiveLog = (obj) => ({
|
|
1596
|
-
...obj,
|
|
1597
|
-
});
|
|
1598
|
-
})(InvalidNotificationConfig = exports.InvalidNotificationConfig || (exports.InvalidNotificationConfig = {}));
|
|
1599
|
-
var InvalidOutputFolder;
|
|
1600
|
-
(function (InvalidOutputFolder) {
|
|
1601
|
-
InvalidOutputFolder.filterSensitiveLog = (obj) => ({
|
|
1602
|
-
...obj,
|
|
1603
|
-
});
|
|
1604
|
-
})(InvalidOutputFolder = exports.InvalidOutputFolder || (exports.InvalidOutputFolder = {}));
|
|
1605
|
-
var InvalidRole;
|
|
1606
|
-
(function (InvalidRole) {
|
|
1607
|
-
InvalidRole.filterSensitiveLog = (obj) => ({
|
|
1608
|
-
...obj,
|
|
1609
|
-
});
|
|
1610
|
-
})(InvalidRole = exports.InvalidRole || (exports.InvalidRole = {}));
|
|
1611
1358
|
var SendCommandRequest;
|
|
1612
1359
|
(function (SendCommandRequest) {
|
|
1613
1360
|
SendCommandRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1622,12 +1369,6 @@ var SendCommandResult;
|
|
|
1622
1369
|
...(obj.Command && { Command: Command.filterSensitiveLog(obj.Command) }),
|
|
1623
1370
|
});
|
|
1624
1371
|
})(SendCommandResult = exports.SendCommandResult || (exports.SendCommandResult = {}));
|
|
1625
|
-
var InvalidAssociation;
|
|
1626
|
-
(function (InvalidAssociation) {
|
|
1627
|
-
InvalidAssociation.filterSensitiveLog = (obj) => ({
|
|
1628
|
-
...obj,
|
|
1629
|
-
});
|
|
1630
|
-
})(InvalidAssociation = exports.InvalidAssociation || (exports.InvalidAssociation = {}));
|
|
1631
1372
|
var StartAssociationsOnceRequest;
|
|
1632
1373
|
(function (StartAssociationsOnceRequest) {
|
|
1633
1374
|
StartAssociationsOnceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1640,30 +1381,6 @@ var StartAssociationsOnceResult;
|
|
|
1640
1381
|
...obj,
|
|
1641
1382
|
});
|
|
1642
1383
|
})(StartAssociationsOnceResult = exports.StartAssociationsOnceResult || (exports.StartAssociationsOnceResult = {}));
|
|
1643
|
-
var AutomationDefinitionNotFoundException;
|
|
1644
|
-
(function (AutomationDefinitionNotFoundException) {
|
|
1645
|
-
AutomationDefinitionNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1646
|
-
...obj,
|
|
1647
|
-
});
|
|
1648
|
-
})(AutomationDefinitionNotFoundException = exports.AutomationDefinitionNotFoundException || (exports.AutomationDefinitionNotFoundException = {}));
|
|
1649
|
-
var AutomationDefinitionVersionNotFoundException;
|
|
1650
|
-
(function (AutomationDefinitionVersionNotFoundException) {
|
|
1651
|
-
AutomationDefinitionVersionNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1652
|
-
...obj,
|
|
1653
|
-
});
|
|
1654
|
-
})(AutomationDefinitionVersionNotFoundException = exports.AutomationDefinitionVersionNotFoundException || (exports.AutomationDefinitionVersionNotFoundException = {}));
|
|
1655
|
-
var AutomationExecutionLimitExceededException;
|
|
1656
|
-
(function (AutomationExecutionLimitExceededException) {
|
|
1657
|
-
AutomationExecutionLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1658
|
-
...obj,
|
|
1659
|
-
});
|
|
1660
|
-
})(AutomationExecutionLimitExceededException = exports.AutomationExecutionLimitExceededException || (exports.AutomationExecutionLimitExceededException = {}));
|
|
1661
|
-
var InvalidAutomationExecutionParametersException;
|
|
1662
|
-
(function (InvalidAutomationExecutionParametersException) {
|
|
1663
|
-
InvalidAutomationExecutionParametersException.filterSensitiveLog = (obj) => ({
|
|
1664
|
-
...obj,
|
|
1665
|
-
});
|
|
1666
|
-
})(InvalidAutomationExecutionParametersException = exports.InvalidAutomationExecutionParametersException || (exports.InvalidAutomationExecutionParametersException = {}));
|
|
1667
1384
|
var StartAutomationExecutionRequest;
|
|
1668
1385
|
(function (StartAutomationExecutionRequest) {
|
|
1669
1386
|
StartAutomationExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1676,12 +1393,6 @@ var StartAutomationExecutionResult;
|
|
|
1676
1393
|
...obj,
|
|
1677
1394
|
});
|
|
1678
1395
|
})(StartAutomationExecutionResult = exports.StartAutomationExecutionResult || (exports.StartAutomationExecutionResult = {}));
|
|
1679
|
-
var AutomationDefinitionNotApprovedException;
|
|
1680
|
-
(function (AutomationDefinitionNotApprovedException) {
|
|
1681
|
-
AutomationDefinitionNotApprovedException.filterSensitiveLog = (obj) => ({
|
|
1682
|
-
...obj,
|
|
1683
|
-
});
|
|
1684
|
-
})(AutomationDefinitionNotApprovedException = exports.AutomationDefinitionNotApprovedException || (exports.AutomationDefinitionNotApprovedException = {}));
|
|
1685
1396
|
var StartChangeRequestExecutionRequest;
|
|
1686
1397
|
(function (StartChangeRequestExecutionRequest) {
|
|
1687
1398
|
StartChangeRequestExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1706,18 +1417,6 @@ var StartSessionResponse;
|
|
|
1706
1417
|
...obj,
|
|
1707
1418
|
});
|
|
1708
1419
|
})(StartSessionResponse = exports.StartSessionResponse || (exports.StartSessionResponse = {}));
|
|
1709
|
-
var TargetNotConnected;
|
|
1710
|
-
(function (TargetNotConnected) {
|
|
1711
|
-
TargetNotConnected.filterSensitiveLog = (obj) => ({
|
|
1712
|
-
...obj,
|
|
1713
|
-
});
|
|
1714
|
-
})(TargetNotConnected = exports.TargetNotConnected || (exports.TargetNotConnected = {}));
|
|
1715
|
-
var InvalidAutomationStatusUpdateException;
|
|
1716
|
-
(function (InvalidAutomationStatusUpdateException) {
|
|
1717
|
-
InvalidAutomationStatusUpdateException.filterSensitiveLog = (obj) => ({
|
|
1718
|
-
...obj,
|
|
1719
|
-
});
|
|
1720
|
-
})(InvalidAutomationStatusUpdateException = exports.InvalidAutomationStatusUpdateException || (exports.InvalidAutomationStatusUpdateException = {}));
|
|
1721
1420
|
var StopType;
|
|
1722
1421
|
(function (StopType) {
|
|
1723
1422
|
StopType["CANCEL"] = "Cancel";
|
|
@@ -1759,18 +1458,6 @@ var UnlabelParameterVersionResult;
|
|
|
1759
1458
|
...obj,
|
|
1760
1459
|
});
|
|
1761
1460
|
})(UnlabelParameterVersionResult = exports.UnlabelParameterVersionResult || (exports.UnlabelParameterVersionResult = {}));
|
|
1762
|
-
var AssociationVersionLimitExceeded;
|
|
1763
|
-
(function (AssociationVersionLimitExceeded) {
|
|
1764
|
-
AssociationVersionLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
1765
|
-
...obj,
|
|
1766
|
-
});
|
|
1767
|
-
})(AssociationVersionLimitExceeded = exports.AssociationVersionLimitExceeded || (exports.AssociationVersionLimitExceeded = {}));
|
|
1768
|
-
var InvalidUpdate;
|
|
1769
|
-
(function (InvalidUpdate) {
|
|
1770
|
-
InvalidUpdate.filterSensitiveLog = (obj) => ({
|
|
1771
|
-
...obj,
|
|
1772
|
-
});
|
|
1773
|
-
})(InvalidUpdate = exports.InvalidUpdate || (exports.InvalidUpdate = {}));
|
|
1774
1461
|
var UpdateAssociationRequest;
|
|
1775
1462
|
(function (UpdateAssociationRequest) {
|
|
1776
1463
|
UpdateAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1787,12 +1474,6 @@ var UpdateAssociationResult;
|
|
|
1787
1474
|
}),
|
|
1788
1475
|
});
|
|
1789
1476
|
})(UpdateAssociationResult = exports.UpdateAssociationResult || (exports.UpdateAssociationResult = {}));
|
|
1790
|
-
var StatusUnchanged;
|
|
1791
|
-
(function (StatusUnchanged) {
|
|
1792
|
-
StatusUnchanged.filterSensitiveLog = (obj) => ({
|
|
1793
|
-
...obj,
|
|
1794
|
-
});
|
|
1795
|
-
})(StatusUnchanged = exports.StatusUnchanged || (exports.StatusUnchanged = {}));
|
|
1796
1477
|
var UpdateAssociationStatusRequest;
|
|
1797
1478
|
(function (UpdateAssociationStatusRequest) {
|
|
1798
1479
|
UpdateAssociationStatusRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1808,24 +1489,6 @@ var UpdateAssociationStatusResult;
|
|
|
1808
1489
|
}),
|
|
1809
1490
|
});
|
|
1810
1491
|
})(UpdateAssociationStatusResult = exports.UpdateAssociationStatusResult || (exports.UpdateAssociationStatusResult = {}));
|
|
1811
|
-
var DocumentVersionLimitExceeded;
|
|
1812
|
-
(function (DocumentVersionLimitExceeded) {
|
|
1813
|
-
DocumentVersionLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
1814
|
-
...obj,
|
|
1815
|
-
});
|
|
1816
|
-
})(DocumentVersionLimitExceeded = exports.DocumentVersionLimitExceeded || (exports.DocumentVersionLimitExceeded = {}));
|
|
1817
|
-
var DuplicateDocumentContent;
|
|
1818
|
-
(function (DuplicateDocumentContent) {
|
|
1819
|
-
DuplicateDocumentContent.filterSensitiveLog = (obj) => ({
|
|
1820
|
-
...obj,
|
|
1821
|
-
});
|
|
1822
|
-
})(DuplicateDocumentContent = exports.DuplicateDocumentContent || (exports.DuplicateDocumentContent = {}));
|
|
1823
|
-
var DuplicateDocumentVersionName;
|
|
1824
|
-
(function (DuplicateDocumentVersionName) {
|
|
1825
|
-
DuplicateDocumentVersionName.filterSensitiveLog = (obj) => ({
|
|
1826
|
-
...obj,
|
|
1827
|
-
});
|
|
1828
|
-
})(DuplicateDocumentVersionName = exports.DuplicateDocumentVersionName || (exports.DuplicateDocumentVersionName = {}));
|
|
1829
1492
|
var UpdateDocumentRequest;
|
|
1830
1493
|
(function (UpdateDocumentRequest) {
|
|
1831
1494
|
UpdateDocumentRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1875,9 +1538,3 @@ var UpdateDocumentMetadataRequest;
|
|
|
1875
1538
|
...obj,
|
|
1876
1539
|
});
|
|
1877
1540
|
})(UpdateDocumentMetadataRequest = exports.UpdateDocumentMetadataRequest || (exports.UpdateDocumentMetadataRequest = {}));
|
|
1878
|
-
var UpdateDocumentMetadataResponse;
|
|
1879
|
-
(function (UpdateDocumentMetadataResponse) {
|
|
1880
|
-
UpdateDocumentMetadataResponse.filterSensitiveLog = (obj) => ({
|
|
1881
|
-
...obj,
|
|
1882
|
-
});
|
|
1883
|
-
})(UpdateDocumentMetadataResponse = exports.UpdateDocumentMetadataResponse || (exports.UpdateDocumentMetadataResponse = {}));
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetOpsSummaryRequest = exports.GetInventoryRequest = exports.OpsAggregator = exports.InventoryAggregator = exports.UpdateServiceSettingResult = exports.UpdateServiceSettingRequest = exports.UpdateResourceDataSyncResult = exports.UpdateResourceDataSyncRequest = exports.
|
|
3
|
+
exports.GetOpsSummaryRequest = exports.GetInventoryRequest = exports.OpsAggregator = exports.InventoryAggregator = exports.UpdateServiceSettingResult = exports.UpdateServiceSettingRequest = exports.UpdateResourceDataSyncResult = exports.UpdateResourceDataSyncRequest = exports.UpdatePatchBaselineResult = exports.UpdatePatchBaselineRequest = exports.UpdateOpsMetadataResult = exports.UpdateOpsMetadataRequest = exports.UpdateOpsItemResponse = exports.UpdateOpsItemRequest = exports.UpdateManagedInstanceRoleResult = exports.UpdateManagedInstanceRoleRequest = exports.UpdateMaintenanceWindowTaskResult = exports.UpdateMaintenanceWindowTaskRequest = exports.UpdateMaintenanceWindowTargetResult = exports.UpdateMaintenanceWindowTargetRequest = exports.UpdateMaintenanceWindowResult = exports.UpdateMaintenanceWindowRequest = exports.UpdateDocumentMetadataResponse = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const models_0_1 = require("./models_0");
|
|
6
6
|
const models_1_1 = require("./models_1");
|
|
7
|
+
var UpdateDocumentMetadataResponse;
|
|
8
|
+
(function (UpdateDocumentMetadataResponse) {
|
|
9
|
+
UpdateDocumentMetadataResponse.filterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
});
|
|
12
|
+
})(UpdateDocumentMetadataResponse = exports.UpdateDocumentMetadataResponse || (exports.UpdateDocumentMetadataResponse = {}));
|
|
7
13
|
var UpdateMaintenanceWindowRequest;
|
|
8
14
|
(function (UpdateMaintenanceWindowRequest) {
|
|
9
15
|
UpdateMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -80,12 +86,6 @@ var UpdateOpsItemResponse;
|
|
|
80
86
|
...obj,
|
|
81
87
|
});
|
|
82
88
|
})(UpdateOpsItemResponse = exports.UpdateOpsItemResponse || (exports.UpdateOpsItemResponse = {}));
|
|
83
|
-
var OpsMetadataKeyLimitExceededException;
|
|
84
|
-
(function (OpsMetadataKeyLimitExceededException) {
|
|
85
|
-
OpsMetadataKeyLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
})(OpsMetadataKeyLimitExceededException = exports.OpsMetadataKeyLimitExceededException || (exports.OpsMetadataKeyLimitExceededException = {}));
|
|
89
89
|
var UpdateOpsMetadataRequest;
|
|
90
90
|
(function (UpdateOpsMetadataRequest) {
|
|
91
91
|
UpdateOpsMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -112,12 +112,6 @@ var UpdatePatchBaselineResult;
|
|
|
112
112
|
...(obj.Sources && { Sources: obj.Sources.map((item) => models_0_1.PatchSource.filterSensitiveLog(item)) }),
|
|
113
113
|
});
|
|
114
114
|
})(UpdatePatchBaselineResult = exports.UpdatePatchBaselineResult || (exports.UpdatePatchBaselineResult = {}));
|
|
115
|
-
var ResourceDataSyncConflictException;
|
|
116
|
-
(function (ResourceDataSyncConflictException) {
|
|
117
|
-
ResourceDataSyncConflictException.filterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
})(ResourceDataSyncConflictException = exports.ResourceDataSyncConflictException || (exports.ResourceDataSyncConflictException = {}));
|
|
121
115
|
var UpdateResourceDataSyncRequest;
|
|
122
116
|
(function (UpdateResourceDataSyncRequest) {
|
|
123
117
|
UpdateResourceDataSyncRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -17032,6 +17032,8 @@ const deserializeAws_json1_1InstanceInformation = (output, context) => {
|
|
|
17032
17032
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.RegistrationDate)))
|
|
17033
17033
|
: undefined,
|
|
17034
17034
|
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
17035
|
+
SourceId: smithy_client_1.expectString(output.SourceId),
|
|
17036
|
+
SourceType: smithy_client_1.expectString(output.SourceType),
|
|
17035
17037
|
};
|
|
17036
17038
|
};
|
|
17037
17039
|
const deserializeAws_json1_1InstanceInformationList = (output, context) => {
|