@aws-sdk/client-ssm 3.169.0 → 3.170.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 (202) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SSM.d.ts +2548 -680
  3. package/dist-types/ts3.4/SSMClient.d.ts +938 -208
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +43 -17
  49. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +36 -18
  58. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +38 -17
  68. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
  71. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +35 -18
  72. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +34 -17
  79. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +37 -17
  80. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +35 -18
  81. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +38 -17
  84. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +41 -17
  90. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +37 -17
  91. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +41 -17
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +38 -17
  107. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +34 -17
  108. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +34 -17
  109. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +38 -17
  115. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +37 -17
  116. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +34 -17
  118. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +41 -17
  119. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -17
  122. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -17
  124. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +41 -17
  125. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +38 -17
  126. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +37 -17
  128. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +41 -17
  130. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +41 -17
  133. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +37 -17
  135. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +38 -17
  136. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +38 -17
  137. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +41 -17
  138. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/index.d.ts +135 -135
  140. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  141. package/dist-types/ts3.4/index.d.ts +7 -7
  142. package/dist-types/ts3.4/models/SSMServiceException.d.ts +8 -6
  143. package/dist-types/ts3.4/models/index.d.ts +3 -3
  144. package/dist-types/ts3.4/models/models_0.d.ts +3527 -3221
  145. package/dist-types/ts3.4/models/models_1.d.ts +3783 -3362
  146. package/dist-types/ts3.4/models/models_2.d.ts +479 -412
  147. package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +11 -4
  148. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +11 -4
  149. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +11 -4
  150. package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +11 -4
  151. package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +11 -4
  152. package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +11 -4
  153. package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +11 -4
  154. package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +11 -4
  155. package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +11 -4
  156. package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +11 -4
  157. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +11 -4
  158. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +11 -4
  159. package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +11 -4
  160. package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +11 -4
  161. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +11 -4
  162. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +11 -4
  163. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +11 -4
  164. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +11 -4
  165. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +11 -4
  169. package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  181. package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/index.d.ts +47 -47
  195. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1625 -407
  196. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  197. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  198. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  199. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  200. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  201. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +13 -7
  202. package/package.json +35 -35
