@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.
Files changed (139) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  2. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelCommandCommand.d.ts +4 -0
  4. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateActivationCommand.d.ts +7 -0
  6. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +170 -0
  7. package/dist-types/commands/CreateAssociationCommand.d.ts +103 -0
  8. package/dist-types/commands/CreateDocumentCommand.d.ts +72 -0
  9. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateOpsItemCommand.d.ts +7 -0
  11. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +6 -0
  12. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteActivationCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteDocumentCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteInventoryCommand.d.ts +18 -0
  18. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteParameterCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
  22. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  25. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -0
  26. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
  27. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +7 -0
  28. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +7 -0
  29. package/dist-types/commands/DescribeActivationsCommand.d.ts +25 -0
  30. package/dist-types/commands/DescribeAssociationCommand.d.ts +103 -0
  31. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +22 -0
  32. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +32 -0
  33. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +123 -0
  34. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +83 -0
  35. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +39 -0
  36. package/dist-types/commands/DescribeDocumentCommand.d.ts +72 -0
  37. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +15 -0
  38. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +14 -0
  39. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +46 -0
  40. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +26 -0
  41. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +36 -0
  42. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +32 -0
  43. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +32 -0
  44. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +17 -0
  45. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +27 -0
  46. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +22 -0
  47. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +32 -0
  48. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +13 -0
  50. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +24 -0
  51. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +49 -0
  52. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +22 -0
  53. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -0
  54. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +32 -0
  55. package/dist-types/commands/DescribeParametersCommand.d.ts +27 -0
  56. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +15 -0
  57. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +17 -0
  58. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +18 -0
  59. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
  60. package/dist-types/commands/DescribeSessionsCommand.d.ts +24 -0
  61. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
  62. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +192 -0
  63. package/dist-types/commands/GetCalendarStateCommand.d.ts +8 -0
  64. package/dist-types/commands/GetCommandInvocationCommand.d.ts +25 -0
  65. package/dist-types/commands/GetConnectionStatusCommand.d.ts +7 -0
  66. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +7 -0
  67. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
  68. package/dist-types/commands/GetDocumentCommand.d.ts +33 -0
  69. package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
  70. package/dist-types/commands/GetInventorySchemaCommand.d.ts +19 -0
  71. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +20 -0
  72. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +13 -0
  73. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +40 -0
  74. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
  75. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +89 -0
  76. package/dist-types/commands/GetOpsItemCommand.d.ts +42 -0
  77. package/dist-types/commands/GetOpsMetadataCommand.d.ts +12 -0
  78. package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
  79. package/dist-types/commands/GetParameterCommand.d.ts +16 -0
  80. package/dist-types/commands/GetParameterHistoryCommand.d.ts +31 -0
  81. package/dist-types/commands/GetParametersByPathCommand.d.ts +19 -0
  82. package/dist-types/commands/GetParametersCommand.d.ts +21 -0
  83. package/dist-types/commands/GetPatchBaselineCommand.d.ts +62 -0
  84. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +8 -0
  85. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
  86. package/dist-types/commands/GetServiceSettingCommand.d.ts +13 -0
  87. package/dist-types/commands/LabelParameterVersionCommand.d.ts +9 -0
  88. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +74 -0
  89. package/dist-types/commands/ListAssociationsCommand.d.ts +41 -0
  90. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +50 -0
  91. package/dist-types/commands/ListCommandsCommand.d.ts +70 -0
  92. package/dist-types/commands/ListComplianceItemsCommand.d.ts +25 -0
  93. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +33 -0
  94. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +25 -0
  95. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +20 -0
  96. package/dist-types/commands/ListDocumentsCommand.d.ts +39 -0
  97. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
  98. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +19 -0
  99. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +23 -0
  100. package/dist-types/commands/ListOpsMetadataCommand.d.ts +15 -0
  101. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +42 -0
  102. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +45 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  104. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +4 -0
  105. package/dist-types/commands/PutComplianceItemsCommand.d.ts +4 -0
  106. package/dist-types/commands/PutInventoryCommand.d.ts +6 -0
  107. package/dist-types/commands/PutParameterCommand.d.ts +7 -0
  108. package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
  109. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -0
  110. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
  111. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -0
  112. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -0
  113. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  114. package/dist-types/commands/ResetServiceSettingCommand.d.ts +13 -0
  115. package/dist-types/commands/ResumeSessionCommand.d.ts +8 -0
  116. package/dist-types/commands/SendAutomationSignalCommand.d.ts +4 -0
  117. package/dist-types/commands/SendCommandCommand.d.ts +67 -0
  118. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +4 -0
  119. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +6 -0
  120. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +6 -0
  121. package/dist-types/commands/StartSessionCommand.d.ts +8 -0
  122. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
  123. package/dist-types/commands/TerminateSessionCommand.d.ts +6 -0
  124. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
  125. package/dist-types/commands/UpdateAssociationCommand.d.ts +103 -0
  126. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +103 -0
  127. package/dist-types/commands/UpdateDocumentCommand.d.ts +72 -0
  128. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +10 -0
  129. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +4 -0
  130. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
  131. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +18 -0
  132. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +88 -0
  133. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
  134. package/dist-types/commands/UpdateOpsItemCommand.d.ts +4 -0
  135. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +6 -0
  136. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +59 -0
  137. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +4 -0
  138. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
  139. package/package.json +16 -16
