@aws-sdk/client-ssm 3.81.0 → 3.85.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/README.md +2 -0
- package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +1 -2
- package/dist-cjs/models/models_0.js +20 -12
- package/dist-cjs/models/models_1.js +12 -12
- package/dist-cjs/models/models_2.js +7 -1
- package/dist-cjs/protocols/Aws_json1_1.js +41 -0
- package/dist-es/commands/UpdateDocumentMetadataCommand.js +1 -2
- package/dist-es/models/models_0.js +13 -6
- package/dist-es/models/models_1.js +6 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +67 -26
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +33 -5
- package/dist-types/models/models_1.d.ts +27 -21
- package/dist-types/models/models_2.d.ts +21 -1
- package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +20 -5
- package/dist-types/ts3.4/models/models_1.d.ts +18 -13
- package/dist-types/ts3.4/models/models_2.d.ts +13 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **codegen:** add codegen indicator comment to all generated files ([#3592](https://github.com/aws/aws-sdk-js-v3/issues/3592)) ([567a530](https://github.com/aws/aws-sdk-js-v3/commit/567a5304232fcc1f9db3fd3df545054de8336b4b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **client-ssm:** This release adds the TargetMaps parameter in SSM State Manager API. ([f0b9bd4](https://github.com/aws/aws-sdk-js-v3/commit/f0b9bd497bcf5dff7f2bbd75c3bdcbee2ba1f9e0))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-ssm
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.81.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.80.0...v3.81.0) (2022-04-29)
|
|
7
37
|
|
|
8
38
|
|
package/README.md
CHANGED
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateDocumentMetadataCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const models_1_1 = require("../models/models_1");
|
|
7
6
|
const models_2_1 = require("../models/models_2");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class UpdateDocumentMetadataCommand extends smithy_client_1.Command {
|
|
@@ -21,7 +20,7 @@ class UpdateDocumentMetadataCommand extends smithy_client_1.Command {
|
|
|
21
20
|
logger,
|
|
22
21
|
clientName,
|
|
23
22
|
commandName,
|
|
24
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_2_1.UpdateDocumentMetadataRequest.filterSensitiveLog,
|
|
25
24
|
outputFilterSensitiveLog: models_2_1.UpdateDocumentMetadataResponse.filterSensitiveLog,
|
|
26
25
|
};
|
|
27
26
|
const { requestHandler } = configuration;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.InvalidTargetMaps = exports.InvalidTarget = exports.InvalidSchedule = exports.InvalidOutputLocation = exports.InvalidDocumentVersion = exports.InvalidDocument = exports.CreateAssociationResult = exports.AssociationDescription = exports.AssociationStatus = exports.AssociationStatusName = exports.AssociationOverview = exports.CreateAssociationRequest = exports.Target = exports.TargetLocation = exports.AssociationSyncCompliance = exports.InstanceAssociationOutputLocation = exports.S3OutputLocation = exports.AssociationComplianceSeverity = exports.AssociationLimitExceeded = exports.AssociationAlreadyExists = exports.InvalidParameters = exports.CreateActivationResult = exports.CreateActivationRequest = exports.RegistrationMetadataItem = exports.DoesNotExistException = exports.CancelMaintenanceWindowExecutionResult = exports.CancelMaintenanceWindowExecutionRequest = exports.InvalidInstanceId = exports.InvalidCommandId = exports.DuplicateInstanceId = exports.CancelCommandResult = exports.CancelCommandRequest = exports.OpsItemRelatedItemAlreadyExistsException = exports.OpsItemNotFoundException = exports.OpsItemLimitExceededException = exports.OpsItemInvalidParameterException = exports.AssociateOpsItemRelatedItemResponse = exports.AssociateOpsItemRelatedItemRequest = exports.AlreadyExistsException = exports.TooManyUpdates = exports.TooManyTagsError = exports.InvalidResourceType = exports.InvalidResourceId = exports.InternalServerError = exports.AddTagsToResourceResult = exports.AddTagsToResourceRequest = exports.ResourceTypeForTagging = exports.Activation = exports.Tag = exports.AccountSharingInfo = void 0;
|
|
4
|
+
exports.OperatingSystem = exports.PatchRuleGroup = exports.PatchRule = exports.PatchFilterGroup = exports.PatchFilter = exports.PatchFilterKey = exports.PatchComplianceLevel = exports.OpsMetadataTooManyUpdatesException = exports.OpsMetadataLimitExceededException = exports.OpsMetadataInvalidArgumentException = exports.OpsMetadataAlreadyExistsException = exports.CreateOpsMetadataResult = exports.CreateOpsMetadataRequest = exports.MetadataValue = exports.OpsItemAlreadyExistsException = exports.CreateOpsItemResponse = exports.CreateOpsItemRequest = exports.RelatedOpsItem = exports.OpsItemDataValue = exports.OpsItemDataType = exports.OpsItemNotification = exports.ResourceLimitExceededException = exports.IdempotentParameterMismatch = exports.CreateMaintenanceWindowResult = exports.CreateMaintenanceWindowRequest = exports.MaxDocumentSizeExceeded = exports.InvalidDocumentSchemaVersion = exports.InvalidDocumentContent = exports.DocumentLimitExceeded = exports.DocumentAlreadyExists = exports.CreateDocumentResult = exports.DocumentDescription = exports.DocumentStatus = exports.ReviewInformation = exports.ReviewStatus = exports.PlatformType = exports.DocumentParameter = exports.DocumentHashType = exports.AttachmentInformation = exports.CreateDocumentRequest = exports.DocumentRequires = exports.DocumentType = exports.DocumentFormat = exports.AttachmentsSource = exports.AttachmentsSourceKey = exports.CreateAssociationBatchResult = exports.FailedCreateAssociation = exports.CreateAssociationBatchRequest = exports.CreateAssociationBatchRequestEntry = exports.UnsupportedPlatformType = void 0;
|
|
5
|
+
exports.DeleteResourceDataSyncResult = exports.DeleteResourceDataSyncRequest = exports.ResourceInUseException = exports.DeletePatchBaselineResult = exports.DeletePatchBaselineRequest = exports.DeleteParametersResult = exports.DeleteParametersRequest = exports.ParameterNotFound = exports.DeleteParameterResult = exports.DeleteParameterRequest = exports.OpsMetadataNotFoundException = exports.DeleteOpsMetadataResult = exports.DeleteOpsMetadataRequest = exports.DeleteMaintenanceWindowResult = exports.DeleteMaintenanceWindowRequest = exports.InvalidTypeNameException = exports.InvalidOptionException = exports.InvalidInventoryRequestException = exports.InvalidDeleteInventoryParametersException = exports.DeleteInventoryResult = exports.InventoryDeletionSummary = exports.InventoryDeletionSummaryItem = exports.DeleteInventoryRequest = exports.InventorySchemaDeleteOption = exports.InvalidDocumentOperation = exports.DeleteDocumentResult = exports.DeleteDocumentRequest = exports.AssociatedInstances = exports.DeleteAssociationResult = exports.DeleteAssociationRequest = exports.AssociationDoesNotExist = exports.InvalidActivationId = exports.InvalidActivation = exports.DeleteActivationResult = exports.DeleteActivationRequest = exports.ResourceDataSyncInvalidConfigurationException = exports.ResourceDataSyncCountExceededException = exports.ResourceDataSyncAlreadyExistsException = exports.CreateResourceDataSyncResult = exports.CreateResourceDataSyncRequest = exports.ResourceDataSyncSource = exports.ResourceDataSyncAwsOrganizationsSource = exports.ResourceDataSyncOrganizationalUnit = exports.ResourceDataSyncS3Destination = exports.ResourceDataSyncS3Format = exports.ResourceDataSyncDestinationDataSharing = exports.CreatePatchBaselineResult = exports.CreatePatchBaselineRequest = exports.PatchSource = exports.PatchAction = void 0;
|
|
6
|
+
exports.FailureDetails = exports.DescribeAutomationStepExecutionsRequest = exports.StepExecutionFilter = exports.StepExecutionFilterKey = exports.AutomationExecutionNotFoundException = exports.InvalidFilterValue = exports.InvalidFilterKey = exports.DescribeAutomationExecutionsResult = exports.AutomationExecutionMetadata = exports.Runbook = exports.ResolvedTargets = exports.ExecutionMode = exports.AutomationType = exports.AutomationSubtype = exports.AutomationExecutionStatus = exports.DescribeAutomationExecutionsRequest = exports.AutomationExecutionFilter = exports.AutomationExecutionFilterKey = exports.DescribeAssociationExecutionTargetsResult = exports.AssociationExecutionTarget = exports.OutputSource = exports.DescribeAssociationExecutionTargetsRequest = exports.AssociationExecutionTargetsFilter = exports.AssociationExecutionTargetsFilterKey = exports.AssociationExecutionDoesNotExist = exports.DescribeAssociationExecutionsResult = exports.AssociationExecution = exports.DescribeAssociationExecutionsRequest = exports.AssociationExecutionFilter = exports.AssociationFilterOperatorType = exports.AssociationExecutionFilterKey = exports.InvalidAssociationVersion = exports.DescribeAssociationResult = exports.DescribeAssociationRequest = exports.InvalidNextToken = exports.InvalidFilter = exports.DescribeActivationsResult = exports.DescribeActivationsRequest = exports.DescribeActivationsFilter = exports.DescribeActivationsFilterKeys = exports.DeregisterTaskFromMaintenanceWindowResult = exports.DeregisterTaskFromMaintenanceWindowRequest = exports.TargetInUseException = exports.DeregisterTargetFromMaintenanceWindowResult = exports.DeregisterTargetFromMaintenanceWindowRequest = exports.DeregisterPatchBaselineForPatchGroupResult = exports.DeregisterPatchBaselineForPatchGroupRequest = exports.DeregisterManagedInstanceResult = exports.DeregisterManagedInstanceRequest = exports.ResourceDataSyncNotFoundException = void 0;
|
|
7
|
+
exports.DescribeInstancePatchStatesForPatchGroupResult = exports.DescribeInstancePatchStatesForPatchGroupRequest = exports.InstancePatchStateFilter = exports.InstancePatchStateOperatorType = exports.DescribeInstancePatchStatesResult = exports.InstancePatchState = exports.RebootOption = exports.PatchOperationType = exports.DescribeInstancePatchStatesRequest = exports.DescribeInstancePatchesResult = exports.PatchComplianceData = exports.PatchComplianceDataState = exports.DescribeInstancePatchesRequest = exports.InvalidInstanceInformationFilterValue = exports.DescribeInstanceInformationResult = exports.InstanceInformation = exports.SourceType = exports.ResourceType = exports.PingStatus = exports.InstanceAggregatedAssociationOverview = exports.DescribeInstanceInformationRequest = exports.InstanceInformationFilter = exports.InstanceInformationFilterKey = exports.InstanceInformationStringFilter = exports.DescribeInstanceAssociationsStatusResult = exports.InstanceAssociationStatusInfo = exports.InstanceAssociationOutputUrl = exports.S3OutputUrl = exports.DescribeInstanceAssociationsStatusRequest = exports.UnsupportedOperatingSystem = exports.DescribeEffectivePatchesForPatchBaselineResult = exports.EffectivePatch = exports.PatchStatus = exports.PatchDeploymentStatus = exports.DescribeEffectivePatchesForPatchBaselineRequest = exports.DescribeEffectiveInstanceAssociationsResult = exports.InstanceAssociation = exports.DescribeEffectiveInstanceAssociationsRequest = exports.InvalidPermissionType = exports.DescribeDocumentPermissionResponse = exports.DescribeDocumentPermissionRequest = exports.DocumentPermissionType = exports.DescribeDocumentResult = exports.DescribeDocumentRequest = exports.DescribeAvailablePatchesResult = exports.Patch = exports.DescribeAvailablePatchesRequest = exports.PatchOrchestratorFilter = exports.DescribeAutomationStepExecutionsResult = exports.StepExecution = void 0;
|
|
8
|
+
exports.ParameterInlinePolicy = exports.DescribeParametersRequest = exports.ParameterStringFilter = exports.ParametersFilter = exports.ParametersFilterKey = exports.DescribeOpsItemsResponse = exports.OpsItemSummary = exports.OpsItemStatus = exports.DescribeOpsItemsRequest = exports.OpsItemFilter = exports.OpsItemFilterOperator = exports.OpsItemFilterKey = exports.DescribeMaintenanceWindowTasksResult = exports.MaintenanceWindowTask = exports.MaintenanceWindowTaskParameterValueExpression = exports.LoggingInfo = exports.MaintenanceWindowTaskCutoffBehavior = exports.DescribeMaintenanceWindowTasksRequest = exports.DescribeMaintenanceWindowTargetsResult = exports.MaintenanceWindowTarget = exports.DescribeMaintenanceWindowTargetsRequest = exports.DescribeMaintenanceWindowsForTargetResult = exports.MaintenanceWindowIdentityForTarget = exports.DescribeMaintenanceWindowsForTargetRequest = exports.DescribeMaintenanceWindowScheduleResult = exports.ScheduledWindowExecution = exports.DescribeMaintenanceWindowScheduleRequest = exports.MaintenanceWindowResourceType = exports.DescribeMaintenanceWindowsResult = exports.MaintenanceWindowIdentity = exports.DescribeMaintenanceWindowsRequest = exports.DescribeMaintenanceWindowExecutionTasksResult = exports.MaintenanceWindowExecutionTaskIdentity = exports.DescribeMaintenanceWindowExecutionTasksRequest = exports.DescribeMaintenanceWindowExecutionTaskInvocationsResult = exports.MaintenanceWindowExecutionTaskInvocationIdentity = exports.MaintenanceWindowTaskType = exports.DescribeMaintenanceWindowExecutionTaskInvocationsRequest = exports.DescribeMaintenanceWindowExecutionsResult = exports.MaintenanceWindowExecution = exports.MaintenanceWindowExecutionStatus = exports.DescribeMaintenanceWindowExecutionsRequest = exports.MaintenanceWindowFilter = exports.InvalidDeletionIdException = exports.DescribeInventoryDeletionsResult = exports.InventoryDeletionStatusItem = exports.InventoryDeletionStatus = exports.DescribeInventoryDeletionsRequest = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
const SSMServiceException_1 = require("./SSMServiceException");
|
|
11
11
|
var AccountSharingInfo;
|
|
@@ -487,6 +487,20 @@ class InvalidTarget extends SSMServiceException_1.SSMServiceException {
|
|
|
487
487
|
}
|
|
488
488
|
}
|
|
489
489
|
exports.InvalidTarget = InvalidTarget;
|
|
490
|
+
class InvalidTargetMaps extends SSMServiceException_1.SSMServiceException {
|
|
491
|
+
constructor(opts) {
|
|
492
|
+
super({
|
|
493
|
+
name: "InvalidTargetMaps",
|
|
494
|
+
$fault: "client",
|
|
495
|
+
...opts,
|
|
496
|
+
});
|
|
497
|
+
this.name = "InvalidTargetMaps";
|
|
498
|
+
this.$fault = "client";
|
|
499
|
+
Object.setPrototypeOf(this, InvalidTargetMaps.prototype);
|
|
500
|
+
this.Message = opts.Message;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
exports.InvalidTargetMaps = InvalidTargetMaps;
|
|
490
504
|
class UnsupportedPlatformType extends SSMServiceException_1.SSMServiceException {
|
|
491
505
|
constructor(opts) {
|
|
492
506
|
super({
|
|
@@ -2443,9 +2457,3 @@ var ParameterInlinePolicy;
|
|
|
2443
2457
|
...obj,
|
|
2444
2458
|
});
|
|
2445
2459
|
})(ParameterInlinePolicy = exports.ParameterInlinePolicy || (exports.ParameterInlinePolicy = {}));
|
|
2446
|
-
var ParameterTier;
|
|
2447
|
-
(function (ParameterTier) {
|
|
2448
|
-
ParameterTier["ADVANCED"] = "Advanced";
|
|
2449
|
-
ParameterTier["INTELLIGENT_TIERING"] = "Intelligent-Tiering";
|
|
2450
|
-
ParameterTier["STANDARD"] = "Standard";
|
|
2451
|
-
})(ParameterTier = exports.ParameterTier || (exports.ParameterTier = {}));
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.GetDeployablePatchSnapshotForInstanceRequest = exports.BaselineOverride = exports.GetDefaultPatchBaselineResult = exports.GetDefaultPatchBaselineRequest = exports.GetConnectionStatusResponse = exports.ConnectionStatus = exports.GetConnectionStatusRequest = exports.InvocationDoesNotExist = exports.InvalidPluginName = exports.GetCommandInvocationResult = exports.CommandInvocationStatus = exports.CloudWatchOutputConfig = exports.GetCommandInvocationRequest = exports.UnsupportedCalendarException = exports.InvalidDocumentType = exports.GetCalendarStateResponse = exports.CalendarState = exports.GetCalendarStateRequest = exports.GetAutomationExecutionResult = exports.AutomationExecution = exports.ProgressCounters = exports.GetAutomationExecutionRequest = exports.OpsItemRelatedItemAssociationNotFoundException = 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.InvalidFilterOption = exports.DescribeParametersResult = exports.ParameterMetadata = exports.ParameterType = exports.ParameterTier = void 0;
|
|
4
|
+
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.InvalidResultAttributeException = exports.InvalidInventoryGroupException = exports.InvalidAggregatorException = exports.GetInventoryResult = exports.InventoryResultEntity = exports.InventoryResultItem = exports.ResultAttribute = exports.InventoryGroup = exports.InventoryFilter = exports.InventoryQueryOperatorType = exports.GetDocumentResult = exports.AttachmentContent = exports.AttachmentHashType = exports.GetDocumentRequest = exports.UnsupportedFeatureRequiredException = exports.GetDeployablePatchSnapshotForInstanceResult = void 0;
|
|
5
|
+
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.ParameterVersionLabelLimitExceeded = exports.LabelParameterVersionResult = exports.LabelParameterVersionRequest = exports.ServiceSettingNotFound = exports.GetServiceSettingResult = exports.ServiceSetting = exports.GetServiceSettingRequest = exports.GetPatchBaselineForPatchGroupResult = exports.GetPatchBaselineForPatchGroupRequest = exports.GetPatchBaselineResult = exports.GetPatchBaselineRequest = exports.GetParametersByPathResult = exports.GetParametersByPathRequest = exports.GetParametersResult = exports.GetParametersRequest = exports.GetParameterHistoryResult = exports.ParameterHistory = exports.GetParameterHistoryRequest = exports.ParameterVersionNotFound = exports.InvalidKeyId = exports.GetParameterResult = exports.Parameter = exports.GetParameterRequest = void 0;
|
|
6
|
+
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 = 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 = void 0;
|
|
7
|
+
exports.ResumeSessionResponse = exports.ResumeSessionRequest = exports.ResetServiceSettingResult = exports.ResetServiceSettingRequest = exports.RemoveTagsFromResourceResult = exports.RemoveTagsFromResourceRequest = exports.RegisterTaskWithMaintenanceWindowResult = exports.RegisterTaskWithMaintenanceWindowRequest = exports.FeatureNotAvailableException = exports.RegisterTargetWithMaintenanceWindowResult = exports.RegisterTargetWithMaintenanceWindowRequest = exports.RegisterPatchBaselineForPatchGroupResult = exports.RegisterPatchBaselineForPatchGroupRequest = exports.RegisterDefaultPatchBaselineResult = exports.RegisterDefaultPatchBaselineRequest = exports.UnsupportedParameterType = exports.PutParameterResult = exports.PutParameterRequest = exports.PoliciesLimitExceededException = exports.ParameterPatternMismatchException = exports.ParameterMaxVersionLimitExceeded = exports.ParameterLimitExceeded = exports.ParameterAlreadyExists = exports.InvalidPolicyTypeException = exports.InvalidPolicyAttributeException = exports.InvalidAllowedPatternException = exports.IncompatiblePolicyException = exports.HierarchyTypeMismatchException = exports.HierarchyLevelLimitExceededException = exports.UnsupportedInventorySchemaVersionException = exports.UnsupportedInventoryItemContextException = exports.SubTypeCountLimitExceededException = exports.PutInventoryResult = exports.PutInventoryRequest = exports.InventoryItem = exports.ItemContentMismatchException = exports.InvalidInventoryItemContextException = exports.CustomSchemaCountLimitExceededException = exports.TotalSizeLimitExceededException = exports.PutComplianceItemsResult = exports.PutComplianceItemsRequest = exports.ComplianceUploadType = exports.ComplianceItemEntry = exports.ItemSizeLimitExceededException = exports.InvalidItemContentException = exports.ComplianceTypeCountLimitExceededException = exports.ModifyDocumentPermissionResponse = exports.ModifyDocumentPermissionRequest = exports.DocumentPermissionLimit = exports.ListTagsForResourceResult = void 0;
|
|
8
|
+
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 = exports.InvalidAutomationSignalException = exports.AutomationStepNotFoundException = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
const models_0_1 = require("./models_0");
|
|
11
11
|
const SSMServiceException_1 = require("./SSMServiceException");
|
|
12
|
+
var ParameterTier;
|
|
13
|
+
(function (ParameterTier) {
|
|
14
|
+
ParameterTier["ADVANCED"] = "Advanced";
|
|
15
|
+
ParameterTier["INTELLIGENT_TIERING"] = "Intelligent-Tiering";
|
|
16
|
+
ParameterTier["STANDARD"] = "Standard";
|
|
17
|
+
})(ParameterTier = exports.ParameterTier || (exports.ParameterTier = {}));
|
|
12
18
|
var ParameterType;
|
|
13
19
|
(function (ParameterType) {
|
|
14
20
|
ParameterType["SECURE_STRING"] = "SecureString";
|
|
@@ -2316,9 +2322,3 @@ var DocumentReviews;
|
|
|
2316
2322
|
...obj,
|
|
2317
2323
|
});
|
|
2318
2324
|
})(DocumentReviews = exports.DocumentReviews || (exports.DocumentReviews = {}));
|
|
2319
|
-
var UpdateDocumentMetadataRequest;
|
|
2320
|
-
(function (UpdateDocumentMetadataRequest) {
|
|
2321
|
-
UpdateDocumentMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
2322
|
-
...obj,
|
|
2323
|
-
});
|
|
2324
|
-
})(UpdateDocumentMetadataRequest = exports.UpdateDocumentMetadataRequest || (exports.UpdateDocumentMetadataRequest = {}));
|
|
@@ -1,10 +1,16 @@
|
|
|
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.ResourceDataSyncConflictException = exports.UpdatePatchBaselineResult = exports.UpdatePatchBaselineRequest = exports.UpdateOpsMetadataResult = exports.UpdateOpsMetadataRequest = exports.OpsMetadataKeyLimitExceededException = exports.UpdateOpsItemResponse = exports.UpdateOpsItemRequest = exports.UpdateManagedInstanceRoleResult = exports.UpdateManagedInstanceRoleRequest = exports.UpdateMaintenanceWindowTaskResult = exports.UpdateMaintenanceWindowTaskRequest = exports.UpdateMaintenanceWindowTargetResult = exports.UpdateMaintenanceWindowTargetRequest = exports.UpdateMaintenanceWindowResult = exports.UpdateMaintenanceWindowRequest = exports.UpdateDocumentMetadataResponse = void 0;
|
|
3
|
+
exports.GetOpsSummaryRequest = exports.GetInventoryRequest = exports.OpsAggregator = exports.InventoryAggregator = exports.UpdateServiceSettingResult = exports.UpdateServiceSettingRequest = exports.UpdateResourceDataSyncResult = exports.UpdateResourceDataSyncRequest = exports.ResourceDataSyncConflictException = exports.UpdatePatchBaselineResult = exports.UpdatePatchBaselineRequest = exports.UpdateOpsMetadataResult = exports.UpdateOpsMetadataRequest = exports.OpsMetadataKeyLimitExceededException = exports.UpdateOpsItemResponse = exports.UpdateOpsItemRequest = exports.UpdateManagedInstanceRoleResult = exports.UpdateManagedInstanceRoleRequest = exports.UpdateMaintenanceWindowTaskResult = exports.UpdateMaintenanceWindowTaskRequest = exports.UpdateMaintenanceWindowTargetResult = exports.UpdateMaintenanceWindowTargetRequest = exports.UpdateMaintenanceWindowResult = exports.UpdateMaintenanceWindowRequest = exports.UpdateDocumentMetadataResponse = exports.UpdateDocumentMetadataRequest = 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
7
|
const SSMServiceException_1 = require("./SSMServiceException");
|
|
8
|
+
var UpdateDocumentMetadataRequest;
|
|
9
|
+
(function (UpdateDocumentMetadataRequest) {
|
|
10
|
+
UpdateDocumentMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
11
|
+
...obj,
|
|
12
|
+
});
|
|
13
|
+
})(UpdateDocumentMetadataRequest = exports.UpdateDocumentMetadataRequest || (exports.UpdateDocumentMetadataRequest = {}));
|
|
8
14
|
var UpdateDocumentMetadataResponse;
|
|
9
15
|
(function (UpdateDocumentMetadataResponse) {
|
|
10
16
|
UpdateDocumentMetadataResponse.filterSensitiveLog = (obj) => ({
|
|
@@ -1635,6 +1635,9 @@ const deserializeAws_json1_1CreateAssociationCommandError = async (output, conte
|
|
|
1635
1635
|
case "InvalidTarget":
|
|
1636
1636
|
case "com.amazonaws.ssm#InvalidTarget":
|
|
1637
1637
|
throw await deserializeAws_json1_1InvalidTargetResponse(parsedOutput, context);
|
|
1638
|
+
case "InvalidTargetMaps":
|
|
1639
|
+
case "com.amazonaws.ssm#InvalidTargetMaps":
|
|
1640
|
+
throw await deserializeAws_json1_1InvalidTargetMapsResponse(parsedOutput, context);
|
|
1638
1641
|
case "UnsupportedPlatformType":
|
|
1639
1642
|
case "com.amazonaws.ssm#UnsupportedPlatformType":
|
|
1640
1643
|
throw await deserializeAws_json1_1UnsupportedPlatformTypeResponse(parsedOutput, context);
|
|
@@ -1701,6 +1704,9 @@ const deserializeAws_json1_1CreateAssociationBatchCommandError = async (output,
|
|
|
1701
1704
|
case "InvalidTarget":
|
|
1702
1705
|
case "com.amazonaws.ssm#InvalidTarget":
|
|
1703
1706
|
throw await deserializeAws_json1_1InvalidTargetResponse(parsedOutput, context);
|
|
1707
|
+
case "InvalidTargetMaps":
|
|
1708
|
+
case "com.amazonaws.ssm#InvalidTargetMaps":
|
|
1709
|
+
throw await deserializeAws_json1_1InvalidTargetMapsResponse(parsedOutput, context);
|
|
1704
1710
|
case "UnsupportedPlatformType":
|
|
1705
1711
|
case "com.amazonaws.ssm#UnsupportedPlatformType":
|
|
1706
1712
|
throw await deserializeAws_json1_1UnsupportedPlatformTypeResponse(parsedOutput, context);
|
|
@@ -6711,6 +6717,9 @@ const deserializeAws_json1_1UpdateAssociationCommandError = async (output, conte
|
|
|
6711
6717
|
case "InvalidTarget":
|
|
6712
6718
|
case "com.amazonaws.ssm#InvalidTarget":
|
|
6713
6719
|
throw await deserializeAws_json1_1InvalidTargetResponse(parsedOutput, context);
|
|
6720
|
+
case "InvalidTargetMaps":
|
|
6721
|
+
case "com.amazonaws.ssm#InvalidTargetMaps":
|
|
6722
|
+
throw await deserializeAws_json1_1InvalidTargetMapsResponse(parsedOutput, context);
|
|
6714
6723
|
case "InvalidUpdate":
|
|
6715
6724
|
case "com.amazonaws.ssm#InvalidUpdate":
|
|
6716
6725
|
throw await deserializeAws_json1_1InvalidUpdateResponse(parsedOutput, context);
|
|
@@ -7975,6 +7984,15 @@ const deserializeAws_json1_1InvalidTargetResponse = async (parsedOutput, context
|
|
|
7975
7984
|
});
|
|
7976
7985
|
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
7977
7986
|
};
|
|
7987
|
+
const deserializeAws_json1_1InvalidTargetMapsResponse = async (parsedOutput, context) => {
|
|
7988
|
+
const body = parsedOutput.body;
|
|
7989
|
+
const deserialized = deserializeAws_json1_1InvalidTargetMaps(body, context);
|
|
7990
|
+
const exception = new models_0_1.InvalidTargetMaps({
|
|
7991
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7992
|
+
...deserialized,
|
|
7993
|
+
});
|
|
7994
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
7995
|
+
};
|
|
7978
7996
|
const deserializeAws_json1_1InvalidTypeNameExceptionResponse = async (parsedOutput, context) => {
|
|
7979
7997
|
const body = parsedOutput.body;
|
|
7980
7998
|
const deserialized = deserializeAws_json1_1InvalidTypeNameException(body, context);
|
|
@@ -8831,6 +8849,8 @@ const serializeAws_json1_1CreateAssociationBatchRequestEntry = (input, context)
|
|
|
8831
8849
|
input.TargetLocations !== null && {
|
|
8832
8850
|
TargetLocations: serializeAws_json1_1TargetLocations(input.TargetLocations, context),
|
|
8833
8851
|
}),
|
|
8852
|
+
...(input.TargetMaps !== undefined &&
|
|
8853
|
+
input.TargetMaps !== null && { TargetMaps: serializeAws_json1_1TargetMaps(input.TargetMaps, context) }),
|
|
8834
8854
|
...(input.Targets !== undefined &&
|
|
8835
8855
|
input.Targets !== null && { Targets: serializeAws_json1_1Targets(input.Targets, context) }),
|
|
8836
8856
|
};
|
|
@@ -8874,6 +8894,8 @@ const serializeAws_json1_1CreateAssociationRequest = (input, context) => {
|
|
|
8874
8894
|
input.TargetLocations !== null && {
|
|
8875
8895
|
TargetLocations: serializeAws_json1_1TargetLocations(input.TargetLocations, context),
|
|
8876
8896
|
}),
|
|
8897
|
+
...(input.TargetMaps !== undefined &&
|
|
8898
|
+
input.TargetMaps !== null && { TargetMaps: serializeAws_json1_1TargetMaps(input.TargetMaps, context) }),
|
|
8877
8899
|
...(input.Targets !== undefined &&
|
|
8878
8900
|
input.Targets !== null && { Targets: serializeAws_json1_1Targets(input.Targets, context) }),
|
|
8879
8901
|
};
|
|
@@ -11362,6 +11384,8 @@ const serializeAws_json1_1UpdateAssociationRequest = (input, context) => {
|
|
|
11362
11384
|
input.TargetLocations !== null && {
|
|
11363
11385
|
TargetLocations: serializeAws_json1_1TargetLocations(input.TargetLocations, context),
|
|
11364
11386
|
}),
|
|
11387
|
+
...(input.TargetMaps !== undefined &&
|
|
11388
|
+
input.TargetMaps !== null && { TargetMaps: serializeAws_json1_1TargetMaps(input.TargetMaps, context) }),
|
|
11365
11389
|
...(input.Targets !== undefined &&
|
|
11366
11390
|
input.Targets !== null && { Targets: serializeAws_json1_1Targets(input.Targets, context) }),
|
|
11367
11391
|
};
|
|
@@ -11684,6 +11708,9 @@ const deserializeAws_json1_1Association = (output, context) => {
|
|
|
11684
11708
|
: undefined,
|
|
11685
11709
|
ScheduleExpression: (0, smithy_client_1.expectString)(output.ScheduleExpression),
|
|
11686
11710
|
ScheduleOffset: (0, smithy_client_1.expectInt32)(output.ScheduleOffset),
|
|
11711
|
+
TargetMaps: output.TargetMaps !== undefined && output.TargetMaps !== null
|
|
11712
|
+
? deserializeAws_json1_1TargetMaps(output.TargetMaps, context)
|
|
11713
|
+
: undefined,
|
|
11687
11714
|
Targets: output.Targets !== undefined && output.Targets !== null
|
|
11688
11715
|
? deserializeAws_json1_1Targets(output.Targets, context)
|
|
11689
11716
|
: undefined,
|
|
@@ -11738,6 +11765,9 @@ const deserializeAws_json1_1AssociationDescription = (output, context) => {
|
|
|
11738
11765
|
TargetLocations: output.TargetLocations !== undefined && output.TargetLocations !== null
|
|
11739
11766
|
? deserializeAws_json1_1TargetLocations(output.TargetLocations, context)
|
|
11740
11767
|
: undefined,
|
|
11768
|
+
TargetMaps: output.TargetMaps !== undefined && output.TargetMaps !== null
|
|
11769
|
+
? deserializeAws_json1_1TargetMaps(output.TargetMaps, context)
|
|
11770
|
+
: undefined,
|
|
11741
11771
|
Targets: output.Targets !== undefined && output.Targets !== null
|
|
11742
11772
|
? deserializeAws_json1_1Targets(output.Targets, context)
|
|
11743
11773
|
: undefined,
|
|
@@ -11892,6 +11922,9 @@ const deserializeAws_json1_1AssociationVersionInfo = (output, context) => {
|
|
|
11892
11922
|
TargetLocations: output.TargetLocations !== undefined && output.TargetLocations !== null
|
|
11893
11923
|
? deserializeAws_json1_1TargetLocations(output.TargetLocations, context)
|
|
11894
11924
|
: undefined,
|
|
11925
|
+
TargetMaps: output.TargetMaps !== undefined && output.TargetMaps !== null
|
|
11926
|
+
? deserializeAws_json1_1TargetMaps(output.TargetMaps, context)
|
|
11927
|
+
: undefined,
|
|
11895
11928
|
Targets: output.Targets !== undefined && output.Targets !== null
|
|
11896
11929
|
? deserializeAws_json1_1Targets(output.Targets, context)
|
|
11897
11930
|
: undefined,
|
|
@@ -12404,6 +12437,9 @@ const deserializeAws_json1_1CreateAssociationBatchRequestEntry = (output, contex
|
|
|
12404
12437
|
TargetLocations: output.TargetLocations !== undefined && output.TargetLocations !== null
|
|
12405
12438
|
? deserializeAws_json1_1TargetLocations(output.TargetLocations, context)
|
|
12406
12439
|
: undefined,
|
|
12440
|
+
TargetMaps: output.TargetMaps !== undefined && output.TargetMaps !== null
|
|
12441
|
+
? deserializeAws_json1_1TargetMaps(output.TargetMaps, context)
|
|
12442
|
+
: undefined,
|
|
12407
12443
|
Targets: output.Targets !== undefined && output.Targets !== null
|
|
12408
12444
|
? deserializeAws_json1_1Targets(output.Targets, context)
|
|
12409
12445
|
: undefined,
|
|
@@ -13845,6 +13881,11 @@ const deserializeAws_json1_1InvalidTarget = (output, context) => {
|
|
|
13845
13881
|
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
13846
13882
|
};
|
|
13847
13883
|
};
|
|
13884
|
+
const deserializeAws_json1_1InvalidTargetMaps = (output, context) => {
|
|
13885
|
+
return {
|
|
13886
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
13887
|
+
};
|
|
13888
|
+
};
|
|
13848
13889
|
const deserializeAws_json1_1InvalidTypeNameException = (output, context) => {
|
|
13849
13890
|
return {
|
|
13850
13891
|
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateDocumentMetadataRequest } from "../models/
|
|
5
|
-
import { UpdateDocumentMetadataResponse } from "../models/models_2";
|
|
4
|
+
import { UpdateDocumentMetadataRequest, UpdateDocumentMetadataResponse } from "../models/models_2";
|
|
6
5
|
import { deserializeAws_json1_1UpdateDocumentMetadataCommand, serializeAws_json1_1UpdateDocumentMetadataCommand, } from "../protocols/Aws_json1_1";
|
|
7
6
|
var UpdateDocumentMetadataCommand = (function (_super) {
|
|
8
7
|
__extends(UpdateDocumentMetadataCommand, _super);
|
|
@@ -409,6 +409,19 @@ var InvalidTarget = (function (_super) {
|
|
|
409
409
|
return InvalidTarget;
|
|
410
410
|
}(__BaseException));
|
|
411
411
|
export { InvalidTarget };
|
|
412
|
+
var InvalidTargetMaps = (function (_super) {
|
|
413
|
+
__extends(InvalidTargetMaps, _super);
|
|
414
|
+
function InvalidTargetMaps(opts) {
|
|
415
|
+
var _this = _super.call(this, __assign({ name: "InvalidTargetMaps", $fault: "client" }, opts)) || this;
|
|
416
|
+
_this.name = "InvalidTargetMaps";
|
|
417
|
+
_this.$fault = "client";
|
|
418
|
+
Object.setPrototypeOf(_this, InvalidTargetMaps.prototype);
|
|
419
|
+
_this.Message = opts.Message;
|
|
420
|
+
return _this;
|
|
421
|
+
}
|
|
422
|
+
return InvalidTargetMaps;
|
|
423
|
+
}(__BaseException));
|
|
424
|
+
export { InvalidTargetMaps };
|
|
412
425
|
var UnsupportedPlatformType = (function (_super) {
|
|
413
426
|
__extends(UnsupportedPlatformType, _super);
|
|
414
427
|
function UnsupportedPlatformType(opts) {
|
|
@@ -1974,9 +1987,3 @@ export var ParameterInlinePolicy;
|
|
|
1974
1987
|
(function (ParameterInlinePolicy) {
|
|
1975
1988
|
ParameterInlinePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1976
1989
|
})(ParameterInlinePolicy || (ParameterInlinePolicy = {}));
|
|
1977
|
-
export var ParameterTier;
|
|
1978
|
-
(function (ParameterTier) {
|
|
1979
|
-
ParameterTier["ADVANCED"] = "Advanced";
|
|
1980
|
-
ParameterTier["INTELLIGENT_TIERING"] = "Intelligent-Tiering";
|
|
1981
|
-
ParameterTier["STANDARD"] = "Standard";
|
|
1982
|
-
})(ParameterTier || (ParameterTier = {}));
|
|
@@ -2,6 +2,12 @@ import { __assign, __extends } from "tslib";
|
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { AssociationDescription, PatchSource, } from "./models_0";
|
|
4
4
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
5
|
+
export var ParameterTier;
|
|
6
|
+
(function (ParameterTier) {
|
|
7
|
+
ParameterTier["ADVANCED"] = "Advanced";
|
|
8
|
+
ParameterTier["INTELLIGENT_TIERING"] = "Intelligent-Tiering";
|
|
9
|
+
ParameterTier["STANDARD"] = "Standard";
|
|
10
|
+
})(ParameterTier || (ParameterTier = {}));
|
|
5
11
|
export var ParameterType;
|
|
6
12
|
(function (ParameterType) {
|
|
7
13
|
ParameterType["SECURE_STRING"] = "SecureString";
|
|
@@ -1800,7 +1806,3 @@ export var DocumentReviews;
|
|
|
1800
1806
|
(function (DocumentReviews) {
|
|
1801
1807
|
DocumentReviews.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1802
1808
|
})(DocumentReviews || (DocumentReviews = {}));
|
|
1803
|
-
export var UpdateDocumentMetadataRequest;
|
|
1804
|
-
(function (UpdateDocumentMetadataRequest) {
|
|
1805
|
-
UpdateDocumentMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1806
|
-
})(UpdateDocumentMetadataRequest || (UpdateDocumentMetadataRequest = {}));
|
|
@@ -3,6 +3,10 @@ import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { PatchSource, } from "./models_0";
|
|
4
4
|
import { MaintenanceWindowTaskInvocationParameters, } from "./models_1";
|
|
5
5
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
6
|
+
export var UpdateDocumentMetadataRequest;
|
|
7
|
+
(function (UpdateDocumentMetadataRequest) {
|
|
8
|
+
UpdateDocumentMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(UpdateDocumentMetadataRequest || (UpdateDocumentMetadataRequest = {}));
|
|
6
10
|
export var UpdateDocumentMetadataResponse;
|
|
7
11
|
(function (UpdateDocumentMetadataResponse) {
|
|
8
12
|
UpdateDocumentMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -2,7 +2,7 @@ import { __assign, __awaiter, __generator, __read } from "tslib";
|
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
3
3
|
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
5
|
-
import { AlreadyExistsException, AssociatedInstances, AssociationAlreadyExists, AssociationDoesNotExist, AssociationExecutionDoesNotExist, AssociationLimitExceeded, AutomationExecutionNotFoundException, DocumentAlreadyExists, DocumentLimitExceeded, DoesNotExistException, DuplicateInstanceId, IdempotentParameterMismatch, InternalServerError, InvalidActivation, InvalidActivationId, InvalidAssociationVersion, InvalidCommandId, InvalidDeleteInventoryParametersException, InvalidDeletionIdException, InvalidDocument, InvalidDocumentContent, InvalidDocumentOperation, InvalidDocumentSchemaVersion, InvalidDocumentVersion, InvalidFilter, InvalidFilterKey, InvalidFilterValue, InvalidInstanceId, InvalidInstanceInformationFilterValue, InvalidInventoryRequestException, InvalidNextToken, InvalidOptionException, InvalidOutputLocation, InvalidParameters, InvalidPermissionType, InvalidResourceId, InvalidResourceType, InvalidSchedule, InvalidTarget, InvalidTypeNameException, MaxDocumentSizeExceeded, OpsItemAlreadyExistsException, OpsItemInvalidParameterException, OpsItemLimitExceededException, OpsItemNotFoundException, OpsItemRelatedItemAlreadyExistsException, OpsMetadataAlreadyExistsException, OpsMetadataInvalidArgumentException, OpsMetadataLimitExceededException, OpsMetadataNotFoundException, OpsMetadataTooManyUpdatesException, ParameterNotFound, ResourceDataSyncAlreadyExistsException, ResourceDataSyncCountExceededException, ResourceDataSyncInvalidConfigurationException, ResourceDataSyncNotFoundException, ResourceInUseException, ResourceLimitExceededException, TargetInUseException, TooManyTagsError, TooManyUpdates, UnsupportedOperatingSystem, UnsupportedPlatformType, } from "../models/models_0";
|
|
5
|
+
import { AlreadyExistsException, AssociatedInstances, AssociationAlreadyExists, AssociationDoesNotExist, AssociationExecutionDoesNotExist, AssociationLimitExceeded, AutomationExecutionNotFoundException, DocumentAlreadyExists, DocumentLimitExceeded, DoesNotExistException, DuplicateInstanceId, IdempotentParameterMismatch, InternalServerError, InvalidActivation, InvalidActivationId, InvalidAssociationVersion, InvalidCommandId, InvalidDeleteInventoryParametersException, InvalidDeletionIdException, InvalidDocument, InvalidDocumentContent, InvalidDocumentOperation, InvalidDocumentSchemaVersion, InvalidDocumentVersion, InvalidFilter, InvalidFilterKey, InvalidFilterValue, InvalidInstanceId, InvalidInstanceInformationFilterValue, InvalidInventoryRequestException, InvalidNextToken, InvalidOptionException, InvalidOutputLocation, InvalidParameters, InvalidPermissionType, InvalidResourceId, InvalidResourceType, InvalidSchedule, InvalidTarget, InvalidTargetMaps, InvalidTypeNameException, MaxDocumentSizeExceeded, OpsItemAlreadyExistsException, OpsItemInvalidParameterException, OpsItemLimitExceededException, OpsItemNotFoundException, OpsItemRelatedItemAlreadyExistsException, OpsMetadataAlreadyExistsException, OpsMetadataInvalidArgumentException, OpsMetadataLimitExceededException, OpsMetadataNotFoundException, OpsMetadataTooManyUpdatesException, ParameterNotFound, ResourceDataSyncAlreadyExistsException, ResourceDataSyncCountExceededException, ResourceDataSyncInvalidConfigurationException, ResourceDataSyncNotFoundException, ResourceInUseException, ResourceLimitExceededException, TargetInUseException, TooManyTagsError, TooManyUpdates, UnsupportedOperatingSystem, UnsupportedPlatformType, } from "../models/models_0";
|
|
6
6
|
import { AssociationVersionLimitExceeded, AutomationDefinitionNotApprovedException, AutomationDefinitionNotFoundException, AutomationDefinitionVersionNotFoundException, AutomationExecutionLimitExceededException, AutomationStepNotFoundException, ComplianceTypeCountLimitExceededException, CustomSchemaCountLimitExceededException, DocumentPermissionLimit, DocumentVersionLimitExceeded, DuplicateDocumentContent, DuplicateDocumentVersionName, FeatureNotAvailableException, HierarchyLevelLimitExceededException, HierarchyTypeMismatchException, IncompatiblePolicyException, InvalidAggregatorException, InvalidAllowedPatternException, InvalidAssociation, InvalidAutomationExecutionParametersException, InvalidAutomationSignalException, InvalidAutomationStatusUpdateException, InvalidDocumentType, InvalidFilterOption, InvalidInventoryGroupException, InvalidInventoryItemContextException, InvalidItemContentException, InvalidKeyId, InvalidNotificationConfig, InvalidOutputFolder, InvalidPluginName, InvalidPolicyAttributeException, InvalidPolicyTypeException, InvalidResultAttributeException, InvalidRole, InvalidUpdate, InvocationDoesNotExist, ItemContentMismatchException, ItemSizeLimitExceededException, OpsItemRelatedItemAssociationNotFoundException, ParameterAlreadyExists, ParameterLimitExceeded, ParameterMaxVersionLimitExceeded, ParameterPatternMismatchException, ParameterVersionLabelLimitExceeded, ParameterVersionNotFound, PoliciesLimitExceededException, ServiceSettingNotFound, StatusUnchanged, SubTypeCountLimitExceededException, TargetNotConnected, TotalSizeLimitExceededException, UnsupportedCalendarException, UnsupportedFeatureRequiredException, UnsupportedInventoryItemContextException, UnsupportedInventorySchemaVersionException, UnsupportedParameterType, } from "../models/models_1";
|
|
7
7
|
import { OpsMetadataKeyLimitExceededException, ResourceDataSyncConflictException, } from "../models/models_2";
|
|
8
8
|
import { SSMServiceException as __BaseException } from "../models/SSMServiceException";
|
|
@@ -1846,10 +1846,12 @@ var deserializeAws_json1_1CreateAssociationCommandError = function (output, cont
|
|
|
1846
1846
|
case "com.amazonaws.ssm#InvalidSchedule": return [3, 18];
|
|
1847
1847
|
case "InvalidTarget": return [3, 20];
|
|
1848
1848
|
case "com.amazonaws.ssm#InvalidTarget": return [3, 20];
|
|
1849
|
-
case "
|
|
1850
|
-
case "com.amazonaws.ssm#
|
|
1849
|
+
case "InvalidTargetMaps": return [3, 22];
|
|
1850
|
+
case "com.amazonaws.ssm#InvalidTargetMaps": return [3, 22];
|
|
1851
|
+
case "UnsupportedPlatformType": return [3, 24];
|
|
1852
|
+
case "com.amazonaws.ssm#UnsupportedPlatformType": return [3, 24];
|
|
1851
1853
|
}
|
|
1852
|
-
return [3,
|
|
1854
|
+
return [3, 26];
|
|
1853
1855
|
case 2: return [4, deserializeAws_json1_1AssociationAlreadyExistsResponse(parsedOutput, context)];
|
|
1854
1856
|
case 3: throw _d.sent();
|
|
1855
1857
|
case 4: return [4, deserializeAws_json1_1AssociationLimitExceededResponse(parsedOutput, context)];
|
|
@@ -1870,9 +1872,11 @@ var deserializeAws_json1_1CreateAssociationCommandError = function (output, cont
|
|
|
1870
1872
|
case 19: throw _d.sent();
|
|
1871
1873
|
case 20: return [4, deserializeAws_json1_1InvalidTargetResponse(parsedOutput, context)];
|
|
1872
1874
|
case 21: throw _d.sent();
|
|
1873
|
-
case 22: return [4,
|
|
1875
|
+
case 22: return [4, deserializeAws_json1_1InvalidTargetMapsResponse(parsedOutput, context)];
|
|
1874
1876
|
case 23: throw _d.sent();
|
|
1875
|
-
case 24:
|
|
1877
|
+
case 24: return [4, deserializeAws_json1_1UnsupportedPlatformTypeResponse(parsedOutput, context)];
|
|
1878
|
+
case 25: throw _d.sent();
|
|
1879
|
+
case 26:
|
|
1876
1880
|
parsedBody = parsedOutput.body;
|
|
1877
1881
|
response = new __BaseException({
|
|
1878
1882
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -1936,10 +1940,12 @@ var deserializeAws_json1_1CreateAssociationBatchCommandError = function (output,
|
|
|
1936
1940
|
case "com.amazonaws.ssm#InvalidSchedule": return [3, 18];
|
|
1937
1941
|
case "InvalidTarget": return [3, 20];
|
|
1938
1942
|
case "com.amazonaws.ssm#InvalidTarget": return [3, 20];
|
|
1939
|
-
case "
|
|
1940
|
-
case "com.amazonaws.ssm#
|
|
1943
|
+
case "InvalidTargetMaps": return [3, 22];
|
|
1944
|
+
case "com.amazonaws.ssm#InvalidTargetMaps": return [3, 22];
|
|
1945
|
+
case "UnsupportedPlatformType": return [3, 24];
|
|
1946
|
+
case "com.amazonaws.ssm#UnsupportedPlatformType": return [3, 24];
|
|
1941
1947
|
}
|
|
1942
|
-
return [3,
|
|
1948
|
+
return [3, 26];
|
|
1943
1949
|
case 2: return [4, deserializeAws_json1_1AssociationLimitExceededResponse(parsedOutput, context)];
|
|
1944
1950
|
case 3: throw _d.sent();
|
|
1945
1951
|
case 4: return [4, deserializeAws_json1_1DuplicateInstanceIdResponse(parsedOutput, context)];
|
|
@@ -1960,9 +1966,11 @@ var deserializeAws_json1_1CreateAssociationBatchCommandError = function (output,
|
|
|
1960
1966
|
case 19: throw _d.sent();
|
|
1961
1967
|
case 20: return [4, deserializeAws_json1_1InvalidTargetResponse(parsedOutput, context)];
|
|
1962
1968
|
case 21: throw _d.sent();
|
|
1963
|
-
case 22: return [4,
|
|
1969
|
+
case 22: return [4, deserializeAws_json1_1InvalidTargetMapsResponse(parsedOutput, context)];
|
|
1964
1970
|
case 23: throw _d.sent();
|
|
1965
|
-
case 24:
|
|
1971
|
+
case 24: return [4, deserializeAws_json1_1UnsupportedPlatformTypeResponse(parsedOutput, context)];
|
|
1972
|
+
case 25: throw _d.sent();
|
|
1973
|
+
case 26:
|
|
1966
1974
|
parsedBody = parsedOutput.body;
|
|
1967
1975
|
response = new __BaseException({
|
|
1968
1976
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -8846,12 +8854,14 @@ var deserializeAws_json1_1UpdateAssociationCommandError = function (output, cont
|
|
|
8846
8854
|
case "com.amazonaws.ssm#InvalidSchedule": return [3, 18];
|
|
8847
8855
|
case "InvalidTarget": return [3, 20];
|
|
8848
8856
|
case "com.amazonaws.ssm#InvalidTarget": return [3, 20];
|
|
8849
|
-
case "
|
|
8850
|
-
case "com.amazonaws.ssm#
|
|
8851
|
-
case "
|
|
8852
|
-
case "com.amazonaws.ssm#
|
|
8853
|
-
|
|
8854
|
-
|
|
8857
|
+
case "InvalidTargetMaps": return [3, 22];
|
|
8858
|
+
case "com.amazonaws.ssm#InvalidTargetMaps": return [3, 22];
|
|
8859
|
+
case "InvalidUpdate": return [3, 24];
|
|
8860
|
+
case "com.amazonaws.ssm#InvalidUpdate": return [3, 24];
|
|
8861
|
+
case "TooManyUpdates": return [3, 26];
|
|
8862
|
+
case "com.amazonaws.ssm#TooManyUpdates": return [3, 26];
|
|
8863
|
+
}
|
|
8864
|
+
return [3, 28];
|
|
8855
8865
|
case 2: return [4, deserializeAws_json1_1AssociationDoesNotExistResponse(parsedOutput, context)];
|
|
8856
8866
|
case 3: throw _d.sent();
|
|
8857
8867
|
case 4: return [4, deserializeAws_json1_1AssociationVersionLimitExceededResponse(parsedOutput, context)];
|
|
@@ -8872,11 +8882,13 @@ var deserializeAws_json1_1UpdateAssociationCommandError = function (output, cont
|
|
|
8872
8882
|
case 19: throw _d.sent();
|
|
8873
8883
|
case 20: return [4, deserializeAws_json1_1InvalidTargetResponse(parsedOutput, context)];
|
|
8874
8884
|
case 21: throw _d.sent();
|
|
8875
|
-
case 22: return [4,
|
|
8885
|
+
case 22: return [4, deserializeAws_json1_1InvalidTargetMapsResponse(parsedOutput, context)];
|
|
8876
8886
|
case 23: throw _d.sent();
|
|
8877
|
-
case 24: return [4,
|
|
8887
|
+
case 24: return [4, deserializeAws_json1_1InvalidUpdateResponse(parsedOutput, context)];
|
|
8878
8888
|
case 25: throw _d.sent();
|
|
8879
|
-
case 26:
|
|
8889
|
+
case 26: return [4, deserializeAws_json1_1TooManyUpdatesResponse(parsedOutput, context)];
|
|
8890
|
+
case 27: throw _d.sent();
|
|
8891
|
+
case 28:
|
|
8880
8892
|
parsedBody = parsedOutput.body;
|
|
8881
8893
|
response = new __BaseException({
|
|
8882
8894
|
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
@@ -10355,6 +10367,15 @@ var deserializeAws_json1_1InvalidTargetResponse = function (parsedOutput, contex
|
|
|
10355
10367
|
return [2, __decorateServiceException(exception, body)];
|
|
10356
10368
|
});
|
|
10357
10369
|
}); };
|
|
10370
|
+
var deserializeAws_json1_1InvalidTargetMapsResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10371
|
+
var body, deserialized, exception;
|
|
10372
|
+
return __generator(this, function (_a) {
|
|
10373
|
+
body = parsedOutput.body;
|
|
10374
|
+
deserialized = deserializeAws_json1_1InvalidTargetMaps(body, context);
|
|
10375
|
+
exception = new InvalidTargetMaps(__assign({ $metadata: deserializeMetadata(parsedOutput) }, deserialized));
|
|
10376
|
+
return [2, __decorateServiceException(exception, body)];
|
|
10377
|
+
});
|
|
10378
|
+
}); };
|
|
10358
10379
|
var deserializeAws_json1_1InvalidTypeNameExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10359
10380
|
var body, deserialized, exception;
|
|
10360
10381
|
return __generator(this, function (_a) {
|
|
@@ -11095,7 +11116,7 @@ var serializeAws_json1_1CreateAssociationBatchRequestEntries = function (input,
|
|
|
11095
11116
|
});
|
|
11096
11117
|
};
|
|
11097
11118
|
var serializeAws_json1_1CreateAssociationBatchRequestEntry = function (input, context) {
|
|
11098
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ApplyOnlyAtCronInterval !== undefined &&
|
|
11119
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ApplyOnlyAtCronInterval !== undefined &&
|
|
11099
11120
|
input.ApplyOnlyAtCronInterval !== null && { ApplyOnlyAtCronInterval: input.ApplyOnlyAtCronInterval })), (input.AssociationName !== undefined &&
|
|
11100
11121
|
input.AssociationName !== null && { AssociationName: input.AssociationName })), (input.AutomationTargetParameterName !== undefined &&
|
|
11101
11122
|
input.AutomationTargetParameterName !== null && {
|
|
@@ -11116,11 +11137,12 @@ var serializeAws_json1_1CreateAssociationBatchRequestEntry = function (input, co
|
|
|
11116
11137
|
input.SyncCompliance !== null && { SyncCompliance: input.SyncCompliance })), (input.TargetLocations !== undefined &&
|
|
11117
11138
|
input.TargetLocations !== null && {
|
|
11118
11139
|
TargetLocations: serializeAws_json1_1TargetLocations(input.TargetLocations, context),
|
|
11119
|
-
})), (input.
|
|
11140
|
+
})), (input.TargetMaps !== undefined &&
|
|
11141
|
+
input.TargetMaps !== null && { TargetMaps: serializeAws_json1_1TargetMaps(input.TargetMaps, context) })), (input.Targets !== undefined &&
|
|
11120
11142
|
input.Targets !== null && { Targets: serializeAws_json1_1Targets(input.Targets, context) }));
|
|
11121
11143
|
};
|
|
11122
11144
|
var serializeAws_json1_1CreateAssociationRequest = function (input, context) {
|
|
11123
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ApplyOnlyAtCronInterval !== undefined &&
|
|
11145
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ApplyOnlyAtCronInterval !== undefined &&
|
|
11124
11146
|
input.ApplyOnlyAtCronInterval !== null && { ApplyOnlyAtCronInterval: input.ApplyOnlyAtCronInterval })), (input.AssociationName !== undefined &&
|
|
11125
11147
|
input.AssociationName !== null && { AssociationName: input.AssociationName })), (input.AutomationTargetParameterName !== undefined &&
|
|
11126
11148
|
input.AutomationTargetParameterName !== null && {
|
|
@@ -11141,7 +11163,8 @@ var serializeAws_json1_1CreateAssociationRequest = function (input, context) {
|
|
|
11141
11163
|
input.SyncCompliance !== null && { SyncCompliance: input.SyncCompliance })), (input.TargetLocations !== undefined &&
|
|
11142
11164
|
input.TargetLocations !== null && {
|
|
11143
11165
|
TargetLocations: serializeAws_json1_1TargetLocations(input.TargetLocations, context),
|
|
11144
|
-
})), (input.
|
|
11166
|
+
})), (input.TargetMaps !== undefined &&
|
|
11167
|
+
input.TargetMaps !== null && { TargetMaps: serializeAws_json1_1TargetMaps(input.TargetMaps, context) })), (input.Targets !== undefined &&
|
|
11145
11168
|
input.Targets !== null && { Targets: serializeAws_json1_1Targets(input.Targets, context) }));
|
|
11146
11169
|
};
|
|
11147
11170
|
var serializeAws_json1_1CreateDocumentRequest = function (input, context) {
|
|
@@ -12818,7 +12841,7 @@ var serializeAws_json1_1UnlabelParameterVersionRequest = function (input, contex
|
|
|
12818
12841
|
input.ParameterVersion !== null && { ParameterVersion: input.ParameterVersion }));
|
|
12819
12842
|
};
|
|
12820
12843
|
var serializeAws_json1_1UpdateAssociationRequest = function (input, context) {
|
|
12821
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ApplyOnlyAtCronInterval !== undefined &&
|
|
12844
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ApplyOnlyAtCronInterval !== undefined &&
|
|
12822
12845
|
input.ApplyOnlyAtCronInterval !== null && { ApplyOnlyAtCronInterval: input.ApplyOnlyAtCronInterval })), (input.AssociationId !== undefined && input.AssociationId !== null && { AssociationId: input.AssociationId })), (input.AssociationName !== undefined &&
|
|
12823
12846
|
input.AssociationName !== null && { AssociationName: input.AssociationName })), (input.AssociationVersion !== undefined &&
|
|
12824
12847
|
input.AssociationVersion !== null && { AssociationVersion: input.AssociationVersion })), (input.AutomationTargetParameterName !== undefined &&
|
|
@@ -12840,7 +12863,8 @@ var serializeAws_json1_1UpdateAssociationRequest = function (input, context) {
|
|
|
12840
12863
|
input.SyncCompliance !== null && { SyncCompliance: input.SyncCompliance })), (input.TargetLocations !== undefined &&
|
|
12841
12864
|
input.TargetLocations !== null && {
|
|
12842
12865
|
TargetLocations: serializeAws_json1_1TargetLocations(input.TargetLocations, context),
|
|
12843
|
-
})), (input.
|
|
12866
|
+
})), (input.TargetMaps !== undefined &&
|
|
12867
|
+
input.TargetMaps !== null && { TargetMaps: serializeAws_json1_1TargetMaps(input.TargetMaps, context) })), (input.Targets !== undefined &&
|
|
12844
12868
|
input.Targets !== null && { Targets: serializeAws_json1_1Targets(input.Targets, context) }));
|
|
12845
12869
|
};
|
|
12846
12870
|
var serializeAws_json1_1UpdateAssociationStatusRequest = function (input, context) {
|
|
@@ -13060,6 +13084,9 @@ var deserializeAws_json1_1Association = function (output, context) {
|
|
|
13060
13084
|
: undefined,
|
|
13061
13085
|
ScheduleExpression: __expectString(output.ScheduleExpression),
|
|
13062
13086
|
ScheduleOffset: __expectInt32(output.ScheduleOffset),
|
|
13087
|
+
TargetMaps: output.TargetMaps !== undefined && output.TargetMaps !== null
|
|
13088
|
+
? deserializeAws_json1_1TargetMaps(output.TargetMaps, context)
|
|
13089
|
+
: undefined,
|
|
13063
13090
|
Targets: output.Targets !== undefined && output.Targets !== null
|
|
13064
13091
|
? deserializeAws_json1_1Targets(output.Targets, context)
|
|
13065
13092
|
: undefined,
|
|
@@ -13114,6 +13141,9 @@ var deserializeAws_json1_1AssociationDescription = function (output, context) {
|
|
|
13114
13141
|
TargetLocations: output.TargetLocations !== undefined && output.TargetLocations !== null
|
|
13115
13142
|
? deserializeAws_json1_1TargetLocations(output.TargetLocations, context)
|
|
13116
13143
|
: undefined,
|
|
13144
|
+
TargetMaps: output.TargetMaps !== undefined && output.TargetMaps !== null
|
|
13145
|
+
? deserializeAws_json1_1TargetMaps(output.TargetMaps, context)
|
|
13146
|
+
: undefined,
|
|
13117
13147
|
Targets: output.Targets !== undefined && output.Targets !== null
|
|
13118
13148
|
? deserializeAws_json1_1Targets(output.Targets, context)
|
|
13119
13149
|
: undefined,
|
|
@@ -13267,6 +13297,9 @@ var deserializeAws_json1_1AssociationVersionInfo = function (output, context) {
|
|
|
13267
13297
|
TargetLocations: output.TargetLocations !== undefined && output.TargetLocations !== null
|
|
13268
13298
|
? deserializeAws_json1_1TargetLocations(output.TargetLocations, context)
|
|
13269
13299
|
: undefined,
|
|
13300
|
+
TargetMaps: output.TargetMaps !== undefined && output.TargetMaps !== null
|
|
13301
|
+
? deserializeAws_json1_1TargetMaps(output.TargetMaps, context)
|
|
13302
|
+
: undefined,
|
|
13270
13303
|
Targets: output.Targets !== undefined && output.Targets !== null
|
|
13271
13304
|
? deserializeAws_json1_1Targets(output.Targets, context)
|
|
13272
13305
|
: undefined,
|
|
@@ -13777,6 +13810,9 @@ var deserializeAws_json1_1CreateAssociationBatchRequestEntry = function (output,
|
|
|
13777
13810
|
TargetLocations: output.TargetLocations !== undefined && output.TargetLocations !== null
|
|
13778
13811
|
? deserializeAws_json1_1TargetLocations(output.TargetLocations, context)
|
|
13779
13812
|
: undefined,
|
|
13813
|
+
TargetMaps: output.TargetMaps !== undefined && output.TargetMaps !== null
|
|
13814
|
+
? deserializeAws_json1_1TargetMaps(output.TargetMaps, context)
|
|
13815
|
+
: undefined,
|
|
13780
13816
|
Targets: output.Targets !== undefined && output.Targets !== null
|
|
13781
13817
|
? deserializeAws_json1_1Targets(output.Targets, context)
|
|
13782
13818
|
: undefined,
|
|
@@ -15217,6 +15253,11 @@ var deserializeAws_json1_1InvalidTarget = function (output, context) {
|
|
|
15217
15253
|
Message: __expectString(output.Message),
|
|
15218
15254
|
};
|
|
15219
15255
|
};
|
|
15256
|
+
var deserializeAws_json1_1InvalidTargetMaps = function (output, context) {
|
|
15257
|
+
return {
|
|
15258
|
+
Message: __expectString(output.Message),
|
|
15259
|
+
};
|
|
15260
|
+
};
|
|
15220
15261
|
var deserializeAws_json1_1InvalidTypeNameException = function (output, context) {
|
|
15221
15262
|
return {
|
|
15222
15263
|
Message: __expectString(output.Message),
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateDocumentMetadataRequest } from "../models/
|
|
4
|
-
import { UpdateDocumentMetadataResponse } from "../models/models_2";
|
|
3
|
+
import { UpdateDocumentMetadataRequest, UpdateDocumentMetadataResponse } from "../models/models_2";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
|
|
6
5
|
export interface UpdateDocumentMetadataCommandInput extends UpdateDocumentMetadataRequest {
|
|
7
6
|
}
|
|
@@ -970,6 +970,13 @@ export interface CreateAssociationRequest {
|
|
|
970
970
|
* </note>
|
|
971
971
|
*/
|
|
972
972
|
ScheduleOffset?: number;
|
|
973
|
+
/**
|
|
974
|
+
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
975
|
+
* can't be specified together.</p>
|
|
976
|
+
*/
|
|
977
|
+
TargetMaps?: {
|
|
978
|
+
[key: string]: string[];
|
|
979
|
+
}[];
|
|
973
980
|
}
|
|
974
981
|
export declare namespace CreateAssociationRequest {
|
|
975
982
|
/**
|
|
@@ -1176,6 +1183,13 @@ export interface AssociationDescription {
|
|
|
1176
1183
|
* <p>Number of days to wait after the scheduled day to run an association.</p>
|
|
1177
1184
|
*/
|
|
1178
1185
|
ScheduleOffset?: number;
|
|
1186
|
+
/**
|
|
1187
|
+
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
1188
|
+
* can't be specified together.</p>
|
|
1189
|
+
*/
|
|
1190
|
+
TargetMaps?: {
|
|
1191
|
+
[key: string]: string[];
|
|
1192
|
+
}[];
|
|
1179
1193
|
}
|
|
1180
1194
|
export declare namespace AssociationDescription {
|
|
1181
1195
|
/**
|
|
@@ -1259,6 +1273,18 @@ export declare class InvalidTarget extends __BaseException {
|
|
|
1259
1273
|
*/
|
|
1260
1274
|
constructor(opts: __ExceptionOptionType<InvalidTarget, __BaseException>);
|
|
1261
1275
|
}
|
|
1276
|
+
/**
|
|
1277
|
+
* <p>TargetMap parameter isn't valid.</p>
|
|
1278
|
+
*/
|
|
1279
|
+
export declare class InvalidTargetMaps extends __BaseException {
|
|
1280
|
+
readonly name: "InvalidTargetMaps";
|
|
1281
|
+
readonly $fault: "client";
|
|
1282
|
+
Message?: string;
|
|
1283
|
+
/**
|
|
1284
|
+
* @internal
|
|
1285
|
+
*/
|
|
1286
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetMaps, __BaseException>);
|
|
1287
|
+
}
|
|
1262
1288
|
/**
|
|
1263
1289
|
* <p>The document doesn't support the platform type of the given managed node ID(s). For example,
|
|
1264
1290
|
* you sent an document for a Windows managed node to a Linux node.</p>
|
|
@@ -1406,6 +1432,13 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
1406
1432
|
* <p>Number of days to wait after the scheduled day to run an association.</p>
|
|
1407
1433
|
*/
|
|
1408
1434
|
ScheduleOffset?: number;
|
|
1435
|
+
/**
|
|
1436
|
+
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
1437
|
+
* can't be specified together.</p>
|
|
1438
|
+
*/
|
|
1439
|
+
TargetMaps?: {
|
|
1440
|
+
[key: string]: string[];
|
|
1441
|
+
}[];
|
|
1409
1442
|
}
|
|
1410
1443
|
export declare namespace CreateAssociationBatchRequestEntry {
|
|
1411
1444
|
/**
|
|
@@ -7573,8 +7606,3 @@ export declare namespace ParameterInlinePolicy {
|
|
|
7573
7606
|
*/
|
|
7574
7607
|
const filterSensitiveLog: (obj: ParameterInlinePolicy) => any;
|
|
7575
7608
|
}
|
|
7576
|
-
export declare enum ParameterTier {
|
|
7577
|
-
ADVANCED = "Advanced",
|
|
7578
|
-
INTELLIGENT_TIERING = "Intelligent-Tiering",
|
|
7579
|
-
STANDARD = "Standard"
|
|
7580
|
-
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter,
|
|
2
|
+
import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
|
|
3
3
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
4
|
+
export declare enum ParameterTier {
|
|
5
|
+
ADVANCED = "Advanced",
|
|
6
|
+
INTELLIGENT_TIERING = "Intelligent-Tiering",
|
|
7
|
+
STANDARD = "Standard"
|
|
8
|
+
}
|
|
4
9
|
export declare enum ParameterType {
|
|
5
10
|
SECURE_STRING = "SecureString",
|
|
6
11
|
STRING = "String",
|
|
@@ -3614,6 +3619,13 @@ export interface Association {
|
|
|
3614
3619
|
* <p>Number of days to wait after the scheduled day to run an association.</p>
|
|
3615
3620
|
*/
|
|
3616
3621
|
ScheduleOffset?: number;
|
|
3622
|
+
/**
|
|
3623
|
+
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
3624
|
+
* can't be specified together.</p>
|
|
3625
|
+
*/
|
|
3626
|
+
TargetMaps?: {
|
|
3627
|
+
[key: string]: string[];
|
|
3628
|
+
}[];
|
|
3617
3629
|
}
|
|
3618
3630
|
export declare namespace Association {
|
|
3619
3631
|
/**
|
|
@@ -3773,6 +3785,13 @@ export interface AssociationVersionInfo {
|
|
|
3773
3785
|
* <p>Number of days to wait after the scheduled day to run an association.</p>
|
|
3774
3786
|
*/
|
|
3775
3787
|
ScheduleOffset?: number;
|
|
3788
|
+
/**
|
|
3789
|
+
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
3790
|
+
* can't be specified together.</p>
|
|
3791
|
+
*/
|
|
3792
|
+
TargetMaps?: {
|
|
3793
|
+
[key: string]: string[];
|
|
3794
|
+
}[];
|
|
3776
3795
|
}
|
|
3777
3796
|
export declare namespace AssociationVersionInfo {
|
|
3778
3797
|
/**
|
|
@@ -8330,6 +8349,13 @@ export interface UpdateAssociationRequest {
|
|
|
8330
8349
|
* </note>
|
|
8331
8350
|
*/
|
|
8332
8351
|
ScheduleOffset?: number;
|
|
8352
|
+
/**
|
|
8353
|
+
* <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
|
|
8354
|
+
* can't be specified together.</p>
|
|
8355
|
+
*/
|
|
8356
|
+
TargetMaps?: {
|
|
8357
|
+
[key: string]: string[];
|
|
8358
|
+
}[];
|
|
8333
8359
|
}
|
|
8334
8360
|
export declare namespace UpdateAssociationRequest {
|
|
8335
8361
|
/**
|
|
@@ -8571,23 +8597,3 @@ export declare namespace DocumentReviews {
|
|
|
8571
8597
|
*/
|
|
8572
8598
|
const filterSensitiveLog: (obj: DocumentReviews) => any;
|
|
8573
8599
|
}
|
|
8574
|
-
export interface UpdateDocumentMetadataRequest {
|
|
8575
|
-
/**
|
|
8576
|
-
* <p>The name of the change template for which a version's metadata is to be updated.</p>
|
|
8577
|
-
*/
|
|
8578
|
-
Name: string | undefined;
|
|
8579
|
-
/**
|
|
8580
|
-
* <p>The version of a change template in which to update approval metadata.</p>
|
|
8581
|
-
*/
|
|
8582
|
-
DocumentVersion?: string;
|
|
8583
|
-
/**
|
|
8584
|
-
* <p>The change template review details to update.</p>
|
|
8585
|
-
*/
|
|
8586
|
-
DocumentReviews: DocumentReviews | undefined;
|
|
8587
|
-
}
|
|
8588
|
-
export declare namespace UpdateDocumentMetadataRequest {
|
|
8589
|
-
/**
|
|
8590
|
-
* @internal
|
|
8591
|
-
*/
|
|
8592
|
-
const filterSensitiveLog: (obj: UpdateDocumentMetadataRequest) => any;
|
|
8593
|
-
}
|
|
@@ -1,7 +1,27 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Target } from "./models_0";
|
|
3
|
-
import { InventoryFilter, InventoryGroup, MaintenanceWindowTaskInvocationParameters, OpsFilter, OpsResultAttribute, ResultAttribute } from "./models_1";
|
|
3
|
+
import { DocumentReviews, InventoryFilter, InventoryGroup, MaintenanceWindowTaskInvocationParameters, OpsFilter, OpsResultAttribute, ResultAttribute } from "./models_1";
|
|
4
4
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
5
|
+
export interface UpdateDocumentMetadataRequest {
|
|
6
|
+
/**
|
|
7
|
+
* <p>The name of the change template for which a version's metadata is to be updated.</p>
|
|
8
|
+
*/
|
|
9
|
+
Name: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* <p>The version of a change template in which to update approval metadata.</p>
|
|
12
|
+
*/
|
|
13
|
+
DocumentVersion?: string;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The change template review details to update.</p>
|
|
16
|
+
*/
|
|
17
|
+
DocumentReviews: DocumentReviews | undefined;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace UpdateDocumentMetadataRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @internal
|
|
22
|
+
*/
|
|
23
|
+
const filterSensitiveLog: (obj: UpdateDocumentMetadataRequest) => any;
|
|
24
|
+
}
|
|
5
25
|
export interface UpdateDocumentMetadataResponse {
|
|
6
26
|
}
|
|
7
27
|
export declare namespace UpdateDocumentMetadataResponse {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { UpdateDocumentMetadataRequest } from "../models/
|
|
4
|
-
import { UpdateDocumentMetadataResponse } from "../models/models_2";
|
|
3
|
+
import { UpdateDocumentMetadataRequest, UpdateDocumentMetadataResponse } from "../models/models_2";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient";
|
|
6
5
|
export interface UpdateDocumentMetadataCommandInput extends UpdateDocumentMetadataRequest {
|
|
7
6
|
}
|
|
@@ -407,6 +407,10 @@ export interface CreateAssociationRequest {
|
|
|
407
407
|
TargetLocations?: TargetLocation[];
|
|
408
408
|
|
|
409
409
|
ScheduleOffset?: number;
|
|
410
|
+
|
|
411
|
+
TargetMaps?: {
|
|
412
|
+
[key: string]: string[];
|
|
413
|
+
}[];
|
|
410
414
|
}
|
|
411
415
|
export declare namespace CreateAssociationRequest {
|
|
412
416
|
|
|
@@ -501,6 +505,10 @@ export interface AssociationDescription {
|
|
|
501
505
|
TargetLocations?: TargetLocation[];
|
|
502
506
|
|
|
503
507
|
ScheduleOffset?: number;
|
|
508
|
+
|
|
509
|
+
TargetMaps?: {
|
|
510
|
+
[key: string]: string[];
|
|
511
|
+
}[];
|
|
504
512
|
}
|
|
505
513
|
export declare namespace AssociationDescription {
|
|
506
514
|
|
|
@@ -555,6 +563,14 @@ export declare class InvalidTarget extends __BaseException {
|
|
|
555
563
|
constructor(opts: __ExceptionOptionType<InvalidTarget, __BaseException>);
|
|
556
564
|
}
|
|
557
565
|
|
|
566
|
+
export declare class InvalidTargetMaps extends __BaseException {
|
|
567
|
+
readonly name: "InvalidTargetMaps";
|
|
568
|
+
readonly $fault: "client";
|
|
569
|
+
Message?: string;
|
|
570
|
+
|
|
571
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetMaps, __BaseException>);
|
|
572
|
+
}
|
|
573
|
+
|
|
558
574
|
export declare class UnsupportedPlatformType extends __BaseException {
|
|
559
575
|
readonly name: "UnsupportedPlatformType";
|
|
560
576
|
readonly $fault: "client";
|
|
@@ -600,6 +616,10 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
600
616
|
TargetLocations?: TargetLocation[];
|
|
601
617
|
|
|
602
618
|
ScheduleOffset?: number;
|
|
619
|
+
|
|
620
|
+
TargetMaps?: {
|
|
621
|
+
[key: string]: string[];
|
|
622
|
+
}[];
|
|
603
623
|
}
|
|
604
624
|
export declare namespace CreateAssociationBatchRequestEntry {
|
|
605
625
|
|
|
@@ -3613,8 +3633,3 @@ export declare namespace ParameterInlinePolicy {
|
|
|
3613
3633
|
|
|
3614
3634
|
const filterSensitiveLog: (obj: ParameterInlinePolicy) => any;
|
|
3615
3635
|
}
|
|
3616
|
-
export declare enum ParameterTier {
|
|
3617
|
-
ADVANCED = "Advanced",
|
|
3618
|
-
INTELLIGENT_TIERING = "Intelligent-Tiering",
|
|
3619
|
-
STANDARD = "Standard"
|
|
3620
|
-
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter,
|
|
2
|
+
import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
|
|
3
3
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
4
|
+
export declare enum ParameterTier {
|
|
5
|
+
ADVANCED = "Advanced",
|
|
6
|
+
INTELLIGENT_TIERING = "Intelligent-Tiering",
|
|
7
|
+
STANDARD = "Standard"
|
|
8
|
+
}
|
|
4
9
|
export declare enum ParameterType {
|
|
5
10
|
SECURE_STRING = "SecureString",
|
|
6
11
|
STRING = "String",
|
|
@@ -1716,6 +1721,10 @@ export interface Association {
|
|
|
1716
1721
|
AssociationName?: string;
|
|
1717
1722
|
|
|
1718
1723
|
ScheduleOffset?: number;
|
|
1724
|
+
|
|
1725
|
+
TargetMaps?: {
|
|
1726
|
+
[key: string]: string[];
|
|
1727
|
+
}[];
|
|
1719
1728
|
}
|
|
1720
1729
|
export declare namespace Association {
|
|
1721
1730
|
|
|
@@ -1783,6 +1792,10 @@ export interface AssociationVersionInfo {
|
|
|
1783
1792
|
TargetLocations?: TargetLocation[];
|
|
1784
1793
|
|
|
1785
1794
|
ScheduleOffset?: number;
|
|
1795
|
+
|
|
1796
|
+
TargetMaps?: {
|
|
1797
|
+
[key: string]: string[];
|
|
1798
|
+
}[];
|
|
1786
1799
|
}
|
|
1787
1800
|
export declare namespace AssociationVersionInfo {
|
|
1788
1801
|
|
|
@@ -3679,6 +3692,10 @@ export interface UpdateAssociationRequest {
|
|
|
3679
3692
|
TargetLocations?: TargetLocation[];
|
|
3680
3693
|
|
|
3681
3694
|
ScheduleOffset?: number;
|
|
3695
|
+
|
|
3696
|
+
TargetMaps?: {
|
|
3697
|
+
[key: string]: string[];
|
|
3698
|
+
}[];
|
|
3682
3699
|
}
|
|
3683
3700
|
export declare namespace UpdateAssociationRequest {
|
|
3684
3701
|
|
|
@@ -3821,15 +3838,3 @@ export declare namespace DocumentReviews {
|
|
|
3821
3838
|
|
|
3822
3839
|
const filterSensitiveLog: (obj: DocumentReviews) => any;
|
|
3823
3840
|
}
|
|
3824
|
-
export interface UpdateDocumentMetadataRequest {
|
|
3825
|
-
|
|
3826
|
-
Name: string | undefined;
|
|
3827
|
-
|
|
3828
|
-
DocumentVersion?: string;
|
|
3829
|
-
|
|
3830
|
-
DocumentReviews: DocumentReviews | undefined;
|
|
3831
|
-
}
|
|
3832
|
-
export declare namespace UpdateDocumentMetadataRequest {
|
|
3833
|
-
|
|
3834
|
-
const filterSensitiveLog: (obj: UpdateDocumentMetadataRequest) => any;
|
|
3835
|
-
}
|
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Target } from "./models_0";
|
|
3
|
-
import { InventoryFilter, InventoryGroup, MaintenanceWindowTaskInvocationParameters, OpsFilter, OpsResultAttribute, ResultAttribute } from "./models_1";
|
|
3
|
+
import { DocumentReviews, InventoryFilter, InventoryGroup, MaintenanceWindowTaskInvocationParameters, OpsFilter, OpsResultAttribute, ResultAttribute } from "./models_1";
|
|
4
4
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
5
|
+
export interface UpdateDocumentMetadataRequest {
|
|
6
|
+
|
|
7
|
+
Name: string | undefined;
|
|
8
|
+
|
|
9
|
+
DocumentVersion?: string;
|
|
10
|
+
|
|
11
|
+
DocumentReviews: DocumentReviews | undefined;
|
|
12
|
+
}
|
|
13
|
+
export declare namespace UpdateDocumentMetadataRequest {
|
|
14
|
+
|
|
15
|
+
const filterSensitiveLog: (obj: UpdateDocumentMetadataRequest) => any;
|
|
16
|
+
}
|
|
5
17
|
export interface UpdateDocumentMetadataResponse {
|
|
6
18
|
}
|
|
7
19
|
export declare namespace UpdateDocumentMetadataResponse {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.85.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.85.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.85.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.78.0",
|
|
34
34
|
"@aws-sdk/middleware-user-agent": "3.78.0",
|
|
35
35
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.82.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
38
|
+
"@aws-sdk/smithy-client": "3.85.0",
|
|
39
39
|
"@aws-sdk/types": "3.78.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.78.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.85.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.85.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-node": "3.80.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|