@aws-sdk/client-ssm 3.50.0 → 3.53.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 (222) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/SSMServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +881 -5
  5. package/dist-cjs/models/models_1.js +789 -5
  6. package/dist-cjs/models/models_2.js +29 -1
  7. package/dist-cjs/protocols/Aws_json1_1.js +1611 -5052
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/SSMServiceException.js +12 -0
  10. package/dist-es/models/models_0.js +813 -1
  11. package/dist-es/models/models_1.js +727 -1
  12. package/dist-es/models/models_2.js +27 -1
  13. package/dist-es/protocols/Aws_json1_1.js +3192 -5352
  14. package/dist-types/SSM.d.ts +2 -2
  15. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  16. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
  17. package/dist-types/index.d.ts +1 -0
  18. package/dist-types/models/SSMServiceException.d.ts +10 -0
  19. package/dist-types/models/models_0.d.ts +470 -200
  20. package/dist-types/models/models_1.d.ts +441 -222
  21. package/dist-types/models/models_2.d.ts +31 -20
  22. package/dist-types/ts3.4/SSM.d.ts +680 -0
  23. package/dist-types/ts3.4/SSMClient.d.ts +208 -0
  24. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +18 -0
  78. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +18 -0
  92. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +18 -0
  101. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +18 -0
  150. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +135 -0
  160. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  161. package/dist-types/ts3.4/index.d.ts +7 -0
  162. package/dist-types/ts3.4/models/SSMServiceException.d.ts +6 -0
  163. package/dist-types/ts3.4/models/index.d.ts +3 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +3608 -0
  165. package/dist-types/ts3.4/models/models_1.d.ts +3829 -0
  166. package/dist-types/ts3.4/models/models_2.d.ts +449 -0
  167. package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +4 -0
  168. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +4 -0
  169. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +4 -0
  170. package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +4 -0
  171. package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +4 -0
  172. package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +4 -0
  173. package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +4 -0
  175. package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +4 -0
  176. package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +4 -0
  177. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +4 -0
  192. package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +4 -0
  193. package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  201. package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
  203. package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +4 -0
  204. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +4 -0
  205. package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +4 -0
  206. package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +4 -0
  207. package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +4 -0
  208. package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +4 -0
  213. package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/index.d.ts +47 -0
  215. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +407 -0
  216. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  217. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  218. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  219. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  220. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  221. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +7 -0
  222. package/package.json +34 -34