@@ -39,6 +39,93 @@ export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWin
39
39
  * };
40
40
  * const command = new GetMaintenanceWindowTaskCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // GetMaintenanceWindowTaskResult
43
+ * // WindowId: "STRING_VALUE",
44
+ * // WindowTaskId: "STRING_VALUE",
45
+ * // Targets: [ // Targets
46
+ * // { // Target
47
+ * // Key: "STRING_VALUE",
48
+ * // Values: [ // TargetValues
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // },
52
+ * // ],
53
+ * // TaskArn: "STRING_VALUE",
54
+ * // ServiceRoleArn: "STRING_VALUE",
55
+ * // TaskType: "RUN_COMMAND" || "AUTOMATION" || "STEP_FUNCTIONS" || "LAMBDA",
56
+ * // TaskParameters: { // MaintenanceWindowTaskParameters
57
+ * // "<keys>": { // MaintenanceWindowTaskParameterValueExpression
58
+ * // Values: [ // MaintenanceWindowTaskParameterValueList
59
+ * // "STRING_VALUE",
60
+ * // ],
61
+ * // },
62
+ * // },
63
+ * // TaskInvocationParameters: { // MaintenanceWindowTaskInvocationParameters
64
+ * // RunCommand: { // MaintenanceWindowRunCommandParameters
65
+ * // Comment: "STRING_VALUE",
66
+ * // CloudWatchOutputConfig: { // CloudWatchOutputConfig
67
+ * // CloudWatchLogGroupName: "STRING_VALUE",
68
+ * // CloudWatchOutputEnabled: true || false,
69
+ * // },
70
+ * // DocumentHash: "STRING_VALUE",
71
+ * // DocumentHashType: "Sha256" || "Sha1",
72
+ * // DocumentVersion: "STRING_VALUE",
73
+ * // NotificationConfig: { // NotificationConfig
74
+ * // NotificationArn: "STRING_VALUE",
75
+ * // NotificationEvents: [ // NotificationEventList
76
+ * // "All" || "InProgress" || "Success" || "TimedOut" || "Cancelled" || "Failed",
77
+ * // ],
78
+ * // NotificationType: "Command" || "Invocation",
79
+ * // },
80
+ * // OutputS3BucketName: "STRING_VALUE",
81
+ * // OutputS3KeyPrefix: "STRING_VALUE",
82
+ * // Parameters: { // Parameters
83
+ * // "<keys>": [ // ParameterValueList
84
+ * // "STRING_VALUE",
85
+ * // ],
86
+ * // },
87
+ * // ServiceRoleArn: "STRING_VALUE",
88
+ * // TimeoutSeconds: Number("int"),
89
+ * // },
90
+ * // Automation: { // MaintenanceWindowAutomationParameters
91
+ * // DocumentVersion: "STRING_VALUE",
92
+ * // Parameters: { // AutomationParameterMap
93
+ * // "<keys>": [ // AutomationParameterValueList
94
+ * // "STRING_VALUE",
95
+ * // ],
96
+ * // },
97
+ * // },
98
+ * // StepFunctions: { // MaintenanceWindowStepFunctionsParameters
99
+ * // Input: "STRING_VALUE",
100
+ * // Name: "STRING_VALUE",
101
+ * // },
102
+ * // Lambda: { // MaintenanceWindowLambdaParameters
103
+ * // ClientContext: "STRING_VALUE",
104
+ * // Qualifier: "STRING_VALUE",
105
+ * // Payload: "BLOB_VALUE",
106
+ * // },
107
+ * // },
108
+ * // Priority: Number("int"),
109
+ * // MaxConcurrency: "STRING_VALUE",
110
+ * // MaxErrors: "STRING_VALUE",
111
+ * // LoggingInfo: { // LoggingInfo
112
+ * // S3BucketName: "STRING_VALUE", // required
113
+ * // S3KeyPrefix: "STRING_VALUE",
114
+ * // S3Region: "STRING_VALUE", // required
115
+ * // },
116
+ * // Name: "STRING_VALUE",
117
+ * // Description: "STRING_VALUE",
118
+ * // CutoffBehavior: "CONTINUE_TASK" || "CANCEL_TASK",
119
+ * // AlarmConfiguration: { // AlarmConfiguration
120
+ * // IgnorePollAlarmFailure: true || false,
121
+ * // Alarms: [ // AlarmList // required
122
+ * // { // Alarm
123
+ * // Name: "STRING_VALUE", // required
124
+ * // },
125
+ * // ],
126
+ * // },
127
+ * // };
128
+ *
42
129
  * ```
43
130
  *
44
131
  * @param GetMaintenanceWindowTaskCommandInput - {@link GetMaintenanceWindowTaskCommandInput}
@@ -56,6 +143,8 @@ export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWin
56
143
  * @throws {@link InternalServerError} (server fault)
57
144
  * <p>An error occurred on the server side.</p>
58
145
  *
146
+ * @throws {@link SSMServiceException}
147
+ * <p>Base exception class for all service exceptions from SSM service.</p>
59
148
  *
60
149
  */
61
150
  export declare class GetMaintenanceWindowTaskCommand extends $Command<GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig> {
@@ -38,6 +38,46 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB
38
38
  * };
39
39
  * const command = new GetOpsItemCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetOpsItemResponse
42
+ * // OpsItem: { // OpsItem
43
+ * // CreatedBy: "STRING_VALUE",
44
+ * // OpsItemType: "STRING_VALUE",
45
+ * // CreatedTime: new Date("TIMESTAMP"),
46
+ * // Description: "STRING_VALUE",
47
+ * // LastModifiedBy: "STRING_VALUE",
48
+ * // LastModifiedTime: new Date("TIMESTAMP"),
49
+ * // Notifications: [ // OpsItemNotifications
50
+ * // { // OpsItemNotification
51
+ * // Arn: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // Priority: Number("int"),
55
+ * // RelatedOpsItems: [ // RelatedOpsItems
56
+ * // { // RelatedOpsItem
57
+ * // OpsItemId: "STRING_VALUE", // required
58
+ * // },
59
+ * // ],
60
+ * // Status: "Open" || "InProgress" || "Resolved" || "Pending" || "TimedOut" || "Cancelling" || "Cancelled" || "Failed" || "CompletedWithSuccess" || "CompletedWithFailure" || "Scheduled" || "RunbookInProgress" || "PendingChangeCalendarOverride" || "ChangeCalendarOverrideApproved" || "ChangeCalendarOverrideRejected" || "PendingApproval" || "Approved" || "Rejected" || "Closed",
61
+ * // OpsItemId: "STRING_VALUE",
62
+ * // Version: "STRING_VALUE",
63
+ * // Title: "STRING_VALUE",
64
+ * // Source: "STRING_VALUE",
65
+ * // OperationalData: { // OpsItemOperationalData
66
+ * // "<keys>": { // OpsItemDataValue
67
+ * // Value: "STRING_VALUE",
68
+ * // Type: "SearchableString" || "String",
69
+ * // },
70
+ * // },
71
+ * // Category: "STRING_VALUE",
72
+ * // Severity: "STRING_VALUE",
73
+ * // ActualStartTime: new Date("TIMESTAMP"),
74
+ * // ActualEndTime: new Date("TIMESTAMP"),
75
+ * // PlannedStartTime: new Date("TIMESTAMP"),
76
+ * // PlannedEndTime: new Date("TIMESTAMP"),
77
+ * // OpsItemArn: "STRING_VALUE",
78
+ * // },
79
+ * // };
80
+ *
41
81
  * ```
