gl-store-s3.js/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json

5127 lines
113 KiB
JSON

{
"version": "2.0",
"metadata": {
"apiVersion": "2014-11-06",
"endpointPrefix": "ssm",
"jsonVersion": "1.1",
"protocol": "json",
"serviceAbbreviation": "Amazon SSM",
"serviceFullName": "Amazon Simple Systems Manager (SSM)",
"serviceId": "SSM",
"signatureVersion": "v4",
"targetPrefix": "AmazonSSM",
"uid": "ssm-2014-11-06"
},
"operations": {
"AddTagsToResource": {
"input": {
"type": "structure",
"required": [
"ResourceType",
"ResourceId",
"Tags"
],
"members": {
"ResourceType": {},
"ResourceId": {},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"CancelCommand": {
"input": {
"type": "structure",
"required": [
"CommandId"
],
"members": {
"CommandId": {},
"InstanceIds": {
"shape": "Sb"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"CancelMaintenanceWindowExecution": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId"
],
"members": {
"WindowExecutionId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionId": {}
}
}
},
"CreateActivation": {
"input": {
"type": "structure",
"required": [
"IamRole"
],
"members": {
"Description": {},
"DefaultInstanceName": {},
"IamRole": {},
"RegistrationLimit": {
"type": "integer"
},
"ExpirationDate": {
"type": "timestamp"
},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"ActivationId": {},
"ActivationCode": {}
}
}
},
"CreateAssociation": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"DocumentVersion": {},
"InstanceId": {},
"Parameters": {
"shape": "St"
},
"Targets": {
"shape": "Sx"
},
"ScheduleExpression": {},
"OutputLocation": {
"shape": "S13"
},
"AssociationName": {},
"AutomationTargetParameterName": {},
"MaxErrors": {},
"MaxConcurrency": {},
"ComplianceSeverity": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationDescription": {
"shape": "S1e"
}
}
}
},
"CreateAssociationBatch": {
"input": {
"type": "structure",
"required": [
"Entries"
],
"members": {
"Entries": {
"type": "list",
"member": {
"shape": "S1s"
}
}
}
},
"output": {
"type": "structure",
"members": {
"Successful": {
"type": "list",
"member": {
"shape": "S1e"
}
},
"Failed": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Entry": {
"shape": "S1s"
},
"Message": {},
"Fault": {}
}
}
}
}
}
},
"CreateDocument": {
"input": {
"type": "structure",
"required": [
"Content",
"Name"
],
"members": {
"Content": {},
"Attachments": {
"shape": "S21"
},
"Name": {},
"VersionName": {},
"DocumentType": {},
"DocumentFormat": {},
"TargetType": {},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"DocumentDescription": {
"shape": "S2c"
}
}
}
},
"CreateMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"Name",
"Schedule",
"Duration",
"Cutoff",
"AllowUnassociatedTargets"
],
"members": {
"Name": {},
"Description": {
"shape": "S2y"
},
"StartDate": {},
"EndDate": {},
"Schedule": {},
"ScheduleTimezone": {},
"Duration": {
"type": "integer"
},
"Cutoff": {
"type": "integer"
},
"AllowUnassociatedTargets": {
"type": "boolean"
},
"ClientToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {}
}
}
},
"CreatePatchBaseline": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"OperatingSystem": {},
"Name": {},
"GlobalFilters": {
"shape": "S3b"
},
"ApprovalRules": {
"shape": "S3h"
},
"ApprovedPatches": {
"shape": "S3n"
},
"ApprovedPatchesComplianceLevel": {},
"ApprovedPatchesEnableNonSecurity": {
"type": "boolean"
},
"RejectedPatches": {
"shape": "S3n"
},
"RejectedPatchesAction": {},
"Description": {},
"Sources": {
"shape": "S3r"
},
"ClientToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {}
}
}
},
"CreateResourceDataSync": {
"input": {
"type": "structure",
"required": [
"SyncName",
"S3Destination"
],
"members": {
"SyncName": {},
"S3Destination": {
"shape": "S41"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteActivation": {
"input": {
"type": "structure",
"required": [
"ActivationId"
],
"members": {
"ActivationId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteAssociation": {
"input": {
"type": "structure",
"members": {
"Name": {},
"InstanceId": {},
"AssociationId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteDocument": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteInventory": {
"input": {
"type": "structure",
"required": [
"TypeName"
],
"members": {
"TypeName": {},
"SchemaDeleteOption": {},
"DryRun": {
"type": "boolean"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"DeletionId": {},
"TypeName": {},
"DeletionSummary": {
"shape": "S4k"
}
}
}
},
"DeleteMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {}
}
}
},
"DeleteParameter": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteParameters": {
"input": {
"type": "structure",
"required": [
"Names"
],
"members": {
"Names": {
"shape": "S4x"
}
}
},
"output": {
"type": "structure",
"members": {
"DeletedParameters": {
"shape": "S4x"
},
"InvalidParameters": {
"shape": "S4x"
}
}
}
},
"DeletePatchBaseline": {
"input": {
"type": "structure",
"required": [
"BaselineId"
],
"members": {
"BaselineId": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {}
}
}
},
"DeleteResourceDataSync": {
"input": {
"type": "structure",
"required": [
"SyncName"
],
"members": {
"SyncName": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeregisterManagedInstance": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeregisterPatchBaselineForPatchGroup": {
"input": {
"type": "structure",
"required": [
"BaselineId",
"PatchGroup"
],
"members": {
"BaselineId": {},
"PatchGroup": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {},
"PatchGroup": {}
}
}
},
"DeregisterTargetFromMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId",
"WindowTargetId"
],
"members": {
"WindowId": {},
"WindowTargetId": {},
"Safe": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTargetId": {}
}
}
},
"DeregisterTaskFromMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId",
"WindowTaskId"
],
"members": {
"WindowId": {},
"WindowTaskId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTaskId": {}
}
}
},
"DescribeActivations": {
"input": {
"type": "structure",
"members": {
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FilterKey": {},
"FilterValues": {
"type": "list",
"member": {}
}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"ActivationList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ActivationId": {},
"Description": {},
"DefaultInstanceName": {},
"IamRole": {},
"RegistrationLimit": {
"type": "integer"
},
"RegistrationsCount": {
"type": "integer"
},
"ExpirationDate": {
"type": "timestamp"
},
"Expired": {
"type": "boolean"
},
"CreatedDate": {
"type": "timestamp"
},
"Tags": {
"shape": "S4"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeAssociation": {
"input": {
"type": "structure",
"members": {
"Name": {},
"InstanceId": {},
"AssociationId": {},
"AssociationVersion": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationDescription": {
"shape": "S1e"
}
}
}
},
"DescribeAssociationExecutionTargets": {
"input": {
"type": "structure",
"required": [
"AssociationId",
"ExecutionId"
],
"members": {
"AssociationId": {},
"ExecutionId": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationExecutionTargets": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"AssociationVersion": {},
"ExecutionId": {},
"ResourceId": {},
"ResourceType": {},
"Status": {},
"DetailedStatus": {},
"LastExecutionDate": {
"type": "timestamp"
},
"OutputSource": {
"type": "structure",
"members": {
"OutputSourceId": {},
"OutputSourceType": {}
}
}
}
}
},
"NextToken": {}
}
}
},
"DescribeAssociationExecutions": {
"input": {
"type": "structure",
"required": [
"AssociationId"
],
"members": {
"AssociationId": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value",
"Type"
],
"members": {
"Key": {},
"Value": {},
"Type": {}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationExecutions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"AssociationVersion": {},
"ExecutionId": {},
"Status": {},
"DetailedStatus": {},
"CreatedTime": {
"type": "timestamp"
},
"LastExecutionDate": {
"type": "timestamp"
},
"ResourceCountByStatus": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeAutomationExecutions": {
"input": {
"type": "structure",
"members": {
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"AutomationExecutionMetadataList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AutomationExecutionId": {},
"DocumentName": {},
"DocumentVersion": {},
"AutomationExecutionStatus": {},
"ExecutionStartTime": {
"type": "timestamp"
},
"ExecutionEndTime": {
"type": "timestamp"
},
"ExecutedBy": {},
"LogFile": {},
"Outputs": {
"shape": "S6t"
},
"Mode": {},
"ParentAutomationExecutionId": {},
"CurrentStepName": {},
"CurrentAction": {},
"FailureMessage": {},
"TargetParameterName": {},
"Targets": {
"shape": "Sx"
},
"TargetMaps": {
"shape": "S6y"
},
"ResolvedTargets": {
"shape": "S73"
},
"MaxConcurrency": {},
"MaxErrors": {},
"Target": {},
"AutomationType": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeAutomationStepExecutions": {
"input": {
"type": "structure",
"required": [
"AutomationExecutionId"
],
"members": {
"AutomationExecutionId": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"ReverseOrder": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"StepExecutions": {
"shape": "S7d"
},
"NextToken": {}
}
}
},
"DescribeAvailablePatches": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "S7t"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Patches": {
"type": "list",
"member": {
"shape": "S81"
}
},
"NextToken": {}
}
}
},
"DescribeDocument": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"DocumentVersion": {},
"VersionName": {}
}
},
"output": {
"type": "structure",
"members": {
"Document": {
"shape": "S2c"
}
}
}
},
"DescribeDocumentPermission": {
"input": {
"type": "structure",
"required": [
"Name",
"PermissionType"
],
"members": {
"Name": {},
"PermissionType": {}
}
},
"output": {
"type": "structure",
"members": {
"AccountIds": {
"shape": "S8i"
}
}
}
},
"DescribeEffectiveInstanceAssociations": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Associations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"InstanceId": {},
"Content": {},
"AssociationVersion": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeEffectivePatchesForPatchBaseline": {
"input": {
"type": "structure",
"required": [
"BaselineId"
],
"members": {
"BaselineId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"EffectivePatches": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Patch": {
"shape": "S81"
},
"PatchStatus": {
"type": "structure",
"members": {
"DeploymentStatus": {},
"ComplianceLevel": {},
"ApprovalDate": {
"type": "timestamp"
}
}
}
}
}
},
"NextToken": {}
}
}
},
"DescribeInstanceAssociationsStatus": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"InstanceAssociationStatusInfos": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"Name": {},
"DocumentVersion": {},
"AssociationVersion": {},
"InstanceId": {},
"ExecutionDate": {
"type": "timestamp"
},
"Status": {},
"DetailedStatus": {},
"ExecutionSummary": {},
"ErrorCode": {},
"OutputUrl": {
"type": "structure",
"members": {
"S3OutputUrl": {
"type": "structure",
"members": {
"OutputUrl": {}
}
}
}
},
"AssociationName": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeInstanceInformation": {
"input": {
"type": "structure",
"members": {
"InstanceInformationFilterList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"key",
"valueSet"
],
"members": {
"key": {},
"valueSet": {
"shape": "S98"
}
}
}
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"shape": "S98"
}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"InstanceInformationList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"InstanceId": {},
"PingStatus": {},
"LastPingDateTime": {
"type": "timestamp"
},
"AgentVersion": {},
"IsLatestVersion": {
"type": "boolean"
},
"PlatformType": {},
"PlatformName": {},
"PlatformVersion": {},
"ActivationId": {},
"IamRole": {},
"RegistrationDate": {
"type": "timestamp"
},
"ResourceType": {},
"Name": {},
"IPAddress": {},
"ComputerName": {},
"AssociationStatus": {},
"LastAssociationExecutionDate": {
"type": "timestamp"
},
"LastSuccessfulAssociationExecutionDate": {
"type": "timestamp"
},
"AssociationOverview": {
"type": "structure",
"members": {
"DetailedStatus": {},
"InstanceAssociationStatusAggregatedCount": {
"type": "map",
"key": {},
"value": {
"type": "integer"
}
}
}
}
}
}
},
"NextToken": {}
}
}
},
"DescribeInstancePatchStates": {
"input": {
"type": "structure",
"required": [
"InstanceIds"
],
"members": {
"InstanceIds": {
"shape": "Sb"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"InstancePatchStates": {
"type": "list",
"member": {
"shape": "S9s"
}
},
"NextToken": {}
}
}
},
"DescribeInstancePatchStatesForPatchGroup": {
"input": {
"type": "structure",
"required": [
"PatchGroup"
],
"members": {
"PatchGroup": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values",
"Type"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
},
"Type": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"InstancePatchStates": {
"type": "list",
"member": {
"shape": "S9s"
}
},
"NextToken": {}
}
}
},
"DescribeInstancePatches": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"Filters": {
"shape": "S7t"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Patches": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Title",
"KBId",
"Classification",
"Severity",
"State",
"InstalledTime"
],
"members": {
"Title": {},
"KBId": {},
"Classification": {},
"Severity": {},
"State": {},
"InstalledTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeInventoryDeletions": {
"input": {
"type": "structure",
"members": {
"DeletionId": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"InventoryDeletions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DeletionId": {},
"TypeName": {},
"DeletionStartTime": {
"type": "timestamp"
},
"LastStatus": {},
"LastStatusMessage": {},
"DeletionSummary": {
"shape": "S4k"
},
"LastStatusUpdateTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowExecutionTaskInvocations": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId",
"TaskId"
],
"members": {
"WindowExecutionId": {},
"TaskId": {},
"Filters": {
"shape": "Sat"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionTaskInvocationIdentities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowExecutionId": {},
"TaskExecutionId": {},
"InvocationId": {},
"ExecutionId": {},
"TaskType": {},
"Parameters": {
"shape": "Sb5"
},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"OwnerInformation": {
"shape": "S9v"
},
"WindowTargetId": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowExecutionTasks": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId"
],
"members": {
"WindowExecutionId": {},
"Filters": {
"shape": "Sat"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionTaskIdentities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowExecutionId": {},
"TaskExecutionId": {},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"TaskArn": {},
"TaskType": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowExecutions": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {},
"Filters": {
"shape": "Sat"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"WindowExecutionId": {},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowSchedule": {
"input": {
"type": "structure",
"members": {
"WindowId": {},
"Targets": {
"shape": "Sx"
},
"ResourceType": {},
"Filters": {
"shape": "S7t"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"ScheduledWindowExecutions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"Name": {},
"ExecutionTime": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowTargets": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {},
"Filters": {
"shape": "Sat"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Targets": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTargetId": {},
"ResourceType": {},
"Targets": {
"shape": "Sx"
},
"OwnerInformation": {
"shape": "S9v"
},
"Name": {},
"Description": {
"shape": "S2y"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowTasks": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {},
"Filters": {
"shape": "Sat"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Tasks": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTaskId": {},
"TaskArn": {},
"Type": {},
"Targets": {
"shape": "Sx"
},
"TaskParameters": {
"shape": "Sbw"
},
"Priority": {
"type": "integer"
},
"LoggingInfo": {
"shape": "Sc2"
},
"ServiceRoleArn": {},
"MaxConcurrency": {},
"MaxErrors": {},
"Name": {},
"Description": {
"shape": "S2y"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindows": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "Sat"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowIdentities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"Name": {},
"Description": {
"shape": "S2y"
},
"Enabled": {
"type": "boolean"
},
"Duration": {
"type": "integer"
},
"Cutoff": {
"type": "integer"
},
"Schedule": {},
"ScheduleTimezone": {},
"EndDate": {},
"StartDate": {},
"NextExecutionTime": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowsForTarget": {
"input": {
"type": "structure",
"required": [
"Targets",
"ResourceType"
],
"members": {
"Targets": {
"shape": "Sx"
},
"ResourceType": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowIdentities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"Name": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeParameters": {
"input": {
"type": "structure",
"members": {
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"ParameterFilters": {
"shape": "Scj"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Parameters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Type": {},
"KeyId": {},
"LastModifiedDate": {
"type": "timestamp"
},
"LastModifiedUser": {},
"Description": {},
"AllowedPattern": {},
"Version": {
"type": "long"
},
"Tier": {},
"Policies": {
"shape": "Scy"
}
}
}
},
"NextToken": {}
}
}
},
"DescribePatchBaselines": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "S7t"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineIdentities": {
"type": "list",
"member": {
"shape": "Sd3"
}
},
"NextToken": {}
}
}
},
"DescribePatchGroupState": {
"input": {
"type": "structure",
"required": [
"PatchGroup"
],
"members": {
"PatchGroup": {}
}
},
"output": {
"type": "structure",
"members": {
"Instances": {
"type": "integer"
},
"InstancesWithInstalledPatches": {
"type": "integer"
},
"InstancesWithInstalledOtherPatches": {
"type": "integer"
},
"InstancesWithInstalledRejectedPatches": {
"type": "integer"
},
"InstancesWithMissingPatches": {
"type": "integer"
},
"InstancesWithFailedPatches": {
"type": "integer"
},
"InstancesWithNotApplicablePatches": {
"type": "integer"
},
"InstancesWithUnreportedNotApplicablePatches": {
"type": "integer"
}
}
}
},
"DescribePatchGroups": {
"input": {
"type": "structure",
"members": {
"MaxResults": {
"type": "integer"
},
"Filters": {
"shape": "S7t"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Mappings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"PatchGroup": {},
"BaselineIdentity": {
"shape": "Sd3"
}
}
}
},
"NextToken": {}
}
}
},
"DescribePatchProperties": {
"input": {
"type": "structure",
"required": [
"OperatingSystem",
"Property"
],
"members": {
"OperatingSystem": {},
"Property": {},
"PatchSet": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Properties": {
"type": "list",
"member": {
"type": "map",
"key": {},
"value": {}
}
},
"NextToken": {}
}
}
},
"DescribeSessions": {
"input": {
"type": "structure",
"required": [
"State"
],
"members": {
"State": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"key",
"value"
],
"members": {
"key": {},
"value": {}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"Sessions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"SessionId": {},
"Target": {},
"Status": {},
"StartDate": {
"type": "timestamp"
},
"EndDate": {
"type": "timestamp"
},
"DocumentName": {},
"Owner": {},
"Details": {},
"OutputUrl": {
"type": "structure",
"members": {
"S3OutputUrl": {},
"CloudWatchOutputUrl": {}
}
}
}
}
},
"NextToken": {}
}
}
},
"GetAutomationExecution": {
"input": {
"type": "structure",
"required": [
"AutomationExecutionId"
],
"members": {
"AutomationExecutionId": {}
}
},
"output": {
"type": "structure",
"members": {
"AutomationExecution": {
"type": "structure",
"members": {
"AutomationExecutionId": {},
"DocumentName": {},
"DocumentVersion": {},
"ExecutionStartTime": {
"type": "timestamp"
},
"ExecutionEndTime": {
"type": "timestamp"
},
"AutomationExecutionStatus": {},
"StepExecutions": {
"shape": "S7d"
},
"StepExecutionsTruncated": {
"type": "boolean"
},
"Parameters": {
"shape": "S6t"
},
"Outputs": {
"shape": "S6t"
},
"FailureMessage": {},
"Mode": {},
"ParentAutomationExecutionId": {},
"ExecutedBy": {},
"CurrentStepName": {},
"CurrentAction": {},
"TargetParameterName": {},
"Targets": {
"shape": "Sx"
},
"TargetMaps": {
"shape": "S6y"
},
"ResolvedTargets": {
"shape": "S73"
},
"MaxConcurrency": {},
"MaxErrors": {},
"Target": {},
"TargetLocations": {
"shape": "Se5"
},
"ProgressCounters": {
"type": "structure",
"members": {
"TotalSteps": {
"type": "integer"
},
"SuccessSteps": {
"type": "integer"
},
"FailedSteps": {
"type": "integer"
},
"CancelledSteps": {
"type": "integer"
},
"TimedOutSteps": {
"type": "integer"
}
}
}
}
}
}
}
},
"GetCommandInvocation": {
"input": {
"type": "structure",
"required": [
"CommandId",
"InstanceId"
],
"members": {
"CommandId": {},
"InstanceId": {},
"PluginName": {}
}
},
"output": {
"type": "structure",
"members": {
"CommandId": {},
"InstanceId": {},
"Comment": {},
"DocumentName": {},
"DocumentVersion": {},
"PluginName": {},
"ResponseCode": {
"type": "integer"
},
"ExecutionStartDateTime": {},
"ExecutionElapsedTime": {},
"ExecutionEndDateTime": {},
"Status": {},
"StatusDetails": {},
"StandardOutputContent": {},
"StandardOutputUrl": {},
"StandardErrorContent": {},
"StandardErrorUrl": {},
"CloudWatchOutputConfig": {
"shape": "Seh"
}
}
}
},
"GetConnectionStatus": {
"input": {
"type": "structure",
"required": [
"Target"
],
"members": {
"Target": {}
}
},
"output": {
"type": "structure",
"members": {
"Target": {},
"Status": {}
}
}
},
"GetDefaultPatchBaseline": {
"input": {
"type": "structure",
"members": {
"OperatingSystem": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {},
"OperatingSystem": {}
}
}
},
"GetDeployablePatchSnapshotForInstance": {
"input": {
"type": "structure",
"required": [
"InstanceId",
"SnapshotId"
],
"members": {
"InstanceId": {},
"SnapshotId": {}
}
},
"output": {
"type": "structure",
"members": {
"InstanceId": {},
"SnapshotId": {},
"SnapshotDownloadUrl": {},
"Product": {}
}
}
},
"GetDocument": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"VersionName": {},
"DocumentVersion": {},
"DocumentFormat": {}
}
},
"output": {
"type": "structure",
"members": {
"Name": {},
"VersionName": {},
"DocumentVersion": {},
"Status": {},
"StatusInformation": {},
"Content": {},
"DocumentType": {},
"DocumentFormat": {},
"AttachmentsContent": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Size": {
"type": "long"
},
"Hash": {},
"HashType": {},
"Url": {}
}
}
}
}
}
},
"GetInventory": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "Sf2"
},
"Aggregators": {
"shape": "Sf8"
},
"ResultAttributes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"TypeName"
],
"members": {
"TypeName": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Entities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Data": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"required": [
"TypeName",
"SchemaVersion",
"Content"
],
"members": {
"TypeName": {},
"SchemaVersion": {},
"CaptureTime": {},
"ContentHash": {},
"Content": {
"shape": "Sfp"
}
}
}
}
}
}
},
"NextToken": {}
}
}
},
"GetInventorySchema": {
"input": {
"type": "structure",
"members": {
"TypeName": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"Aggregator": {
"type": "boolean"
},
"SubType": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"Schemas": {
"type": "list",
"member": {
"type": "structure",
"required": [
"TypeName",
"Attributes"
],
"members": {
"TypeName": {},
"Version": {},
"Attributes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"DataType"
],
"members": {
"Name": {},
"DataType": {}
}
}
},
"DisplayName": {}
}
}
},
"NextToken": {}
}
}
},
"GetMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"Name": {},
"Description": {
"shape": "S2y"
},
"StartDate": {},
"EndDate": {},
"Schedule": {},
"ScheduleTimezone": {},
"NextExecutionTime": {},
"Duration": {
"type": "integer"
},
"Cutoff": {
"type": "integer"
},
"AllowUnassociatedTargets": {
"type": "boolean"
},
"Enabled": {
"type": "boolean"
},
"CreatedDate": {
"type": "timestamp"
},
"ModifiedDate": {
"type": "timestamp"
}
}
}
},
"GetMaintenanceWindowExecution": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId"
],
"members": {
"WindowExecutionId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionId": {},
"TaskIds": {
"type": "list",
"member": {}
},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
}
}
}
},
"GetMaintenanceWindowExecutionTask": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId",
"TaskId"
],
"members": {
"WindowExecutionId": {},
"TaskId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionId": {},
"TaskExecutionId": {},
"TaskArn": {},
"ServiceRole": {},
"Type": {},
"TaskParameters": {
"type": "list",
"member": {
"shape": "Sbw"
},
"sensitive": true
},
"Priority": {
"type": "integer"
},
"MaxConcurrency": {},
"MaxErrors": {},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
}
}
}
},
"GetMaintenanceWindowExecutionTaskInvocation": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId",
"TaskId",
"InvocationId"
],
"members": {
"WindowExecutionId": {},
"TaskId": {},
"InvocationId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionId": {},
"TaskExecutionId": {},
"InvocationId": {},
"ExecutionId": {},
"TaskType": {},
"Parameters": {
"shape": "Sb5"
},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"OwnerInformation": {
"shape": "S9v"
},
"WindowTargetId": {}
}
}
},
"GetMaintenanceWindowTask": {
"input": {
"type": "structure",
"required": [
"WindowId",
"WindowTaskId"
],
"members": {
"WindowId": {},
"WindowTaskId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTaskId": {},
"Targets": {
"shape": "Sx"
},
"TaskArn": {},
"ServiceRoleArn": {},
"TaskType": {},
"TaskParameters": {
"shape": "Sbw"
},
"TaskInvocationParameters": {
"shape": "Sgg"
},
"Priority": {
"type": "integer"
},
"MaxConcurrency": {},
"MaxErrors": {},
"LoggingInfo": {
"shape": "Sc2"
},
"Name": {},
"Description": {
"shape": "S2y"
}
}
}
},
"GetParameter": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"WithDecryption": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"Parameter": {
"shape": "Sgy"
}
}
}
},
"GetParameterHistory": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"WithDecryption": {
"type": "boolean"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Parameters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Type": {},
"KeyId": {},
"LastModifiedDate": {
"type": "timestamp"
},
"LastModifiedUser": {},
"Description": {},
"Value": {},
"AllowedPattern": {},
"Version": {
"type": "long"
},
"Labels": {
"shape": "Sh5"
},
"Tier": {},
"Policies": {
"shape": "Scy"
}
}
}
},
"NextToken": {}
}
}
},
"GetParameters": {
"input": {
"type": "structure",
"required": [
"Names"
],
"members": {
"Names": {
"shape": "S4x"
},
"WithDecryption": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"Parameters": {
"shape": "Sh9"
},
"InvalidParameters": {
"shape": "S4x"
}
}
}
},
"GetParametersByPath": {
"input": {
"type": "structure",
"required": [
"Path"
],
"members": {
"Path": {},
"Recursive": {
"type": "boolean"
},
"ParameterFilters": {
"shape": "Scj"
},
"WithDecryption": {
"type": "boolean"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Parameters": {
"shape": "Sh9"
},
"NextToken": {}
}
}
},
"GetPatchBaseline": {
"input": {
"type": "structure",
"required": [
"BaselineId"
],
"members": {
"BaselineId": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {},
"Name": {},
"OperatingSystem": {},
"GlobalFilters": {
"shape": "S3b"
},
"ApprovalRules": {
"shape": "S3h"
},
"ApprovedPatches": {
"shape": "S3n"
},
"ApprovedPatchesComplianceLevel": {},
"ApprovedPatchesEnableNonSecurity": {
"type": "boolean"
},
"RejectedPatches": {
"shape": "S3n"
},
"RejectedPatchesAction": {},
"PatchGroups": {
"type": "list",
"member": {}
},
"CreatedDate": {
"type": "timestamp"
},
"ModifiedDate": {
"type": "timestamp"
},
"Description": {},
"Sources": {
"shape": "S3r"
}
}
}
},
"GetPatchBaselineForPatchGroup": {
"input": {
"type": "structure",
"required": [
"PatchGroup"
],
"members": {
"PatchGroup": {},
"OperatingSystem": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {},
"PatchGroup": {},
"OperatingSystem": {}
}
}
},
"GetServiceSetting": {
"input": {
"type": "structure",
"required": [
"SettingId"
],
"members": {
"SettingId": {}
}
},
"output": {
"type": "structure",
"members": {
"ServiceSetting": {
"shape": "Shl"
}
}
}
},
"LabelParameterVersion": {
"input": {
"type": "structure",
"required": [
"Name",
"Labels"
],
"members": {
"Name": {},
"ParameterVersion": {
"type": "long"
},
"Labels": {
"shape": "Sh5"
}
}
},
"output": {
"type": "structure",
"members": {
"InvalidLabels": {
"shape": "Sh5"
}
}
}
},
"ListAssociationVersions": {
"input": {
"type": "structure",
"required": [
"AssociationId"
],
"members": {
"AssociationId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationVersions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"AssociationVersion": {},
"CreatedDate": {
"type": "timestamp"
},
"Name": {},
"DocumentVersion": {},
"Parameters": {
"shape": "St"
},
"Targets": {
"shape": "Sx"
},
"ScheduleExpression": {},
"OutputLocation": {
"shape": "S13"
},
"AssociationName": {},
"MaxErrors": {},
"MaxConcurrency": {},
"ComplianceSeverity": {}
}
}
},
"NextToken": {}
}
}
},
"ListAssociations": {
"input": {
"type": "structure",
"members": {
"AssociationFilterList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"key",
"value"
],
"members": {
"key": {},
"value": {}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Associations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"InstanceId": {},
"AssociationId": {},
"AssociationVersion": {},
"DocumentVersion": {},
"Targets": {
"shape": "Sx"
},
"LastExecutionDate": {
"type": "timestamp"
},
"Overview": {
"shape": "S1l"
},
"ScheduleExpression": {},
"AssociationName": {}
}
}
},
"NextToken": {}
}
}
},
"ListCommandInvocations": {
"input": {
"type": "structure",
"members": {
"CommandId": {},
"InstanceId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {},
"Filters": {
"shape": "Si3"
},
"Details": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"CommandInvocations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CommandId": {},
"InstanceId": {},
"InstanceName": {},
"Comment": {},
"DocumentName": {},
"DocumentVersion": {},
"RequestedDateTime": {
"type": "timestamp"
},
"Status": {},
"StatusDetails": {},
"TraceOutput": {},
"StandardOutputUrl": {},
"StandardErrorUrl": {},
"CommandPlugins": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Status": {},
"StatusDetails": {},
"ResponseCode": {
"type": "integer"
},
"ResponseStartDateTime": {
"type": "timestamp"
},
"ResponseFinishDateTime": {
"type": "timestamp"
},
"Output": {},
"StandardOutputUrl": {},
"StandardErrorUrl": {},
"OutputS3Region": {},
"OutputS3BucketName": {},
"OutputS3KeyPrefix": {}
}
}
},
"ServiceRole": {},
"NotificationConfig": {
"shape": "Sgi"
},
"CloudWatchOutputConfig": {
"shape": "Seh"
}
}
}
},
"NextToken": {}
}
}
},
"ListCommands": {
"input": {
"type": "structure",
"members": {
"CommandId": {},
"InstanceId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {},
"Filters": {
"shape": "Si3"
}
}
},
"output": {
"type": "structure",
"members": {
"Commands": {
"type": "list",
"member": {
"shape": "Sij"
}
},
"NextToken": {}
}
}
},
"ListComplianceItems": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "Siq"
},
"ResourceIds": {
"type": "list",
"member": {}
},
"ResourceTypes": {
"type": "list",
"member": {}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"ComplianceItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ComplianceType": {},
"ResourceType": {},
"ResourceId": {},
"Id": {},
"Title": {},
"Status": {},
"Severity": {},
"ExecutionSummary": {
"shape": "Sj8"
},
"Details": {
"shape": "Sjb"
}
}
}
},
"NextToken": {}
}
}
},
"ListComplianceSummaries": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "Siq"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"ComplianceSummaryItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ComplianceType": {},
"CompliantSummary": {
"shape": "Sjg"
},
"NonCompliantSummary": {
"shape": "Sjj"
}
}
}
},
"NextToken": {}
}
}
},
"ListDocumentVersions": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"DocumentVersions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"DocumentVersion": {},
"VersionName": {},
"CreatedDate": {
"type": "timestamp"
},
"IsDefaultVersion": {
"type": "boolean"
},
"DocumentFormat": {},
"Status": {},
"StatusInformation": {}
}
}
},
"NextToken": {}
}
}
},
"ListDocuments": {
"input": {
"type": "structure",
"members": {
"DocumentFilterList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"key",
"value"
],
"members": {
"key": {},
"value": {}
}
}
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"DocumentIdentifiers": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Owner": {},
"VersionName": {},
"PlatformTypes": {
"shape": "S2q"
},
"DocumentVersion": {},
"DocumentType": {},
"SchemaVersion": {},
"DocumentFormat": {},
"TargetType": {},
"Tags": {
"shape": "S4"
}
}
}
},
"NextToken": {}
}
}
},
"ListInventoryEntries": {
"input": {
"type": "structure",
"required": [
"InstanceId",
"TypeName"
],
"members": {
"InstanceId": {},
"TypeName": {},
"Filters": {
"shape": "Sf2"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"TypeName": {},
"InstanceId": {},
"SchemaVersion": {},
"CaptureTime": {},
"Entries": {
"shape": "Sfp"
},
"NextToken": {}
}
}
},
"ListResourceComplianceSummaries": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "Siq"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"ResourceComplianceSummaryItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ComplianceType": {},
"ResourceType": {},
"ResourceId": {},
"Status": {},
"OverallSeverity": {},
"ExecutionSummary": {
"shape": "Sj8"
},
"CompliantSummary": {
"shape": "Sjg"
},
"NonCompliantSummary": {
"shape": "Sjj"
}
}
}
},
"NextToken": {}
}
}
},
"ListResourceDataSync": {
"input": {
"type": "structure",
"members": {
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"ResourceDataSyncItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"SyncName": {},
"S3Destination": {
"shape": "S41"
},
"LastSyncTime": {
"type": "timestamp"
},
"LastSuccessfulSyncTime": {
"type": "timestamp"
},
"LastStatus": {},
"SyncCreatedTime": {
"type": "timestamp"
},
"LastSyncStatusMessage": {}
}
}
},
"NextToken": {}
}
}
},
"ListTagsForResource": {
"input": {
"type": "structure",
"required": [
"ResourceType",
"ResourceId"
],
"members": {
"ResourceType": {},
"ResourceId": {}
}
},
"output": {
"type": "structure",
"members": {
"TagList": {
"shape": "S4"
}
}
}
},
"ModifyDocumentPermission": {
"input": {
"type": "structure",
"required": [
"Name",
"PermissionType"
],
"members": {
"Name": {},
"PermissionType": {},
"AccountIdsToAdd": {
"shape": "S8i"
},
"AccountIdsToRemove": {
"shape": "S8i"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"PutComplianceItems": {
"input": {
"type": "structure",
"required": [
"ResourceId",
"ResourceType",
"ComplianceType",
"ExecutionSummary",
"Items"
],
"members": {
"ResourceId": {},
"ResourceType": {},
"ComplianceType": {},
"ExecutionSummary": {
"shape": "Sj8"
},
"Items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Severity",
"Status"
],
"members": {
"Id": {},
"Title": {},
"Severity": {},
"Status": {},
"Details": {
"shape": "Sjb"
}
}
}
},
"ItemContentHash": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"PutInventory": {
"input": {
"type": "structure",
"required": [
"InstanceId",
"Items"
],
"members": {
"InstanceId": {},
"Items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"TypeName",
"SchemaVersion",
"CaptureTime"
],
"members": {
"TypeName": {},
"SchemaVersion": {},
"CaptureTime": {},
"ContentHash": {},
"Content": {
"shape": "Sfp"
},
"Context": {
"type": "map",
"key": {},
"value": {}
}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"Message": {}
}
}
},
"PutParameter": {
"input": {
"type": "structure",
"required": [
"Name",
"Value",
"Type"
],
"members": {
"Name": {},
"Description": {},
"Value": {},
"Type": {},
"KeyId": {},
"Overwrite": {
"type": "boolean"
},
"AllowedPattern": {},
"Tags": {
"shape": "S4"
},
"Tier": {},
"Policies": {}
}
},
"output": {
"type": "structure",
"members": {
"Version": {
"type": "long"
}
}
}
},
"RegisterDefaultPatchBaseline": {
"input": {
"type": "structure",
"required": [
"BaselineId"
],
"members": {
"BaselineId": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {}
}
}
},
"RegisterPatchBaselineForPatchGroup": {
"input": {
"type": "structure",
"required": [
"BaselineId",
"PatchGroup"
],
"members": {
"BaselineId": {},
"PatchGroup": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {},
"PatchGroup": {}
}
}
},
"RegisterTargetWithMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId",
"ResourceType",
"Targets"
],
"members": {
"WindowId": {},
"ResourceType": {},
"Targets": {
"shape": "Sx"
},
"OwnerInformation": {
"shape": "S9v"
},
"Name": {},
"Description": {
"shape": "S2y"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"WindowTargetId": {}
}
}
},
"RegisterTaskWithMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId",
"Targets",
"TaskArn",
"TaskType",
"MaxConcurrency",
"MaxErrors"
],
"members": {
"WindowId": {},
"Targets": {
"shape": "Sx"
},
"TaskArn": {},
"ServiceRoleArn": {},
"TaskType": {},
"TaskParameters": {
"shape": "Sbw"
},
"TaskInvocationParameters": {
"shape": "Sgg"
},
"Priority": {
"type": "integer"
},
"MaxConcurrency": {},
"MaxErrors": {},
"LoggingInfo": {
"shape": "Sc2"
},
"Name": {},
"Description": {
"shape": "S2y"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"WindowTaskId": {}
}
}
},
"RemoveTagsFromResource": {
"input": {
"type": "structure",
"required": [
"ResourceType",
"ResourceId",
"TagKeys"
],
"members": {
"ResourceType": {},
"ResourceId": {},
"TagKeys": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"ResetServiceSetting": {
"input": {
"type": "structure",
"required": [
"SettingId"
],
"members": {
"SettingId": {}
}
},
"output": {
"type": "structure",
"members": {
"ServiceSetting": {
"shape": "Shl"
}
}
}
},
"ResumeSession": {
"input": {
"type": "structure",
"required": [
"SessionId"
],
"members": {
"SessionId": {}
}
},
"output": {
"type": "structure",
"members": {
"SessionId": {},
"TokenValue": {},
"StreamUrl": {}
}
}
},
"SendAutomationSignal": {
"input": {
"type": "structure",
"required": [
"AutomationExecutionId",
"SignalType"
],
"members": {
"AutomationExecutionId": {},
"SignalType": {},
"Payload": {
"shape": "S6t"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"SendCommand": {
"input": {
"type": "structure",
"required": [
"DocumentName"
],
"members": {
"InstanceIds": {
"shape": "Sb"
},
"Targets": {
"shape": "Sx"
},
"DocumentName": {},
"DocumentVersion": {},
"DocumentHash": {},
"DocumentHashType": {},
"TimeoutSeconds": {
"type": "integer"
},
"Comment": {},
"Parameters": {
"shape": "St"
},
"OutputS3Region": {},
"OutputS3BucketName": {},
"OutputS3KeyPrefix": {},
"MaxConcurrency": {},
"MaxErrors": {},
"ServiceRoleArn": {},
"NotificationConfig": {
"shape": "Sgi"
},
"CloudWatchOutputConfig": {
"shape": "Seh"
}
}
},
"output": {
"type": "structure",
"members": {
"Command": {
"shape": "Sij"
}
}
}
},
"StartAssociationsOnce": {
"input": {
"type": "structure",
"required": [
"AssociationIds"
],
"members": {
"AssociationIds": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"StartAutomationExecution": {
"input": {
"type": "structure",
"required": [
"DocumentName"
],
"members": {
"DocumentName": {},
"DocumentVersion": {},
"Parameters": {
"shape": "S6t"
},
"ClientToken": {},
"Mode": {},
"TargetParameterName": {},
"Targets": {
"shape": "Sx"
},
"TargetMaps": {
"shape": "S6y"
},
"MaxConcurrency": {},
"MaxErrors": {},
"TargetLocations": {
"shape": "Se5"
}
}
},
"output": {
"type": "structure",
"members": {
"AutomationExecutionId": {}
}
}
},
"StartSession": {
"input": {
"type": "structure",
"required": [
"Target"
],
"members": {
"Target": {},
"DocumentName": {},
"Parameters": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {}
}
}
}
},
"output": {
"type": "structure",
"members": {
"SessionId": {},
"TokenValue": {},
"StreamUrl": {}
}
}
},
"StopAutomationExecution": {
"input": {
"type": "structure",
"required": [
"AutomationExecutionId"
],
"members": {
"AutomationExecutionId": {},
"Type": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"TerminateSession": {
"input": {
"type": "structure",
"required": [
"SessionId"
],
"members": {
"SessionId": {}
}
},
"output": {
"type": "structure",
"members": {
"SessionId": {}
}
}
},
"UpdateAssociation": {
"input": {
"type": "structure",
"required": [
"AssociationId"
],
"members": {
"AssociationId": {},
"Parameters": {
"shape": "St"
},
"DocumentVersion": {},
"ScheduleExpression": {},
"OutputLocation": {
"shape": "S13"
},
"Name": {},
"Targets": {
"shape": "Sx"
},
"AssociationName": {},
"AssociationVersion": {},
"AutomationTargetParameterName": {},
"MaxErrors": {},
"MaxConcurrency": {},
"ComplianceSeverity": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationDescription": {
"shape": "S1e"
}
}
}
},
"UpdateAssociationStatus": {
"input": {
"type": "structure",
"required": [
"Name",
"InstanceId",
"AssociationStatus"
],
"members": {
"Name": {},
"InstanceId": {},
"AssociationStatus": {
"shape": "S1h"
}
}
},
"output": {
"type": "structure",
"members": {
"AssociationDescription": {
"shape": "S1e"
}
}
}
},
"UpdateDocument": {
"input": {
"type": "structure",
"required": [
"Content",
"Name"
],
"members": {
"Content": {},
"Attachments": {
"shape": "S21"
},
"Name": {},
"VersionName": {},
"DocumentVersion": {},
"DocumentFormat": {},
"TargetType": {}
}
},
"output": {
"type": "structure",
"members": {
"DocumentDescription": {
"shape": "S2c"
}
}
}
},
"UpdateDocumentDefaultVersion": {
"input": {
"type": "structure",
"required": [
"Name",
"DocumentVersion"
],
"members": {
"Name": {},
"DocumentVersion": {}
}
},
"output": {
"type": "structure",
"members": {
"Description": {
"type": "structure",
"members": {
"Name": {},
"DefaultVersion": {},
"DefaultVersionName": {}
}
}
}
}
},
"UpdateMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {},
"Name": {},
"Description": {
"shape": "S2y"
},
"StartDate": {},
"EndDate": {},
"Schedule": {},
"ScheduleTimezone": {},
"Duration": {
"type": "integer"
},
"Cutoff": {
"type": "integer"
},
"AllowUnassociatedTargets": {
"type": "boolean"
},
"Enabled": {
"type": "boolean"
},
"Replace": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"Name": {},
"Description": {
"shape": "S2y"
},
"StartDate": {},
"EndDate": {},
"Schedule": {},
"ScheduleTimezone": {},
"Duration": {
"type": "integer"
},
"Cutoff": {
"type": "integer"
},
"AllowUnassociatedTargets": {
"type": "boolean"
},
"Enabled": {
"type": "boolean"
}
}
}
},
"UpdateMaintenanceWindowTarget": {
"input": {
"type": "structure",
"required": [
"WindowId",
"WindowTargetId"
],
"members": {
"WindowId": {},
"WindowTargetId": {},
"Targets": {
"shape": "Sx"
},
"OwnerInformation": {
"shape": "S9v"
},
"Name": {},
"Description": {
"shape": "S2y"
},
"Replace": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTargetId": {},
"Targets": {
"shape": "Sx"
},
"OwnerInformation": {
"shape": "S9v"
},
"Name": {},
"Description": {
"shape": "S2y"
}
}
}
},
"UpdateMaintenanceWindowTask": {
"input": {
"type": "structure",
"required": [
"WindowId",
"WindowTaskId"
],
"members": {
"WindowId": {},
"WindowTaskId": {},
"Targets": {
"shape": "Sx"
},
"TaskArn": {},
"ServiceRoleArn": {},
"TaskParameters": {
"shape": "Sbw"
},
"TaskInvocationParameters": {
"shape": "Sgg"
},
"Priority": {
"type": "integer"
},
"MaxConcurrency": {},
"MaxErrors": {},
"LoggingInfo": {
"shape": "Sc2"
},
"Name": {},
"Description": {
"shape": "S2y"
},
"Replace": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTaskId": {},
"Targets": {
"shape": "Sx"
},
"TaskArn": {},
"ServiceRoleArn": {},
"TaskParameters": {
"shape": "Sbw"
},
"TaskInvocationParameters": {
"shape": "Sgg"
},
"Priority": {
"type": "integer"
},
"MaxConcurrency": {},
"MaxErrors": {},
"LoggingInfo": {
"shape": "Sc2"
},
"Name": {},
"Description": {
"shape": "S2y"
}
}
}
},
"UpdateManagedInstanceRole": {
"input": {
"type": "structure",
"required": [
"InstanceId",
"IamRole"
],
"members": {
"InstanceId": {},
"IamRole": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdatePatchBaseline": {
"input": {
"type": "structure",
"required": [
"BaselineId"
],
"members": {
"BaselineId": {},
"Name": {},
"GlobalFilters": {
"shape": "S3b"
},
"ApprovalRules": {
"shape": "S3h"
},
"ApprovedPatches": {
"shape": "S3n"
},
"ApprovedPatchesComplianceLevel": {},
"ApprovedPatchesEnableNonSecurity": {
"type": "boolean"
},
"RejectedPatches": {
"shape": "S3n"
},
"RejectedPatchesAction": {},
"Description": {},
"Sources": {
"shape": "S3r"
},
"Replace": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {},
"Name": {},
"OperatingSystem": {},
"GlobalFilters": {
"shape": "S3b"
},
"ApprovalRules": {
"shape": "S3h"
},
"ApprovedPatches": {
"shape": "S3n"
},
"ApprovedPatchesComplianceLevel": {},
"ApprovedPatchesEnableNonSecurity": {
"type": "boolean"
},
"RejectedPatches": {
"shape": "S3n"
},
"RejectedPatchesAction": {},
"CreatedDate": {
"type": "timestamp"
},
"ModifiedDate": {
"type": "timestamp"
},
"Description": {},
"Sources": {
"shape": "S3r"
}
}
}
},
"UpdateServiceSetting": {
"input": {
"type": "structure",
"required": [
"SettingId",
"SettingValue"
],
"members": {
"SettingId": {},
"SettingValue": {}
}
},
"output": {
"type": "structure",
"members": {}
}
}
},
"shapes": {
"S4": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"Sb": {
"type": "list",
"member": {}
},
"St": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {}
}
},
"Sx": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"S13": {
"type": "structure",
"members": {
"S3Location": {
"type": "structure",
"members": {
"OutputS3Region": {},
"OutputS3BucketName": {},
"OutputS3KeyPrefix": {}
}
}
}
},
"S1e": {
"type": "structure",
"members": {
"Name": {},
"InstanceId": {},
"AssociationVersion": {},
"Date": {
"type": "timestamp"
},
"LastUpdateAssociationDate": {
"type": "timestamp"
},
"Status": {
"shape": "S1h"
},
"Overview": {
"shape": "S1l"
},
"DocumentVersion": {},
"AutomationTargetParameterName": {},
"Parameters": {
"shape": "St"
},
"AssociationId": {},
"Targets": {
"shape": "Sx"
},
"ScheduleExpression": {},
"OutputLocation": {
"shape": "S13"
},
"LastExecutionDate": {
"type": "timestamp"
},
"LastSuccessfulExecutionDate": {
"type": "timestamp"
},
"AssociationName": {},
"MaxErrors": {},
"MaxConcurrency": {},
"ComplianceSeverity": {}
}
},
"S1h": {
"type": "structure",
"required": [
"Date",
"Name",
"Message"
],
"members": {
"Date": {
"type": "timestamp"
},
"Name": {},
"Message": {},
"AdditionalInfo": {}
}
},
"S1l": {
"type": "structure",
"members": {
"Status": {},
"DetailedStatus": {},
"AssociationStatusAggregatedCount": {
"type": "map",
"key": {},
"value": {
"type": "integer"
}
}
}
},
"S1s": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"InstanceId": {},
"Parameters": {
"shape": "St"
},
"AutomationTargetParameterName": {},
"DocumentVersion": {},
"Targets": {
"shape": "Sx"
},
"ScheduleExpression": {},
"OutputLocation": {
"shape": "S13"
},
"AssociationName": {},
"MaxErrors": {},
"MaxConcurrency": {},
"ComplianceSeverity": {}
}
},
"S21": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"S2c": {
"type": "structure",
"members": {
"Sha1": {},
"Hash": {},
"HashType": {},
"Name": {},
"VersionName": {},
"Owner": {},
"CreatedDate": {
"type": "timestamp"
},
"Status": {},
"StatusInformation": {},
"DocumentVersion": {},
"Description": {},
"Parameters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Type": {},
"Description": {},
"DefaultValue": {}
}
}
},
"PlatformTypes": {
"shape": "S2q"
},
"DocumentType": {},
"SchemaVersion": {},
"LatestVersion": {},
"DefaultVersion": {},
"DocumentFormat": {},
"TargetType": {},
"Tags": {
"shape": "S4"
},
"AttachmentsInformation": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {}
}
}
}
}
},
"S2q": {
"type": "list",
"member": {}
},
"S2y": {
"type": "string",
"sensitive": true
},
"S3b": {
"type": "structure",
"required": [
"PatchFilters"
],
"members": {
"PatchFilters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
}
}
},
"S3h": {
"type": "structure",
"required": [
"PatchRules"
],
"members": {
"PatchRules": {
"type": "list",
"member": {
"type": "structure",
"required": [
"PatchFilterGroup",
"ApproveAfterDays"
],
"members": {
"PatchFilterGroup": {
"shape": "S3b"
},
"ComplianceLevel": {},
"ApproveAfterDays": {
"type": "integer"
},
"EnableNonSecurity": {
"type": "boolean"
}
}
}
}
}
},
"S3n": {
"type": "list",
"member": {}
},
"S3r": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Products",
"Configuration"
],
"members": {
"Name": {},
"Products": {
"type": "list",
"member": {}
},
"Configuration": {
"type": "string",
"sensitive": true
}
}
}
},
"S41": {
"type": "structure",
"required": [
"BucketName",
"SyncFormat",
"Region"
],
"members": {
"BucketName": {},
"Prefix": {},
"SyncFormat": {},
"Region": {},
"AWSKMSKeyARN": {}
}
},
"S4k": {
"type": "structure",
"members": {
"TotalCount": {
"type": "integer"
},
"RemainingCount": {
"type": "integer"
},
"SummaryItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Version": {},
"Count": {
"type": "integer"
},
"RemainingCount": {
"type": "integer"
}
}
}
}
}
},
"S4x": {
"type": "list",
"member": {}
},
"S6t": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {}
}
},
"S6y": {
"type": "list",
"member": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {}
}
}
},
"S73": {
"type": "structure",
"members": {
"ParameterValues": {
"type": "list",
"member": {}
},
"Truncated": {
"type": "boolean"
}
}
},
"S7d": {
"type": "list",
"member": {
"type": "structure",
"members": {
"StepName": {},
"Action": {},
"TimeoutSeconds": {
"type": "long"
},
"OnFailure": {},
"MaxAttempts": {
"type": "integer"
},
"ExecutionStartTime": {
"type": "timestamp"
},
"ExecutionEndTime": {
"type": "timestamp"
},
"StepStatus": {},
"ResponseCode": {},
"Inputs": {
"type": "map",
"key": {},
"value": {}
},
"Outputs": {
"shape": "S6t"
},
"Response": {},
"FailureMessage": {},
"FailureDetails": {
"type": "structure",
"members": {
"FailureStage": {},
"FailureType": {},
"Details": {
"shape": "S6t"
}
}
},
"StepExecutionId": {},
"OverriddenParameters": {
"shape": "S6t"
},
"IsEnd": {
"type": "boolean"
},
"NextStep": {},
"IsCritical": {
"type": "boolean"
},
"ValidNextSteps": {
"type": "list",
"member": {}
},
"Targets": {
"shape": "Sx"
},
"TargetLocation": {
"shape": "S7m"
}
}
}
},
"S7m": {
"type": "structure",
"members": {
"Accounts": {
"type": "list",
"member": {}
},
"Regions": {
"type": "list",
"member": {}
},
"TargetLocationMaxConcurrency": {},
"TargetLocationMaxErrors": {},
"ExecutionRoleName": {}
}
},
"S7t": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"S81": {
"type": "structure",
"members": {
"Id": {},
"ReleaseDate": {
"type": "timestamp"
},
"Title": {},
"Description": {},
"ContentUrl": {},
"Vendor": {},
"ProductFamily": {},
"Product": {},
"Classification": {},
"MsrcSeverity": {},
"KbNumber": {},
"MsrcNumber": {},
"Language": {}
}
},
"S8i": {
"type": "list",
"member": {}
},
"S98": {
"type": "list",
"member": {}
},
"S9s": {
"type": "structure",
"required": [
"InstanceId",
"PatchGroup",
"BaselineId",
"OperationStartTime",
"OperationEndTime",
"Operation"
],
"members": {
"InstanceId": {},
"PatchGroup": {},
"BaselineId": {},
"SnapshotId": {},
"InstallOverrideList": {},
"OwnerInformation": {
"shape": "S9v"
},
"InstalledCount": {
"type": "integer"
},
"InstalledOtherCount": {
"type": "integer"
},
"InstalledRejectedCount": {
"type": "integer"
},
"MissingCount": {
"type": "integer"
},
"FailedCount": {
"type": "integer"
},
"UnreportedNotApplicableCount": {
"type": "integer"
},
"NotApplicableCount": {
"type": "integer"
},
"OperationStartTime": {
"type": "timestamp"
},
"OperationEndTime": {
"type": "timestamp"
},
"Operation": {}
}
},
"S9v": {
"type": "string",
"sensitive": true
},
"Sat": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"Sb5": {
"type": "string",
"sensitive": true
},
"Sbw": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"Values": {
"type": "list",
"member": {
"type": "string",
"sensitive": true
},
"sensitive": true
}
},
"sensitive": true
},
"sensitive": true
},
"Sc2": {
"type": "structure",
"required": [
"S3BucketName",
"S3Region"
],
"members": {
"S3BucketName": {},
"S3KeyPrefix": {},
"S3Region": {}
}
},
"Scj": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key"
],
"members": {
"Key": {},
"Option": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"Scy": {
"type": "list",
"member": {
"type": "structure",
"members": {
"PolicyText": {},
"PolicyType": {},
"PolicyStatus": {}
}
}
},
"Sd3": {
"type": "structure",
"members": {
"BaselineId": {},
"BaselineName": {},
"OperatingSystem": {},
"BaselineDescription": {},
"DefaultBaseline": {
"type": "boolean"
}
}
},
"Se5": {
"type": "list",
"member": {
"shape": "S7m"
}
},
"Seh": {
"type": "structure",
"members": {
"CloudWatchLogGroupName": {},
"CloudWatchOutputEnabled": {
"type": "boolean"
}
}
},
"Sf2": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
},
"Type": {}
}
}
},
"Sf8": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Expression": {},
"Aggregators": {
"shape": "Sf8"
},
"Groups": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Filters"
],
"members": {
"Name": {},
"Filters": {
"shape": "Sf2"
}
}
}
}
}
}
},
"Sfp": {
"type": "list",
"member": {
"type": "map",
"key": {},
"value": {}
}
},
"Sgg": {
"type": "structure",
"members": {
"RunCommand": {
"type": "structure",
"members": {
"Comment": {},
"DocumentHash": {},
"DocumentHashType": {},
"NotificationConfig": {
"shape": "Sgi"
},
"OutputS3BucketName": {},
"OutputS3KeyPrefix": {},
"Parameters": {
"shape": "St"
},
"ServiceRoleArn": {},
"TimeoutSeconds": {
"type": "integer"
}
}
},
"Automation": {
"type": "structure",
"members": {
"DocumentVersion": {},
"Parameters": {
"shape": "S6t"
}
}
},
"StepFunctions": {
"type": "structure",
"members": {
"Input": {
"type": "string",
"sensitive": true
},
"Name": {}
}
},
"Lambda": {
"type": "structure",
"members": {
"ClientContext": {},
"Qualifier": {},
"Payload": {
"type": "blob",
"sensitive": true
}
}
}
}
},
"Sgi": {
"type": "structure",
"members": {
"NotificationArn": {},
"NotificationEvents": {
"type": "list",
"member": {}
},
"NotificationType": {}
}
},
"Sgy": {
"type": "structure",
"members": {
"Name": {},
"Type": {},
"Value": {},
"Version": {
"type": "long"
},
"Selector": {},
"SourceResult": {},
"LastModifiedDate": {
"type": "timestamp"
},
"ARN": {}
}
},
"Sh5": {
"type": "list",
"member": {}
},
"Sh9": {
"type": "list",
"member": {
"shape": "Sgy"
}
},
"Shl": {
"type": "structure",
"members": {
"SettingId": {},
"SettingValue": {},
"LastModifiedDate": {
"type": "timestamp"
},
"LastModifiedUser": {},
"ARN": {},
"Status": {}
}
},
"Si3": {
"type": "list",
"member": {
"type": "structure",
"required": [
"key",
"value"
],
"members": {
"key": {},
"value": {}
}
}
},
"Sij": {
"type": "structure",
"members": {
"CommandId": {},
"DocumentName": {},
"DocumentVersion": {},
"Comment": {},
"ExpiresAfter": {
"type": "timestamp"
},
"Parameters": {
"shape": "St"
},
"InstanceIds": {
"shape": "Sb"
},
"Targets": {
"shape": "Sx"
},
"RequestedDateTime": {
"type": "timestamp"
},
"Status": {},
"StatusDetails": {},
"OutputS3Region": {},
"OutputS3BucketName": {},
"OutputS3KeyPrefix": {},
"MaxConcurrency": {},
"MaxErrors": {},
"TargetCount": {
"type": "integer"
},
"CompletedCount": {
"type": "integer"
},
"ErrorCount": {
"type": "integer"
},
"DeliveryTimedOutCount": {
"type": "integer"
},
"ServiceRole": {},
"NotificationConfig": {
"shape": "Sgi"
},
"CloudWatchOutputConfig": {
"shape": "Seh"
}
}
},
"Siq": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
},
"Type": {}
}
}
},
"Sj8": {
"type": "structure",
"required": [
"ExecutionTime"
],
"members": {
"ExecutionTime": {
"type": "timestamp"
},
"ExecutionId": {},
"ExecutionType": {}
}
},
"Sjb": {
"type": "map",
"key": {},
"value": {}
},
"Sjg": {
"type": "structure",
"members": {
"CompliantCount": {
"type": "integer"
},
"SeveritySummary": {
"shape": "Sji"
}
}
},
"Sji": {
"type": "structure",
"members": {
"CriticalCount": {
"type": "integer"
},
"HighCount": {
"type": "integer"
},
"MediumCount": {
"type": "integer"
},
"LowCount": {
"type": "integer"
},
"InformationalCount": {
"type": "integer"
},
"UnspecifiedCount": {
"type": "integer"
}
}
},
"Sjj": {
"type": "structure",
"members": {
"NonCompliantCount": {
"type": "integer"
},
"SeveritySummary": {
"shape": "Sji"
}
}
}
}
}