@aws-sdk/client-ssm 3.321.1 → 3.326.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/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
- package/dist-types/commands/CancelCommandCommand.d.ts +4 -0
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -0
- package/dist-types/commands/CreateActivationCommand.d.ts +7 -0
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +170 -0
- package/dist-types/commands/CreateAssociationCommand.d.ts +103 -0
- package/dist-types/commands/CreateDocumentCommand.d.ts +72 -0
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/CreateOpsItemCommand.d.ts +7 -0
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteActivationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInventoryCommand.d.ts +18 -0
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParameterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +7 -0
- package/dist-types/commands/DescribeActivationsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeAssociationCommand.d.ts +103 -0
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeDocumentCommand.d.ts +72 -0
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +46 -0
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +26 -0
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +32 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +32 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +17 -0
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +32 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +49 -0
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -0
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +27 -0
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +15 -0
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +17 -0
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +18 -0
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +24 -0
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +192 -0
- package/dist-types/commands/GetCalendarStateCommand.d.ts +8 -0
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +25 -0
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +7 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +33 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +19 -0
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +20 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +13 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +40 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +89 -0
- package/dist-types/commands/GetOpsItemCommand.d.ts +42 -0
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +12 -0
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
- package/dist-types/commands/GetParameterCommand.d.ts +16 -0
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +31 -0
- package/dist-types/commands/GetParametersByPathCommand.d.ts +19 -0
- package/dist-types/commands/GetParametersCommand.d.ts +21 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +62 -0
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +8 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
- package/dist-types/commands/GetServiceSettingCommand.d.ts +13 -0
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +9 -0
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +74 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +41 -0
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +50 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +70 -0
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +25 -0
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +33 -0
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +25 -0
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +20 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +39 -0
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +19 -0
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +23 -0
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +15 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +42 -0
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +4 -0
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +4 -0
- package/dist-types/commands/PutInventoryCommand.d.ts +6 -0
- package/dist-types/commands/PutParameterCommand.d.ts +7 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +13 -0
- package/dist-types/commands/ResumeSessionCommand.d.ts +8 -0
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +4 -0
- package/dist-types/commands/SendCommandCommand.d.ts +67 -0
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +4 -0
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StartSessionCommand.d.ts +8 -0
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +6 -0
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +103 -0
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +103 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +72 -0
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +18 -0
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +88 -0
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +59 -0
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
- package/package.json +16 -16
|
@@ -43,6 +43,87 @@ export interface DescribeAutomationStepExecutionsCommandOutput extends DescribeA
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeAutomationStepExecutionsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeAutomationStepExecutionsResult
|
|
47
|
+
* // StepExecutions: [ // StepExecutionList
|
|
48
|
+
* // { // StepExecution
|
|
49
|
+
* // StepName: "STRING_VALUE",
|
|
50
|
+
* // Action: "STRING_VALUE",
|
|
51
|
+
* // TimeoutSeconds: Number("long"),
|
|
52
|
+
* // OnFailure: "STRING_VALUE",
|
|
53
|
+
* // MaxAttempts: Number("int"),
|
|
54
|
+
* // ExecutionStartTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // ExecutionEndTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // StepStatus: "Pending" || "InProgress" || "Waiting" || "Success" || "TimedOut" || "Cancelling" || "Cancelled" || "Failed" || "PendingApproval" || "Approved" || "Rejected" || "Scheduled" || "RunbookInProgress" || "PendingChangeCalendarOverride" || "ChangeCalendarOverrideApproved" || "ChangeCalendarOverrideRejected" || "CompletedWithSuccess" || "CompletedWithFailure",
|
|
57
|
+
* // ResponseCode: "STRING_VALUE",
|
|
58
|
+
* // Inputs: { // NormalStringMap
|
|
59
|
+
* // "<keys>": "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // Outputs: { // AutomationParameterMap
|
|
62
|
+
* // "<keys>": [ // AutomationParameterValueList
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // },
|
|
66
|
+
* // Response: "STRING_VALUE",
|
|
67
|
+
* // FailureMessage: "STRING_VALUE",
|
|
68
|
+
* // FailureDetails: { // FailureDetails
|
|
69
|
+
* // FailureStage: "STRING_VALUE",
|
|
70
|
+
* // FailureType: "STRING_VALUE",
|
|
71
|
+
* // Details: {
|
|
72
|
+
* // "<keys>": [
|
|
73
|
+
* // "STRING_VALUE",
|
|
74
|
+
* // ],
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // StepExecutionId: "STRING_VALUE",
|
|
78
|
+
* // OverriddenParameters: {
|
|
79
|
+
* // "<keys>": [
|
|
80
|
+
* // "STRING_VALUE",
|
|
81
|
+
* // ],
|
|
82
|
+
* // },
|
|
83
|
+
* // IsEnd: true || false,
|
|
84
|
+
* // NextStep: "STRING_VALUE",
|
|
85
|
+
* // IsCritical: true || false,
|
|
86
|
+
* // ValidNextSteps: [ // ValidNextStepList
|
|
87
|
+
* // "STRING_VALUE",
|
|
88
|
+
* // ],
|
|
89
|
+
* // Targets: [ // Targets
|
|
90
|
+
* // { // Target
|
|
91
|
+
* // Key: "STRING_VALUE",
|
|
92
|
+
* // Values: [ // TargetValues
|
|
93
|
+
* // "STRING_VALUE",
|
|
94
|
+
* // ],
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // TargetLocation: { // TargetLocation
|
|
98
|
+
* // Accounts: [ // Accounts
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // Regions: [ // Regions
|
|
102
|
+
* // "STRING_VALUE",
|
|
103
|
+
* // ],
|
|
104
|
+
* // TargetLocationMaxConcurrency: "STRING_VALUE",
|
|
105
|
+
* // TargetLocationMaxErrors: "STRING_VALUE",
|
|
106
|
+
* // ExecutionRoleName: "STRING_VALUE",
|
|
107
|
+
* // TargetLocationAlarmConfiguration: { // AlarmConfiguration
|
|
108
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
109
|
+
* // Alarms: [ // AlarmList // required
|
|
110
|
+
* // { // Alarm
|
|
111
|
+
* // Name: "STRING_VALUE", // required
|
|
112
|
+
* // },
|
|
113
|
+
* // ],
|
|
114
|
+
* // },
|
|
115
|
+
* // },
|
|
116
|
+
* // TriggeredAlarms: [ // AlarmStateInformationList
|
|
117
|
+
* // { // AlarmStateInformation
|
|
118
|
+
* // Name: "STRING_VALUE", // required
|
|
119
|
+
* // State: "UNKNOWN" || "ALARM", // required
|
|
120
|
+
* // },
|
|
121
|
+
* // ],
|
|
122
|
+
* // },
|
|
123
|
+
* // ],
|
|
124
|
+
* // NextToken: "STRING_VALUE",
|
|
125
|
+
* // };
|
|
126
|
+
*
|
|
46
127
|
* ```
|
|
47
128
|
*
|
|
48
129
|
* @param DescribeAutomationStepExecutionsCommandInput - {@link DescribeAutomationStepExecutionsCommandInput}
|
|
@@ -67,6 +148,8 @@ export interface DescribeAutomationStepExecutionsCommandOutput extends DescribeA
|
|
|
67
148
|
* @throws {@link InvalidNextToken} (client fault)
|
|
68
149
|
* <p>The specified token isn't valid.</p>
|
|
69
150
|
*
|
|
151
|
+
* @throws {@link SSMServiceException}
|
|
152
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
70
153
|
*
|
|
71
154
|
*/
|
|
72
155
|
export declare class DescribeAutomationStepExecutionsCommand extends $Command<DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -40,6 +40,43 @@ export interface DescribeAvailablePatchesCommandOutput extends DescribeAvailable
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeAvailablePatchesCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeAvailablePatchesResult
|
|
44
|
+
* // Patches: [ // PatchList
|
|
45
|
+
* // { // Patch
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // ReleaseDate: new Date("TIMESTAMP"),
|
|
48
|
+
* // Title: "STRING_VALUE",
|
|
49
|
+
* // Description: "STRING_VALUE",
|
|
50
|
+
* // ContentUrl: "STRING_VALUE",
|
|
51
|
+
* // Vendor: "STRING_VALUE",
|
|
52
|
+
* // ProductFamily: "STRING_VALUE",
|
|
53
|
+
* // Product: "STRING_VALUE",
|
|
54
|
+
* // Classification: "STRING_VALUE",
|
|
55
|
+
* // MsrcSeverity: "STRING_VALUE",
|
|
56
|
+
* // KbNumber: "STRING_VALUE",
|
|
57
|
+
* // MsrcNumber: "STRING_VALUE",
|
|
58
|
+
* // Language: "STRING_VALUE",
|
|
59
|
+
* // AdvisoryIds: [ // PatchAdvisoryIdList
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // BugzillaIds: [ // PatchBugzillaIdList
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // CVEIds: [ // PatchCVEIdList
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // Name: "STRING_VALUE",
|
|
69
|
+
* // Epoch: Number("int"),
|
|
70
|
+
* // Version: "STRING_VALUE",
|
|
71
|
+
* // Release: "STRING_VALUE",
|
|
72
|
+
* // Arch: "STRING_VALUE",
|
|
73
|
+
* // Severity: "STRING_VALUE",
|
|
74
|
+
* // Repository: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // NextToken: "STRING_VALUE",
|
|
78
|
+
* // };
|
|
79
|
+
*
|
|
43
80
|
* ```
|
|
44
81
|
*
|
|
45
82
|
* @param DescribeAvailablePatchesCommandInput - {@link DescribeAvailablePatchesCommandInput}
|
|
@@ -51,6 +88,8 @@ export interface DescribeAvailablePatchesCommandOutput extends DescribeAvailable
|
|
|
51
88
|
* @throws {@link InternalServerError} (server fault)
|
|
52
89
|
* <p>An error occurred on the server side.</p>
|
|
53
90
|
*
|
|
91
|
+
* @throws {@link SSMServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
54
93
|
*
|
|
55
94
|
*/
|
|
56
95
|
export declare class DescribeAvailablePatchesCommand extends $Command<DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,6 +33,76 @@ export interface DescribeDocumentCommandOutput extends DescribeDocumentResult, _
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeDocumentCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeDocumentResult
|
|
37
|
+
* // Document: { // DocumentDescription
|
|
38
|
+
* // Sha1: "STRING_VALUE",
|
|
39
|
+
* // Hash: "STRING_VALUE",
|
|
40
|
+
* // HashType: "Sha256" || "Sha1",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // DisplayName: "STRING_VALUE",
|
|
43
|
+
* // VersionName: "STRING_VALUE",
|
|
44
|
+
* // Owner: "STRING_VALUE",
|
|
45
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
46
|
+
* // Status: "Creating" || "Active" || "Updating" || "Deleting" || "Failed",
|
|
47
|
+
* // StatusInformation: "STRING_VALUE",
|
|
48
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
49
|
+
* // Description: "STRING_VALUE",
|
|
50
|
+
* // Parameters: [ // DocumentParameterList
|
|
51
|
+
* // { // DocumentParameter
|
|
52
|
+
* // Name: "STRING_VALUE",
|
|
53
|
+
* // Type: "String" || "StringList",
|
|
54
|
+
* // Description: "STRING_VALUE",
|
|
55
|
+
* // DefaultValue: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // PlatformTypes: [ // PlatformTypeList
|
|
59
|
+
* // "Windows" || "Linux" || "MacOS",
|
|
60
|
+
* // ],
|
|
61
|
+
* // DocumentType: "Command" || "Policy" || "Automation" || "Session" || "Package" || "ApplicationConfiguration" || "ApplicationConfigurationSchema" || "DeploymentStrategy" || "ChangeCalendar" || "Automation.ChangeTemplate" || "ProblemAnalysis" || "ProblemAnalysisTemplate" || "CloudFormation" || "ConformancePackTemplate" || "QuickSetup",
|
|
62
|
+
* // SchemaVersion: "STRING_VALUE",
|
|
63
|
+
* // LatestVersion: "STRING_VALUE",
|
|
64
|
+
* // DefaultVersion: "STRING_VALUE",
|
|
65
|
+
* // DocumentFormat: "YAML" || "JSON" || "TEXT",
|
|
66
|
+
* // TargetType: "STRING_VALUE",
|
|
67
|
+
* // Tags: [ // TagList
|
|
68
|
+
* // { // Tag
|
|
69
|
+
* // Key: "STRING_VALUE", // required
|
|
70
|
+
* // Value: "STRING_VALUE", // required
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // AttachmentsInformation: [ // AttachmentInformationList
|
|
74
|
+
* // { // AttachmentInformation
|
|
75
|
+
* // Name: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // Requires: [ // DocumentRequiresList
|
|
79
|
+
* // { // DocumentRequires
|
|
80
|
+
* // Name: "STRING_VALUE", // required
|
|
81
|
+
* // Version: "STRING_VALUE",
|
|
82
|
+
* // RequireType: "STRING_VALUE",
|
|
83
|
+
* // VersionName: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // Author: "STRING_VALUE",
|
|
87
|
+
* // ReviewInformation: [ // ReviewInformationList
|
|
88
|
+
* // { // ReviewInformation
|
|
89
|
+
* // ReviewedTime: new Date("TIMESTAMP"),
|
|
90
|
+
* // Status: "APPROVED" || "NOT_REVIEWED" || "PENDING" || "REJECTED",
|
|
91
|
+
* // Reviewer: "STRING_VALUE",
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // ApprovedVersion: "STRING_VALUE",
|
|
95
|
+
* // PendingReviewVersion: "STRING_VALUE",
|
|
96
|
+
* // ReviewStatus: "APPROVED" || "NOT_REVIEWED" || "PENDING" || "REJECTED",
|
|
97
|
+
* // Category: [ // CategoryList
|
|
98
|
+
* // "STRING_VALUE",
|
|
99
|
+
* // ],
|
|
100
|
+
* // CategoryEnum: [ // CategoryEnumList
|
|
101
|
+
* // "STRING_VALUE",
|
|
102
|
+
* // ],
|
|
103
|
+
* // },
|
|
104
|
+
* // };
|
|
105
|
+
*
|
|
36
106
|
* ```
|
|
37
107
|
*
|
|
38
108
|
* @param DescribeDocumentCommandInput - {@link DescribeDocumentCommandInput}
|
|
@@ -50,6 +120,8 @@ export interface DescribeDocumentCommandOutput extends DescribeDocumentResult, _
|
|
|
50
120
|
* @throws {@link InvalidDocumentVersion} (client fault)
|
|
51
121
|
* <p>The document version isn't valid or doesn't exist.</p>
|
|
52
122
|
*
|
|
123
|
+
* @throws {@link SSMServiceException}
|
|
124
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
53
125
|
*
|
|
54
126
|
*/
|
|
55
127
|
export declare class DescribeDocumentCommand extends $Command<DescribeDocumentCommandInput, DescribeDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -36,6 +36,19 @@ export interface DescribeDocumentPermissionCommandOutput extends DescribeDocumen
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DescribeDocumentPermissionCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DescribeDocumentPermissionResponse
|
|
40
|
+
* // AccountIds: [ // AccountIdList
|
|
41
|
+
* // "STRING_VALUE",
|
|
42
|
+
* // ],
|
|
43
|
+
* // AccountSharingInfoList: [ // AccountSharingInfoList
|
|
44
|
+
* // { // AccountSharingInfo
|
|
45
|
+
* // AccountId: "STRING_VALUE",
|
|
46
|
+
* // SharedDocumentVersion: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // NextToken: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
39
52
|
* ```
|
|
40
53
|
*
|
|
41
54
|
* @param DescribeDocumentPermissionCommandInput - {@link DescribeDocumentPermissionCommandInput}
|
|
@@ -61,6 +74,8 @@ export interface DescribeDocumentPermissionCommandOutput extends DescribeDocumen
|
|
|
61
74
|
* <p>The permission type isn't supported. <i>Share</i> is the only supported
|
|
62
75
|
* permission type.</p>
|
|
63
76
|
*
|
|
77
|
+
* @throws {@link SSMServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
64
79
|
*
|
|
65
80
|
*/
|
|
66
81
|
export declare class DescribeDocumentPermissionCommand extends $Command<DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,6 +33,18 @@ export interface DescribeEffectiveInstanceAssociationsCommandOutput extends Desc
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeEffectiveInstanceAssociationsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeEffectiveInstanceAssociationsResult
|
|
37
|
+
* // Associations: [ // InstanceAssociationList
|
|
38
|
+
* // { // InstanceAssociation
|
|
39
|
+
* // AssociationId: "STRING_VALUE",
|
|
40
|
+
* // InstanceId: "STRING_VALUE",
|
|
41
|
+
* // Content: "STRING_VALUE",
|
|
42
|
+
* // AssociationVersion: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
36
48
|
* ```
|
|
37
49
|
*
|
|
38
50
|
* @param DescribeEffectiveInstanceAssociationsCommandInput - {@link DescribeEffectiveInstanceAssociationsCommandInput}
|
|
@@ -67,6 +79,8 @@ export interface DescribeEffectiveInstanceAssociationsCommandOutput extends Desc
|
|
|
67
79
|
* @throws {@link InvalidNextToken} (client fault)
|
|
68
80
|
* <p>The specified token isn't valid.</p>
|
|
69
81
|
*
|
|
82
|
+
* @throws {@link SSMServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
70
84
|
*
|
|
71
85
|
*/
|
|
72
86
|
export declare class DescribeEffectiveInstanceAssociationsCommand extends $Command<DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -34,6 +34,50 @@ export interface DescribeEffectivePatchesForPatchBaselineCommandOutput extends D
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DescribeEffectivePatchesForPatchBaselineCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DescribeEffectivePatchesForPatchBaselineResult
|
|
38
|
+
* // EffectivePatches: [ // EffectivePatchList
|
|
39
|
+
* // { // EffectivePatch
|
|
40
|
+
* // Patch: { // Patch
|
|
41
|
+
* // Id: "STRING_VALUE",
|
|
42
|
+
* // ReleaseDate: new Date("TIMESTAMP"),
|
|
43
|
+
* // Title: "STRING_VALUE",
|
|
44
|
+
* // Description: "STRING_VALUE",
|
|
45
|
+
* // ContentUrl: "STRING_VALUE",
|
|
46
|
+
* // Vendor: "STRING_VALUE",
|
|
47
|
+
* // ProductFamily: "STRING_VALUE",
|
|
48
|
+
* // Product: "STRING_VALUE",
|
|
49
|
+
* // Classification: "STRING_VALUE",
|
|
50
|
+
* // MsrcSeverity: "STRING_VALUE",
|
|
51
|
+
* // KbNumber: "STRING_VALUE",
|
|
52
|
+
* // MsrcNumber: "STRING_VALUE",
|
|
53
|
+
* // Language: "STRING_VALUE",
|
|
54
|
+
* // AdvisoryIds: [ // PatchAdvisoryIdList
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // BugzillaIds: [ // PatchBugzillaIdList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // CVEIds: [ // PatchCVEIdList
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // Name: "STRING_VALUE",
|
|
64
|
+
* // Epoch: Number("int"),
|
|
65
|
+
* // Version: "STRING_VALUE",
|
|
66
|
+
* // Release: "STRING_VALUE",
|
|
67
|
+
* // Arch: "STRING_VALUE",
|
|
68
|
+
* // Severity: "STRING_VALUE",
|
|
69
|
+
* // Repository: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // PatchStatus: { // PatchStatus
|
|
72
|
+
* // DeploymentStatus: "APPROVED" || "PENDING_APPROVAL" || "EXPLICIT_APPROVED" || "EXPLICIT_REJECTED",
|
|
73
|
+
* // ComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
|
|
74
|
+
* // ApprovalDate: new Date("TIMESTAMP"),
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // NextToken: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
37
81
|
* ```
|
|
38
82
|
*
|
|
39
83
|
* @param DescribeEffectivePatchesForPatchBaselineCommandInput - {@link DescribeEffectivePatchesForPatchBaselineCommandInput}
|
|
@@ -58,6 +102,8 @@ export interface DescribeEffectivePatchesForPatchBaselineCommandOutput extends D
|
|
|
58
102
|
* <p>The operating systems you specified isn't supported, or the operation isn't supported for
|
|
59
103
|
* the operating system.</p>
|
|
60
104
|
*
|
|
105
|
+
* @throws {@link SSMServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
61
107
|
*
|
|
62
108
|
*/
|
|
63
109
|
export declare class DescribeEffectivePatchesForPatchBaselineCommand extends $Command<DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,6 +33,30 @@ export interface DescribeInstanceAssociationsStatusCommandOutput extends Describ
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeInstanceAssociationsStatusCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeInstanceAssociationsStatusResult
|
|
37
|
+
* // InstanceAssociationStatusInfos: [ // InstanceAssociationStatusInfos
|
|
38
|
+
* // { // InstanceAssociationStatusInfo
|
|
39
|
+
* // AssociationId: "STRING_VALUE",
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
42
|
+
* // AssociationVersion: "STRING_VALUE",
|
|
43
|
+
* // InstanceId: "STRING_VALUE",
|
|
44
|
+
* // ExecutionDate: new Date("TIMESTAMP"),
|
|
45
|
+
* // Status: "STRING_VALUE",
|
|
46
|
+
* // DetailedStatus: "STRING_VALUE",
|
|
47
|
+
* // ExecutionSummary: "STRING_VALUE",
|
|
48
|
+
* // ErrorCode: "STRING_VALUE",
|
|
49
|
+
* // OutputUrl: { // InstanceAssociationOutputUrl
|
|
50
|
+
* // S3OutputUrl: { // S3OutputUrl
|
|
51
|
+
* // OutputUrl: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // },
|
|
54
|
+
* // AssociationName: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // NextToken: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
36
60
|
* ```
|
|
37
61
|
*
|
|
38
62
|
* @param DescribeInstanceAssociationsStatusCommandInput - {@link DescribeInstanceAssociationsStatusCommandInput}
|
|
@@ -67,6 +91,8 @@ export interface DescribeInstanceAssociationsStatusCommandOutput extends Describ
|
|
|
67
91
|
* @throws {@link InvalidNextToken} (client fault)
|
|
68
92
|
* <p>The specified token isn't valid.</p>
|
|
69
93
|
*
|
|
94
|
+
* @throws {@link SSMServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
70
96
|
*
|
|
71
97
|
*/
|
|
72
98
|
export declare class DescribeInstanceAssociationsStatusCommand extends $Command<DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -58,6 +58,40 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new DescribeInstanceInformationCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // DescribeInstanceInformationResult
|
|
62
|
+
* // InstanceInformationList: [ // InstanceInformationList
|
|
63
|
+
* // { // InstanceInformation
|
|
64
|
+
* // InstanceId: "STRING_VALUE",
|
|
65
|
+
* // PingStatus: "Online" || "ConnectionLost" || "Inactive",
|
|
66
|
+
* // LastPingDateTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // AgentVersion: "STRING_VALUE",
|
|
68
|
+
* // IsLatestVersion: true || false,
|
|
69
|
+
* // PlatformType: "Windows" || "Linux" || "MacOS",
|
|
70
|
+
* // PlatformName: "STRING_VALUE",
|
|
71
|
+
* // PlatformVersion: "STRING_VALUE",
|
|
72
|
+
* // ActivationId: "STRING_VALUE",
|
|
73
|
+
* // IamRole: "STRING_VALUE",
|
|
74
|
+
* // RegistrationDate: new Date("TIMESTAMP"),
|
|
75
|
+
* // ResourceType: "ManagedInstance" || "Document" || "EC2Instance",
|
|
76
|
+
* // Name: "STRING_VALUE",
|
|
77
|
+
* // IPAddress: "STRING_VALUE",
|
|
78
|
+
* // ComputerName: "STRING_VALUE",
|
|
79
|
+
* // AssociationStatus: "STRING_VALUE",
|
|
80
|
+
* // LastAssociationExecutionDate: new Date("TIMESTAMP"),
|
|
81
|
+
* // LastSuccessfulAssociationExecutionDate: new Date("TIMESTAMP"),
|
|
82
|
+
* // AssociationOverview: { // InstanceAggregatedAssociationOverview
|
|
83
|
+
* // DetailedStatus: "STRING_VALUE",
|
|
84
|
+
* // InstanceAssociationStatusAggregatedCount: { // InstanceAssociationStatusAggregatedCount
|
|
85
|
+
* // "<keys>": Number("int"),
|
|
86
|
+
* // },
|
|
87
|
+
* // },
|
|
88
|
+
* // SourceId: "STRING_VALUE",
|
|
89
|
+
* // SourceType: "AWS::EC2::Instance" || "AWS::IoT::Thing" || "AWS::SSM::ManagedInstance",
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // NextToken: "STRING_VALUE",
|
|
93
|
+
* // };
|
|
94
|
+
*
|
|
61
95
|
* ```
|
|
62
96
|
*
|
|
63
97
|
* @param DescribeInstanceInformationCommandInput - {@link DescribeInstanceInformationCommandInput}
|
|
@@ -98,6 +132,8 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
|
|
|
98
132
|
* @throws {@link InvalidNextToken} (client fault)
|
|
99
133
|
* <p>The specified token isn't valid.</p>
|
|
100
134
|
*
|
|
135
|
+
* @throws {@link SSMServiceException}
|
|
136
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
101
137
|
*
|
|
102
138
|
*/
|
|
103
139
|
export declare class DescribeInstanceInformationCommand extends $Command<DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -35,6 +35,36 @@ export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstan
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DescribeInstancePatchStatesCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DescribeInstancePatchStatesResult
|
|
39
|
+
* // InstancePatchStates: [ // InstancePatchStateList
|
|
40
|
+
* // { // InstancePatchState
|
|
41
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
42
|
+
* // PatchGroup: "STRING_VALUE", // required
|
|
43
|
+
* // BaselineId: "STRING_VALUE", // required
|
|
44
|
+
* // SnapshotId: "STRING_VALUE",
|
|
45
|
+
* // InstallOverrideList: "STRING_VALUE",
|
|
46
|
+
* // OwnerInformation: "STRING_VALUE",
|
|
47
|
+
* // InstalledCount: Number("int"),
|
|
48
|
+
* // InstalledOtherCount: Number("int"),
|
|
49
|
+
* // InstalledPendingRebootCount: Number("int"),
|
|
50
|
+
* // InstalledRejectedCount: Number("int"),
|
|
51
|
+
* // MissingCount: Number("int"),
|
|
52
|
+
* // FailedCount: Number("int"),
|
|
53
|
+
* // UnreportedNotApplicableCount: Number("int"),
|
|
54
|
+
* // NotApplicableCount: Number("int"),
|
|
55
|
+
* // OperationStartTime: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // OperationEndTime: new Date("TIMESTAMP"), // required
|
|
57
|
+
* // Operation: "Scan" || "Install", // required
|
|
58
|
+
* // LastNoRebootInstallOperationTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // RebootOption: "RebootIfNeeded" || "NoReboot",
|
|
60
|
+
* // CriticalNonCompliantCount: Number("int"),
|
|
61
|
+
* // SecurityNonCompliantCount: Number("int"),
|
|
62
|
+
* // OtherNonCompliantCount: Number("int"),
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // NextToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
38
68
|
* ```
|
|
39
69
|
*
|
|
40
70
|
* @param DescribeInstancePatchStatesCommandInput - {@link DescribeInstancePatchStatesCommandInput}
|
|
@@ -49,6 +79,8 @@ export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstan
|
|
|
49
79
|
* @throws {@link InvalidNextToken} (client fault)
|
|
50
80
|
* <p>The specified token isn't valid.</p>
|
|
51
81
|
*
|
|
82
|
+
* @throws {@link SSMServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
52
84
|
*
|
|
53
85
|
*/
|
|
54
86
|
export declare class DescribeInstancePatchStatesCommand extends $Command<DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -43,6 +43,36 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandOutput extends D
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeInstancePatchStatesForPatchGroupCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeInstancePatchStatesForPatchGroupResult
|
|
47
|
+
* // InstancePatchStates: [ // InstancePatchStatesList
|
|
48
|
+
* // { // InstancePatchState
|
|
49
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
50
|
+
* // PatchGroup: "STRING_VALUE", // required
|
|
51
|
+
* // BaselineId: "STRING_VALUE", // required
|
|
52
|
+
* // SnapshotId: "STRING_VALUE",
|
|
53
|
+
* // InstallOverrideList: "STRING_VALUE",
|
|
54
|
+
* // OwnerInformation: "STRING_VALUE",
|
|
55
|
+
* // InstalledCount: Number("int"),
|
|
56
|
+
* // InstalledOtherCount: Number("int"),
|
|
57
|
+
* // InstalledPendingRebootCount: Number("int"),
|
|
58
|
+
* // InstalledRejectedCount: Number("int"),
|
|
59
|
+
* // MissingCount: Number("int"),
|
|
60
|
+
* // FailedCount: Number("int"),
|
|
61
|
+
* // UnreportedNotApplicableCount: Number("int"),
|
|
62
|
+
* // NotApplicableCount: Number("int"),
|
|
63
|
+
* // OperationStartTime: new Date("TIMESTAMP"), // required
|
|
64
|
+
* // OperationEndTime: new Date("TIMESTAMP"), // required
|
|
65
|
+
* // Operation: "Scan" || "Install", // required
|
|
66
|
+
* // LastNoRebootInstallOperationTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // RebootOption: "RebootIfNeeded" || "NoReboot",
|
|
68
|
+
* // CriticalNonCompliantCount: Number("int"),
|
|
69
|
+
* // SecurityNonCompliantCount: Number("int"),
|
|
70
|
+
* // OtherNonCompliantCount: Number("int"),
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // NextToken: "STRING_VALUE",
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
46
76
|
* ```
|
|
47
77
|
*
|
|
48
78
|
* @param DescribeInstancePatchStatesForPatchGroupCommandInput - {@link DescribeInstancePatchStatesForPatchGroupCommandInput}
|
|
@@ -60,6 +90,8 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandOutput extends D
|
|
|
60
90
|
* @throws {@link InvalidNextToken} (client fault)
|
|
61
91
|
* <p>The specified token isn't valid.</p>
|
|
62
92
|
*
|
|
93
|
+
* @throws {@link SSMServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
63
95
|
*
|
|
64
96
|
*/
|
|
65
97
|
export declare class DescribeInstancePatchStatesForPatchGroupCommand extends $Command<DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -42,6 +42,21 @@ export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePa
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeInstancePatchesCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeInstancePatchesResult
|
|
46
|
+
* // Patches: [ // PatchComplianceDataList
|
|
47
|
+
* // { // PatchComplianceData
|
|
48
|
+
* // Title: "STRING_VALUE", // required
|
|
49
|
+
* // KBId: "STRING_VALUE", // required
|
|
50
|
+
* // Classification: "STRING_VALUE", // required
|
|
51
|
+
* // Severity: "STRING_VALUE", // required
|
|
52
|
+
* // State: "INSTALLED" || "INSTALLED_OTHER" || "INSTALLED_PENDING_REBOOT" || "INSTALLED_REJECTED" || "MISSING" || "NOT_APPLICABLE" || "FAILED", // required
|
|
53
|
+
* // InstalledTime: new Date("TIMESTAMP"), // required
|
|
54
|
+
* // CVEIds: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // NextToken: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
45
60
|
* ```
|
|
46
61
|
*
|
|
47
62
|
* @param DescribeInstancePatchesCommandInput - {@link DescribeInstancePatchesCommandInput}
|
|
@@ -79,6 +94,8 @@ export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePa
|
|
|
79
94
|
* @throws {@link InvalidNextToken} (client fault)
|
|
80
95
|
* <p>The specified token isn't valid.</p>
|
|
81
96
|
*
|
|
97
|
+
* @throws {@link SSMServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
82
99
|
*
|
|
83
100
|
*/
|
|
84
101
|
export declare class DescribeInstancePatchesCommand extends $Command<DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -33,6 +33,31 @@ export interface DescribeInventoryDeletionsCommandOutput extends DescribeInvento
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeInventoryDeletionsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DescribeInventoryDeletionsResult
|
|
37
|
+
* // InventoryDeletions: [ // InventoryDeletionsList
|
|
38
|
+
* // { // InventoryDeletionStatusItem
|
|
39
|
+
* // DeletionId: "STRING_VALUE",
|
|
40
|
+
* // TypeName: "STRING_VALUE",
|
|
41
|
+
* // DeletionStartTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // LastStatus: "InProgress" || "Complete",
|
|
43
|
+
* // LastStatusMessage: "STRING_VALUE",
|
|
44
|
+
* // DeletionSummary: { // InventoryDeletionSummary
|
|
45
|
+
* // TotalCount: Number("int"),
|
|
46
|
+
* // RemainingCount: Number("int"),
|
|
47
|
+
* // SummaryItems: [ // InventoryDeletionSummaryItems
|
|
48
|
+
* // { // InventoryDeletionSummaryItem
|
|
49
|
+
* // Version: "STRING_VALUE",
|
|
50
|
+
* // Count: Number("int"),
|
|
51
|
+
* // RemainingCount: Number("int"),
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // },
|
|
55
|
+
* // LastStatusUpdateTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NextToken: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
36
61
|
* ```
|
|
37
62
|
*
|
|
38
63
|
* @param DescribeInventoryDeletionsCommandInput - {@link DescribeInventoryDeletionsCommandInput}
|
|
@@ -51,6 +76,8 @@ export interface DescribeInventoryDeletionsCommandOutput extends DescribeInvento
|
|
|
51
76
|
* @throws {@link InvalidNextToken} (client fault)
|
|
52
77
|
* <p>The specified token isn't valid.</p>
|
|
53
78
|
*
|
|
79
|
+
* @throws {@link SSMServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
54
81
|
*
|
|
55
82
|
*/
|
|
56
83
|
export declare class DescribeInventoryDeletionsCommand extends $Command<DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -43,6 +43,26 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeMaintenanceWindowExecutionTaskInvocationsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeMaintenanceWindowExecutionTaskInvocationsResult
|
|
47
|
+
* // WindowExecutionTaskInvocationIdentities: [ // MaintenanceWindowExecutionTaskInvocationIdentityList
|
|
48
|
+
* // { // MaintenanceWindowExecutionTaskInvocationIdentity
|
|
49
|
+
* // WindowExecutionId: "STRING_VALUE",
|
|
50
|
+
* // TaskExecutionId: "STRING_VALUE",
|
|
51
|
+
* // InvocationId: "STRING_VALUE",
|
|
52
|
+
* // ExecutionId: "STRING_VALUE",
|
|
53
|
+
* // TaskType: "RUN_COMMAND" || "AUTOMATION" || "STEP_FUNCTIONS" || "LAMBDA",
|
|
54
|
+
* // Parameters: "STRING_VALUE",
|
|
55
|
+
* // Status: "PENDING" || "IN_PROGRESS" || "SUCCESS" || "FAILED" || "TIMED_OUT" || "CANCELLING" || "CANCELLED" || "SKIPPED_OVERLAPPING",
|
|
56
|
+
* // StatusDetails: "STRING_VALUE",
|
|
57
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
58
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // OwnerInformation: "STRING_VALUE",
|
|
60
|
+
* // WindowTargetId: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // NextToken: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
46
66
|
* ```
|
|
47
67
|
*
|
|
48
68
|
* @param DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput - {@link DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput}
|
|
@@ -60,6 +80,8 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
|
|
|
60
80
|
* @throws {@link InternalServerError} (server fault)
|
|
61
81
|
* <p>An error occurred on the server side.</p>
|
|
62
82
|
*
|
|
83
|
+
* @throws {@link SSMServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
63
85
|
*
|
|
64
86
|
*/
|
|
65
87
|
export declare class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends $Command<DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput, SSMClientResolvedConfig> {
|