42
82
  *
43
83
  * @param GetOpsItemCommandInput - {@link GetOpsItemCommandInput}
@@ -57,6 +97,8 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB
57
97
  * @throws {@link OpsItemNotFoundException} (client fault)
58
98
  * <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
59
99
  *
100
+ * @throws {@link SSMServiceException}
101
+ * <p>Base exception class for all service exceptions from SSM service.</p>
60
102
  *
61
103
  */
62
104
  export declare class GetOpsItemCommand extends $Command<GetOpsItemCommandInput, GetOpsItemCommandOutput, SSMClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface GetOpsMetadataCommandOutput extends GetOpsMetadataResult, __Met
33
33
  * };
34
34
  * const command = new GetOpsMetadataCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetOpsMetadataResult
37
+ * // ResourceId: "STRING_VALUE",
38
+ * // Metadata: { // MetadataMap
39
+ * // "<keys>": { // MetadataValue
40
+ * // Value: "STRING_VALUE",
41
+ * // },
42
+ * // },
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param GetOpsMetadataCommandInput - {@link GetOpsMetadataCommandInput}
@@ -50,6 +60,8 @@ export interface GetOpsMetadataCommandOutput extends GetOpsMetadataResult, __Met
50
60
  * @throws {@link OpsMetadataNotFoundException} (client fault)