@@ -1,412 +1,479 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, OpsItemStatus, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Target } from "./models_0";
3
- import { DocumentReviewAction, DocumentReviewCommentSource, InventoryFilter, InventoryGroup, MaintenanceWindowTaskInvocationParameters, OpsFilter, OpsResultAttribute, ResultAttribute } from "./models_1";
4
- import { SSMServiceException as __BaseException } from "./SSMServiceException";
5
-
6
- export interface DocumentReviews {
7
-
8
- Action: DocumentReviewAction | string | undefined;
9
-
10
- Comment?: DocumentReviewCommentSource[];
11
- }
12
- export interface UpdateDocumentMetadataRequest {
13
-
14
- Name: string | undefined;
15
-
16
- DocumentVersion?: string;
17
-
18
- DocumentReviews: DocumentReviews | undefined;
19
- }
20
- export interface UpdateDocumentMetadataResponse {
21
- }
22
- export interface UpdateMaintenanceWindowRequest {
23
-
24
- WindowId: string | undefined;
25
-
26
- Name?: string;
27
-
28
- Description?: string;
29
-
30
- StartDate?: string;
31
-
32
- EndDate?: string;
33
-
34
- Schedule?: string;
35
-
36
- ScheduleTimezone?: string;
37
-
38
- ScheduleOffset?: number;
39
-
40
- Duration?: number;
41
-
42
- Cutoff?: number;
43
-
44
- AllowUnassociatedTargets?: boolean;
45
-
46
- Enabled?: boolean;
47
-
48
- Replace?: boolean;
49
- }
50
- export interface UpdateMaintenanceWindowResult {
51
-
52
- WindowId?: string;
53
-
54
- Name?: string;
55
-
56
- Description?: string;
57
-
58
- StartDate?: string;
59
-
60
- EndDate?: string;
61
-
62
- Schedule?: string;
63
-
64
- ScheduleTimezone?: string;
65
-
66
- ScheduleOffset?: number;
67
-
68
- Duration?: number;
69
-
70
- Cutoff?: number;
71
-
72
- AllowUnassociatedTargets?: boolean;
73
-
74
- Enabled?: boolean;
75
- }
76
- export interface UpdateMaintenanceWindowTargetRequest {
77
-
78
- WindowId: string | undefined;
79
-
80
- WindowTargetId: string | undefined;
81
-
82
- Targets?: Target[];
83
-
84
- OwnerInformation?: string;
85
-
86
- Name?: string;
87
-
88
- Description?: string;
89
-
90
- Replace?: boolean;
91
- }
92
- export interface UpdateMaintenanceWindowTargetResult {
93
-
94
- WindowId?: string;
95
-
96
- WindowTargetId?: string;
97
-
98
- Targets?: Target[];
99
-
100
- OwnerInformation?: string;
101
-
102
- Name?: string;
103
-
104
- Description?: string;
105
- }
106
- export interface UpdateMaintenanceWindowTaskRequest {
107
-
108
- WindowId: string | undefined;
109
-
110
- WindowTaskId: string | undefined;
111
-
112
- Targets?: Target[];
113
-
114
- TaskArn?: string;
115
-
116
- ServiceRoleArn?: string;
117
-
118
- TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression>;
119
-
120
- TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
121
-
122
- Priority?: number;
123
-
124
- MaxConcurrency?: string;
125
-
126
- MaxErrors?: string;
127
-
128
- LoggingInfo?: LoggingInfo;
129
-
130
- Name?: string;
131
-
132
- Description?: string;
133
-
134
- Replace?: boolean;
135
-
136
- CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
137
- }
138
- export interface UpdateMaintenanceWindowTaskResult {
139
-
140
- WindowId?: string;
141
-
142
- WindowTaskId?: string;
143
-
144
- Targets?: Target[];
145
-
146
- TaskArn?: string;
147
-
148
- ServiceRoleArn?: string;
149
-
150
- TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression>;
151
-
152
- TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
153
-
154
- Priority?: number;
155
-
156
- MaxConcurrency?: string;
157
-
158
- MaxErrors?: string;
159
-
160
- LoggingInfo?: LoggingInfo;
161
-
162
- Name?: string;
163
-
164
- Description?: string;
165
-
166
- CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
167
- }
168
- export interface UpdateManagedInstanceRoleRequest {
169
-
170
- InstanceId: string | undefined;
171
-
172
- IamRole: string | undefined;
173
- }
174
- export interface UpdateManagedInstanceRoleResult {
175
- }
176
- export interface UpdateOpsItemRequest {
177
-
178
- Description?: string;
179
-
180
- OperationalData?: Record<string, OpsItemDataValue>;
181
-
182
- OperationalDataToDelete?: string[];
183
-
184
- Notifications?: OpsItemNotification[];
185
-
186
- Priority?: number;
187
-
188
- RelatedOpsItems?: RelatedOpsItem[];
189
-
190
- Status?: OpsItemStatus | string;
191
-
192
- OpsItemId: string | undefined;
193
-
194
- Title?: string;
195
-
196
- Category?: string;
197
-
198
- Severity?: string;
199
-
200
- ActualStartTime?: Date;
201
-
202
- ActualEndTime?: Date;
203
-
204
- PlannedStartTime?: Date;
205
-
206
- PlannedEndTime?: Date;
207
- }
208
- export interface UpdateOpsItemResponse {
209
- }
210
-
211
- export declare class OpsMetadataKeyLimitExceededException extends __BaseException {
212
- readonly name: "OpsMetadataKeyLimitExceededException";
213
- readonly $fault: "client";
214
-
215
- constructor(opts: __ExceptionOptionType<OpsMetadataKeyLimitExceededException, __BaseException>);
216
- }
217
- export interface UpdateOpsMetadataRequest {
218
-
219
- OpsMetadataArn: string | undefined;
220
-
221
- MetadataToUpdate?: Record<string, MetadataValue>;
222
-
223
- KeysToDelete?: string[];
224
- }
225
- export interface UpdateOpsMetadataResult {
226
-
227
- OpsMetadataArn?: string;
228
- }
229
- export interface UpdatePatchBaselineRequest {
230
-
231
- BaselineId: string | undefined;
232
-
233
- Name?: string;
234
-
235
- GlobalFilters?: PatchFilterGroup;
236
-
237
- ApprovalRules?: PatchRuleGroup;
238
-
239
- ApprovedPatches?: string[];
240
-
241
- ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
242
-
243
- ApprovedPatchesEnableNonSecurity?: boolean;
244
-
245
- RejectedPatches?: string[];
246
-
247
- RejectedPatchesAction?: PatchAction | string;
248
-
249
- Description?: string;
250
-
251
- Sources?: PatchSource[];
252
-
253
- Replace?: boolean;
254
- }
255
- export interface UpdatePatchBaselineResult {
256
-
257
- BaselineId?: string;
258
-
259
- Name?: string;
260
-
261
- OperatingSystem?: OperatingSystem | string;
262
-
263
- GlobalFilters?: PatchFilterGroup;
264
-
265
- ApprovalRules?: PatchRuleGroup;
266
-
267
- ApprovedPatches?: string[];
268
-
269
- ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
270
-
271
- ApprovedPatchesEnableNonSecurity?: boolean;
272
-
273
- RejectedPatches?: string[];
274
-
275
- RejectedPatchesAction?: PatchAction | string;
276
-
277
- CreatedDate?: Date;
278
-
279
- ModifiedDate?: Date;
280
-
281
- Description?: string;
282
-
283
- Sources?: PatchSource[];
284
- }
285
-
286
- export declare class ResourceDataSyncConflictException extends __BaseException {
287
- readonly name: "ResourceDataSyncConflictException";
288
- readonly $fault: "client";
289
- Message?: string;
290
-
291
- constructor(opts: __ExceptionOptionType<ResourceDataSyncConflictException, __BaseException>);
292
- }
293
- export interface UpdateResourceDataSyncRequest {
294
-
295
- SyncName: string | undefined;
296
-
297
- SyncType: string | undefined;
298
-
299
- SyncSource: ResourceDataSyncSource | undefined;
300
- }
301
- export interface UpdateResourceDataSyncResult {
302
- }
303
-
304
- export interface UpdateServiceSettingRequest {
305
-
306
- SettingId: string | undefined;
307
-
308
- SettingValue: string | undefined;
309
- }
310
-
311
- export interface UpdateServiceSettingResult {
312
- }
313
-
314
- export interface InventoryAggregator {
315
-
316
- Expression?: string;
317
-
318
- Aggregators?: InventoryAggregator[];
319
-
320
- Groups?: InventoryGroup[];
321
- }
322
-
323
- export interface OpsAggregator {
324
-
325
- AggregatorType?: string;
326
-
327
- TypeName?: string;
328
-
329
- AttributeName?: string;
330
-
331
- Values?: Record<string, string>;
332
-
333
- Filters?: OpsFilter[];
334
-
335
- Aggregators?: OpsAggregator[];
336
- }
337
- export interface GetInventoryRequest {
338
-
339
- Filters?: InventoryFilter[];
340
-
341
- Aggregators?: InventoryAggregator[];
342
-
343
- ResultAttributes?: ResultAttribute[];
344
-
345
- NextToken?: string;
346
-
347
- MaxResults?: number;
348
- }
349
- export interface GetOpsSummaryRequest {
350
-
351
- SyncName?: string;
352
-
353
- Filters?: OpsFilter[];
354
-
355
- Aggregators?: OpsAggregator[];
356
-
357
- ResultAttributes?: OpsResultAttribute[];
358
-
359
- NextToken?: string;
360
-
361
- MaxResults?: number;
362
- }
363
-
364
- export declare const DocumentReviewsFilterSensitiveLog: (obj: DocumentReviews) => any;
365
-
366
- export declare const UpdateDocumentMetadataRequestFilterSensitiveLog: (obj: UpdateDocumentMetadataRequest) => any;
367
-
368
- export declare const UpdateDocumentMetadataResponseFilterSensitiveLog: (obj: UpdateDocumentMetadataResponse) => any;
369
-
370
- export declare const UpdateMaintenanceWindowRequestFilterSensitiveLog: (obj: UpdateMaintenanceWindowRequest) => any;
371
-
372
- export declare const UpdateMaintenanceWindowResultFilterSensitiveLog: (obj: UpdateMaintenanceWindowResult) => any;
373
-
374
- export declare const UpdateMaintenanceWindowTargetRequestFilterSensitiveLog: (obj: UpdateMaintenanceWindowTargetRequest) => any;
375
-
376
- export declare const UpdateMaintenanceWindowTargetResultFilterSensitiveLog: (obj: UpdateMaintenanceWindowTargetResult) => any;
377
-
378
- export declare const UpdateMaintenanceWindowTaskRequestFilterSensitiveLog: (obj: UpdateMaintenanceWindowTaskRequest) => any;
379
-
380
- export declare const UpdateMaintenanceWindowTaskResultFilterSensitiveLog: (obj: UpdateMaintenanceWindowTaskResult) => any;
381
-
382
- export declare const UpdateManagedInstanceRoleRequestFilterSensitiveLog: (obj: UpdateManagedInstanceRoleRequest) => any;
383
-
384
- export declare const UpdateManagedInstanceRoleResultFilterSensitiveLog: (obj: UpdateManagedInstanceRoleResult) => any;
385
-
386
- export declare const UpdateOpsItemRequestFilterSensitiveLog: (obj: UpdateOpsItemRequest) => any;
387
-
388
- export declare const UpdateOpsItemResponseFilterSensitiveLog: (obj: UpdateOpsItemResponse) => any;
389
-
390
- export declare const UpdateOpsMetadataRequestFilterSensitiveLog: (obj: UpdateOpsMetadataRequest) => any;
391
-
392
- export declare const UpdateOpsMetadataResultFilterSensitiveLog: (obj: UpdateOpsMetadataResult) => any;
393
-
394
- export declare const UpdatePatchBaselineRequestFilterSensitiveLog: (obj: UpdatePatchBaselineRequest) => any;
395
-
396
- export declare const UpdatePatchBaselineResultFilterSensitiveLog: (obj: UpdatePatchBaselineResult) => any;
397
-
398
- export declare const UpdateResourceDataSyncRequestFilterSensitiveLog: (obj: UpdateResourceDataSyncRequest) => any;
399
-
400
- export declare const UpdateResourceDataSyncResultFilterSensitiveLog: (obj: UpdateResourceDataSyncResult) => any;
401
-
402
- export declare const UpdateServiceSettingRequestFilterSensitiveLog: (obj: UpdateServiceSettingRequest) => any;
403
-
404
- export declare const UpdateServiceSettingResultFilterSensitiveLog: (obj: UpdateServiceSettingResult) => any;
405
-
406
- export declare const InventoryAggregatorFilterSensitiveLog: (obj: InventoryAggregator) => any;
407
-
408
- export declare const OpsAggregatorFilterSensitiveLog: (obj: OpsAggregator) => any;
409
-
410
- export declare const GetInventoryRequestFilterSensitiveLog: (obj: GetInventoryRequest) => any;
411
-
412
- export declare const GetOpsSummaryRequestFilterSensitiveLog: (obj: GetOpsSummaryRequest) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import {
3
+ LoggingInfo,
4
+ MaintenanceWindowTaskCutoffBehavior,
5
+ MaintenanceWindowTaskParameterValueExpression,
6
+ MetadataValue,
7
+ OperatingSystem,
8
+ OpsItemDataValue,
9
+ OpsItemNotification,
10
+ OpsItemStatus,
11
+ PatchAction,
12
+ PatchComplianceLevel,
13
+ PatchFilterGroup,
14
+ PatchRuleGroup,
15
+ PatchSource,
16
+ RelatedOpsItem,
17
+ ResourceDataSyncSource,
18
+ Target,
19
+ } from "./models_0";
20
+ import {
21
+ DocumentReviewAction,
22
+ DocumentReviewCommentSource,
23
+ InventoryFilter,
24
+ InventoryGroup,
25
+ MaintenanceWindowTaskInvocationParameters,
26
+ OpsFilter,
27
+ OpsResultAttribute,
28
+ ResultAttribute,
29
+ } from "./models_1";
30
+ import { SSMServiceException as __BaseException } from "./SSMServiceException";
31
+
32
+ export interface DocumentReviews {
33
+ Action: DocumentReviewAction | string | undefined;
34
+
35
+ Comment?: DocumentReviewCommentSource[];
36
+ }
37
+ export interface UpdateDocumentMetadataRequest {
38
+ Name: string | undefined;
39
+
40
+ DocumentVersion?: string;
41
+
42
+ DocumentReviews: DocumentReviews | undefined;
43
+ }
44
+ export interface UpdateDocumentMetadataResponse {}
45
+ export interface UpdateMaintenanceWindowRequest {
46
+ WindowId: string | undefined;
47
+
48
+ Name?: string;
49
+
50
+ Description?: string;
51
+
52
+ StartDate?: string;
53
+
54
+ EndDate?: string;
55
+
56
+ Schedule?: string;
57
+
58
+ ScheduleTimezone?: string;
59
+
60
+ ScheduleOffset?: number;
61
+
62
+ Duration?: number;
63
+
64
+ Cutoff?: number;
65
+
66
+ AllowUnassociatedTargets?: boolean;
67
+
68
+ Enabled?: boolean;
69
+
70
+ Replace?: boolean;
71
+ }
72
+ export interface UpdateMaintenanceWindowResult {
73
+ WindowId?: string;
74
+
75
+ Name?: string;
76
+
77
+ Description?: string;
78
+
79
+ StartDate?: string;
80
+
81
+ EndDate?: string;
82
+
83
+ Schedule?: string;
84
+
85
+ ScheduleTimezone?: string;
86
+
87
+ ScheduleOffset?: number;
88
+
89
+ Duration?: number;
90
+
91
+ Cutoff?: number;
92
+
93
+ AllowUnassociatedTargets?: boolean;
94
+
95
+ Enabled?: boolean;
96
+ }
97
+ export interface UpdateMaintenanceWindowTargetRequest {
98
+ WindowId: string | undefined;
99
+
100
+ WindowTargetId: string | undefined;
101
+
102
+ Targets?: Target[];
103
+
104
+ OwnerInformation?: string;
105
+
106
+ Name?: string;
107
+
108
+ Description?: string;
109
+
110
+ Replace?: boolean;
111
+ }
112
+ export interface UpdateMaintenanceWindowTargetResult {
113
+ WindowId?: string;
114
+
115
+ WindowTargetId?: string;
116
+
117
+ Targets?: Target[];
118
+
119
+ OwnerInformation?: string;
120
+
121
+ Name?: string;
122
+
123
+ Description?: string;
124
+ }
125
+ export interface UpdateMaintenanceWindowTaskRequest {
126
+ WindowId: string | undefined;
127
+
128
+ WindowTaskId: string | undefined;
129
+
130
+ Targets?: Target[];
131
+
132
+ TaskArn?: string;
133
+
134
+ ServiceRoleArn?: string;
135
+
136
+ TaskParameters?: Record<
137
+ string,
138
+ MaintenanceWindowTaskParameterValueExpression
139
+ >;
140
+
141
+ TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
142
+
143
+ Priority?: number;
144
+
145
+ MaxConcurrency?: string;
146
+
147
+ MaxErrors?: string;
148
+
149
+ LoggingInfo?: LoggingInfo;
150
+
151
+ Name?: string;
152
+
153
+ Description?: string;
154
+
155
+ Replace?: boolean;
156
+
157
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
158
+ }
159
+ export interface UpdateMaintenanceWindowTaskResult {
160
+ WindowId?: string;
161
+
162
+ WindowTaskId?: string;
163
+
164
+ Targets?: Target[];
165
+
166
+ TaskArn?: string;
167
+
168
+ ServiceRoleArn?: string;
169
+
170
+ TaskParameters?: Record<
171
+ string,
172
+ MaintenanceWindowTaskParameterValueExpression
173
+ >;
174
+
175
+ TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
176
+
177
+ Priority?: number;
178
+
179
+ MaxConcurrency?: string;
180
+
181
+ MaxErrors?: string;
182
+
183
+ LoggingInfo?: LoggingInfo;
184
+
185
+ Name?: string;
186
+
187
+ Description?: string;
188
+
189
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
190
+ }
191
+ export interface UpdateManagedInstanceRoleRequest {
192
+ InstanceId: string | undefined;
193
+
194
+ IamRole: string | undefined;
195
+ }
196
+ export interface UpdateManagedInstanceRoleResult {}
197
+ export interface UpdateOpsItemRequest {
198
+ Description?: string;
199
+
200
+ OperationalData?: Record<string, OpsItemDataValue>;
201
+
202
+ OperationalDataToDelete?: string[];
203
+
204
+ Notifications?: OpsItemNotification[];
205
+
206
+ Priority?: number;
207
+
208
+ RelatedOpsItems?: RelatedOpsItem[];
209
+
210
+ Status?: OpsItemStatus | string;
211
+
212
+ OpsItemId: string | undefined;
213
+
214
+ Title?: string;
215
+
216
+ Category?: string;
217
+
218
+ Severity?: string;
219
+
220
+ ActualStartTime?: Date;
221
+
222
+ ActualEndTime?: Date;
223
+
224
+ PlannedStartTime?: Date;
225
+
226
+ PlannedEndTime?: Date;
227
+ }
228
+ export interface UpdateOpsItemResponse {}
229
+
230
+ export declare class OpsMetadataKeyLimitExceededException extends __BaseException {
231
+ readonly name: "OpsMetadataKeyLimitExceededException";
232
+ readonly $fault: "client";
233
+
234
+ constructor(
235
+ opts: __ExceptionOptionType<
236
+ OpsMetadataKeyLimitExceededException,
237
+ __BaseException
238
+ >
239
+ );
240
+ }
241
+ export interface UpdateOpsMetadataRequest {
242
+ OpsMetadataArn: string | undefined;
243
+
244
+ MetadataToUpdate?: Record<string, MetadataValue>;
245
+
246
+ KeysToDelete?: string[];
247
+ }
248
+ export interface UpdateOpsMetadataResult {
249
+ OpsMetadataArn?: string;
250
+ }
251
+ export interface UpdatePatchBaselineRequest {
252
+ BaselineId: string | undefined;
253
+
254
+ Name?: string;
255
+
256
+ GlobalFilters?: PatchFilterGroup;
257
+
258
+ ApprovalRules?: PatchRuleGroup;
259
+
260
+ ApprovedPatches?: string[];
261
+
262
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
263
+
264
+ ApprovedPatchesEnableNonSecurity?: boolean;
265
+
266
+ RejectedPatches?: string[];
267
+
268
+ RejectedPatchesAction?: PatchAction | string;
269
+
270
+ Description?: string;
271
+
272
+ Sources?: PatchSource[];
273
+
274
+ Replace?: boolean;
275
+ }
276
+ export interface UpdatePatchBaselineResult {
277
+ BaselineId?: string;
278
+
279
+ Name?: string;
280
+
281
+ OperatingSystem?: OperatingSystem | string;
282
+
283
+ GlobalFilters?: PatchFilterGroup;
284
+
285
+ ApprovalRules?: PatchRuleGroup;
286
+
287
+ ApprovedPatches?: string[];
288
+
289
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
290
+
291
+ ApprovedPatchesEnableNonSecurity?: boolean;
292
+
293
+ RejectedPatches?: string[];
294
+
295
+ RejectedPatchesAction?: PatchAction | string;
296
+
297
+ CreatedDate?: Date;
298
+
299
+ ModifiedDate?: Date;
300
+
301
+ Description?: string;
302
+
303
+ Sources?: PatchSource[];
304
+ }
305
+
306
+ export declare class ResourceDataSyncConflictException extends __BaseException {
307
+ readonly name: "ResourceDataSyncConflictException";
308
+ readonly $fault: "client";
309
+ Message?: string;
310
+
311
+ constructor(
312
+ opts: __ExceptionOptionType<
313
+ ResourceDataSyncConflictException,
314
+ __BaseException
315
+ >
316
+ );
317
+ }
318
+ export interface UpdateResourceDataSyncRequest {
319
+ SyncName: string | undefined;
320
+
321
+ SyncType: string | undefined;
322
+
323
+ SyncSource: ResourceDataSyncSource | undefined;
324
+ }
325
+ export interface UpdateResourceDataSyncResult {}
326
+
327
+ export interface UpdateServiceSettingRequest {
328
+ SettingId: string | undefined;
329
+
330
+ SettingValue: string | undefined;
331
+ }
332
+
333
+ export interface UpdateServiceSettingResult {}
334
+
335
+ export interface InventoryAggregator {
336
+ Expression?: string;
337
+
338
+ Aggregators?: InventoryAggregator[];
339
+
340
+ Groups?: InventoryGroup[];
341
+ }
342
+
343
+ export interface OpsAggregator {
344
+ AggregatorType?: string;
345
+
346
+ TypeName?: string;
347
+
348
+ AttributeName?: string;
349
+
350
+ Values?: Record<string, string>;
351
+
352
+ Filters?: OpsFilter[];
353
+
354
+ Aggregators?: OpsAggregator[];
355
+ }
356
+ export interface GetInventoryRequest {
357
+ Filters?: InventoryFilter[];
358
+
359
+ Aggregators?: InventoryAggregator[];
360
+
361
+ ResultAttributes?: ResultAttribute[];
362
+
363
+ NextToken?: string;
364
+
365
+ MaxResults?: number;
366
+ }
367
+ export interface GetOpsSummaryRequest {
368
+ SyncName?: string;
369
+
370
+ Filters?: OpsFilter[];
371
+
372
+ Aggregators?: OpsAggregator[];
373
+
374
+ ResultAttributes?: OpsResultAttribute[];
375
+
376
+ NextToken?: string;
377
+
378
+ MaxResults?: number;
379
+ }
380
+
381
+ export declare const DocumentReviewsFilterSensitiveLog: (
382
+ obj: DocumentReviews
383
+ ) => any;
384
+
385
+ export declare const UpdateDocumentMetadataRequestFilterSensitiveLog: (
386
+ obj: UpdateDocumentMetadataRequest
387
+ ) => any;
388
+
389
+ export declare const UpdateDocumentMetadataResponseFilterSensitiveLog: (
390
+ obj: UpdateDocumentMetadataResponse
391
+ ) => any;
392
+
393
+ export declare const UpdateMaintenanceWindowRequestFilterSensitiveLog: (
394
+ obj: UpdateMaintenanceWindowRequest
395
+ ) => any;
396
+
397
+ export declare const UpdateMaintenanceWindowResultFilterSensitiveLog: (
398
+ obj: UpdateMaintenanceWindowResult
399
+ ) => any;
400
+
401
+ export declare const UpdateMaintenanceWindowTargetRequestFilterSensitiveLog: (
402
+ obj: UpdateMaintenanceWindowTargetRequest
403
+ ) => any;
404
+
405
+ export declare const UpdateMaintenanceWindowTargetResultFilterSensitiveLog: (
406
+ obj: UpdateMaintenanceWindowTargetResult
407
+ ) => any;
408
+
409
+ export declare const UpdateMaintenanceWindowTaskRequestFilterSensitiveLog: (
410
+ obj: UpdateMaintenanceWindowTaskRequest
411
+ ) => any;
412
+
413
+ export declare const UpdateMaintenanceWindowTaskResultFilterSensitiveLog: (
414
+ obj: UpdateMaintenanceWindowTaskResult
415
+ ) => any;
416
+
417
+ export declare const UpdateManagedInstanceRoleRequestFilterSensitiveLog: (
418
+ obj: UpdateManagedInstanceRoleRequest
419
+ ) => any;
420
+
421
+ export declare const UpdateManagedInstanceRoleResultFilterSensitiveLog: (
422
+ obj: UpdateManagedInstanceRoleResult
423
+ ) => any;
424
+
425
+ export declare const UpdateOpsItemRequestFilterSensitiveLog: (
426
+ obj: UpdateOpsItemRequest
427
+ ) => any;
428
+
429
+ export declare const UpdateOpsItemResponseFilterSensitiveLog: (
430
+ obj: UpdateOpsItemResponse
431
+ ) => any;
432
+
433
+ export declare const UpdateOpsMetadataRequestFilterSensitiveLog: (
434
+ obj: UpdateOpsMetadataRequest
435
+ ) => any;
436
+
437
+ export declare const UpdateOpsMetadataResultFilterSensitiveLog: (
438
+ obj: UpdateOpsMetadataResult
439
+ ) => any;
440
+
441
+ export declare const UpdatePatchBaselineRequestFilterSensitiveLog: (
442
+ obj: UpdatePatchBaselineRequest
443
+ ) => any;
444
+
445
+ export declare const UpdatePatchBaselineResultFilterSensitiveLog: (
446
+ obj: UpdatePatchBaselineResult
447
+ ) => any;
448
+
449
+ export declare const UpdateResourceDataSyncRequestFilterSensitiveLog: (
450
+ obj: UpdateResourceDataSyncRequest
451
+ ) => any;
452
+
453
+ export declare const UpdateResourceDataSyncResultFilterSensitiveLog: (
454
+ obj: UpdateResourceDataSyncResult
455
+ ) => any;
456
+
457
+ export declare const UpdateServiceSettingRequestFilterSensitiveLog: (
458
+ obj: UpdateServiceSettingRequest
459
+ ) => any;
460
+
461
+ export declare const UpdateServiceSettingResultFilterSensitiveLog: (
462
+ obj: UpdateServiceSettingResult
463
+ ) => any;
464
+
465
+ export declare const InventoryAggregatorFilterSensitiveLog: (
466
+ obj: InventoryAggregator
467
+ ) => any;
468
+
469
+ export declare const OpsAggregatorFilterSensitiveLog: (
470
+ obj: OpsAggregator
471
+ ) => any;
472
+
473
+ export declare const GetInventoryRequestFilterSensitiveLog: (
474
+ obj: GetInventoryRequest
475
+ ) => any;
476
+
477
+ export declare const GetOpsSummaryRequestFilterSensitiveLog: (
478
+ obj: GetOpsSummaryRequest
479
+ ) => any;