@@ -0,0 +1,3829 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { AssociationComplianceSeverity, AssociationDescription, AssociationOverview, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, AutomationExecutionStatus, AutomationSubtype, DocumentDescription, DocumentFormat, DocumentHashType, DocumentPermissionType, DocumentRequires, DocumentStatus, DocumentType, ExecutionMode, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowExecutionStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MaintenanceWindowTaskType, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, ParameterInlinePolicy, ParameterStringFilter, ParameterTier, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchOrchestratorFilter, PatchRuleGroup, PatchSource, PlatformType, RelatedOpsItem, ResolvedTargets, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceTypeForTagging, ReviewStatus, Runbook, StepExecution, Tag, Target, TargetLocation } from "./models_0";
3
+ import { SSMServiceException as __BaseException } from "./SSMServiceException";
4
+ export declare enum ParameterType {
5
+ SECURE_STRING = "SecureString",
6
+ STRING = "String",
7
+ STRING_LIST = "StringList"
8
+ }
9
+
10
+ export interface ParameterMetadata {
11
+
12
+ Name?: string;
13
+
14
+ Type?: ParameterType | string;
15
+
16
+ KeyId?: string;
17
+
18
+ LastModifiedDate?: Date;
19
+
20
+ LastModifiedUser?: string;
21
+
22
+ Description?: string;
23
+
24
+ AllowedPattern?: string;
25
+
26
+ Version?: number;
27
+
28
+ Tier?: ParameterTier | string;
29
+
30
+ Policies?: ParameterInlinePolicy[];
31
+
32
+ DataType?: string;
33
+ }
34
+ export declare namespace ParameterMetadata {
35
+
36
+ const filterSensitiveLog: (obj: ParameterMetadata) => any;
37
+ }
38
+ export interface DescribeParametersResult {
39
+
40
+ Parameters?: ParameterMetadata[];
41
+
42
+ NextToken?: string;
43
+ }
44
+ export declare namespace DescribeParametersResult {
45
+
46
+ const filterSensitiveLog: (obj: DescribeParametersResult) => any;
47
+ }
48
+
49
+ export declare class InvalidFilterOption extends __BaseException {
50
+ readonly name: "InvalidFilterOption";
51
+ readonly $fault: "client";
52
+
53
+ constructor(opts: __ExceptionOptionType<InvalidFilterOption, __BaseException>);
54
+ }
55
+ export interface DescribePatchBaselinesRequest {
56
+
57
+ Filters?: PatchOrchestratorFilter[];
58
+
59
+ MaxResults?: number;
60
+
61
+ NextToken?: string;
62
+ }
63
+ export declare namespace DescribePatchBaselinesRequest {
64
+
65
+ const filterSensitiveLog: (obj: DescribePatchBaselinesRequest) => any;
66
+ }
67
+
68
+ export interface PatchBaselineIdentity {
69
+
70
+ BaselineId?: string;
71
+
72
+ BaselineName?: string;
73
+
74
+ OperatingSystem?: OperatingSystem | string;
75
+
76
+ BaselineDescription?: string;
77
+
78
+ DefaultBaseline?: boolean;
79
+ }
80
+ export declare namespace PatchBaselineIdentity {
81
+
82
+ const filterSensitiveLog: (obj: PatchBaselineIdentity) => any;
83
+ }
84
+ export interface DescribePatchBaselinesResult {
85
+
86
+ BaselineIdentities?: PatchBaselineIdentity[];
87
+
88
+ NextToken?: string;
89
+ }
90
+ export declare namespace DescribePatchBaselinesResult {
91
+
92
+ const filterSensitiveLog: (obj: DescribePatchBaselinesResult) => any;
93
+ }
94
+ export interface DescribePatchGroupsRequest {
95
+
96
+ MaxResults?: number;
97
+
98
+ Filters?: PatchOrchestratorFilter[];
99
+
100
+ NextToken?: string;
101
+ }
102
+ export declare namespace DescribePatchGroupsRequest {
103
+
104
+ const filterSensitiveLog: (obj: DescribePatchGroupsRequest) => any;
105
+ }
106
+
107
+ export interface PatchGroupPatchBaselineMapping {
108
+
109
+ PatchGroup?: string;
110
+
111
+ BaselineIdentity?: PatchBaselineIdentity;
112
+ }
113
+ export declare namespace PatchGroupPatchBaselineMapping {
114
+
115
+ const filterSensitiveLog: (obj: PatchGroupPatchBaselineMapping) => any;
116
+ }
117
+ export interface DescribePatchGroupsResult {
118
+
119
+ Mappings?: PatchGroupPatchBaselineMapping[];
120
+
121
+ NextToken?: string;
122
+ }
123
+ export declare namespace DescribePatchGroupsResult {
124
+
125
+ const filterSensitiveLog: (obj: DescribePatchGroupsResult) => any;
126
+ }
127
+ export interface DescribePatchGroupStateRequest {
128
+
129
+ PatchGroup: string | undefined;
130
+ }
131
+ export declare namespace DescribePatchGroupStateRequest {
132
+
133
+ const filterSensitiveLog: (obj: DescribePatchGroupStateRequest) => any;
134
+ }
135
+ export interface DescribePatchGroupStateResult {
136
+
137
+ Instances?: number;
138
+
139
+ InstancesWithInstalledPatches?: number;
140
+
141
+ InstancesWithInstalledOtherPatches?: number;
142
+
143
+ InstancesWithInstalledPendingRebootPatches?: number;
144
+
145
+ InstancesWithInstalledRejectedPatches?: number;
146
+
147
+ InstancesWithMissingPatches?: number;
148
+
149
+ InstancesWithFailedPatches?: number;
150
+
151
+ InstancesWithNotApplicablePatches?: number;
152
+
153
+ InstancesWithUnreportedNotApplicablePatches?: number;
154
+
155
+ InstancesWithCriticalNonCompliantPatches?: number;
156
+
157
+ InstancesWithSecurityNonCompliantPatches?: number;
158
+
159
+ InstancesWithOtherNonCompliantPatches?: number;
160
+ }
161
+ export declare namespace DescribePatchGroupStateResult {
162
+
163
+ const filterSensitiveLog: (obj: DescribePatchGroupStateResult) => any;
164
+ }
165
+ export declare enum PatchSet {
166
+ Application = "APPLICATION",
167
+ Os = "OS"
168
+ }
169
+ export declare enum PatchProperty {
170
+ PatchClassification = "CLASSIFICATION",
171
+ PatchMsrcSeverity = "MSRC_SEVERITY",
172
+ PatchPriority = "PRIORITY",
173
+ PatchProductFamily = "PRODUCT_FAMILY",
174
+ PatchSeverity = "SEVERITY",
175
+ Product = "PRODUCT"
176
+ }
177
+ export interface DescribePatchPropertiesRequest {
178
+
179
+ OperatingSystem: OperatingSystem | string | undefined;
180
+
181
+ Property: PatchProperty | string | undefined;
182
+
183
+ PatchSet?: PatchSet | string;
184
+
185
+ MaxResults?: number;
186
+
187
+ NextToken?: string;
188
+ }
189
+ export declare namespace DescribePatchPropertiesRequest {
190
+
191
+ const filterSensitiveLog: (obj: DescribePatchPropertiesRequest) => any;
192
+ }
193
+ export interface DescribePatchPropertiesResult {
194
+
195
+ Properties?: {
196
+ [key: string]: string;
197
+ }[];
198
+
199
+ NextToken?: string;
200
+ }
201
+ export declare namespace DescribePatchPropertiesResult {
202
+
203
+ const filterSensitiveLog: (obj: DescribePatchPropertiesResult) => any;
204
+ }
205
+ export declare enum SessionFilterKey {
206
+ INVOKED_AFTER = "InvokedAfter",
207
+ INVOKED_BEFORE = "InvokedBefore",
208
+ OWNER = "Owner",
209
+ SESSION_ID = "SessionId",
210
+ STATUS = "Status",
211
+ TARGET_ID = "Target"
212
+ }
213
+
214
+ export interface SessionFilter {
215
+
216
+ key: SessionFilterKey | string | undefined;
217
+
218
+ value: string | undefined;
219
+ }
220
+ export declare namespace SessionFilter {
221
+
222
+ const filterSensitiveLog: (obj: SessionFilter) => any;
223
+ }
224
+ export declare enum SessionState {
225
+ ACTIVE = "Active",
226
+ HISTORY = "History"
227
+ }
228
+ export interface DescribeSessionsRequest {
229
+
230
+ State: SessionState | string | undefined;
231
+
232
+ MaxResults?: number;
233
+
234
+ NextToken?: string;
235
+
236
+ Filters?: SessionFilter[];
237
+ }
238
+ export declare namespace DescribeSessionsRequest {
239
+
240
+ const filterSensitiveLog: (obj: DescribeSessionsRequest) => any;
241
+ }
242
+
243
+ export interface SessionManagerOutputUrl {
244
+
245
+ S3OutputUrl?: string;
246
+
247
+ CloudWatchOutputUrl?: string;
248
+ }
249
+ export declare namespace SessionManagerOutputUrl {
250
+
251
+ const filterSensitiveLog: (obj: SessionManagerOutputUrl) => any;
252
+ }
253
+ export declare enum SessionStatus {
254
+ CONNECTED = "Connected",
255
+ CONNECTING = "Connecting",
256
+ DISCONNECTED = "Disconnected",
257
+ FAILED = "Failed",
258
+ TERMINATED = "Terminated",
259
+ TERMINATING = "Terminating"
260
+ }
261
+
262
+ export interface Session {
263
+
264
+ SessionId?: string;
265
+
266
+ Target?: string;
267
+
268
+ Status?: SessionStatus | string;
269
+
270
+ StartDate?: Date;
271
+
272
+ EndDate?: Date;
273
+
274
+ DocumentName?: string;
275
+
276
+ Owner?: string;
277
+
278
+ Reason?: string;
279
+
280
+ Details?: string;
281
+
282
+ OutputUrl?: SessionManagerOutputUrl;
283
+
284
+ MaxSessionDuration?: string;
285
+ }
286
+ export declare namespace Session {
287
+
288
+ const filterSensitiveLog: (obj: Session) => any;
289
+ }
290
+ export interface DescribeSessionsResponse {
291
+
292
+ Sessions?: Session[];
293
+
294
+ NextToken?: string;
295
+ }
296
+ export declare namespace DescribeSessionsResponse {
297
+
298
+ const filterSensitiveLog: (obj: DescribeSessionsResponse) => any;
299
+ }
300
+ export interface DisassociateOpsItemRelatedItemRequest {
301
+
302
+ OpsItemId: string | undefined;
303
+
304
+ AssociationId: string | undefined;
305
+ }
306
+ export declare namespace DisassociateOpsItemRelatedItemRequest {
307
+
308
+ const filterSensitiveLog: (obj: DisassociateOpsItemRelatedItemRequest) => any;
309
+ }
310
+ export interface DisassociateOpsItemRelatedItemResponse {
311
+ }
312
+ export declare namespace DisassociateOpsItemRelatedItemResponse {
313
+
314
+ const filterSensitiveLog: (obj: DisassociateOpsItemRelatedItemResponse) => any;
315
+ }
316
+
317
+ export declare class OpsItemRelatedItemAssociationNotFoundException extends __BaseException {
318
+ readonly name: "OpsItemRelatedItemAssociationNotFoundException";
319
+ readonly $fault: "client";
320
+ Message?: string;
321
+
322
+ constructor(opts: __ExceptionOptionType<OpsItemRelatedItemAssociationNotFoundException, __BaseException>);
323
+ }
324
+ export interface GetAutomationExecutionRequest {
325
+
326
+ AutomationExecutionId: string | undefined;
327
+ }
328
+ export declare namespace GetAutomationExecutionRequest {
329
+
330
+ const filterSensitiveLog: (obj: GetAutomationExecutionRequest) => any;
331
+ }
332
+
333
+ export interface ProgressCounters {
334
+
335
+ TotalSteps?: number;
336
+
337
+ SuccessSteps?: number;
338
+
339
+ FailedSteps?: number;
340
+
341
+ CancelledSteps?: number;
342
+
343
+ TimedOutSteps?: number;
344
+ }
345
+ export declare namespace ProgressCounters {
346
+
347
+ const filterSensitiveLog: (obj: ProgressCounters) => any;
348
+ }
349
+
350
+ export interface AutomationExecution {
351
+
352
+ AutomationExecutionId?: string;
353
+
354
+ DocumentName?: string;
355
+
356
+ DocumentVersion?: string;
357
+
358
+ ExecutionStartTime?: Date;
359
+
360
+ ExecutionEndTime?: Date;
361
+
362
+ AutomationExecutionStatus?: AutomationExecutionStatus | string;
363
+
364
+ StepExecutions?: StepExecution[];
365
+
366
+ StepExecutionsTruncated?: boolean;
367
+
368
+ Parameters?: {
369
+ [key: string]: string[];
370
+ };
371
+
372
+ Outputs?: {
373
+ [key: string]: string[];
374
+ };
375
+
376
+ FailureMessage?: string;
377
+
378
+ Mode?: ExecutionMode | string;
379
+
380
+ ParentAutomationExecutionId?: string;
381
+
382
+ ExecutedBy?: string;
383
+
384
+ CurrentStepName?: string;
385
+
386
+ CurrentAction?: string;
387
+
388
+ TargetParameterName?: string;
389
+
390
+ Targets?: Target[];
391
+
392
+ TargetMaps?: {
393
+ [key: string]: string[];
394
+ }[];
395
+
396
+ ResolvedTargets?: ResolvedTargets;
397
+
398
+ MaxConcurrency?: string;
399
+
400
+ MaxErrors?: string;
401
+
402
+ Target?: string;
403
+
404
+ TargetLocations?: TargetLocation[];
405
+
406
+ ProgressCounters?: ProgressCounters;
407
+
408
+ AutomationSubtype?: AutomationSubtype | string;
409
+
410
+ ScheduledTime?: Date;
411
+
412
+ Runbooks?: Runbook[];
413
+
414
+ OpsItemId?: string;
415
+
416
+ AssociationId?: string;
417
+
418
+ ChangeRequestName?: string;
419
+ }
420
+ export declare namespace AutomationExecution {
421
+
422
+ const filterSensitiveLog: (obj: AutomationExecution) => any;
423
+ }
424
+ export interface GetAutomationExecutionResult {
425
+
426
+ AutomationExecution?: AutomationExecution;
427
+ }
428
+ export declare namespace GetAutomationExecutionResult {
429
+
430
+ const filterSensitiveLog: (obj: GetAutomationExecutionResult) => any;
431
+ }
432
+ export interface GetCalendarStateRequest {
433
+
434
+ CalendarNames: string[] | undefined;
435
+
436
+ AtTime?: string;
437
+ }
438
+ export declare namespace GetCalendarStateRequest {
439
+
440
+ const filterSensitiveLog: (obj: GetCalendarStateRequest) => any;
441
+ }
442
+ export declare enum CalendarState {
443
+ CLOSED = "CLOSED",
444
+ OPEN = "OPEN"
445
+ }
446
+ export interface GetCalendarStateResponse {
447
+
448
+ State?: CalendarState | string;
449
+
450
+ AtTime?: string;
451
+
452
+ NextTransitionTime?: string;
453
+ }
454
+ export declare namespace GetCalendarStateResponse {
455
+
456
+ const filterSensitiveLog: (obj: GetCalendarStateResponse) => any;
457
+ }
458
+
459
+ export declare class InvalidDocumentType extends __BaseException {
460
+ readonly name: "InvalidDocumentType";
461
+ readonly $fault: "client";
462
+ Message?: string;
463
+
464
+ constructor(opts: __ExceptionOptionType<InvalidDocumentType, __BaseException>);
465
+ }
466
+
467
+ export declare class UnsupportedCalendarException extends __BaseException {
468
+ readonly name: "UnsupportedCalendarException";
469
+ readonly $fault: "client";
470
+ Message?: string;
471
+
472
+ constructor(opts: __ExceptionOptionType<UnsupportedCalendarException, __BaseException>);
473
+ }
474
+ export interface GetCommandInvocationRequest {
475
+
476
+ CommandId: string | undefined;
477
+
478
+ InstanceId: string | undefined;
479
+
480
+ PluginName?: string;
481
+ }
482
+ export declare namespace GetCommandInvocationRequest {
483
+
484
+ const filterSensitiveLog: (obj: GetCommandInvocationRequest) => any;
485
+ }
486
+
487
+ export interface CloudWatchOutputConfig {
488
+
489
+ CloudWatchLogGroupName?: string;
490
+
491
+ CloudWatchOutputEnabled?: boolean;
492
+ }
493
+ export declare namespace CloudWatchOutputConfig {
494
+
495
+ const filterSensitiveLog: (obj: CloudWatchOutputConfig) => any;
496
+ }
497
+ export declare enum CommandInvocationStatus {
498
+ CANCELLED = "Cancelled",
499
+ CANCELLING = "Cancelling",
500
+ DELAYED = "Delayed",
501
+ FAILED = "Failed",
502
+ IN_PROGRESS = "InProgress",
503
+ PENDING = "Pending",
504
+ SUCCESS = "Success",
505
+ TIMED_OUT = "TimedOut"
506
+ }
507
+ export interface GetCommandInvocationResult {
508
+
509
+ CommandId?: string;
510
+
511
+ InstanceId?: string;
512
+
513
+ Comment?: string;
514
+
515
+ DocumentName?: string;
516
+
517
+ DocumentVersion?: string;
518
+
519
+ PluginName?: string;
520
+
521
+ ResponseCode?: number;
522
+
523
+ ExecutionStartDateTime?: string;
524
+
525
+ ExecutionElapsedTime?: string;
526
+
527
+ ExecutionEndDateTime?: string;
528
+
529
+ Status?: CommandInvocationStatus | string;
530
+
531
+ StatusDetails?: string;
532
+
533
+ StandardOutputContent?: string;
534
+
535
+ StandardOutputUrl?: string;
536
+
537
+ StandardErrorContent?: string;
538
+
539
+ StandardErrorUrl?: string;
540
+
541
+ CloudWatchOutputConfig?: CloudWatchOutputConfig;
542
+ }
543
+ export declare namespace GetCommandInvocationResult {
544
+
545
+ const filterSensitiveLog: (obj: GetCommandInvocationResult) => any;
546
+ }
547
+
548
+ export declare class InvalidPluginName extends __BaseException {
549
+ readonly name: "InvalidPluginName";
550
+ readonly $fault: "client";
551
+
552
+ constructor(opts: __ExceptionOptionType<InvalidPluginName, __BaseException>);
553
+ }
554
+
555
+ export declare class InvocationDoesNotExist extends __BaseException {
556
+ readonly name: "InvocationDoesNotExist";
557
+ readonly $fault: "client";
558
+
559
+ constructor(opts: __ExceptionOptionType<InvocationDoesNotExist, __BaseException>);
560
+ }
561
+ export interface GetConnectionStatusRequest {
562
+
563
+ Target: string | undefined;
564
+ }
565
+ export declare namespace GetConnectionStatusRequest {
566
+
567
+ const filterSensitiveLog: (obj: GetConnectionStatusRequest) => any;
568
+ }
569
+ export declare enum ConnectionStatus {
570
+ CONNECTED = "Connected",
571
+ NOT_CONNECTED = "NotConnected"
572
+ }
573
+ export interface GetConnectionStatusResponse {
574
+
575
+ Target?: string;
576
+
577
+ Status?: ConnectionStatus | string;
578
+ }
579
+ export declare namespace GetConnectionStatusResponse {
580
+
581
+ const filterSensitiveLog: (obj: GetConnectionStatusResponse) => any;
582
+ }
583
+ export interface GetDefaultPatchBaselineRequest {
584
+
585
+ OperatingSystem?: OperatingSystem | string;
586
+ }
587
+ export declare namespace GetDefaultPatchBaselineRequest {
588
+
589
+ const filterSensitiveLog: (obj: GetDefaultPatchBaselineRequest) => any;
590
+ }
591
+ export interface GetDefaultPatchBaselineResult {
592
+
593
+ BaselineId?: string;
594
+
595
+ OperatingSystem?: OperatingSystem | string;
596
+ }
597
+ export declare namespace GetDefaultPatchBaselineResult {
598
+
599
+ const filterSensitiveLog: (obj: GetDefaultPatchBaselineResult) => any;
600
+ }
601
+
602
+ export interface BaselineOverride {
603
+
604
+ OperatingSystem?: OperatingSystem | string;
605
+
606
+ GlobalFilters?: PatchFilterGroup;
607
+
608
+ ApprovalRules?: PatchRuleGroup;
609
+
610
+ ApprovedPatches?: string[];
611
+
612
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
613
+
614
+ RejectedPatches?: string[];
615
+
616
+ RejectedPatchesAction?: PatchAction | string;
617
+
618
+ ApprovedPatchesEnableNonSecurity?: boolean;
619
+
620
+ Sources?: PatchSource[];
621
+ }
622
+ export declare namespace BaselineOverride {
623
+
624
+ const filterSensitiveLog: (obj: BaselineOverride) => any;
625
+ }
626
+ export interface GetDeployablePatchSnapshotForInstanceRequest {
627
+
628
+ InstanceId: string | undefined;
629
+
630
+ SnapshotId: string | undefined;
631
+
632
+ BaselineOverride?: BaselineOverride;
633
+ }
634
+ export declare namespace GetDeployablePatchSnapshotForInstanceRequest {
635
+
636
+ const filterSensitiveLog: (obj: GetDeployablePatchSnapshotForInstanceRequest) => any;
637
+ }
638
+ export interface GetDeployablePatchSnapshotForInstanceResult {
639
+
640
+ InstanceId?: string;
641
+
642
+ SnapshotId?: string;
643
+
644
+ SnapshotDownloadUrl?: string;
645
+
646
+ Product?: string;
647
+ }
648
+ export declare namespace GetDeployablePatchSnapshotForInstanceResult {
649
+
650
+ const filterSensitiveLog: (obj: GetDeployablePatchSnapshotForInstanceResult) => any;
651
+ }
652
+
653
+ export declare class UnsupportedFeatureRequiredException extends __BaseException {
654
+ readonly name: "UnsupportedFeatureRequiredException";
655
+ readonly $fault: "client";
656
+ Message?: string;
657
+
658
+ constructor(opts: __ExceptionOptionType<UnsupportedFeatureRequiredException, __BaseException>);
659
+ }
660
+ export interface GetDocumentRequest {
661
+
662
+ Name: string | undefined;
663
+
664
+ VersionName?: string;
665
+
666
+ DocumentVersion?: string;
667
+
668
+ DocumentFormat?: DocumentFormat | string;
669
+ }
670
+ export declare namespace GetDocumentRequest {
671
+
672
+ const filterSensitiveLog: (obj: GetDocumentRequest) => any;
673
+ }
674
+ export declare enum AttachmentHashType {
675
+ SHA256 = "Sha256"
676
+ }
677
+
678
+ export interface AttachmentContent {
679
+
680
+ Name?: string;
681
+
682
+ Size?: number;
683
+
684
+ Hash?: string;
685
+
686
+ HashType?: AttachmentHashType | string;
687
+
688
+ Url?: string;
689
+ }
690
+ export declare namespace AttachmentContent {
691
+
692
+ const filterSensitiveLog: (obj: AttachmentContent) => any;
693
+ }
694
+ export interface GetDocumentResult {
695
+
696
+ Name?: string;
697
+
698
+ CreatedDate?: Date;
699
+
700
+ DisplayName?: string;
701
+
702
+ VersionName?: string;
703
+
704
+ DocumentVersion?: string;
705
+
706
+ Status?: DocumentStatus | string;
707
+
708
+ StatusInformation?: string;
709
+
710
+ Content?: string;
711
+
712
+ DocumentType?: DocumentType | string;
713
+
714
+ DocumentFormat?: DocumentFormat | string;
715
+
716
+ Requires?: DocumentRequires[];
717
+
718
+ AttachmentsContent?: AttachmentContent[];
719
+
720
+ ReviewStatus?: ReviewStatus | string;
721
+ }
722
+ export declare namespace GetDocumentResult {
723
+
724
+ const filterSensitiveLog: (obj: GetDocumentResult) => any;
725
+ }
726
+ export declare enum InventoryQueryOperatorType {
727
+ BEGIN_WITH = "BeginWith",
728
+ EQUAL = "Equal",
729
+ EXISTS = "Exists",
730
+ GREATER_THAN = "GreaterThan",
731
+ LESS_THAN = "LessThan",
732
+ NOT_EQUAL = "NotEqual"
733
+ }
734
+
735
+ export interface InventoryFilter {
736
+
737
+ Key: string | undefined;
738
+
739
+ Values: string[] | undefined;
740
+
741
+ Type?: InventoryQueryOperatorType | string;
742
+ }
743
+ export declare namespace InventoryFilter {
744
+
745
+ const filterSensitiveLog: (obj: InventoryFilter) => any;
746
+ }
747
+
748
+ export interface InventoryGroup {
749
+
750
+ Name: string | undefined;
751
+
752
+ Filters: InventoryFilter[] | undefined;
753
+ }
754
+ export declare namespace InventoryGroup {
755
+
756
+ const filterSensitiveLog: (obj: InventoryGroup) => any;
757
+ }
758
+
759
+ export interface ResultAttribute {
760
+
761
+ TypeName: string | undefined;
762
+ }
763
+ export declare namespace ResultAttribute {
764
+
765
+ const filterSensitiveLog: (obj: ResultAttribute) => any;
766
+ }
767
+
768
+ export interface InventoryResultItem {
769
+
770
+ TypeName: string | undefined;
771
+
772
+ SchemaVersion: string | undefined;
773
+
774
+ CaptureTime?: string;
775
+
776
+ ContentHash?: string;
777
+
778
+ Content: {
779
+ [key: string]: string;
780
+ }[] | undefined;
781
+ }
782
+ export declare namespace InventoryResultItem {
783
+
784
+ const filterSensitiveLog: (obj: InventoryResultItem) => any;
785
+ }
786
+
787
+ export interface InventoryResultEntity {
788
+
789
+ Id?: string;
790
+
791
+ Data?: {
792
+ [key: string]: InventoryResultItem;
793
+ };
794
+ }
795
+ export declare namespace InventoryResultEntity {
796
+
797
+ const filterSensitiveLog: (obj: InventoryResultEntity) => any;
798
+ }
799
+ export interface GetInventoryResult {
800
+
801
+ Entities?: InventoryResultEntity[];
802
+
803
+ NextToken?: string;
804
+ }
805
+ export declare namespace GetInventoryResult {
806
+
807
+ const filterSensitiveLog: (obj: GetInventoryResult) => any;
808
+ }
809
+
810
+ export declare class InvalidAggregatorException extends __BaseException {
811
+ readonly name: "InvalidAggregatorException";
812
+ readonly $fault: "client";
813
+ Message?: string;
814
+
815
+ constructor(opts: __ExceptionOptionType<InvalidAggregatorException, __BaseException>);
816
+ }
817
+
818
+ export declare class InvalidInventoryGroupException extends __BaseException {
819
+ readonly name: "InvalidInventoryGroupException";
820
+ readonly $fault: "client";
821
+ Message?: string;
822
+
823
+ constructor(opts: __ExceptionOptionType<InvalidInventoryGroupException, __BaseException>);
824
+ }
825
+
826
+ export declare class InvalidResultAttributeException extends __BaseException {
827
+ readonly name: "InvalidResultAttributeException";
828
+ readonly $fault: "client";
829
+ Message?: string;
830
+
831
+ constructor(opts: __ExceptionOptionType<InvalidResultAttributeException, __BaseException>);
832
+ }
833
+ export interface GetInventorySchemaRequest {
834
+
835
+ TypeName?: string;
836
+
837
+ NextToken?: string;
838
+
839
+ MaxResults?: number;
840
+
841
+ Aggregator?: boolean;
842
+
843
+ SubType?: boolean;
844
+ }
845
+ export declare namespace GetInventorySchemaRequest {
846
+
847
+ const filterSensitiveLog: (obj: GetInventorySchemaRequest) => any;
848
+ }
849
+ export declare enum InventoryAttributeDataType {
850
+ NUMBER = "number",
851
+ STRING = "string"
852
+ }
853
+
854
+ export interface InventoryItemAttribute {
855
+
856
+ Name: string | undefined;
857
+
858
+ DataType: InventoryAttributeDataType | string | undefined;
859
+ }
860
+ export declare namespace InventoryItemAttribute {
861
+
862
+ const filterSensitiveLog: (obj: InventoryItemAttribute) => any;
863
+ }
864
+
865
+ export interface InventoryItemSchema {
866
+
867
+ TypeName: string | undefined;
868
+
869
+ Version?: string;
870
+
871
+ Attributes: InventoryItemAttribute[] | undefined;
872
+
873
+ DisplayName?: string;
874
+ }
875
+ export declare namespace InventoryItemSchema {
876
+
877
+ const filterSensitiveLog: (obj: InventoryItemSchema) => any;
878
+ }
879
+ export interface GetInventorySchemaResult {
880
+
881
+ Schemas?: InventoryItemSchema[];
882
+
883
+ NextToken?: string;
884
+ }
885
+ export declare namespace GetInventorySchemaResult {
886
+
887
+ const filterSensitiveLog: (obj: GetInventorySchemaResult) => any;
888
+ }
889
+ export interface GetMaintenanceWindowRequest {
890
+
891
+ WindowId: string | undefined;
892
+ }
893
+ export declare namespace GetMaintenanceWindowRequest {
894
+
895
+ const filterSensitiveLog: (obj: GetMaintenanceWindowRequest) => any;
896
+ }
897
+ export interface GetMaintenanceWindowResult {
898
+
899
+ WindowId?: string;
900
+
901
+ Name?: string;
902
+
903
+ Description?: string;
904
+
905
+ StartDate?: string;
906
+
907
+ EndDate?: string;
908
+
909
+ Schedule?: string;
910
+
911
+ ScheduleTimezone?: string;
912
+
913
+ ScheduleOffset?: number;
914
+
915
+ NextExecutionTime?: string;
916
+
917
+ Duration?: number;
918
+
919
+ Cutoff?: number;
920
+
921
+ AllowUnassociatedTargets?: boolean;
922
+
923
+ Enabled?: boolean;
924
+
925
+ CreatedDate?: Date;
926
+
927
+ ModifiedDate?: Date;
928
+ }
929
+ export declare namespace GetMaintenanceWindowResult {
930
+
931
+ const filterSensitiveLog: (obj: GetMaintenanceWindowResult) => any;
932
+ }
933
+ export interface GetMaintenanceWindowExecutionRequest {
934
+
935
+ WindowExecutionId: string | undefined;
936
+ }
937
+ export declare namespace GetMaintenanceWindowExecutionRequest {
938
+
939
+ const filterSensitiveLog: (obj: GetMaintenanceWindowExecutionRequest) => any;
940
+ }
941
+ export interface GetMaintenanceWindowExecutionResult {
942
+
943
+ WindowExecutionId?: string;
944
+
945
+ TaskIds?: string[];
946
+
947
+ Status?: MaintenanceWindowExecutionStatus | string;
948
+
949
+ StatusDetails?: string;
950
+
951
+ StartTime?: Date;
952
+
953
+ EndTime?: Date;
954
+ }
955
+ export declare namespace GetMaintenanceWindowExecutionResult {
956
+
957
+ const filterSensitiveLog: (obj: GetMaintenanceWindowExecutionResult) => any;
958
+ }
959
+ export interface GetMaintenanceWindowExecutionTaskRequest {
960
+
961
+ WindowExecutionId: string | undefined;
962
+
963
+ TaskId: string | undefined;
964
+ }
965
+ export declare namespace GetMaintenanceWindowExecutionTaskRequest {
966
+
967
+ const filterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskRequest) => any;
968
+ }
969
+ export interface GetMaintenanceWindowExecutionTaskResult {
970
+
971
+ WindowExecutionId?: string;
972
+
973
+ TaskExecutionId?: string;
974
+
975
+ TaskArn?: string;
976
+
977
+ ServiceRole?: string;
978
+
979
+ Type?: MaintenanceWindowTaskType | string;
980
+
981
+ TaskParameters?: {
982
+ [key: string]: MaintenanceWindowTaskParameterValueExpression;
983
+ }[];
984
+
985
+ Priority?: number;
986
+
987
+ MaxConcurrency?: string;
988
+
989
+ MaxErrors?: string;
990
+
991
+ Status?: MaintenanceWindowExecutionStatus | string;
992
+
993
+ StatusDetails?: string;
994
+
995
+ StartTime?: Date;
996
+
997
+ EndTime?: Date;
998
+ }
999
+ export declare namespace GetMaintenanceWindowExecutionTaskResult {
1000
+
1001
+ const filterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskResult) => any;
1002
+ }
1003
+ export interface GetMaintenanceWindowExecutionTaskInvocationRequest {
1004
+
1005
+ WindowExecutionId: string | undefined;
1006
+
1007
+ TaskId: string | undefined;
1008
+
1009
+ InvocationId: string | undefined;
1010
+ }
1011
+ export declare namespace GetMaintenanceWindowExecutionTaskInvocationRequest {
1012
+
1013
+ const filterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskInvocationRequest) => any;
1014
+ }
1015
+ export interface GetMaintenanceWindowExecutionTaskInvocationResult {
1016
+
1017
+ WindowExecutionId?: string;
1018
+
1019
+ TaskExecutionId?: string;
1020
+
1021
+ InvocationId?: string;
1022
+
1023
+ ExecutionId?: string;
1024
+
1025
+ TaskType?: MaintenanceWindowTaskType | string;
1026
+
1027
+ Parameters?: string;
1028
+
1029
+ Status?: MaintenanceWindowExecutionStatus | string;
1030
+
1031
+ StatusDetails?: string;
1032
+
1033
+ StartTime?: Date;
1034
+
1035
+ EndTime?: Date;
1036
+
1037
+ OwnerInformation?: string;
1038
+
1039
+ WindowTargetId?: string;
1040
+ }
1041
+ export declare namespace GetMaintenanceWindowExecutionTaskInvocationResult {
1042
+
1043
+ const filterSensitiveLog: (obj: GetMaintenanceWindowExecutionTaskInvocationResult) => any;
1044
+ }
1045
+ export interface GetMaintenanceWindowTaskRequest {
1046
+
1047
+ WindowId: string | undefined;
1048
+
1049
+ WindowTaskId: string | undefined;
1050
+ }
1051
+ export declare namespace GetMaintenanceWindowTaskRequest {
1052
+
1053
+ const filterSensitiveLog: (obj: GetMaintenanceWindowTaskRequest) => any;
1054
+ }
1055
+
1056
+ export interface MaintenanceWindowAutomationParameters {
1057
+
1058
+ DocumentVersion?: string;
1059
+
1060
+ Parameters?: {
1061
+ [key: string]: string[];
1062
+ };
1063
+ }
1064
+ export declare namespace MaintenanceWindowAutomationParameters {
1065
+
1066
+ const filterSensitiveLog: (obj: MaintenanceWindowAutomationParameters) => any;
1067
+ }
1068
+
1069
+ export interface MaintenanceWindowLambdaParameters {
1070
+
1071
+ ClientContext?: string;
1072
+
1073
+ Qualifier?: string;
1074
+
1075
+ Payload?: Uint8Array;
1076
+ }
1077
+ export declare namespace MaintenanceWindowLambdaParameters {
1078
+
1079
+ const filterSensitiveLog: (obj: MaintenanceWindowLambdaParameters) => any;
1080
+ }
1081
+ export declare enum NotificationEvent {
1082
+ ALL = "All",
1083
+ CANCELLED = "Cancelled",
1084
+ FAILED = "Failed",
1085
+ IN_PROGRESS = "InProgress",
1086
+ SUCCESS = "Success",
1087
+ TIMED_OUT = "TimedOut"
1088
+ }
1089
+ export declare enum NotificationType {
1090
+ Command = "Command",
1091
+ Invocation = "Invocation"
1092
+ }
1093
+
1094
+ export interface NotificationConfig {
1095
+
1096
+ NotificationArn?: string;
1097
+
1098
+ NotificationEvents?: (NotificationEvent | string)[];
1099
+
1100
+ NotificationType?: NotificationType | string;
1101
+ }
1102
+ export declare namespace NotificationConfig {
1103
+
1104
+ const filterSensitiveLog: (obj: NotificationConfig) => any;
1105
+ }
1106
+
1107
+ export interface MaintenanceWindowRunCommandParameters {
1108
+
1109
+ Comment?: string;
1110
+
1111
+ CloudWatchOutputConfig?: CloudWatchOutputConfig;
1112
+
1113
+ DocumentHash?: string;
1114
+
1115
+ DocumentHashType?: DocumentHashType | string;
1116
+
1117
+ DocumentVersion?: string;
1118
+
1119
+ NotificationConfig?: NotificationConfig;
1120
+
1121
+ OutputS3BucketName?: string;
1122
+
1123
+ OutputS3KeyPrefix?: string;
1124
+
1125
+ Parameters?: {
1126
+ [key: string]: string[];
1127
+ };
1128
+
1129
+ ServiceRoleArn?: string;
1130
+
1131
+ TimeoutSeconds?: number;
1132
+ }
1133
+ export declare namespace MaintenanceWindowRunCommandParameters {
1134
+
1135
+ const filterSensitiveLog: (obj: MaintenanceWindowRunCommandParameters) => any;
1136
+ }
1137
+
1138
+ export interface MaintenanceWindowStepFunctionsParameters {
1139
+
1140
+ Input?: string;
1141
+
1142
+ Name?: string;
1143
+ }
1144
+ export declare namespace MaintenanceWindowStepFunctionsParameters {
1145
+
1146
+ const filterSensitiveLog: (obj: MaintenanceWindowStepFunctionsParameters) => any;
1147
+ }
1148
+
1149
+ export interface MaintenanceWindowTaskInvocationParameters {
1150
+
1151
+ RunCommand?: MaintenanceWindowRunCommandParameters;
1152
+
1153
+ Automation?: MaintenanceWindowAutomationParameters;
1154
+
1155
+ StepFunctions?: MaintenanceWindowStepFunctionsParameters;
1156
+
1157
+ Lambda?: MaintenanceWindowLambdaParameters;
1158
+ }
1159
+ export declare namespace MaintenanceWindowTaskInvocationParameters {
1160
+
1161
+ const filterSensitiveLog: (obj: MaintenanceWindowTaskInvocationParameters) => any;
1162
+ }
1163
+ export interface GetMaintenanceWindowTaskResult {
1164
+
1165
+ WindowId?: string;
1166
+
1167
+ WindowTaskId?: string;
1168
+
1169
+ Targets?: Target[];
1170
+
1171
+ TaskArn?: string;
1172
+
1173
+ ServiceRoleArn?: string;
1174
+
1175
+ TaskType?: MaintenanceWindowTaskType | string;
1176
+
1177
+ TaskParameters?: {
1178
+ [key: string]: MaintenanceWindowTaskParameterValueExpression;
1179
+ };
1180
+
1181
+ TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
1182
+
1183
+ Priority?: number;
1184
+
1185
+ MaxConcurrency?: string;
1186
+
1187
+ MaxErrors?: string;
1188
+
1189
+ LoggingInfo?: LoggingInfo;
1190
+
1191
+ Name?: string;
1192
+
1193
+ Description?: string;
1194
+
1195
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
1196
+ }
1197
+ export declare namespace GetMaintenanceWindowTaskResult {
1198
+
1199
+ const filterSensitiveLog: (obj: GetMaintenanceWindowTaskResult) => any;
1200
+ }
1201
+ export interface GetOpsItemRequest {
1202
+
1203
+ OpsItemId: string | undefined;
1204
+ }
1205
+ export declare namespace GetOpsItemRequest {
1206
+
1207
+ const filterSensitiveLog: (obj: GetOpsItemRequest) => any;
1208
+ }
1209
+
1210
+ export interface OpsItem {
1211
+
1212
+ CreatedBy?: string;
1213
+
1214
+ OpsItemType?: string;
1215
+
1216
+ CreatedTime?: Date;
1217
+
1218
+ Description?: string;
1219
+
1220
+ LastModifiedBy?: string;
1221
+
1222
+ LastModifiedTime?: Date;
1223
+
1224
+ Notifications?: OpsItemNotification[];
1225
+
1226
+ Priority?: number;
1227
+
1228
+ RelatedOpsItems?: RelatedOpsItem[];
1229
+
1230
+ Status?: OpsItemStatus | string;
1231
+
1232
+ OpsItemId?: string;
1233
+
1234
+ Version?: string;
1235
+
1236
+ Title?: string;
1237
+
1238
+ Source?: string;
1239
+
1240
+ OperationalData?: {
1241
+ [key: string]: OpsItemDataValue;
1242
+ };
1243
+
1244
+ Category?: string;
1245
+
1246
+ Severity?: string;
1247
+
1248
+ ActualStartTime?: Date;
1249
+
1250
+ ActualEndTime?: Date;
1251
+
1252
+ PlannedStartTime?: Date;
1253
+
1254
+ PlannedEndTime?: Date;
1255
+ }
1256
+ export declare namespace OpsItem {
1257
+
1258
+ const filterSensitiveLog: (obj: OpsItem) => any;
1259
+ }
1260
+ export interface GetOpsItemResponse {
1261
+
1262
+ OpsItem?: OpsItem;
1263
+ }
1264
+ export declare namespace GetOpsItemResponse {
1265
+
1266
+ const filterSensitiveLog: (obj: GetOpsItemResponse) => any;
1267
+ }
1268
+ export interface GetOpsMetadataRequest {
1269
+
1270
+ OpsMetadataArn: string | undefined;
1271
+
1272
+ MaxResults?: number;
1273
+
1274
+ NextToken?: string;
1275
+ }
1276
+ export declare namespace GetOpsMetadataRequest {
1277
+
1278
+ const filterSensitiveLog: (obj: GetOpsMetadataRequest) => any;
1279
+ }
1280
+ export interface GetOpsMetadataResult {
1281
+
1282
+ ResourceId?: string;
1283
+
1284
+ Metadata?: {
1285
+ [key: string]: MetadataValue;
1286
+ };
1287
+
1288
+ NextToken?: string;
1289
+ }
1290
+ export declare namespace GetOpsMetadataResult {
1291
+
1292
+ const filterSensitiveLog: (obj: GetOpsMetadataResult) => any;
1293
+ }
1294
+ export declare enum OpsFilterOperatorType {
1295
+ BEGIN_WITH = "BeginWith",
1296
+ EQUAL = "Equal",
1297
+ EXISTS = "Exists",
1298
+ GREATER_THAN = "GreaterThan",
1299
+ LESS_THAN = "LessThan",
1300
+ NOT_EQUAL = "NotEqual"
1301
+ }
1302
+
1303
+ export interface OpsFilter {
1304
+
1305
+ Key: string | undefined;
1306
+
1307
+ Values: string[] | undefined;
1308
+
1309
+ Type?: OpsFilterOperatorType | string;
1310
+ }
1311
+ export declare namespace OpsFilter {
1312
+
1313
+ const filterSensitiveLog: (obj: OpsFilter) => any;
1314
+ }
1315
+
1316
+ export interface OpsResultAttribute {
1317
+
1318
+ TypeName: string | undefined;
1319
+ }
1320
+ export declare namespace OpsResultAttribute {
1321
+
1322
+ const filterSensitiveLog: (obj: OpsResultAttribute) => any;
1323
+ }
1324
+
1325
+ export interface OpsEntityItem {
1326
+
1327
+ CaptureTime?: string;
1328
+
1329
+ Content?: {
1330
+ [key: string]: string;
1331
+ }[];
1332
+ }
1333
+ export declare namespace OpsEntityItem {
1334
+
1335
+ const filterSensitiveLog: (obj: OpsEntityItem) => any;
1336
+ }
1337
+
1338
+ export interface OpsEntity {
1339
+
1340
+ Id?: string;
1341
+
1342
+ Data?: {
1343
+ [key: string]: OpsEntityItem;
1344
+ };
1345
+ }
1346
+ export declare namespace OpsEntity {
1347
+
1348
+ const filterSensitiveLog: (obj: OpsEntity) => any;
1349
+ }
1350
+ export interface GetOpsSummaryResult {
1351
+
1352
+ Entities?: OpsEntity[];
1353
+
1354
+ NextToken?: string;
1355
+ }
1356
+ export declare namespace GetOpsSummaryResult {
1357
+
1358
+ const filterSensitiveLog: (obj: GetOpsSummaryResult) => any;
1359
+ }
1360
+ export interface GetParameterRequest {
1361
+
1362
+ Name: string | undefined;
1363
+
1364
+ WithDecryption?: boolean;
1365
+ }
1366
+ export declare namespace GetParameterRequest {
1367
+
1368
+ const filterSensitiveLog: (obj: GetParameterRequest) => any;
1369
+ }
1370
+
1371
+ export interface Parameter {
1372
+
1373
+ Name?: string;
1374
+
1375
+ Type?: ParameterType | string;
1376
+
1377
+ Value?: string;
1378
+
1379
+ Version?: number;
1380
+
1381
+ Selector?: string;
1382
+
1383
+ SourceResult?: string;
1384
+
1385
+ LastModifiedDate?: Date;
1386
+
1387
+ ARN?: string;
1388
+
1389
+ DataType?: string;
1390
+ }
1391
+ export declare namespace Parameter {
1392
+
1393
+ const filterSensitiveLog: (obj: Parameter) => any;
1394
+ }
1395
+ export interface GetParameterResult {
1396
+
1397
+ Parameter?: Parameter;
1398
+ }
1399
+ export declare namespace GetParameterResult {
1400
+
1401
+ const filterSensitiveLog: (obj: GetParameterResult) => any;
1402
+ }
1403
+
1404
+ export declare class InvalidKeyId extends __BaseException {
1405
+ readonly name: "InvalidKeyId";
1406
+ readonly $fault: "client";
1407
+
1408
+ constructor(opts: __ExceptionOptionType<InvalidKeyId, __BaseException>);
1409
+ }
1410
+
1411
+ export declare class ParameterVersionNotFound extends __BaseException {
1412
+ readonly name: "ParameterVersionNotFound";
1413
+ readonly $fault: "client";
1414
+
1415
+ constructor(opts: __ExceptionOptionType<ParameterVersionNotFound, __BaseException>);
1416
+ }
1417
+ export interface GetParameterHistoryRequest {
1418
+
1419
+ Name: string | undefined;
1420
+
1421
+ WithDecryption?: boolean;
1422
+
1423
+ MaxResults?: number;
1424
+
1425
+ NextToken?: string;
1426
+ }
1427
+ export declare namespace GetParameterHistoryRequest {
1428
+
1429
+ const filterSensitiveLog: (obj: GetParameterHistoryRequest) => any;
1430
+ }
1431
+
1432
+ export interface ParameterHistory {
1433
+
1434
+ Name?: string;
1435
+
1436
+ Type?: ParameterType | string;
1437
+
1438
+ KeyId?: string;
1439
+
1440
+ LastModifiedDate?: Date;
1441
+
1442
+ LastModifiedUser?: string;
1443
+
1444
+ Description?: string;
1445
+
1446
+ Value?: string;
1447
+
1448
+ AllowedPattern?: string;
1449
+
1450
+ Version?: number;
1451
+
1452
+ Labels?: string[];
1453
+
1454
+ Tier?: ParameterTier | string;
1455
+
1456
+ Policies?: ParameterInlinePolicy[];
1457
+
1458
+ DataType?: string;
1459
+ }
1460
+ export declare namespace ParameterHistory {
1461
+
1462
+ const filterSensitiveLog: (obj: ParameterHistory) => any;
1463
+ }
1464
+ export interface GetParameterHistoryResult {
1465
+
1466
+ Parameters?: ParameterHistory[];
1467
+
1468
+ NextToken?: string;
1469
+ }
1470
+ export declare namespace GetParameterHistoryResult {
1471
+
1472
+ const filterSensitiveLog: (obj: GetParameterHistoryResult) => any;
1473
+ }
1474
+ export interface GetParametersRequest {
1475
+
1476
+ Names: string[] | undefined;
1477
+
1478
+ WithDecryption?: boolean;
1479
+ }
1480
+ export declare namespace GetParametersRequest {
1481
+
1482
+ const filterSensitiveLog: (obj: GetParametersRequest) => any;
1483
+ }
1484
+ export interface GetParametersResult {
1485
+
1486
+ Parameters?: Parameter[];
1487
+
1488
+ InvalidParameters?: string[];
1489
+ }
1490
+ export declare namespace GetParametersResult {
1491
+
1492
+ const filterSensitiveLog: (obj: GetParametersResult) => any;
1493
+ }
1494
+ export interface GetParametersByPathRequest {
1495
+
1496
+ Path: string | undefined;
1497
+
1498
+ Recursive?: boolean;
1499
+
1500
+ ParameterFilters?: ParameterStringFilter[];
1501
+
1502
+ WithDecryption?: boolean;
1503
+
1504
+ MaxResults?: number;
1505
+
1506
+ NextToken?: string;
1507
+ }
1508
+ export declare namespace GetParametersByPathRequest {
1509
+
1510
+ const filterSensitiveLog: (obj: GetParametersByPathRequest) => any;
1511
+ }
1512
+ export interface GetParametersByPathResult {
1513
+
1514
+ Parameters?: Parameter[];
1515
+
1516
+ NextToken?: string;
1517
+ }
1518
+ export declare namespace GetParametersByPathResult {
1519
+
1520
+ const filterSensitiveLog: (obj: GetParametersByPathResult) => any;
1521
+ }
1522
+ export interface GetPatchBaselineRequest {
1523
+
1524
+ BaselineId: string | undefined;
1525
+ }
1526
+ export declare namespace GetPatchBaselineRequest {
1527
+
1528
+ const filterSensitiveLog: (obj: GetPatchBaselineRequest) => any;
1529
+ }
1530
+ export interface GetPatchBaselineResult {
1531
+
1532
+ BaselineId?: string;
1533
+
1534
+ Name?: string;
1535
+
1536
+ OperatingSystem?: OperatingSystem | string;
1537
+
1538
+ GlobalFilters?: PatchFilterGroup;
1539
+
1540
+ ApprovalRules?: PatchRuleGroup;
1541
+
1542
+ ApprovedPatches?: string[];
1543
+
1544
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
1545
+
1546
+ ApprovedPatchesEnableNonSecurity?: boolean;
1547
+
1548
+ RejectedPatches?: string[];
1549
+
1550
+ RejectedPatchesAction?: PatchAction | string;
1551
+
1552
+ PatchGroups?: string[];
1553
+
1554
+ CreatedDate?: Date;
1555
+
1556
+ ModifiedDate?: Date;
1557
+
1558
+ Description?: string;
1559
+
1560
+ Sources?: PatchSource[];
1561
+ }
1562
+ export declare namespace GetPatchBaselineResult {
1563
+
1564
+ const filterSensitiveLog: (obj: GetPatchBaselineResult) => any;
1565
+ }
1566
+ export interface GetPatchBaselineForPatchGroupRequest {
1567
+
1568
+ PatchGroup: string | undefined;
1569
+
1570
+ OperatingSystem?: OperatingSystem | string;
1571
+ }
1572
+ export declare namespace GetPatchBaselineForPatchGroupRequest {
1573
+
1574
+ const filterSensitiveLog: (obj: GetPatchBaselineForPatchGroupRequest) => any;
1575
+ }
1576
+ export interface GetPatchBaselineForPatchGroupResult {
1577
+
1578
+ BaselineId?: string;
1579
+
1580
+ PatchGroup?: string;
1581
+
1582
+ OperatingSystem?: OperatingSystem | string;
1583
+ }
1584
+ export declare namespace GetPatchBaselineForPatchGroupResult {
1585
+
1586
+ const filterSensitiveLog: (obj: GetPatchBaselineForPatchGroupResult) => any;
1587
+ }
1588
+
1589
+ export interface GetServiceSettingRequest {
1590
+
1591
+ SettingId: string | undefined;
1592
+ }
1593
+ export declare namespace GetServiceSettingRequest {
1594
+
1595
+ const filterSensitiveLog: (obj: GetServiceSettingRequest) => any;
1596
+ }
1597
+
1598
+ export interface ServiceSetting {
1599
+
1600
+ SettingId?: string;
1601
+
1602
+ SettingValue?: string;
1603
+
1604
+ LastModifiedDate?: Date;
1605
+
1606
+ LastModifiedUser?: string;
1607
+
1608
+ ARN?: string;
1609
+
1610
+ Status?: string;
1611
+ }
1612
+ export declare namespace ServiceSetting {
1613
+
1614
+ const filterSensitiveLog: (obj: ServiceSetting) => any;
1615
+ }
1616
+
1617
+ export interface GetServiceSettingResult {
1618
+
1619
+ ServiceSetting?: ServiceSetting;
1620
+ }
1621
+ export declare namespace GetServiceSettingResult {
1622
+
1623
+ const filterSensitiveLog: (obj: GetServiceSettingResult) => any;
1624
+ }
1625
+
1626
+ export declare class ServiceSettingNotFound extends __BaseException {
1627
+ readonly name: "ServiceSettingNotFound";
1628
+ readonly $fault: "client";
1629
+ Message?: string;
1630
+
1631
+ constructor(opts: __ExceptionOptionType<ServiceSettingNotFound, __BaseException>);
1632
+ }
1633
+ export interface LabelParameterVersionRequest {
1634
+
1635
+ Name: string | undefined;
1636
+
1637
+ ParameterVersion?: number;
1638
+
1639
+ Labels: string[] | undefined;
1640
+ }
1641
+ export declare namespace LabelParameterVersionRequest {
1642
+
1643
+ const filterSensitiveLog: (obj: LabelParameterVersionRequest) => any;
1644
+ }
1645
+ export interface LabelParameterVersionResult {
1646
+
1647
+ InvalidLabels?: string[];
1648
+
1649
+ ParameterVersion?: number;
1650
+ }
1651
+ export declare namespace LabelParameterVersionResult {
1652
+
1653
+ const filterSensitiveLog: (obj: LabelParameterVersionResult) => any;
1654
+ }
1655
+
1656
+ export declare class ParameterVersionLabelLimitExceeded extends __BaseException {
1657
+ readonly name: "ParameterVersionLabelLimitExceeded";
1658
+ readonly $fault: "client";
1659
+
1660
+ constructor(opts: __ExceptionOptionType<ParameterVersionLabelLimitExceeded, __BaseException>);
1661
+ }
1662
+ export declare enum AssociationFilterKey {
1663
+ AssociationId = "AssociationId",
1664
+ AssociationName = "AssociationName",
1665
+ InstanceId = "InstanceId",
1666
+ LastExecutedAfter = "LastExecutedAfter",
1667
+ LastExecutedBefore = "LastExecutedBefore",
1668
+ Name = "Name",
1669
+ ResourceGroupName = "ResourceGroupName",
1670
+ Status = "AssociationStatusName"
1671
+ }
1672
+
1673
+ export interface AssociationFilter {
1674
+
1675
+ key: AssociationFilterKey | string | undefined;
1676
+
1677
+ value: string | undefined;
1678
+ }
1679
+ export declare namespace AssociationFilter {
1680
+
1681
+ const filterSensitiveLog: (obj: AssociationFilter) => any;
1682
+ }
1683
+ export interface ListAssociationsRequest {
1684
+
1685
+ AssociationFilterList?: AssociationFilter[];
1686
+
1687
+ MaxResults?: number;
1688
+
1689
+ NextToken?: string;
1690
+ }
1691
+ export declare namespace ListAssociationsRequest {
1692
+
1693
+ const filterSensitiveLog: (obj: ListAssociationsRequest) => any;
1694
+ }
1695
+
1696
+ export interface Association {
1697
+
1698
+ Name?: string;
1699
+
1700
+ InstanceId?: string;
1701
+
1702
+ AssociationId?: string;
1703
+
1704
+ AssociationVersion?: string;
1705
+
1706
+ DocumentVersion?: string;
1707
+
1708
+ Targets?: Target[];
1709
+
1710
+ LastExecutionDate?: Date;
1711
+
1712
+ Overview?: AssociationOverview;
1713
+
1714
+ ScheduleExpression?: string;
1715
+
1716
+ AssociationName?: string;
1717
+ }
1718
+ export declare namespace Association {
1719
+
1720
+ const filterSensitiveLog: (obj: Association) => any;
1721
+ }
1722
+ export interface ListAssociationsResult {
1723
+
1724
+ Associations?: Association[];
1725
+
1726
+ NextToken?: string;
1727
+ }
1728
+ export declare namespace ListAssociationsResult {
1729
+
1730
+ const filterSensitiveLog: (obj: ListAssociationsResult) => any;
1731
+ }
1732
+ export interface ListAssociationVersionsRequest {
1733
+
1734
+ AssociationId: string | undefined;
1735
+
1736
+ MaxResults?: number;
1737
+
1738
+ NextToken?: string;
1739
+ }
1740
+ export declare namespace ListAssociationVersionsRequest {
1741
+
1742
+ const filterSensitiveLog: (obj: ListAssociationVersionsRequest) => any;
1743
+ }
1744
+
1745
+ export interface AssociationVersionInfo {
1746
+
1747
+ AssociationId?: string;
1748
+
1749
+ AssociationVersion?: string;
1750
+
1751
+ CreatedDate?: Date;
1752
+
1753
+ Name?: string;
1754
+
1755
+ DocumentVersion?: string;
1756
+
1757
+ Parameters?: {
1758
+ [key: string]: string[];
1759
+ };
1760
+
1761
+ Targets?: Target[];
1762
+
1763
+ ScheduleExpression?: string;
1764
+
1765
+ OutputLocation?: InstanceAssociationOutputLocation;
1766
+
1767
+ AssociationName?: string;
1768
+
1769
+ MaxErrors?: string;
1770
+
1771
+ MaxConcurrency?: string;
1772
+
1773
+ ComplianceSeverity?: AssociationComplianceSeverity | string;
1774
+
1775
+ SyncCompliance?: AssociationSyncCompliance | string;
1776
+
1777
+ ApplyOnlyAtCronInterval?: boolean;
1778
+
1779
+ CalendarNames?: string[];
1780
+
1781
+ TargetLocations?: TargetLocation[];
1782
+ }
1783
+ export declare namespace AssociationVersionInfo {
1784
+
1785
+ const filterSensitiveLog: (obj: AssociationVersionInfo) => any;
1786
+ }
1787
+ export interface ListAssociationVersionsResult {
1788
+
1789
+ AssociationVersions?: AssociationVersionInfo[];
1790
+
1791
+ NextToken?: string;
1792
+ }
1793
+ export declare namespace ListAssociationVersionsResult {
1794
+
1795
+ const filterSensitiveLog: (obj: ListAssociationVersionsResult) => any;
1796
+ }
1797
+ export declare enum CommandFilterKey {
1798
+ DOCUMENT_NAME = "DocumentName",
1799
+ EXECUTION_STAGE = "ExecutionStage",
1800
+ INVOKED_AFTER = "InvokedAfter",
1801
+ INVOKED_BEFORE = "InvokedBefore",
1802
+ STATUS = "Status"
1803
+ }
1804
+
1805
+ export interface CommandFilter {
1806
+
1807
+ key: CommandFilterKey | string | undefined;
1808
+
1809
+ value: string | undefined;
1810
+ }
1811
+ export declare namespace CommandFilter {
1812
+
1813
+ const filterSensitiveLog: (obj: CommandFilter) => any;
1814
+ }
1815
+ export interface ListCommandInvocationsRequest {
1816
+
1817
+ CommandId?: string;
1818
+
1819
+ InstanceId?: string;
1820
+
1821
+ MaxResults?: number;
1822
+
1823
+ NextToken?: string;
1824
+
1825
+ Filters?: CommandFilter[];
1826
+
1827
+ Details?: boolean;
1828
+ }
1829
+ export declare namespace ListCommandInvocationsRequest {
1830
+
1831
+ const filterSensitiveLog: (obj: ListCommandInvocationsRequest) => any;
1832
+ }
1833
+ export declare enum CommandPluginStatus {
1834
+ CANCELLED = "Cancelled",
1835
+ FAILED = "Failed",
1836
+ IN_PROGRESS = "InProgress",
1837
+ PENDING = "Pending",
1838
+ SUCCESS = "Success",
1839
+ TIMED_OUT = "TimedOut"
1840
+ }
1841
+
1842
+ export interface CommandPlugin {
1843
+
1844
+ Name?: string;
1845
+
1846
+ Status?: CommandPluginStatus | string;
1847
+
1848
+ StatusDetails?: string;
1849
+
1850
+ ResponseCode?: number;
1851
+
1852
+ ResponseStartDateTime?: Date;
1853
+
1854
+ ResponseFinishDateTime?: Date;
1855
+
1856
+ Output?: string;
1857
+
1858
+ StandardOutputUrl?: string;
1859
+
1860
+ StandardErrorUrl?: string;
1861
+
1862
+ OutputS3Region?: string;
1863
+
1864
+ OutputS3BucketName?: string;
1865
+
1866
+ OutputS3KeyPrefix?: string;
1867
+ }
1868
+ export declare namespace CommandPlugin {
1869
+
1870
+ const filterSensitiveLog: (obj: CommandPlugin) => any;
1871
+ }
1872
+
1873
+ export interface CommandInvocation {
1874
+
1875
+ CommandId?: string;
1876
+
1877
+ InstanceId?: string;
1878
+
1879
+ InstanceName?: string;
1880
+
1881
+ Comment?: string;
1882
+
1883
+ DocumentName?: string;
1884
+
1885
+ DocumentVersion?: string;
1886
+
1887
+ RequestedDateTime?: Date;
1888
+
1889
+ Status?: CommandInvocationStatus | string;
1890
+
1891
+ StatusDetails?: string;
1892
+
1893
+ TraceOutput?: string;
1894
+
1895
+ StandardOutputUrl?: string;
1896
+
1897
+ StandardErrorUrl?: string;
1898
+
1899
+ CommandPlugins?: CommandPlugin[];
1900
+
1901
+ ServiceRole?: string;
1902
+
1903
+ NotificationConfig?: NotificationConfig;
1904
+
1905
+ CloudWatchOutputConfig?: CloudWatchOutputConfig;
1906
+ }
1907
+ export declare namespace CommandInvocation {
1908
+
1909
+ const filterSensitiveLog: (obj: CommandInvocation) => any;
1910
+ }
1911
+ export interface ListCommandInvocationsResult {
1912
+
1913
+ CommandInvocations?: CommandInvocation[];
1914
+
1915
+ NextToken?: string;
1916
+ }
1917
+ export declare namespace ListCommandInvocationsResult {
1918
+
1919
+ const filterSensitiveLog: (obj: ListCommandInvocationsResult) => any;
1920
+ }
1921
+ export interface ListCommandsRequest {
1922
+
1923
+ CommandId?: string;
1924
+
1925
+ InstanceId?: string;
1926
+
1927
+ MaxResults?: number;
1928
+
1929
+ NextToken?: string;
1930
+
1931
+ Filters?: CommandFilter[];
1932
+ }
1933
+ export declare namespace ListCommandsRequest {
1934
+
1935
+ const filterSensitiveLog: (obj: ListCommandsRequest) => any;
1936
+ }
1937
+ export declare enum CommandStatus {
1938
+ CANCELLED = "Cancelled",
1939
+ CANCELLING = "Cancelling",
1940
+ FAILED = "Failed",
1941
+ IN_PROGRESS = "InProgress",
1942
+ PENDING = "Pending",
1943
+ SUCCESS = "Success",
1944
+ TIMED_OUT = "TimedOut"
1945
+ }
1946
+
1947
+ export interface Command {
1948
+
1949
+ CommandId?: string;
1950
+
1951
+ DocumentName?: string;
1952
+
1953
+ DocumentVersion?: string;
1954
+
1955
+ Comment?: string;
1956
+
1957
+ ExpiresAfter?: Date;
1958
+
1959
+ Parameters?: {
1960
+ [key: string]: string[];
1961
+ };
1962
+
1963
+ InstanceIds?: string[];
1964
+
1965
+ Targets?: Target[];
1966
+
1967
+ RequestedDateTime?: Date;
1968
+
1969
+ Status?: CommandStatus | string;
1970
+
1971
+ StatusDetails?: string;
1972
+
1973
+ OutputS3Region?: string;
1974
+
1975
+ OutputS3BucketName?: string;
1976
+
1977
+ OutputS3KeyPrefix?: string;
1978
+
1979
+ MaxConcurrency?: string;
1980
+
1981
+ MaxErrors?: string;
1982
+
1983
+ TargetCount?: number;
1984
+
1985
+ CompletedCount?: number;
1986
+
1987
+ ErrorCount?: number;
1988
+
1989
+ DeliveryTimedOutCount?: number;
1990
+
1991
+ ServiceRole?: string;
1992
+
1993
+ NotificationConfig?: NotificationConfig;
1994
+
1995
+ CloudWatchOutputConfig?: CloudWatchOutputConfig;
1996
+
1997
+ TimeoutSeconds?: number;
1998
+ }
1999
+ export declare namespace Command {
2000
+
2001
+ const filterSensitiveLog: (obj: Command) => any;
2002
+ }
2003
+ export interface ListCommandsResult {
2004
+
2005
+ Commands?: Command[];
2006
+
2007
+ NextToken?: string;
2008
+ }
2009
+ export declare namespace ListCommandsResult {
2010
+
2011
+ const filterSensitiveLog: (obj: ListCommandsResult) => any;
2012
+ }
2013
+ export declare enum ComplianceQueryOperatorType {
2014
+ BeginWith = "BEGIN_WITH",
2015
+ Equal = "EQUAL",
2016
+ GreaterThan = "GREATER_THAN",
2017
+ LessThan = "LESS_THAN",
2018
+ NotEqual = "NOT_EQUAL"
2019
+ }
2020
+
2021
+ export interface ComplianceStringFilter {
2022
+
2023
+ Key?: string;
2024
+
2025
+ Values?: string[];
2026
+
2027
+ Type?: ComplianceQueryOperatorType | string;
2028
+ }
2029
+ export declare namespace ComplianceStringFilter {
2030
+
2031
+ const filterSensitiveLog: (obj: ComplianceStringFilter) => any;
2032
+ }
2033
+ export interface ListComplianceItemsRequest {
2034
+
2035
+ Filters?: ComplianceStringFilter[];
2036
+
2037
+ ResourceIds?: string[];
2038
+
2039
+ ResourceTypes?: string[];
2040
+
2041
+ NextToken?: string;
2042
+
2043
+ MaxResults?: number;
2044
+ }
2045
+ export declare namespace ListComplianceItemsRequest {
2046
+
2047
+ const filterSensitiveLog: (obj: ListComplianceItemsRequest) => any;
2048
+ }
2049
+
2050
+ export interface ComplianceExecutionSummary {
2051
+
2052
+ ExecutionTime: Date | undefined;
2053
+
2054
+ ExecutionId?: string;
2055
+
2056
+ ExecutionType?: string;
2057
+ }
2058
+ export declare namespace ComplianceExecutionSummary {
2059
+
2060
+ const filterSensitiveLog: (obj: ComplianceExecutionSummary) => any;
2061
+ }
2062
+ export declare enum ComplianceSeverity {
2063
+ Critical = "CRITICAL",
2064
+ High = "HIGH",
2065
+ Informational = "INFORMATIONAL",
2066
+ Low = "LOW",
2067
+ Medium = "MEDIUM",
2068
+ Unspecified = "UNSPECIFIED"
2069
+ }
2070
+ export declare enum ComplianceStatus {
2071
+ Compliant = "COMPLIANT",
2072
+ NonCompliant = "NON_COMPLIANT"
2073
+ }
2074
+
2075
+ export interface ComplianceItem {
2076
+
2077
+ ComplianceType?: string;
2078
+
2079
+ ResourceType?: string;
2080
+
2081
+ ResourceId?: string;
2082
+
2083
+ Id?: string;
2084
+
2085
+ Title?: string;
2086
+
2087
+ Status?: ComplianceStatus | string;
2088
+
2089
+ Severity?: ComplianceSeverity | string;
2090
+
2091
+ ExecutionSummary?: ComplianceExecutionSummary;
2092
+
2093
+ Details?: {
2094
+ [key: string]: string;
2095
+ };
2096
+ }
2097
+ export declare namespace ComplianceItem {
2098
+
2099
+ const filterSensitiveLog: (obj: ComplianceItem) => any;
2100
+ }
2101
+ export interface ListComplianceItemsResult {
2102
+
2103
+ ComplianceItems?: ComplianceItem[];
2104
+
2105
+ NextToken?: string;
2106
+ }
2107
+ export declare namespace ListComplianceItemsResult {
2108
+
2109
+ const filterSensitiveLog: (obj: ListComplianceItemsResult) => any;
2110
+ }
2111
+ export interface ListComplianceSummariesRequest {
2112
+
2113
+ Filters?: ComplianceStringFilter[];
2114
+
2115
+ NextToken?: string;
2116
+
2117
+ MaxResults?: number;
2118
+ }
2119
+ export declare namespace ListComplianceSummariesRequest {
2120
+
2121
+ const filterSensitiveLog: (obj: ListComplianceSummariesRequest) => any;
2122
+ }
2123
+
2124
+ export interface SeveritySummary {
2125
+
2126
+ CriticalCount?: number;
2127
+
2128
+ HighCount?: number;
2129
+
2130
+ MediumCount?: number;
2131
+
2132
+ LowCount?: number;
2133
+
2134
+ InformationalCount?: number;
2135
+
2136
+ UnspecifiedCount?: number;
2137
+ }
2138
+ export declare namespace SeveritySummary {
2139
+
2140
+ const filterSensitiveLog: (obj: SeveritySummary) => any;
2141
+ }
2142
+
2143
+ export interface CompliantSummary {
2144
+
2145
+ CompliantCount?: number;
2146
+
2147
+ SeveritySummary?: SeveritySummary;
2148
+ }
2149
+ export declare namespace CompliantSummary {
2150
+
2151
+ const filterSensitiveLog: (obj: CompliantSummary) => any;
2152
+ }
2153
+
2154
+ export interface NonCompliantSummary {
2155
+
2156
+ NonCompliantCount?: number;
2157
+
2158
+ SeveritySummary?: SeveritySummary;
2159
+ }
2160
+ export declare namespace NonCompliantSummary {
2161
+
2162
+ const filterSensitiveLog: (obj: NonCompliantSummary) => any;
2163
+ }
2164
+
2165
+ export interface ComplianceSummaryItem {
2166
+
2167
+ ComplianceType?: string;
2168
+
2169
+ CompliantSummary?: CompliantSummary;
2170
+
2171
+ NonCompliantSummary?: NonCompliantSummary;
2172
+ }
2173
+ export declare namespace ComplianceSummaryItem {
2174
+
2175
+ const filterSensitiveLog: (obj: ComplianceSummaryItem) => any;
2176
+ }
2177
+ export interface ListComplianceSummariesResult {
2178
+
2179
+ ComplianceSummaryItems?: ComplianceSummaryItem[];
2180
+
2181
+ NextToken?: string;
2182
+ }
2183
+ export declare namespace ListComplianceSummariesResult {
2184
+
2185
+ const filterSensitiveLog: (obj: ListComplianceSummariesResult) => any;
2186
+ }
2187
+ export declare enum DocumentMetadataEnum {
2188
+ DocumentReviews = "DocumentReviews"
2189
+ }
2190
+ export interface ListDocumentMetadataHistoryRequest {
2191
+
2192
+ Name: string | undefined;
2193
+
2194
+ DocumentVersion?: string;
2195
+
2196
+ Metadata: DocumentMetadataEnum | string | undefined;
2197
+
2198
+ NextToken?: string;
2199
+
2200
+ MaxResults?: number;
2201
+ }
2202
+ export declare namespace ListDocumentMetadataHistoryRequest {
2203
+
2204
+ const filterSensitiveLog: (obj: ListDocumentMetadataHistoryRequest) => any;
2205
+ }
2206
+ export declare enum DocumentReviewCommentType {
2207
+ Comment = "Comment"
2208
+ }
2209
+
2210
+ export interface DocumentReviewCommentSource {
2211
+
2212
+ Type?: DocumentReviewCommentType | string;
2213
+
2214
+ Content?: string;
2215
+ }
2216
+ export declare namespace DocumentReviewCommentSource {
2217
+
2218
+ const filterSensitiveLog: (obj: DocumentReviewCommentSource) => any;
2219
+ }
2220
+
2221
+ export interface DocumentReviewerResponseSource {
2222
+
2223
+ CreateTime?: Date;
2224
+
2225
+ UpdatedTime?: Date;
2226
+
2227
+ ReviewStatus?: ReviewStatus | string;
2228
+
2229
+ Comment?: DocumentReviewCommentSource[];
2230
+
2231
+ Reviewer?: string;
2232
+ }
2233
+ export declare namespace DocumentReviewerResponseSource {
2234
+
2235
+ const filterSensitiveLog: (obj: DocumentReviewerResponseSource) => any;
2236
+ }
2237
+
2238
+ export interface DocumentMetadataResponseInfo {
2239
+
2240
+ ReviewerResponse?: DocumentReviewerResponseSource[];
2241
+ }
2242
+ export declare namespace DocumentMetadataResponseInfo {
2243
+
2244
+ const filterSensitiveLog: (obj: DocumentMetadataResponseInfo) => any;
2245
+ }
2246
+ export interface ListDocumentMetadataHistoryResponse {
2247
+
2248
+ Name?: string;
2249
+
2250
+ DocumentVersion?: string;
2251
+
2252
+ Author?: string;
2253
+
2254
+ Metadata?: DocumentMetadataResponseInfo;
2255
+
2256
+ NextToken?: string;
2257
+ }
2258
+ export declare namespace ListDocumentMetadataHistoryResponse {
2259
+
2260
+ const filterSensitiveLog: (obj: ListDocumentMetadataHistoryResponse) => any;
2261
+ }
2262
+ export declare enum DocumentFilterKey {
2263
+ DocumentType = "DocumentType",
2264
+ Name = "Name",
2265
+ Owner = "Owner",
2266
+ PlatformTypes = "PlatformTypes"
2267
+ }
2268
+
2269
+ export interface DocumentFilter {
2270
+
2271
+ key: DocumentFilterKey | string | undefined;
2272
+
2273
+ value: string | undefined;
2274
+ }
2275
+ export declare namespace DocumentFilter {
2276
+
2277
+ const filterSensitiveLog: (obj: DocumentFilter) => any;
2278
+ }
2279
+
2280
+ export interface DocumentKeyValuesFilter {
2281
+
2282
+ Key?: string;
2283
+
2284
+ Values?: string[];
2285
+ }
2286
+ export declare namespace DocumentKeyValuesFilter {
2287
+
2288
+ const filterSensitiveLog: (obj: DocumentKeyValuesFilter) => any;
2289
+ }
2290
+ export interface ListDocumentsRequest {
2291
+
2292
+ DocumentFilterList?: DocumentFilter[];
2293
+
2294
+ Filters?: DocumentKeyValuesFilter[];
2295
+
2296
+ MaxResults?: number;
2297
+
2298
+ NextToken?: string;
2299
+ }
2300
+ export declare namespace ListDocumentsRequest {
2301
+
2302
+ const filterSensitiveLog: (obj: ListDocumentsRequest) => any;
2303
+ }
2304
+
2305
+ export interface DocumentIdentifier {
2306
+
2307
+ Name?: string;
2308
+
2309
+ CreatedDate?: Date;
2310
+
2311
+ DisplayName?: string;
2312
+
2313
+ Owner?: string;
2314
+
2315
+ VersionName?: string;
2316
+
2317
+ PlatformTypes?: (PlatformType | string)[];
2318
+
2319
+ DocumentVersion?: string;
2320
+
2321
+ DocumentType?: DocumentType | string;
2322
+
2323
+ SchemaVersion?: string;
2324
+
2325
+ DocumentFormat?: DocumentFormat | string;
2326
+
2327
+ TargetType?: string;
2328
+
2329
+ Tags?: Tag[];
2330
+
2331
+ Requires?: DocumentRequires[];
2332
+
2333
+ ReviewStatus?: ReviewStatus | string;
2334
+
2335
+ Author?: string;
2336
+ }
2337
+ export declare namespace DocumentIdentifier {
2338
+
2339
+ const filterSensitiveLog: (obj: DocumentIdentifier) => any;
2340
+ }
2341
+ export interface ListDocumentsResult {
2342
+
2343
+ DocumentIdentifiers?: DocumentIdentifier[];
2344
+
2345
+ NextToken?: string;
2346
+ }
2347
+ export declare namespace ListDocumentsResult {
2348
+
2349
+ const filterSensitiveLog: (obj: ListDocumentsResult) => any;
2350
+ }
2351
+ export interface ListDocumentVersionsRequest {
2352
+
2353
+ Name: string | undefined;
2354
+
2355
+ MaxResults?: number;
2356
+
2357
+ NextToken?: string;
2358
+ }
2359
+ export declare namespace ListDocumentVersionsRequest {
2360
+
2361
+ const filterSensitiveLog: (obj: ListDocumentVersionsRequest) => any;
2362
+ }
2363
+
2364
+ export interface DocumentVersionInfo {
2365
+
2366
+ Name?: string;
2367
+
2368
+ DisplayName?: string;
2369
+
2370
+ DocumentVersion?: string;
2371
+
2372
+ VersionName?: string;
2373
+
2374
+ CreatedDate?: Date;
2375
+
2376
+ IsDefaultVersion?: boolean;
2377
+
2378
+ DocumentFormat?: DocumentFormat | string;
2379
+
2380
+ Status?: DocumentStatus | string;
2381
+
2382
+ StatusInformation?: string;
2383
+
2384
+ ReviewStatus?: ReviewStatus | string;
2385
+ }
2386
+ export declare namespace DocumentVersionInfo {
2387
+
2388
+ const filterSensitiveLog: (obj: DocumentVersionInfo) => any;
2389
+ }
2390
+ export interface ListDocumentVersionsResult {
2391
+
2392
+ DocumentVersions?: DocumentVersionInfo[];
2393
+
2394
+ NextToken?: string;
2395
+ }
2396
+ export declare namespace ListDocumentVersionsResult {
2397
+
2398
+ const filterSensitiveLog: (obj: ListDocumentVersionsResult) => any;
2399
+ }
2400
+ export interface ListInventoryEntriesRequest {
2401
+
2402
+ InstanceId: string | undefined;
2403
+
2404
+ TypeName: string | undefined;
2405
+
2406
+ Filters?: InventoryFilter[];
2407
+
2408
+ NextToken?: string;
2409
+
2410
+ MaxResults?: number;
2411
+ }
2412
+ export declare namespace ListInventoryEntriesRequest {
2413
+
2414
+ const filterSensitiveLog: (obj: ListInventoryEntriesRequest) => any;
2415
+ }
2416
+ export interface ListInventoryEntriesResult {
2417
+
2418
+ TypeName?: string;
2419
+
2420
+ InstanceId?: string;
2421
+
2422
+ SchemaVersion?: string;
2423
+
2424
+ CaptureTime?: string;
2425
+
2426
+ Entries?: {
2427
+ [key: string]: string;
2428
+ }[];
2429
+
2430
+ NextToken?: string;
2431
+ }
2432
+ export declare namespace ListInventoryEntriesResult {
2433
+
2434
+ const filterSensitiveLog: (obj: ListInventoryEntriesResult) => any;
2435
+ }
2436
+ export declare enum OpsItemEventFilterKey {
2437
+ OPSITEM_ID = "OpsItemId"
2438
+ }
2439
+ export declare enum OpsItemEventFilterOperator {
2440
+ EQUAL = "Equal"
2441
+ }
2442
+
2443
+ export interface OpsItemEventFilter {
2444
+
2445
+ Key: OpsItemEventFilterKey | string | undefined;
2446
+
2447
+ Values: string[] | undefined;
2448
+
2449
+ Operator: OpsItemEventFilterOperator | string | undefined;
2450
+ }
2451
+ export declare namespace OpsItemEventFilter {
2452
+
2453
+ const filterSensitiveLog: (obj: OpsItemEventFilter) => any;
2454
+ }
2455
+ export interface ListOpsItemEventsRequest {
2456
+
2457
+ Filters?: OpsItemEventFilter[];
2458
+
2459
+ MaxResults?: number;
2460
+
2461
+ NextToken?: string;
2462
+ }
2463
+ export declare namespace ListOpsItemEventsRequest {
2464
+
2465
+ const filterSensitiveLog: (obj: ListOpsItemEventsRequest) => any;
2466
+ }
2467
+
2468
+ export interface OpsItemIdentity {
2469
+
2470
+ Arn?: string;
2471
+ }
2472
+ export declare namespace OpsItemIdentity {
2473
+
2474
+ const filterSensitiveLog: (obj: OpsItemIdentity) => any;
2475
+ }
2476
+
2477
+ export interface OpsItemEventSummary {
2478
+
2479
+ OpsItemId?: string;
2480
+
2481
+ EventId?: string;
2482
+
2483
+ Source?: string;
2484
+
2485
+ DetailType?: string;
2486
+
2487
+ Detail?: string;
2488
+
2489
+ CreatedBy?: OpsItemIdentity;
2490
+
2491
+ CreatedTime?: Date;
2492
+ }
2493
+ export declare namespace OpsItemEventSummary {
2494
+
2495
+ const filterSensitiveLog: (obj: OpsItemEventSummary) => any;
2496
+ }
2497
+ export interface ListOpsItemEventsResponse {
2498
+
2499
+ NextToken?: string;
2500
+
2501
+ Summaries?: OpsItemEventSummary[];
2502
+ }
2503
+ export declare namespace ListOpsItemEventsResponse {
2504
+
2505
+ const filterSensitiveLog: (obj: ListOpsItemEventsResponse) => any;
2506
+ }
2507
+ export declare enum OpsItemRelatedItemsFilterKey {
2508
+ ASSOCIATION_ID = "AssociationId",
2509
+ RESOURCE_TYPE = "ResourceType",
2510
+ RESOURCE_URI = "ResourceUri"
2511
+ }
2512
+ export declare enum OpsItemRelatedItemsFilterOperator {
2513
+ EQUAL = "Equal"
2514
+ }
2515
+
2516
+ export interface OpsItemRelatedItemsFilter {
2517
+
2518
+ Key: OpsItemRelatedItemsFilterKey | string | undefined;
2519
+
2520
+ Values: string[] | undefined;
2521
+
2522
+ Operator: OpsItemRelatedItemsFilterOperator | string | undefined;
2523
+ }
2524
+ export declare namespace OpsItemRelatedItemsFilter {
2525
+
2526
+ const filterSensitiveLog: (obj: OpsItemRelatedItemsFilter) => any;
2527
+ }
2528
+ export interface ListOpsItemRelatedItemsRequest {
2529
+
2530
+ OpsItemId?: string;
2531
+
2532
+ Filters?: OpsItemRelatedItemsFilter[];
2533
+
2534
+ MaxResults?: number;
2535
+
2536
+ NextToken?: string;
2537
+ }
2538
+ export declare namespace ListOpsItemRelatedItemsRequest {
2539
+
2540
+ const filterSensitiveLog: (obj: ListOpsItemRelatedItemsRequest) => any;
2541
+ }
2542
+
2543
+ export interface OpsItemRelatedItemSummary {
2544
+
2545
+ OpsItemId?: string;
2546
+
2547
+ AssociationId?: string;
2548
+
2549
+ ResourceType?: string;
2550
+
2551
+ AssociationType?: string;
2552
+
2553
+ ResourceUri?: string;
2554
+
2555
+ CreatedBy?: OpsItemIdentity;
2556
+
2557
+ CreatedTime?: Date;
2558
+
2559
+ LastModifiedBy?: OpsItemIdentity;
2560
+
2561
+ LastModifiedTime?: Date;
2562
+ }
2563
+ export declare namespace OpsItemRelatedItemSummary {
2564
+
2565
+ const filterSensitiveLog: (obj: OpsItemRelatedItemSummary) => any;
2566
+ }
2567
+ export interface ListOpsItemRelatedItemsResponse {
2568
+
2569
+ NextToken?: string;
2570
+
2571
+ Summaries?: OpsItemRelatedItemSummary[];
2572
+ }
2573
+ export declare namespace ListOpsItemRelatedItemsResponse {
2574
+
2575
+ const filterSensitiveLog: (obj: ListOpsItemRelatedItemsResponse) => any;
2576
+ }
2577
+
2578
+ export interface OpsMetadataFilter {
2579
+
2580
+ Key: string | undefined;
2581
+
2582
+ Values: string[] | undefined;
2583
+ }
2584
+ export declare namespace OpsMetadataFilter {
2585
+
2586
+ const filterSensitiveLog: (obj: OpsMetadataFilter) => any;
2587
+ }
2588
+ export interface ListOpsMetadataRequest {
2589
+
2590
+ Filters?: OpsMetadataFilter[];
2591
+
2592
+ MaxResults?: number;
2593
+
2594
+ NextToken?: string;
2595
+ }
2596
+ export declare namespace ListOpsMetadataRequest {
2597
+
2598
+ const filterSensitiveLog: (obj: ListOpsMetadataRequest) => any;
2599
+ }
2600
+
2601
+ export interface OpsMetadata {
2602
+
2603
+ ResourceId?: string;
2604
+
2605
+ OpsMetadataArn?: string;
2606
+
2607
+ LastModifiedDate?: Date;
2608
+
2609
+ LastModifiedUser?: string;
2610
+
2611
+ CreationDate?: Date;
2612
+ }
2613
+ export declare namespace OpsMetadata {
2614
+
2615
+ const filterSensitiveLog: (obj: OpsMetadata) => any;
2616
+ }
2617
+ export interface ListOpsMetadataResult {
2618
+
2619
+ OpsMetadataList?: OpsMetadata[];
2620
+
2621
+ NextToken?: string;
2622
+ }
2623
+ export declare namespace ListOpsMetadataResult {
2624
+
2625
+ const filterSensitiveLog: (obj: ListOpsMetadataResult) => any;
2626
+ }
2627
+ export interface ListResourceComplianceSummariesRequest {
2628
+
2629
+ Filters?: ComplianceStringFilter[];
2630
+
2631
+ NextToken?: string;
2632
+
2633
+ MaxResults?: number;
2634
+ }
2635
+ export declare namespace ListResourceComplianceSummariesRequest {
2636
+
2637
+ const filterSensitiveLog: (obj: ListResourceComplianceSummariesRequest) => any;
2638
+ }
2639
+
2640
+ export interface ResourceComplianceSummaryItem {
2641
+
2642
+ ComplianceType?: string;
2643
+
2644
+ ResourceType?: string;
2645
+
2646
+ ResourceId?: string;
2647
+
2648
+ Status?: ComplianceStatus | string;
2649
+
2650
+ OverallSeverity?: ComplianceSeverity | string;
2651
+
2652
+ ExecutionSummary?: ComplianceExecutionSummary;
2653
+
2654
+ CompliantSummary?: CompliantSummary;
2655
+
2656
+ NonCompliantSummary?: NonCompliantSummary;
2657
+ }
2658
+ export declare namespace ResourceComplianceSummaryItem {
2659
+
2660
+ const filterSensitiveLog: (obj: ResourceComplianceSummaryItem) => any;
2661
+ }
2662
+ export interface ListResourceComplianceSummariesResult {
2663
+
2664
+ ResourceComplianceSummaryItems?: ResourceComplianceSummaryItem[];
2665
+
2666
+ NextToken?: string;
2667
+ }
2668
+ export declare namespace ListResourceComplianceSummariesResult {
2669
+
2670
+ const filterSensitiveLog: (obj: ListResourceComplianceSummariesResult) => any;
2671
+ }
2672
+ export interface ListResourceDataSyncRequest {
2673
+
2674
+ SyncType?: string;
2675
+
2676
+ NextToken?: string;
2677
+
2678
+ MaxResults?: number;
2679
+ }
2680
+ export declare namespace ListResourceDataSyncRequest {
2681
+
2682
+ const filterSensitiveLog: (obj: ListResourceDataSyncRequest) => any;
2683
+ }
2684
+ export declare enum LastResourceDataSyncStatus {
2685
+ FAILED = "Failed",
2686
+ INPROGRESS = "InProgress",
2687
+ SUCCESSFUL = "Successful"
2688
+ }
2689
+
2690
+ export interface ResourceDataSyncSourceWithState {
2691
+
2692
+ SourceType?: string;
2693
+
2694
+ AwsOrganizationsSource?: ResourceDataSyncAwsOrganizationsSource;
2695
+
2696
+ SourceRegions?: string[];
2697
+
2698
+ IncludeFutureRegions?: boolean;
2699
+
2700
+ State?: string;
2701
+
2702
+ EnableAllOpsDataSources?: boolean;
2703
+ }
2704
+ export declare namespace ResourceDataSyncSourceWithState {
2705
+
2706
+ const filterSensitiveLog: (obj: ResourceDataSyncSourceWithState) => any;
2707
+ }
2708
+
2709
+ export interface ResourceDataSyncItem {
2710
+
2711
+ SyncName?: string;
2712
+
2713
+ SyncType?: string;
2714
+
2715
+ SyncSource?: ResourceDataSyncSourceWithState;
2716
+
2717
+ S3Destination?: ResourceDataSyncS3Destination;
2718
+
2719
+ LastSyncTime?: Date;
2720
+
2721
+ LastSuccessfulSyncTime?: Date;
2722
+
2723
+ SyncLastModifiedTime?: Date;
2724
+
2725
+ LastStatus?: LastResourceDataSyncStatus | string;
2726
+
2727
+ SyncCreatedTime?: Date;
2728
+
2729
+ LastSyncStatusMessage?: string;
2730
+ }
2731
+ export declare namespace ResourceDataSyncItem {
2732
+
2733
+ const filterSensitiveLog: (obj: ResourceDataSyncItem) => any;
2734
+ }
2735
+ export interface ListResourceDataSyncResult {
2736
+
2737
+ ResourceDataSyncItems?: ResourceDataSyncItem[];
2738
+
2739
+ NextToken?: string;
2740
+ }
2741
+ export declare namespace ListResourceDataSyncResult {
2742
+
2743
+ const filterSensitiveLog: (obj: ListResourceDataSyncResult) => any;
2744
+ }
2745
+ export interface ListTagsForResourceRequest {
2746
+
2747
+ ResourceType: ResourceTypeForTagging | string | undefined;
2748
+
2749
+ ResourceId: string | undefined;
2750
+ }
2751
+ export declare namespace ListTagsForResourceRequest {
2752
+
2753
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2754
+ }
2755
+ export interface ListTagsForResourceResult {
2756
+
2757
+ TagList?: Tag[];
2758
+ }
2759
+ export declare namespace ListTagsForResourceResult {
2760
+
2761
+ const filterSensitiveLog: (obj: ListTagsForResourceResult) => any;
2762
+ }
2763
+
2764
+ export declare class DocumentPermissionLimit extends __BaseException {
2765
+ readonly name: "DocumentPermissionLimit";
2766
+ readonly $fault: "client";
2767
+ Message?: string;
2768
+
2769
+ constructor(opts: __ExceptionOptionType<DocumentPermissionLimit, __BaseException>);
2770
+ }
2771
+ export interface ModifyDocumentPermissionRequest {
2772
+
2773
+ Name: string | undefined;
2774
+
2775
+ PermissionType: DocumentPermissionType | string | undefined;
2776
+
2777
+ AccountIdsToAdd?: string[];
2778
+
2779
+ AccountIdsToRemove?: string[];
2780
+
2781
+ SharedDocumentVersion?: string;
2782
+ }
2783
+ export declare namespace ModifyDocumentPermissionRequest {
2784
+
2785
+ const filterSensitiveLog: (obj: ModifyDocumentPermissionRequest) => any;
2786
+ }
2787
+ export interface ModifyDocumentPermissionResponse {
2788
+ }
2789
+ export declare namespace ModifyDocumentPermissionResponse {
2790
+
2791
+ const filterSensitiveLog: (obj: ModifyDocumentPermissionResponse) => any;
2792
+ }
2793
+
2794
+ export declare class ComplianceTypeCountLimitExceededException extends __BaseException {
2795
+ readonly name: "ComplianceTypeCountLimitExceededException";
2796
+ readonly $fault: "client";
2797
+ Message?: string;
2798
+
2799
+ constructor(opts: __ExceptionOptionType<ComplianceTypeCountLimitExceededException, __BaseException>);
2800
+ }
2801
+
2802
+ export declare class InvalidItemContentException extends __BaseException {
2803
+ readonly name: "InvalidItemContentException";
2804
+ readonly $fault: "client";
2805
+ TypeName?: string;
2806
+ Message?: string;
2807
+
2808
+ constructor(opts: __ExceptionOptionType<InvalidItemContentException, __BaseException>);
2809
+ }
2810
+
2811
+ export declare class ItemSizeLimitExceededException extends __BaseException {
2812
+ readonly name: "ItemSizeLimitExceededException";
2813
+ readonly $fault: "client";
2814
+ TypeName?: string;
2815
+ Message?: string;
2816
+
2817
+ constructor(opts: __ExceptionOptionType<ItemSizeLimitExceededException, __BaseException>);
2818
+ }
2819
+
2820
+ export interface ComplianceItemEntry {
2821
+
2822
+ Id?: string;
2823
+
2824
+ Title?: string;
2825
+
2826
+ Severity: ComplianceSeverity | string | undefined;
2827
+
2828
+ Status: ComplianceStatus | string | undefined;
2829
+
2830
+ Details?: {
2831
+ [key: string]: string;
2832
+ };
2833
+ }
2834
+ export declare namespace ComplianceItemEntry {
2835
+
2836
+ const filterSensitiveLog: (obj: ComplianceItemEntry) => any;
2837
+ }
2838
+ export declare enum ComplianceUploadType {
2839
+ Complete = "COMPLETE",
2840
+ Partial = "PARTIAL"
2841
+ }
2842
+ export interface PutComplianceItemsRequest {
2843
+
2844
+ ResourceId: string | undefined;
2845
+
2846
+ ResourceType: string | undefined;
2847
+
2848
+ ComplianceType: string | undefined;
2849
+
2850
+ ExecutionSummary: ComplianceExecutionSummary | undefined;
2851
+
2852
+ Items: ComplianceItemEntry[] | undefined;
2853
+
2854
+ ItemContentHash?: string;
2855
+
2856
+ UploadType?: ComplianceUploadType | string;
2857
+ }
2858
+ export declare namespace PutComplianceItemsRequest {
2859
+
2860
+ const filterSensitiveLog: (obj: PutComplianceItemsRequest) => any;
2861
+ }
2862
+ export interface PutComplianceItemsResult {
2863
+ }
2864
+ export declare namespace PutComplianceItemsResult {
2865
+
2866
+ const filterSensitiveLog: (obj: PutComplianceItemsResult) => any;
2867
+ }
2868
+
2869
+ export declare class TotalSizeLimitExceededException extends __BaseException {
2870
+ readonly name: "TotalSizeLimitExceededException";
2871
+ readonly $fault: "client";
2872
+ Message?: string;
2873
+
2874
+ constructor(opts: __ExceptionOptionType<TotalSizeLimitExceededException, __BaseException>);
2875
+ }
2876
+
2877
+ export declare class CustomSchemaCountLimitExceededException extends __BaseException {
2878
+ readonly name: "CustomSchemaCountLimitExceededException";
2879
+ readonly $fault: "client";
2880
+ Message?: string;
2881
+
2882
+ constructor(opts: __ExceptionOptionType<CustomSchemaCountLimitExceededException, __BaseException>);
2883
+ }
2884
+
2885
+ export declare class InvalidInventoryItemContextException extends __BaseException {
2886
+ readonly name: "InvalidInventoryItemContextException";
2887
+ readonly $fault: "client";
2888
+ Message?: string;
2889
+
2890
+ constructor(opts: __ExceptionOptionType<InvalidInventoryItemContextException, __BaseException>);
2891
+ }
2892
+
2893
+ export declare class ItemContentMismatchException extends __BaseException {
2894
+ readonly name: "ItemContentMismatchException";
2895
+ readonly $fault: "client";
2896
+ TypeName?: string;
2897
+ Message?: string;
2898
+
2899
+ constructor(opts: __ExceptionOptionType<ItemContentMismatchException, __BaseException>);
2900
+ }
2901
+
2902
+ export interface InventoryItem {
2903
+
2904
+ TypeName: string | undefined;
2905
+
2906
+ SchemaVersion: string | undefined;
2907
+
2908
+ CaptureTime: string | undefined;
2909
+
2910
+ ContentHash?: string;
2911
+
2912
+ Content?: {
2913
+ [key: string]: string;
2914
+ }[];
2915
+
2916
+ Context?: {
2917
+ [key: string]: string;
2918
+ };
2919
+ }
2920
+ export declare namespace InventoryItem {
2921
+
2922
+ const filterSensitiveLog: (obj: InventoryItem) => any;
2923
+ }
2924
+ export interface PutInventoryRequest {
2925
+
2926
+ InstanceId: string | undefined;
2927
+
2928
+ Items: InventoryItem[] | undefined;
2929
+ }
2930
+ export declare namespace PutInventoryRequest {
2931
+
2932
+ const filterSensitiveLog: (obj: PutInventoryRequest) => any;
2933
+ }
2934
+ export interface PutInventoryResult {
2935
+
2936
+ Message?: string;
2937
+ }
2938
+ export declare namespace PutInventoryResult {
2939
+
2940
+ const filterSensitiveLog: (obj: PutInventoryResult) => any;
2941
+ }
2942
+
2943
+ export declare class SubTypeCountLimitExceededException extends __BaseException {
2944
+ readonly name: "SubTypeCountLimitExceededException";
2945
+ readonly $fault: "client";
2946
+ Message?: string;
2947
+
2948
+ constructor(opts: __ExceptionOptionType<SubTypeCountLimitExceededException, __BaseException>);
2949
+ }
2950
+
2951
+ export declare class UnsupportedInventoryItemContextException extends __BaseException {
2952
+ readonly name: "UnsupportedInventoryItemContextException";
2953
+ readonly $fault: "client";
2954
+ TypeName?: string;
2955
+ Message?: string;
2956
+
2957
+ constructor(opts: __ExceptionOptionType<UnsupportedInventoryItemContextException, __BaseException>);
2958
+ }
2959
+
2960
+ export declare class UnsupportedInventorySchemaVersionException extends __BaseException {
2961
+ readonly name: "UnsupportedInventorySchemaVersionException";
2962
+ readonly $fault: "client";
2963
+ Message?: string;
2964
+
2965
+ constructor(opts: __ExceptionOptionType<UnsupportedInventorySchemaVersionException, __BaseException>);
2966
+ }
2967
+
2968
+ export declare class HierarchyLevelLimitExceededException extends __BaseException {
2969
+ readonly name: "HierarchyLevelLimitExceededException";
2970
+ readonly $fault: "client";
2971
+
2972
+ constructor(opts: __ExceptionOptionType<HierarchyLevelLimitExceededException, __BaseException>);
2973
+ }
2974
+
2975
+ export declare class HierarchyTypeMismatchException extends __BaseException {
2976
+ readonly name: "HierarchyTypeMismatchException";
2977
+ readonly $fault: "client";
2978
+
2979
+ constructor(opts: __ExceptionOptionType<HierarchyTypeMismatchException, __BaseException>);
2980
+ }
2981
+
2982
+ export declare class IncompatiblePolicyException extends __BaseException {
2983
+ readonly name: "IncompatiblePolicyException";
2984
+ readonly $fault: "client";
2985
+
2986
+ constructor(opts: __ExceptionOptionType<IncompatiblePolicyException, __BaseException>);
2987
+ }
2988
+
2989
+ export declare class InvalidAllowedPatternException extends __BaseException {
2990
+ readonly name: "InvalidAllowedPatternException";
2991
+ readonly $fault: "client";
2992
+
2993
+ constructor(opts: __ExceptionOptionType<InvalidAllowedPatternException, __BaseException>);
2994
+ }
2995
+
2996
+ export declare class InvalidPolicyAttributeException extends __BaseException {
2997
+ readonly name: "InvalidPolicyAttributeException";
2998
+ readonly $fault: "client";
2999
+
3000
+ constructor(opts: __ExceptionOptionType<InvalidPolicyAttributeException, __BaseException>);
3001
+ }
3002
+
3003
+ export declare class InvalidPolicyTypeException extends __BaseException {
3004
+ readonly name: "InvalidPolicyTypeException";
3005
+ readonly $fault: "client";
3006
+
3007
+ constructor(opts: __ExceptionOptionType<InvalidPolicyTypeException, __BaseException>);
3008
+ }
3009
+
3010
+ export declare class ParameterAlreadyExists extends __BaseException {
3011
+ readonly name: "ParameterAlreadyExists";
3012
+ readonly $fault: "client";
3013
+
3014
+ constructor(opts: __ExceptionOptionType<ParameterAlreadyExists, __BaseException>);
3015
+ }
3016
+
3017
+ export declare class ParameterLimitExceeded extends __BaseException {
3018
+ readonly name: "ParameterLimitExceeded";
3019
+ readonly $fault: "client";
3020
+
3021
+ constructor(opts: __ExceptionOptionType<ParameterLimitExceeded, __BaseException>);
3022
+ }
3023
+
3024
+ export declare class ParameterMaxVersionLimitExceeded extends __BaseException {
3025
+ readonly name: "ParameterMaxVersionLimitExceeded";
3026
+ readonly $fault: "client";
3027
+
3028
+ constructor(opts: __ExceptionOptionType<ParameterMaxVersionLimitExceeded, __BaseException>);
3029
+ }
3030
+
3031
+ export declare class ParameterPatternMismatchException extends __BaseException {
3032
+ readonly name: "ParameterPatternMismatchException";
3033
+ readonly $fault: "client";
3034
+
3035
+ constructor(opts: __ExceptionOptionType<ParameterPatternMismatchException, __BaseException>);
3036
+ }
3037
+
3038
+ export declare class PoliciesLimitExceededException extends __BaseException {
3039
+ readonly name: "PoliciesLimitExceededException";
3040
+ readonly $fault: "client";
3041
+
3042
+ constructor(opts: __ExceptionOptionType<PoliciesLimitExceededException, __BaseException>);
3043
+ }
3044
+ export interface PutParameterRequest {
3045
+
3046
+ Name: string | undefined;
3047
+
3048
+ Description?: string;
3049
+
3050
+ Value: string | undefined;
3051
+
3052
+ Type?: ParameterType | string;
3053
+
3054
+ KeyId?: string;
3055
+
3056
+ Overwrite?: boolean;
3057
+
3058
+ AllowedPattern?: string;
3059
+
3060
+ Tags?: Tag[];
3061
+
3062
+ Tier?: ParameterTier | string;
3063
+
3064
+ Policies?: string;
3065
+
3066
+ DataType?: string;
3067
+ }
3068
+ export declare namespace PutParameterRequest {
3069
+
3070
+ const filterSensitiveLog: (obj: PutParameterRequest) => any;
3071
+ }
3072
+ export interface PutParameterResult {
3073
+
3074
+ Version?: number;
3075
+
3076
+ Tier?: ParameterTier | string;
3077
+ }
3078
+ export declare namespace PutParameterResult {
3079
+
3080
+ const filterSensitiveLog: (obj: PutParameterResult) => any;
3081
+ }
3082
+
3083
+ export declare class UnsupportedParameterType extends __BaseException {
3084
+ readonly name: "UnsupportedParameterType";
3085
+ readonly $fault: "client";
3086
+
3087
+ constructor(opts: __ExceptionOptionType<UnsupportedParameterType, __BaseException>);
3088
+ }
3089
+ export interface RegisterDefaultPatchBaselineRequest {
3090
+
3091
+ BaselineId: string | undefined;
3092
+ }
3093
+ export declare namespace RegisterDefaultPatchBaselineRequest {
3094
+
3095
+ const filterSensitiveLog: (obj: RegisterDefaultPatchBaselineRequest) => any;
3096
+ }
3097
+ export interface RegisterDefaultPatchBaselineResult {
3098
+
3099
+ BaselineId?: string;
3100
+ }
3101
+ export declare namespace RegisterDefaultPatchBaselineResult {
3102
+
3103
+ const filterSensitiveLog: (obj: RegisterDefaultPatchBaselineResult) => any;
3104
+ }
3105
+ export interface RegisterPatchBaselineForPatchGroupRequest {
3106
+
3107
+ BaselineId: string | undefined;
3108
+
3109
+ PatchGroup: string | undefined;
3110
+ }
3111
+ export declare namespace RegisterPatchBaselineForPatchGroupRequest {
3112
+
3113
+ const filterSensitiveLog: (obj: RegisterPatchBaselineForPatchGroupRequest) => any;
3114
+ }
3115
+ export interface RegisterPatchBaselineForPatchGroupResult {
3116
+
3117
+ BaselineId?: string;
3118
+
3119
+ PatchGroup?: string;
3120
+ }
3121
+ export declare namespace RegisterPatchBaselineForPatchGroupResult {
3122
+
3123
+ const filterSensitiveLog: (obj: RegisterPatchBaselineForPatchGroupResult) => any;
3124
+ }
3125
+ export interface RegisterTargetWithMaintenanceWindowRequest {
3126
+
3127
+ WindowId: string | undefined;
3128
+
3129
+ ResourceType: MaintenanceWindowResourceType | string | undefined;
3130
+
3131
+ Targets: Target[] | undefined;
3132
+
3133
+ OwnerInformation?: string;
3134
+
3135
+ Name?: string;
3136
+
3137
+ Description?: string;
3138
+
3139
+ ClientToken?: string;
3140
+ }
3141
+ export declare namespace RegisterTargetWithMaintenanceWindowRequest {
3142
+
3143
+ const filterSensitiveLog: (obj: RegisterTargetWithMaintenanceWindowRequest) => any;
3144
+ }
3145
+ export interface RegisterTargetWithMaintenanceWindowResult {
3146
+
3147
+ WindowTargetId?: string;
3148
+ }
3149
+ export declare namespace RegisterTargetWithMaintenanceWindowResult {
3150
+
3151
+ const filterSensitiveLog: (obj: RegisterTargetWithMaintenanceWindowResult) => any;
3152
+ }
3153
+
3154
+ export declare class FeatureNotAvailableException extends __BaseException {
3155
+ readonly name: "FeatureNotAvailableException";
3156
+ readonly $fault: "client";
3157
+ Message?: string;
3158
+
3159
+ constructor(opts: __ExceptionOptionType<FeatureNotAvailableException, __BaseException>);
3160
+ }
3161
+ export interface RegisterTaskWithMaintenanceWindowRequest {
3162
+
3163
+ WindowId: string | undefined;
3164
+
3165
+ Targets?: Target[];
3166
+
3167
+ TaskArn: string | undefined;
3168
+
3169
+ ServiceRoleArn?: string;
3170
+
3171
+ TaskType: MaintenanceWindowTaskType | string | undefined;
3172
+
3173
+ TaskParameters?: {
3174
+ [key: string]: MaintenanceWindowTaskParameterValueExpression;
3175
+ };
3176
+
3177
+ TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
3178
+
3179
+ Priority?: number;
3180
+
3181
+ MaxConcurrency?: string;
3182
+
3183
+ MaxErrors?: string;
3184
+
3185
+ LoggingInfo?: LoggingInfo;
3186
+
3187
+ Name?: string;
3188
+
3189
+ Description?: string;
3190
+
3191
+ ClientToken?: string;
3192
+
3193
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
3194
+ }
3195
+ export declare namespace RegisterTaskWithMaintenanceWindowRequest {
3196
+
3197
+ const filterSensitiveLog: (obj: RegisterTaskWithMaintenanceWindowRequest) => any;
3198
+ }
3199
+ export interface RegisterTaskWithMaintenanceWindowResult {
3200
+
3201
+ WindowTaskId?: string;
3202
+ }
3203
+ export declare namespace RegisterTaskWithMaintenanceWindowResult {
3204
+
3205
+ const filterSensitiveLog: (obj: RegisterTaskWithMaintenanceWindowResult) => any;
3206
+ }
3207
+ export interface RemoveTagsFromResourceRequest {
3208
+
3209
+ ResourceType: ResourceTypeForTagging | string | undefined;
3210
+
3211
+ ResourceId: string | undefined;
3212
+
3213
+ TagKeys: string[] | undefined;
3214
+ }
3215
+ export declare namespace RemoveTagsFromResourceRequest {
3216
+
3217
+ const filterSensitiveLog: (obj: RemoveTagsFromResourceRequest) => any;
3218
+ }
3219
+ export interface RemoveTagsFromResourceResult {
3220
+ }
3221
+ export declare namespace RemoveTagsFromResourceResult {
3222
+
3223
+ const filterSensitiveLog: (obj: RemoveTagsFromResourceResult) => any;
3224
+ }
3225
+
3226
+ export interface ResetServiceSettingRequest {
3227
+
3228
+ SettingId: string | undefined;
3229
+ }
3230
+ export declare namespace ResetServiceSettingRequest {
3231
+
3232
+ const filterSensitiveLog: (obj: ResetServiceSettingRequest) => any;
3233
+ }
3234
+
3235
+ export interface ResetServiceSettingResult {
3236
+
3237
+ ServiceSetting?: ServiceSetting;
3238
+ }
3239
+ export declare namespace ResetServiceSettingResult {
3240
+
3241
+ const filterSensitiveLog: (obj: ResetServiceSettingResult) => any;
3242
+ }
3243
+ export interface ResumeSessionRequest {
3244
+
3245
+ SessionId: string | undefined;
3246
+ }
3247
+ export declare namespace ResumeSessionRequest {
3248
+
3249
+ const filterSensitiveLog: (obj: ResumeSessionRequest) => any;
3250
+ }
3251
+ export interface ResumeSessionResponse {
3252
+
3253
+ SessionId?: string;
3254
+
3255
+ TokenValue?: string;
3256
+
3257
+ StreamUrl?: string;
3258
+ }
3259
+ export declare namespace ResumeSessionResponse {
3260
+
3261
+ const filterSensitiveLog: (obj: ResumeSessionResponse) => any;
3262
+ }
3263
+
3264
+ export declare class AutomationStepNotFoundException extends __BaseException {
3265
+ readonly name: "AutomationStepNotFoundException";
3266
+ readonly $fault: "client";
3267
+ Message?: string;
3268
+
3269
+ constructor(opts: __ExceptionOptionType<AutomationStepNotFoundException, __BaseException>);
3270
+ }
3271
+
3272
+ export declare class InvalidAutomationSignalException extends __BaseException {
3273
+ readonly name: "InvalidAutomationSignalException";
3274
+ readonly $fault: "client";
3275
+ Message?: string;
3276
+
3277
+ constructor(opts: __ExceptionOptionType<InvalidAutomationSignalException, __BaseException>);
3278
+ }
3279
+ export declare enum SignalType {
3280
+ APPROVE = "Approve",
3281
+ REJECT = "Reject",
3282
+ RESUME = "Resume",
3283
+ START_STEP = "StartStep",
3284
+ STOP_STEP = "StopStep"
3285
+ }
3286
+ export interface SendAutomationSignalRequest {
3287
+
3288
+ AutomationExecutionId: string | undefined;
3289
+
3290
+ SignalType: SignalType | string | undefined;
3291
+
3292
+ Payload?: {
3293
+ [key: string]: string[];
3294
+ };
3295
+ }
3296
+ export declare namespace SendAutomationSignalRequest {
3297
+
3298
+ const filterSensitiveLog: (obj: SendAutomationSignalRequest) => any;
3299
+ }
3300
+ export interface SendAutomationSignalResult {
3301
+ }
3302
+ export declare namespace SendAutomationSignalResult {
3303
+
3304
+ const filterSensitiveLog: (obj: SendAutomationSignalResult) => any;
3305
+ }
3306
+
3307
+ export declare class InvalidNotificationConfig extends __BaseException {
3308
+ readonly name: "InvalidNotificationConfig";
3309
+ readonly $fault: "client";
3310
+ Message?: string;
3311
+
3312
+ constructor(opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>);
3313
+ }
3314
+
3315
+ export declare class InvalidOutputFolder extends __BaseException {
3316
+ readonly name: "InvalidOutputFolder";
3317
+ readonly $fault: "client";
3318
+
3319
+ constructor(opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>);
3320
+ }
3321
+
3322
+ export declare class InvalidRole extends __BaseException {
3323
+ readonly name: "InvalidRole";
3324
+ readonly $fault: "client";
3325
+ Message?: string;
3326
+
3327
+ constructor(opts: __ExceptionOptionType<InvalidRole, __BaseException>);
3328
+ }
3329
+ export interface SendCommandRequest {
3330
+
3331
+ InstanceIds?: string[];
3332
+
3333
+ Targets?: Target[];
3334
+
3335
+ DocumentName: string | undefined;
3336
+
3337
+ DocumentVersion?: string;
3338
+
3339
+ DocumentHash?: string;
3340
+
3341
+ DocumentHashType?: DocumentHashType | string;
3342
+
3343
+ TimeoutSeconds?: number;
3344
+
3345
+ Comment?: string;
3346
+
3347
+ Parameters?: {
3348
+ [key: string]: string[];
3349
+ };
3350
+
3351
+ OutputS3Region?: string;
3352
+
3353
+ OutputS3BucketName?: string;
3354
+
3355
+ OutputS3KeyPrefix?: string;
3356
+
3357
+ MaxConcurrency?: string;
3358
+
3359
+ MaxErrors?: string;
3360
+
3361
+ ServiceRoleArn?: string;
3362
+
3363
+ NotificationConfig?: NotificationConfig;
3364
+
3365
+ CloudWatchOutputConfig?: CloudWatchOutputConfig;
3366
+ }
3367
+ export declare namespace SendCommandRequest {
3368
+
3369
+ const filterSensitiveLog: (obj: SendCommandRequest) => any;
3370
+ }
3371
+ export interface SendCommandResult {
3372
+
3373
+ Command?: Command;
3374
+ }
3375
+ export declare namespace SendCommandResult {
3376
+
3377
+ const filterSensitiveLog: (obj: SendCommandResult) => any;
3378
+ }
3379
+
3380
+ export declare class InvalidAssociation extends __BaseException {
3381
+ readonly name: "InvalidAssociation";
3382
+ readonly $fault: "client";
3383
+ Message?: string;
3384
+
3385
+ constructor(opts: __ExceptionOptionType<InvalidAssociation, __BaseException>);
3386
+ }
3387
+ export interface StartAssociationsOnceRequest {
3388
+
3389
+ AssociationIds: string[] | undefined;
3390
+ }
3391
+ export declare namespace StartAssociationsOnceRequest {
3392
+
3393
+ const filterSensitiveLog: (obj: StartAssociationsOnceRequest) => any;
3394
+ }
3395
+ export interface StartAssociationsOnceResult {
3396
+ }
3397
+ export declare namespace StartAssociationsOnceResult {
3398
+
3399
+ const filterSensitiveLog: (obj: StartAssociationsOnceResult) => any;
3400
+ }
3401
+
3402
+ export declare class AutomationDefinitionNotFoundException extends __BaseException {
3403
+ readonly name: "AutomationDefinitionNotFoundException";
3404
+ readonly $fault: "client";
3405
+ Message?: string;
3406
+
3407
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionNotFoundException, __BaseException>);
3408
+ }
3409
+
3410
+ export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
3411
+ readonly name: "AutomationDefinitionVersionNotFoundException";
3412
+ readonly $fault: "client";
3413
+ Message?: string;
3414
+
3415
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionVersionNotFoundException, __BaseException>);
3416
+ }
3417
+
3418
+ export declare class AutomationExecutionLimitExceededException extends __BaseException {
3419
+ readonly name: "AutomationExecutionLimitExceededException";
3420
+ readonly $fault: "client";
3421
+ Message?: string;
3422
+
3423
+ constructor(opts: __ExceptionOptionType<AutomationExecutionLimitExceededException, __BaseException>);
3424
+ }
3425
+
3426
+ export declare class InvalidAutomationExecutionParametersException extends __BaseException {
3427
+ readonly name: "InvalidAutomationExecutionParametersException";
3428
+ readonly $fault: "client";
3429
+ Message?: string;
3430
+
3431
+ constructor(opts: __ExceptionOptionType<InvalidAutomationExecutionParametersException, __BaseException>);
3432
+ }
3433
+ export interface StartAutomationExecutionRequest {
3434
+
3435
+ DocumentName: string | undefined;
3436
+
3437
+ DocumentVersion?: string;
3438
+
3439
+ Parameters?: {
3440
+ [key: string]: string[];
3441
+ };
3442
+
3443
+ ClientToken?: string;
3444
+
3445
+ Mode?: ExecutionMode | string;
3446
+
3447
+ TargetParameterName?: string;
3448
+
3449
+ Targets?: Target[];
3450
+
3451
+ TargetMaps?: {
3452
+ [key: string]: string[];
3453
+ }[];
3454
+
3455
+ MaxConcurrency?: string;
3456
+
3457
+ MaxErrors?: string;
3458
+
3459
+ TargetLocations?: TargetLocation[];
3460
+
3461
+ Tags?: Tag[];
3462
+ }
3463
+ export declare namespace StartAutomationExecutionRequest {
3464
+
3465
+ const filterSensitiveLog: (obj: StartAutomationExecutionRequest) => any;
3466
+ }
3467
+ export interface StartAutomationExecutionResult {
3468
+
3469
+ AutomationExecutionId?: string;
3470
+ }
3471
+ export declare namespace StartAutomationExecutionResult {
3472
+
3473
+ const filterSensitiveLog: (obj: StartAutomationExecutionResult) => any;
3474
+ }
3475
+
3476
+ export declare class AutomationDefinitionNotApprovedException extends __BaseException {
3477
+ readonly name: "AutomationDefinitionNotApprovedException";
3478
+ readonly $fault: "client";
3479
+ Message?: string;
3480
+
3481
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionNotApprovedException, __BaseException>);
3482
+ }
3483
+ export interface StartChangeRequestExecutionRequest {
3484
+
3485
+ ScheduledTime?: Date;
3486
+
3487
+ DocumentName: string | undefined;
3488
+
3489
+ DocumentVersion?: string;
3490
+
3491
+ Parameters?: {
3492
+ [key: string]: string[];
3493
+ };
3494
+
3495
+ ChangeRequestName?: string;
3496
+
3497
+ ClientToken?: string;
3498
+
3499
+ AutoApprove?: boolean;
3500
+
3501
+ Runbooks: Runbook[] | undefined;
3502
+
3503
+ Tags?: Tag[];
3504
+
3505
+ ScheduledEndTime?: Date;
3506
+
3507
+ ChangeDetails?: string;
3508
+ }
3509
+ export declare namespace StartChangeRequestExecutionRequest {
3510
+
3511
+ const filterSensitiveLog: (obj: StartChangeRequestExecutionRequest) => any;
3512
+ }
3513
+ export interface StartChangeRequestExecutionResult {
3514
+
3515
+ AutomationExecutionId?: string;
3516
+ }
3517
+ export declare namespace StartChangeRequestExecutionResult {
3518
+
3519
+ const filterSensitiveLog: (obj: StartChangeRequestExecutionResult) => any;
3520
+ }
3521
+ export interface StartSessionRequest {
3522
+
3523
+ Target: string | undefined;
3524
+
3525
+ DocumentName?: string;
3526
+
3527
+ Reason?: string;
3528
+
3529
+ Parameters?: {
3530
+ [key: string]: string[];
3531
+ };
3532
+ }
3533
+ export declare namespace StartSessionRequest {
3534
+
3535
+ const filterSensitiveLog: (obj: StartSessionRequest) => any;
3536
+ }
3537
+ export interface StartSessionResponse {
3538
+
3539
+ SessionId?: string;
3540
+
3541
+ TokenValue?: string;
3542
+
3543
+ StreamUrl?: string;
3544
+ }
3545
+ export declare namespace StartSessionResponse {
3546
+
3547
+ const filterSensitiveLog: (obj: StartSessionResponse) => any;
3548
+ }
3549
+
3550
+ export declare class TargetNotConnected extends __BaseException {
3551
+ readonly name: "TargetNotConnected";
3552
+ readonly $fault: "client";
3553
+ Message?: string;
3554
+
3555
+ constructor(opts: __ExceptionOptionType<TargetNotConnected, __BaseException>);
3556
+ }
3557
+
3558
+ export declare class InvalidAutomationStatusUpdateException extends __BaseException {
3559
+ readonly name: "InvalidAutomationStatusUpdateException";
3560
+ readonly $fault: "client";
3561
+ Message?: string;
3562
+
3563
+ constructor(opts: __ExceptionOptionType<InvalidAutomationStatusUpdateException, __BaseException>);
3564
+ }
3565
+ export declare enum StopType {
3566
+ CANCEL = "Cancel",
3567
+ COMPLETE = "Complete"
3568
+ }
3569
+ export interface StopAutomationExecutionRequest {
3570
+
3571
+ AutomationExecutionId: string | undefined;
3572
+
3573
+ Type?: StopType | string;
3574
+ }
3575
+ export declare namespace StopAutomationExecutionRequest {
3576
+
3577
+ const filterSensitiveLog: (obj: StopAutomationExecutionRequest) => any;
3578
+ }
3579
+ export interface StopAutomationExecutionResult {
3580
+ }
3581
+ export declare namespace StopAutomationExecutionResult {
3582
+
3583
+ const filterSensitiveLog: (obj: StopAutomationExecutionResult) => any;
3584
+ }
3585
+ export interface TerminateSessionRequest {
3586
+
3587
+ SessionId: string | undefined;
3588
+ }
3589
+ export declare namespace TerminateSessionRequest {
3590
+
3591
+ const filterSensitiveLog: (obj: TerminateSessionRequest) => any;
3592
+ }
3593
+ export interface TerminateSessionResponse {
3594
+
3595
+ SessionId?: string;
3596
+ }
3597
+ export declare namespace TerminateSessionResponse {
3598
+
3599
+ const filterSensitiveLog: (obj: TerminateSessionResponse) => any;
3600
+ }
3601
+ export interface UnlabelParameterVersionRequest {
3602
+
3603
+ Name: string | undefined;
3604
+
3605
+ ParameterVersion: number | undefined;
3606
+
3607
+ Labels: string[] | undefined;
3608
+ }
3609
+ export declare namespace UnlabelParameterVersionRequest {
3610
+
3611
+ const filterSensitiveLog: (obj: UnlabelParameterVersionRequest) => any;
3612
+ }
3613
+ export interface UnlabelParameterVersionResult {
3614
+
3615
+ RemovedLabels?: string[];
3616
+
3617
+ InvalidLabels?: string[];
3618
+ }
3619
+ export declare namespace UnlabelParameterVersionResult {
3620
+
3621
+ const filterSensitiveLog: (obj: UnlabelParameterVersionResult) => any;
3622
+ }
3623
+
3624
+ export declare class AssociationVersionLimitExceeded extends __BaseException {
3625
+ readonly name: "AssociationVersionLimitExceeded";
3626
+ readonly $fault: "client";
3627
+ Message?: string;
3628
+
3629
+ constructor(opts: __ExceptionOptionType<AssociationVersionLimitExceeded, __BaseException>);
3630
+ }
3631
+
3632
+ export declare class InvalidUpdate extends __BaseException {
3633
+ readonly name: "InvalidUpdate";
3634
+ readonly $fault: "client";
3635
+ Message?: string;
3636
+
3637
+ constructor(opts: __ExceptionOptionType<InvalidUpdate, __BaseException>);
3638
+ }
3639
+ export interface UpdateAssociationRequest {
3640
+
3641
+ AssociationId: string | undefined;
3642
+
3643
+ Parameters?: {
3644
+ [key: string]: string[];
3645
+ };
3646
+
3647
+ DocumentVersion?: string;
3648
+
3649
+ ScheduleExpression?: string;
3650
+
3651
+ OutputLocation?: InstanceAssociationOutputLocation;
3652
+
3653
+ Name?: string;
3654
+
3655
+ Targets?: Target[];
3656
+
3657
+ AssociationName?: string;
3658
+
3659
+ AssociationVersion?: string;
3660
+
3661
+ AutomationTargetParameterName?: string;
3662
+
3663
+ MaxErrors?: string;
3664
+
3665
+ MaxConcurrency?: string;
3666
+
3667
+ ComplianceSeverity?: AssociationComplianceSeverity | string;
3668
+
3669
+ SyncCompliance?: AssociationSyncCompliance | string;
3670
+
3671
+ ApplyOnlyAtCronInterval?: boolean;
3672
+
3673
+ CalendarNames?: string[];
3674
+
3675
+ TargetLocations?: TargetLocation[];
3676
+ }
3677
+ export declare namespace UpdateAssociationRequest {
3678
+
3679
+ const filterSensitiveLog: (obj: UpdateAssociationRequest) => any;
3680
+ }
3681
+ export interface UpdateAssociationResult {
3682
+
3683
+ AssociationDescription?: AssociationDescription;
3684
+ }
3685
+ export declare namespace UpdateAssociationResult {
3686
+
3687
+ const filterSensitiveLog: (obj: UpdateAssociationResult) => any;
3688
+ }
3689
+
3690
+ export declare class StatusUnchanged extends __BaseException {
3691
+ readonly name: "StatusUnchanged";
3692
+ readonly $fault: "client";
3693
+
3694
+ constructor(opts: __ExceptionOptionType<StatusUnchanged, __BaseException>);
3695
+ }
3696
+ export interface UpdateAssociationStatusRequest {
3697
+
3698
+ Name: string | undefined;
3699
+
3700
+ InstanceId: string | undefined;
3701
+
3702
+ AssociationStatus: AssociationStatus | undefined;
3703
+ }
3704
+ export declare namespace UpdateAssociationStatusRequest {
3705
+
3706
+ const filterSensitiveLog: (obj: UpdateAssociationStatusRequest) => any;
3707
+ }
3708
+ export interface UpdateAssociationStatusResult {
3709
+
3710
+ AssociationDescription?: AssociationDescription;
3711
+ }
3712
+ export declare namespace UpdateAssociationStatusResult {
3713
+
3714
+ const filterSensitiveLog: (obj: UpdateAssociationStatusResult) => any;
3715
+ }
3716
+
3717
+ export declare class DocumentVersionLimitExceeded extends __BaseException {
3718
+ readonly name: "DocumentVersionLimitExceeded";
3719
+ readonly $fault: "client";
3720
+ Message?: string;
3721
+
3722
+ constructor(opts: __ExceptionOptionType<DocumentVersionLimitExceeded, __BaseException>);
3723
+ }
3724
+
3725
+ export declare class DuplicateDocumentContent extends __BaseException {
3726
+ readonly name: "DuplicateDocumentContent";
3727
+ readonly $fault: "client";
3728
+ Message?: string;
3729
+
3730
+ constructor(opts: __ExceptionOptionType<DuplicateDocumentContent, __BaseException>);
3731
+ }
3732
+
3733
+ export declare class DuplicateDocumentVersionName extends __BaseException {
3734
+ readonly name: "DuplicateDocumentVersionName";
3735
+ readonly $fault: "client";
3736
+ Message?: string;
3737
+
3738
+ constructor(opts: __ExceptionOptionType<DuplicateDocumentVersionName, __BaseException>);
3739
+ }
3740
+ export interface UpdateDocumentRequest {
3741
+
3742
+ Content: string | undefined;
3743
+
3744
+ Attachments?: AttachmentsSource[];
3745
+
3746
+ Name: string | undefined;
3747
+
3748
+ DisplayName?: string;
3749
+
3750
+ VersionName?: string;
3751
+
3752
+ DocumentVersion?: string;
3753
+
3754
+ DocumentFormat?: DocumentFormat | string;
3755
+
3756
+ TargetType?: string;
3757
+ }
3758
+ export declare namespace UpdateDocumentRequest {
3759
+
3760
+ const filterSensitiveLog: (obj: UpdateDocumentRequest) => any;
3761
+ }
3762
+ export interface UpdateDocumentResult {
3763
+
3764
+ DocumentDescription?: DocumentDescription;
3765
+ }
3766
+ export declare namespace UpdateDocumentResult {
3767
+
3768
+ const filterSensitiveLog: (obj: UpdateDocumentResult) => any;
3769
+ }
3770
+ export interface UpdateDocumentDefaultVersionRequest {
3771
+
3772
+ Name: string | undefined;
3773
+
3774
+ DocumentVersion: string | undefined;
3775
+ }
3776
+ export declare namespace UpdateDocumentDefaultVersionRequest {
3777
+
3778
+ const filterSensitiveLog: (obj: UpdateDocumentDefaultVersionRequest) => any;
3779
+ }
3780
+
3781
+ export interface DocumentDefaultVersionDescription {
3782
+
3783
+ Name?: string;
3784
+
3785
+ DefaultVersion?: string;
3786
+
3787
+ DefaultVersionName?: string;
3788
+ }
3789
+ export declare namespace DocumentDefaultVersionDescription {
3790
+
3791
+ const filterSensitiveLog: (obj: DocumentDefaultVersionDescription) => any;
3792
+ }
3793
+ export interface UpdateDocumentDefaultVersionResult {
3794
+
3795
+ Description?: DocumentDefaultVersionDescription;
3796
+ }
3797
+ export declare namespace UpdateDocumentDefaultVersionResult {
3798
+
3799
+ const filterSensitiveLog: (obj: UpdateDocumentDefaultVersionResult) => any;
3800
+ }
3801
+ export declare enum DocumentReviewAction {
3802
+ Approve = "Approve",
3803
+ Reject = "Reject",
3804
+ SendForReview = "SendForReview",
3805
+ UpdateReview = "UpdateReview"
3806
+ }
3807
+
3808
+ export interface DocumentReviews {
3809
+
3810
+ Action: DocumentReviewAction | string | undefined;
3811
+
3812
+ Comment?: DocumentReviewCommentSource[];
3813
+ }
3814
+ export declare namespace DocumentReviews {
3815
+
3816
+ const filterSensitiveLog: (obj: DocumentReviews) => any;
3817
+ }
3818
+ export interface UpdateDocumentMetadataRequest {
3819
+
3820
+ Name: string | undefined;
3821
+
3822
+ DocumentVersion?: string;
3823
+
3824
+ DocumentReviews: DocumentReviews | undefined;
3825
+ }
3826
+ export declare namespace UpdateDocumentMetadataRequest {
3827
+
3828
+ const filterSensitiveLog: (obj: UpdateDocumentMetadataRequest) => any;
3829
+ }