51
61
  * <p>The OpsMetadata object doesn't exist. </p>
52
62
  *
63
+ * @throws {@link SSMServiceException}
64
+ * <p>Base exception class for all service exceptions from SSM service.</p>
53
65
  *
54
66
  */
55
67
  export declare class GetOpsMetadataCommand extends $Command<GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput, SSMClientResolvedConfig> {
@@ -82,6 +82,25 @@ export interface GetOpsSummaryCommandOutput extends GetOpsSummaryResult, __Metad
82
82
  * };
83
83
  * const command = new GetOpsSummaryCommand(input);
84
84
  * const response = await client.send(command);
85
+ * // { // GetOpsSummaryResult
86
+ * // Entities: [ // OpsEntityList
87
+ * // { // OpsEntity
88
+ * // Id: "STRING_VALUE",
89
+ * // Data: { // OpsEntityItemMap
90
+ * // "<keys>": { // OpsEntityItem
91
+ * // CaptureTime: "STRING_VALUE",
92
+ * // Content: [ // OpsEntityItemEntryList
93
+ * // { // OpsEntityItemEntry
94
+ * // "<keys>": "STRING_VALUE",
95
+ * // },
96
+ * // ],
97
+ * // },
98
+ * // },
99
+ * // },
100
+ * // ],
101
+ * // NextToken: "STRING_VALUE",
102
+ * // };
103
+ *
85
104
  * ```
86
105
  *
87
106
  * @param GetOpsSummaryCommandInput - {@link GetOpsSummaryCommandInput}
@@ -110,6 +129,8 @@ export interface GetOpsSummaryCommandOutput extends GetOpsSummaryResult, __Metad
110
129
  * @throws {@link ResourceDataSyncNotFoundException} (client fault)
111
130
  * <p>The specified sync name wasn't found.</p>
112
131
  *
132
+ * @throws {@link SSMServiceException}
133
+ * <p>Base exception class for all service exceptions from SSM service.</p>
113
134
  *
114
135
  */
115
136
  export declare class GetOpsSummaryCommand extends $Command<GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput, SSMClientResolvedConfig> {
@@ -35,6 +35,20 @@ export interface GetParameterCommandOutput extends GetParameterResult, __Metadat
35
35
  * };
36
36
  * const command = new GetParameterCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetParameterResult
39
+ * // Parameter: { // Parameter
40
+ * // Name: "STRING_VALUE",
41
+ * // Type: "String" || "StringList" || "SecureString",
42
+ * // Value: "STRING_VALUE",
43
+ * // Version: Number("long"),
44
+ * // Selector: "STRING_VALUE",
45
+ * // SourceResult: "STRING_VALUE",
46
+ * // LastModifiedDate: new Date("TIMESTAMP"),
47
+ * // ARN: "STRING_VALUE",
48
+ * // DataType: "STRING_VALUE",
49
+ * // },
50
+ * // };
51
+ *
38
52
  * ```
39
53
  *
40
54
  * @param GetParameterCommandInput - {@link GetParameterCommandInput}
@@ -56,6 +70,8 @@ export interface GetParameterCommandOutput extends GetParameterResult, __Metadat
56
70
  * <p>The specified parameter version wasn't found. Verify the parameter name and version, and try
57
71
  * again.</p>
58
72
  *
73
+ * @throws {@link SSMServiceException}
74
+ * <p>Base exception class for all service exceptions from SSM service.</p>
59
75
  *
60
76
  */
61
77
  export declare class GetParameterCommand extends $Command<GetParameterCommandInput, GetParameterCommandOutput, SSMClientResolvedConfig> {
@@ -40,6 +40,35 @@ export interface GetParameterHistoryCommandOutput extends GetParameterHistoryRes
40
40
  * };
41
41
  * const command = new GetParameterHistoryCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // GetParameterHistoryResult
44
+ * // Parameters: [ // ParameterHistoryList
45
+ * // { // ParameterHistory
46
+ * // Name: "STRING_VALUE",
47
+ * // Type: "String" || "StringList" || "SecureString",
48
+ * // KeyId: "STRING_VALUE",
49
+ * // LastModifiedDate: new Date("TIMESTAMP"),
50
+ * // LastModifiedUser: "STRING_VALUE",
51
+ * // Description: "STRING_VALUE",
52
+ * // Value: "STRING_VALUE",
53
+ * // AllowedPattern: "STRING_VALUE",
54
+ * // Version: Number("long"),
55
+ * // Labels: [ // ParameterLabelList
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // Tier: "Standard" || "Advanced" || "Intelligent-Tiering",
59
+ * // Policies: [ // ParameterPolicyList
60
+ * // { // ParameterInlinePolicy
61
+ * // PolicyText: "STRING_VALUE",
62
+ * // PolicyType: "STRING_VALUE",
63
+ * // PolicyStatus: "STRING_VALUE",
64
+ * // },
65
+ * // ],
66
+ * // DataType: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // NextToken: "STRING_VALUE",
70
+ * // };
71
+ *
43
72
  * ```
44
73
  *
45
74
  * @param GetParameterHistoryCommandInput - {@link GetParameterHistoryCommandInput}
@@ -60,6 +89,8 @@ export interface GetParameterHistoryCommandOutput extends GetParameterHistoryRes
60
89
  * @throws {@link ParameterNotFound} (client fault)
61
90
  * <p>The parameter couldn't be found. Verify the name and try again.</p>
62
91
  *
92
+ * @throws {@link SSMServiceException}
93
+ * <p>Base exception class for all service exceptions from SSM service.</p>
63
94
  *
64
95
  */
65
96
  export declare class GetParameterHistoryCommand extends $Command<GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput, SSMClientResolvedConfig> {
@@ -50,6 +50,23 @@ export interface GetParametersByPathCommandOutput extends GetParametersByPathRes
50
50
  * };
51
51
  * const command = new GetParametersByPathCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // GetParametersByPathResult
54
+ * // Parameters: [ // ParameterList
55
+ * // { // Parameter
56
+ * // Name: "STRING_VALUE",
57
+ * // Type: "String" || "StringList" || "SecureString",
58
+ * // Value: "STRING_VALUE",
59
+ * // Version: Number("long"),
60
+ * // Selector: "STRING_VALUE",
61
+ * // SourceResult: "STRING_VALUE",
62
+ * // LastModifiedDate: new Date("TIMESTAMP"),
63
+ * // ARN: "STRING_VALUE",
64
+ * // DataType: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // NextToken: "STRING_VALUE",
68
+ * // };
69
+ *
53
70
  * ```
54
71
  *
55
72
  * @param GetParametersByPathCommandInput - {@link GetParametersByPathCommandInput}
@@ -77,6 +94,8 @@ export interface GetParametersByPathCommandOutput extends GetParametersByPathRes
77
94
  * @throws {@link InvalidNextToken} (client fault)
78
95
  * <p>The specified token isn't valid.</p>
79
96
  *
97
+ * @throws {@link SSMServiceException}
98
+ * <p>Base exception class for all service exceptions from SSM service.</p>
80
99
  *
81
100
  */
82
101
  export declare class GetParametersByPathCommand extends $Command<GetParametersByPathCommandInput, GetParametersByPathCommandOutput, SSMClientResolvedConfig> {
@@ -38,6 +38,25 @@ export interface GetParametersCommandOutput extends GetParametersResult, __Metad
38
38
  * };
39
39
  * const command = new GetParametersCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetParametersResult
42
+ * // Parameters: [ // ParameterList
43
+ * // { // Parameter
44
+ * // Name: "STRING_VALUE",
45
+ * // Type: "String" || "StringList" || "SecureString",
46
+ * // Value: "STRING_VALUE",
47
+ * // Version: Number("long"),
48
+ * // Selector: "STRING_VALUE",
49
+ * // SourceResult: "STRING_VALUE",
50
+ * // LastModifiedDate: new Date("TIMESTAMP"),
51
+ * // ARN: "STRING_VALUE",
52
+ * // DataType: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // InvalidParameters: [ // ParameterNameList
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // };
59
+ *
41
60
  * ```
42
61
  *
43
62
  * @param GetParametersCommandInput - {@link GetParametersCommandInput}
@@ -52,6 +71,8 @@ export interface GetParametersCommandOutput extends GetParametersResult, __Metad
52
71
  * @throws {@link InvalidKeyId} (client fault)
53
72
  * <p>The query key ID isn't valid.</p>
54
73
  *
74
+ * @throws {@link SSMServiceException}
75
+ * <p>Base exception class for all service exceptions from SSM service.</p>
55
76
  *
56
77
  */
57
78
  export declare class GetParametersCommand extends $Command<GetParametersCommandInput, GetParametersCommandOutput, SSMClientResolvedConfig> {
@@ -31,6 +31,66 @@ export interface GetPatchBaselineCommandOutput extends GetPatchBaselineResult, _
31
31
  * };
32
32
  * const command = new GetPatchBaselineCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetPatchBaselineResult
35
+ * // BaselineId: "STRING_VALUE",
36
+ * // Name: "STRING_VALUE",
37
+ * // OperatingSystem: "WINDOWS" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "AMAZON_LINUX_2022" || "UBUNTU" || "REDHAT_ENTERPRISE_LINUX" || "SUSE" || "CENTOS" || "ORACLE_LINUX" || "DEBIAN" || "MACOS" || "RASPBIAN" || "ROCKY_LINUX" || "ALMA_LINUX" || "AMAZON_LINUX_2023",
38
+ * // GlobalFilters: { // PatchFilterGroup
39
+ * // PatchFilters: [ // PatchFilterList // required
40
+ * // { // PatchFilter
41
+ * // Key: "ARCH" || "ADVISORY_ID" || "BUGZILLA_ID" || "PATCH_SET" || "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "CVE_ID" || "EPOCH" || "MSRC_SEVERITY" || "NAME" || "PATCH_ID" || "SECTION" || "PRIORITY" || "REPOSITORY" || "RELEASE" || "SEVERITY" || "SECURITY" || "VERSION", // required
42
+ * // Values: [ // PatchFilterValueList // required
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // },
46
+ * // ],
47
+ * // },
48
+ * // ApprovalRules: { // PatchRuleGroup
49
+ * // PatchRules: [ // PatchRuleList // required
50
+ * // { // PatchRule
51
+ * // PatchFilterGroup: {
52
+ * // PatchFilters: [ // required
53
+ * // {
54
+ * // Key: "ARCH" || "ADVISORY_ID" || "BUGZILLA_ID" || "PATCH_SET" || "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "CVE_ID" || "EPOCH" || "MSRC_SEVERITY" || "NAME" || "PATCH_ID" || "SECTION" || "PRIORITY" || "REPOSITORY" || "RELEASE" || "SEVERITY" || "SECURITY" || "VERSION", // required
55
+ * // Values: [ // required
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // ComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
62
+ * // ApproveAfterDays: Number("int"),
63
+ * // ApproveUntilDate: "STRING_VALUE",
64
+ * // EnableNonSecurity: true || false,
65
+ * // },
66
+ * // ],
67
+ * // },
68
+ * // ApprovedPatches: [ // PatchIdList
69
+ * // "STRING_VALUE",
70
+ * // ],
71
+ * // ApprovedPatchesComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
72
+ * // ApprovedPatchesEnableNonSecurity: true || false,
73
+ * // RejectedPatches: [
74
+ * // "STRING_VALUE",
75
+ * // ],
76
+ * // RejectedPatchesAction: "ALLOW_AS_DEPENDENCY" || "BLOCK",
77
+ * // PatchGroups: [ // PatchGroupList
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // CreatedDate: new Date("TIMESTAMP"),
81
+ * // ModifiedDate: new Date("TIMESTAMP"),
82
+ * // Description: "STRING_VALUE",
83
+ * // Sources: [ // PatchSourceList
84
+ * // { // PatchSource
85
+ * // Name: "STRING_VALUE", // required
86
+ * // Products: [ // PatchSourceProductList // required
87
+ * // "STRING_VALUE",
88
+ * // ],
89
+ * // Configuration: "STRING_VALUE", // required
90
+ * // },
91
+ * // ],
92
+ * // };
93
+ *
34
94
  * ```
35
95
  *
36
96
  * @param GetPatchBaselineCommandInput - {@link GetPatchBaselineCommandInput}
@@ -51,6 +111,8 @@ export interface GetPatchBaselineCommandOutput extends GetPatchBaselineResult, _
51
111
  * @throws {@link InvalidResourceId} (client fault)
52
112
  * <p>The resource ID isn't valid. Verify that you entered the correct ID and try again.</p>
53
113
  *
114
+ * @throws {@link SSMServiceException}
115
+ * <p>Base exception class for all service exceptions from SSM service.</p>
54
116
  *
55
117
  */
56
118
  export declare class GetPatchBaselineCommand extends $Command<GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput, SSMClientResolvedConfig> {
@@ -32,6 +32,12 @@ export interface GetPatchBaselineForPatchGroupCommandOutput extends GetPatchBase
32
32
  * };
33
33
  * const command = new GetPatchBaselineForPatchGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetPatchBaselineForPatchGroupResult
36
+ * // BaselineId: "STRING_VALUE",
37
+ * // PatchGroup: "STRING_VALUE",
38
+ * // OperatingSystem: "WINDOWS" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "AMAZON_LINUX_2022" || "UBUNTU" || "REDHAT_ENTERPRISE_LINUX" || "SUSE" || "CENTOS" || "ORACLE_LINUX" || "DEBIAN" || "MACOS" || "RASPBIAN" || "ROCKY_LINUX" || "ALMA_LINUX" || "AMAZON_LINUX_2023",
39
+ * // };
40
+ *
35
41
  * ```
36
42
  *
37
43
  * @param GetPatchBaselineForPatchGroupCommandInput - {@link GetPatchBaselineForPatchGroupCommandInput}
@@ -43,6 +49,8 @@ export interface GetPatchBaselineForPatchGroupCommandOutput extends GetPatchBase
43
49
  * @throws {@link InternalServerError} (server fault)
44
50
  * <p>An error occurred on the server side.</p>
45
51
  *
52
+ * @throws {@link SSMServiceException}
53
+ * <p>Base exception class for all service exceptions from SSM service.</p>
46
54
  *
47
55
  */
48
56
  export declare class GetPatchBaselineForPatchGroupCommand extends $Command<GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
33
33
  * };
34
34
  * const command = new GetResourcePoliciesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetResourcePoliciesResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // Policies: [ // GetResourcePoliciesResponseEntries
39
+ * // { // GetResourcePoliciesResponseEntry
40
+ * // PolicyId: "STRING_VALUE",
41
+ * // PolicyHash: "STRING_VALUE",
42
+ * // Policy: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param GetResourcePoliciesCommandInput - {@link GetResourcePoliciesCommandInput}
@@ -48,6 +59,8 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
48
59
  * <p>One or more parameters specified for the call aren't valid. Verify the parameters and their
49
60
  * values and try again.</p>
50
61
  *
62
+ * @throws {@link SSMServiceException}
63
+ * <p>Base exception class for all service exceptions from SSM service.</p>
51
64
  *
52
65
  */
53
66
  export declare class GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMClientResolvedConfig> {
@@ -44,6 +44,17 @@ export interface GetServiceSettingCommandOutput extends GetServiceSettingResult,
44
44
  * };
45
45
  * const command = new GetServiceSettingCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // GetServiceSettingResult
48
+ * // ServiceSetting: { // ServiceSetting
49
+ * // SettingId: "STRING_VALUE",
50
+ * // SettingValue: "STRING_VALUE",
51
+ * // LastModifiedDate: new Date("TIMESTAMP"),
52
+ * // LastModifiedUser: "STRING_VALUE",
53
+ * // ARN: "STRING_VALUE",
54
+ * // Status: "STRING_VALUE",
55
+ * // },
56
+ * // };
57
+ *
47
58
  * ```
48
59
  *
49
60
  * @param GetServiceSettingCommandInput - {@link GetServiceSettingCommandInput}
@@ -59,6 +70,8 @@ export interface GetServiceSettingCommandOutput extends GetServiceSettingResult,
59
70
  * <p>The specified service setting wasn't found. Either the service name or the setting hasn't
60
71
  * been provisioned by the Amazon Web Services service team.</p>
61
72
  *
73
+ * @throws {@link SSMServiceException}
74
+ * <p>Base exception class for all service exceptions from SSM service.</p>
62
75
  *
63
76
  */
64
77
  export declare class GetServiceSettingCommand extends $Command<GetServiceSettingCommandInput, GetServiceSettingCommandOutput, SSMClientResolvedConfig> {
@@ -71,6 +71,13 @@ export interface LabelParameterVersionCommandOutput extends LabelParameterVersio
71
71
  * };
72
72
  * const command = new LabelParameterVersionCommand(input);
73
73
  * const response = await client.send(command);
74
+ * // { // LabelParameterVersionResult
75
+ * // InvalidLabels: [ // ParameterLabelList
76
+ * // "STRING_VALUE",
77
+ * // ],
78
+ * // ParameterVersion: Number("long"),
79
+ * // };
80
+ *
74
81
  * ```
75
82
  *
76
83
  * @param LabelParameterVersionCommandInput - {@link LabelParameterVersionCommandInput}
@@ -95,6 +102,8 @@ export interface LabelParameterVersionCommandOutput extends LabelParameterVersio
95
102
  * @throws {@link TooManyUpdates} (client fault)
96
103
  * <p>There are concurrent updates for a resource that supports one update at a time.</p>
97
104
  *
105
+ * @throws {@link SSMServiceException}
106
+ * <p>Base exception class for all service exceptions from SSM service.</p>
98
107
  *
99
108
  */
100
109
  export declare class LabelParameterVersionCommand extends $Command<LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput, SSMClientResolvedConfig> {
@@ -33,6 +33,78 @@ export interface ListAssociationVersionsCommandOutput extends ListAssociationVer
33
33
  * };
34
34
  * const command = new ListAssociationVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListAssociationVersionsResult
37
+ * // AssociationVersions: [ // AssociationVersionList
38
+ * // { // AssociationVersionInfo
39
+ * // AssociationId: "STRING_VALUE",
40
+ * // AssociationVersion: "STRING_VALUE",
41
+ * // CreatedDate: new Date("TIMESTAMP"),
42
+ * // Name: "STRING_VALUE",
43
+ * // DocumentVersion: "STRING_VALUE",
44
+ * // Parameters: { // Parameters
45
+ * // "<keys>": [ // ParameterValueList
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // },
49
+ * // Targets: [ // Targets
50
+ * // { // Target
51
+ * // Key: "STRING_VALUE",
52
+ * // Values: [ // TargetValues
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // },
56
+ * // ],
57
+ * // ScheduleExpression: "STRING_VALUE",
58
+ * // OutputLocation: { // InstanceAssociationOutputLocation
59
+ * // S3Location: { // S3OutputLocation
60
+ * // OutputS3Region: "STRING_VALUE",
61
+ * // OutputS3BucketName: "STRING_VALUE",
62
+ * // OutputS3KeyPrefix: "STRING_VALUE",
63
+ * // },
64
+ * // },
65
+ * // AssociationName: "STRING_VALUE",
66
+ * // MaxErrors: "STRING_VALUE",
67
+ * // MaxConcurrency: "STRING_VALUE",
68
+ * // ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
69
+ * // SyncCompliance: "AUTO" || "MANUAL",
70
+ * // ApplyOnlyAtCronInterval: true || false,
71
+ * // CalendarNames: [ // CalendarNameOrARNList
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // TargetLocations: [ // TargetLocations
75
+ * // { // TargetLocation
76
+ * // Accounts: [ // Accounts
77
+ * // "STRING_VALUE",
78
+ * // ],
79
+ * // Regions: [ // Regions
80
+ * // "STRING_VALUE",
81
+ * // ],
82
+ * // TargetLocationMaxConcurrency: "STRING_VALUE",
83
+ * // TargetLocationMaxErrors: "STRING_VALUE",
84
+ * // ExecutionRoleName: "STRING_VALUE",
85
+ * // TargetLocationAlarmConfiguration: { // AlarmConfiguration
86
+ * // IgnorePollAlarmFailure: true || false,
87
+ * // Alarms: [ // AlarmList // required
88
+ * // { // Alarm
89
+ * // Name: "STRING_VALUE", // required
90
+ * // },
91
+ * // ],
92
+ * // },
93
+ * // },
94
+ * // ],
95
+ * // ScheduleOffset: Number("int"),
96
+ * // TargetMaps: [ // TargetMaps
97
+ * // { // TargetMap
98
+ * // "<keys>": [ // TargetMapValueList
99
+ * // "STRING_VALUE",
100
+ * // ],
101
+ * // },
102
+ * // ],
103
+ * // },
104
+ * // ],
105
+ * // NextToken: "STRING_VALUE",
106
+ * // };
107
+ *
36
108
  * ```
37
109
  *
38
110
  * @param ListAssociationVersionsCommandInput - {@link ListAssociationVersionsCommandInput}
@@ -50,6 +122,8 @@ export interface ListAssociationVersionsCommandOutput extends ListAssociationVer
50
122
  * @throws {@link InvalidNextToken} (client fault)
51
123
  * <p>The specified token isn't valid.</p>
52
124
  *
125
+ * @throws {@link SSMServiceException}
126
+ * <p>Base exception class for all service exceptions from SSM service.</p>
53
127
  *
54
128
  */
55
129
  export declare class ListAssociationVersionsCommand extends $Command<ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput, SSMClientResolvedConfig> {