@aws-sdk/client-ssm 3.1086.0 → 3.1088.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 (186) hide show
  1. package/dist-cjs/index.js +8 -4
  2. package/dist-es/schemas/schemas_0.js +7 -3
  3. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +8 -4
  4. package/dist-types/commands/CreateAssociationCommand.d.ts +2 -2
  5. package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
  6. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +3 -1
  7. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
  8. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +10 -4
  9. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
  10. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  11. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  12. package/dist-types/commands/StartExecutionPreviewCommand.d.ts +1 -1
  13. package/dist-types/commands/UpdateAssociationCommand.d.ts +2 -2
  14. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
  15. package/dist-types/ts3.4/SSM.d.ts +513 -642
  16. package/dist-types/ts3.4/SSMClient.d.ts +17 -36
  17. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  18. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  19. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  20. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
  21. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +5 -11
  27. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +5 -11
  32. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +4 -10
  36. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +5 -11
  42. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +3 -5
  69. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -5
  73. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +4 -6
  74. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -5
  76. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +3 -8
  78. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +5 -10
  81. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +4 -9
  86. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +4 -9
  88. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -11
  89. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +5 -10
  91. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +4 -9
  92. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +3 -5
  94. package/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +4 -9
  97. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +4 -6
  99. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -6
  100. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -6
  102. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +3 -5
  103. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +4 -9
  104. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -4
  105. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +3 -5
  106. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +5 -10
  108. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +3 -5
  109. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +4 -9
  110. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -6
  111. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +5 -10
  112. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +5 -11
  113. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +5 -10
  114. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +5 -10
  115. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +3 -8
  116. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
  117. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +4 -9
  118. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +2 -4
  119. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +4 -9
  120. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +4 -9
  121. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +4 -6
  122. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +5 -10
  123. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
  124. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +5 -10
  125. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +4 -4
  126. package/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -9
  127. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +4 -9
  128. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -5
  129. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +3 -8
  130. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +3 -5
  131. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +4 -9
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  133. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +4 -6
  134. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +3 -5
  136. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +3 -5
  137. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  138. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +4 -6
  139. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
  140. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +4 -6
  141. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +4 -6
  142. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
  143. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +5 -10
  144. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +4 -9
  145. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +5 -10
  146. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +3 -5
  147. package/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +5 -10
  148. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +5 -10
  149. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +4 -6
  150. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +4 -6
  151. package/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +5 -10
  152. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
  153. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +5 -10
  154. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
  155. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +5 -10
  156. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +5 -11
  157. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +5 -10
  158. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +5 -10
  159. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +4 -9
  160. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -6
  161. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +5 -10
  162. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +5 -10
  163. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +4 -6
  164. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -6
  165. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -6
  166. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +4 -9
  167. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +5 -11
  168. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +5 -10
  169. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +5 -10
  170. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +5 -10
  171. package/dist-types/ts3.4/commands/ValidateCloudConnectorCommand.d.ts +5 -10
  172. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  173. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  174. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  175. package/dist-types/ts3.4/models/enums.d.ts +31 -62
  176. package/dist-types/ts3.4/models/errors.d.ts +115 -458
  177. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  178. package/dist-types/ts3.4/models/models_1.d.ts +7 -21
  179. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
  180. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  181. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  182. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  183. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  184. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  185. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +3 -5
  186. package/package.json +39 -39
@@ -5,8 +5,7 @@ export declare const AccessRequestStatus: {
5
5
  readonly REJECTED: "Rejected";
6
6
  readonly REVOKED: "Revoked";
7
7
  };
8
- export type AccessRequestStatus =
9
- (typeof AccessRequestStatus)[keyof typeof AccessRequestStatus];
8
+ export type AccessRequestStatus = (typeof AccessRequestStatus)[keyof typeof AccessRequestStatus];
10
9
  export declare const AccessType: {
11
10
  readonly JUSTINTIME: "JustInTime";
12
11
  readonly STANDARD: "Standard";
@@ -30,8 +29,7 @@ export declare const ExternalAlarmState: {
30
29
  readonly ALARM: "ALARM";
31
30
  readonly UNKNOWN: "UNKNOWN";
32
31
  };
33
- export type ExternalAlarmState =
34
- (typeof ExternalAlarmState)[keyof typeof ExternalAlarmState];
32
+ export type ExternalAlarmState = (typeof ExternalAlarmState)[keyof typeof ExternalAlarmState];
35
33
  export declare const AssociationComplianceSeverity: {
36
34
  readonly Critical: "CRITICAL";
37
35
  readonly High: "HIGH";
@@ -65,15 +63,13 @@ export declare const AttachmentsSourceKey: {
65
63
  readonly S3FileUrl: "S3FileUrl";
66
64
  readonly SourceUrl: "SourceUrl";
67
65
  };
68
- export type AttachmentsSourceKey =
69
- (typeof AttachmentsSourceKey)[keyof typeof AttachmentsSourceKey];
66
+ export type AttachmentsSourceKey = (typeof AttachmentsSourceKey)[keyof typeof AttachmentsSourceKey];
70
67
  export declare const DocumentFormat: {
71
68
  readonly JSON: "JSON";
72
69
  readonly TEXT: "TEXT";
73
70
  readonly YAML: "YAML";
74
71
  };
75
- export type DocumentFormat =
76
- (typeof DocumentFormat)[keyof typeof DocumentFormat];
72
+ export type DocumentFormat = (typeof DocumentFormat)[keyof typeof DocumentFormat];
77
73
  export declare const DocumentType: {
78
74
  readonly ApplicationConfiguration: "ApplicationConfiguration";
79
75
  readonly ApplicationConfigurationSchema: "ApplicationConfigurationSchema";
@@ -98,8 +94,7 @@ export declare const DocumentHashType: {
98
94
  readonly SHA1: "Sha1";
99
95
  readonly SHA256: "Sha256";
100
96
  };
101
- export type DocumentHashType =
102
- (typeof DocumentHashType)[keyof typeof DocumentHashType];
97
+ export type DocumentHashType = (typeof DocumentHashType)[keyof typeof DocumentHashType];
103
98
  export declare const DocumentParameterType: {
104
99
  readonly String: "String";
105
100
  readonly StringList: "StringList";
@@ -126,14 +121,12 @@ export declare const DocumentStatus: {
126
121
  readonly Failed: "Failed";
127
122
  readonly Updating: "Updating";
128
123
  };
129
- export type DocumentStatus =
130
- (typeof DocumentStatus)[keyof typeof DocumentStatus];
124
+ export type DocumentStatus = (typeof DocumentStatus)[keyof typeof DocumentStatus];
131
125
  export declare const OpsItemDataType: {
132
126
  readonly SEARCHABLE_STRING: "SearchableString";
133
127
  readonly STRING: "String";
134
128
  };
135
- export type OpsItemDataType =
136
- (typeof OpsItemDataType)[keyof typeof OpsItemDataType];
129
+ export type OpsItemDataType = (typeof OpsItemDataType)[keyof typeof OpsItemDataType];
137
130
  export declare const PatchComplianceLevel: {
138
131
  readonly Critical: "CRITICAL";
139
132
  readonly High: "HIGH";
@@ -142,8 +135,7 @@ export declare const PatchComplianceLevel: {
142
135
  readonly Medium: "MEDIUM";
143
136
  readonly Unspecified: "UNSPECIFIED";
144
137
  };
145
- export type PatchComplianceLevel =
146
- (typeof PatchComplianceLevel)[keyof typeof PatchComplianceLevel];
138
+ export type PatchComplianceLevel = (typeof PatchComplianceLevel)[keyof typeof PatchComplianceLevel];
147
139
  export declare const PatchFilterKey: {
148
140
  readonly AdvisoryId: "ADVISORY_ID";
149
141
  readonly Arch: "ARCH";
@@ -165,8 +157,7 @@ export declare const PatchFilterKey: {
165
157
  readonly Severity: "SEVERITY";
166
158
  readonly Version: "VERSION";
167
159
  };
168
- export type PatchFilterKey =
169
- (typeof PatchFilterKey)[keyof typeof PatchFilterKey];
160
+ export type PatchFilterKey = (typeof PatchFilterKey)[keyof typeof PatchFilterKey];
170
161
  export declare const PatchComplianceStatus: {
171
162
  readonly Compliant: "COMPLIANT";
172
163
  readonly NonCompliant: "NON_COMPLIANT";
@@ -190,8 +181,7 @@ export declare const OperatingSystem: {
190
181
  readonly Ubuntu: "UBUNTU";
191
182
  readonly Windows: "WINDOWS";
192
183
  };
193
- export type OperatingSystem =
194
- (typeof OperatingSystem)[keyof typeof OperatingSystem];
184
+ export type OperatingSystem = (typeof OperatingSystem)[keyof typeof OperatingSystem];
195
185
  export declare const PatchAction: {
196
186
  readonly AllowAsDependency: "ALLOW_AS_DEPENDENCY";
197
187
  readonly Block: "BLOCK";
@@ -279,14 +269,12 @@ export declare const AutomationSubtype: {
279
269
  readonly AccessRequest: "AccessRequest";
280
270
  readonly ChangeRequest: "ChangeRequest";
281
271
  };
282
- export type AutomationSubtype =
283
- (typeof AutomationSubtype)[keyof typeof AutomationSubtype];
272
+ export type AutomationSubtype = (typeof AutomationSubtype)[keyof typeof AutomationSubtype];
284
273
  export declare const AutomationType: {
285
274
  readonly CrossAccount: "CrossAccount";
286
275
  readonly Local: "Local";
287
276
  };
288
- export type AutomationType =
289
- (typeof AutomationType)[keyof typeof AutomationType];
277
+ export type AutomationType = (typeof AutomationType)[keyof typeof AutomationType];
290
278
  export declare const ExecutionMode: {
291
279
  readonly Auto: "Auto";
292
280
  readonly Interactive: "Interactive";
@@ -364,8 +352,7 @@ export declare const PatchOperationType: {
364
352
  readonly INSTALL: "Install";
365
353
  readonly SCAN: "Scan";
366
354
  };
367
- export type PatchOperationType =
368
- (typeof PatchOperationType)[keyof typeof PatchOperationType];
355
+ export type PatchOperationType = (typeof PatchOperationType)[keyof typeof PatchOperationType];
369
356
  export declare const RebootOption: {
370
357
  readonly NO_REBOOT: "NoReboot";
371
358
  readonly REBOOT_IF_NEEDED: "RebootIfNeeded";
@@ -478,8 +465,7 @@ export declare const OpsItemFilterKey: {
478
465
  readonly STATUS: "Status";
479
466
  readonly TITLE: "Title";
480
467
  };
481
- export type OpsItemFilterKey =
482
- (typeof OpsItemFilterKey)[keyof typeof OpsItemFilterKey];
468
+ export type OpsItemFilterKey = (typeof OpsItemFilterKey)[keyof typeof OpsItemFilterKey];
483
469
  export declare const OpsItemFilterOperator: {
484
470
  readonly CONTAINS: "Contains";
485
471
  readonly EQUAL: "Equal";
@@ -516,8 +502,7 @@ export declare const ParametersFilterKey: {
516
502
  readonly NAME: "Name";
517
503
  readonly TYPE: "Type";
518
504
  };
519
- export type ParametersFilterKey =
520
- (typeof ParametersFilterKey)[keyof typeof ParametersFilterKey];
505
+ export type ParametersFilterKey = (typeof ParametersFilterKey)[keyof typeof ParametersFilterKey];
521
506
  export declare const ParameterTier: {
522
507
  readonly ADVANCED: "Advanced";
523
508
  readonly INTELLIGENT_TIERING: "Intelligent-Tiering";
@@ -553,8 +538,7 @@ export declare const SessionFilterKey: {
553
538
  readonly STATUS: "Status";
554
539
  readonly TARGET_ID: "Target";
555
540
  };
556
- export type SessionFilterKey =
557
- (typeof SessionFilterKey)[keyof typeof SessionFilterKey];
541
+ export type SessionFilterKey = (typeof SessionFilterKey)[keyof typeof SessionFilterKey];
558
542
  export declare const SessionState: {
559
543
  readonly ACTIVE: "Active";
560
544
  readonly HISTORY: "History";
@@ -590,13 +574,11 @@ export declare const ConnectionStatus: {
590
574
  readonly CONNECTED: "connected";
591
575
  readonly NOT_CONNECTED: "notconnected";
592
576
  };
593
- export type ConnectionStatus =
594
- (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
577
+ export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
595
578
  export declare const AttachmentHashType: {
596
579
  readonly SHA256: "Sha256";
597
580
  };
598
- export type AttachmentHashType =
599
- (typeof AttachmentHashType)[keyof typeof AttachmentHashType];
581
+ export type AttachmentHashType = (typeof AttachmentHashType)[keyof typeof AttachmentHashType];
600
582
  export declare const ImpactType: {
601
583
  readonly MUTATING: "Mutating";
602
584
  readonly NON_MUTATING: "NonMutating";
@@ -635,14 +617,12 @@ export declare const NotificationEvent: {
635
617
  readonly SUCCESS: "Success";
636
618
  readonly TIMED_OUT: "TimedOut";
637
619
  };
638
- export type NotificationEvent =
639
- (typeof NotificationEvent)[keyof typeof NotificationEvent];
620
+ export type NotificationEvent = (typeof NotificationEvent)[keyof typeof NotificationEvent];
640
621
  export declare const NotificationType: {
641
622
  readonly Command: "Command";
642
623
  readonly Invocation: "Invocation";
643
624
  };
644
- export type NotificationType =
645
- (typeof NotificationType)[keyof typeof NotificationType];
625
+ export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
646
626
  export declare const OpsFilterOperatorType: {
647
627
  readonly BEGIN_WITH: "BeginWith";
648
628
  readonly EQUAL: "Equal";
@@ -664,8 +644,7 @@ export declare const AssociationFilterKey: {
664
644
  readonly ResourceGroupName: "ResourceGroupName";
665
645
  readonly Status: "AssociationStatusName";
666
646
  };
667
- export type AssociationFilterKey =
668
- (typeof AssociationFilterKey)[keyof typeof AssociationFilterKey];
647
+ export type AssociationFilterKey = (typeof AssociationFilterKey)[keyof typeof AssociationFilterKey];
669
648
  export declare const CloudConnectorFilterKey: {
670
649
  readonly SubscriptionId: "SubscriptionId";
671
650
  readonly TenantId: "TenantId";
@@ -679,8 +658,7 @@ export declare const CommandFilterKey: {
679
658
  readonly INVOKED_BEFORE: "InvokedBefore";
680
659
  readonly STATUS: "Status";
681
660
  };
682
- export type CommandFilterKey =
683
- (typeof CommandFilterKey)[keyof typeof CommandFilterKey];
661
+ export type CommandFilterKey = (typeof CommandFilterKey)[keyof typeof CommandFilterKey];
684
662
  export declare const CommandPluginStatus: {
685
663
  readonly CANCELLED: "Cancelled";
686
664
  readonly FAILED: "Failed";
@@ -689,8 +667,7 @@ export declare const CommandPluginStatus: {
689
667
  readonly SUCCESS: "Success";
690
668
  readonly TIMED_OUT: "TimedOut";
691
669
  };
692
- export type CommandPluginStatus =
693
- (typeof CommandPluginStatus)[keyof typeof CommandPluginStatus];
670
+ export type CommandPluginStatus = (typeof CommandPluginStatus)[keyof typeof CommandPluginStatus];
694
671
  export declare const CommandStatus: {
695
672
  readonly CANCELLED: "Cancelled";
696
673
  readonly CANCELLING: "Cancelling";
@@ -718,19 +695,16 @@ export declare const ComplianceSeverity: {
718
695
  readonly Medium: "MEDIUM";
719
696
  readonly Unspecified: "UNSPECIFIED";
720
697
  };
721
- export type ComplianceSeverity =
722
- (typeof ComplianceSeverity)[keyof typeof ComplianceSeverity];
698
+ export type ComplianceSeverity = (typeof ComplianceSeverity)[keyof typeof ComplianceSeverity];
723
699
  export declare const ComplianceStatus: {
724
700
  readonly Compliant: "COMPLIANT";
725
701
  readonly NonCompliant: "NON_COMPLIANT";
726
702
  };
727
- export type ComplianceStatus =
728
- (typeof ComplianceStatus)[keyof typeof ComplianceStatus];
703
+ export type ComplianceStatus = (typeof ComplianceStatus)[keyof typeof ComplianceStatus];
729
704
  export declare const DocumentMetadataEnum: {
730
705
  readonly DocumentReviews: "DocumentReviews";
731
706
  };
732
- export type DocumentMetadataEnum =
733
- (typeof DocumentMetadataEnum)[keyof typeof DocumentMetadataEnum];
707
+ export type DocumentMetadataEnum = (typeof DocumentMetadataEnum)[keyof typeof DocumentMetadataEnum];
734
708
  export declare const DocumentReviewCommentType: {
735
709
  readonly Comment: "Comment";
736
710
  };
@@ -742,8 +716,7 @@ export declare const DocumentFilterKey: {
742
716
  readonly Owner: "Owner";
743
717
  readonly PlatformTypes: "PlatformTypes";
744
718
  };
745
- export type DocumentFilterKey =
746
- (typeof DocumentFilterKey)[keyof typeof DocumentFilterKey];
719
+ export type DocumentFilterKey = (typeof DocumentFilterKey)[keyof typeof DocumentFilterKey];
747
720
  export declare const NodeFilterKey: {
748
721
  readonly ACCOUNT_ID: "AccountId";
749
722
  readonly AGENT_TYPE: "AgentType";
@@ -783,8 +756,7 @@ export type ManagedStatus = (typeof ManagedStatus)[keyof typeof ManagedStatus];
783
756
  export declare const NodeAggregatorType: {
784
757
  readonly COUNT: "Count";
785
758
  };
786
- export type NodeAggregatorType =
787
- (typeof NodeAggregatorType)[keyof typeof NodeAggregatorType];
759
+ export type NodeAggregatorType = (typeof NodeAggregatorType)[keyof typeof NodeAggregatorType];
788
760
  export declare const NodeAttributeName: {
789
761
  readonly AGENT_VERSION: "AgentVersion";
790
762
  readonly AVAILABILITY_ZONE: "AvailabilityZone";
@@ -795,8 +767,7 @@ export declare const NodeAttributeName: {
795
767
  readonly RESOURCE_TYPE: "ResourceType";
796
768
  readonly SOURCE_TYPE: "SourceType";
797
769
  };
798
- export type NodeAttributeName =
799
- (typeof NodeAttributeName)[keyof typeof NodeAttributeName];
770
+ export type NodeAttributeName = (typeof NodeAttributeName)[keyof typeof NodeAttributeName];
800
771
  export declare const NodeTypeName: {
801
772
  readonly INSTANCE: "Instance";
802
773
  };
@@ -834,8 +805,7 @@ export declare const ComplianceUploadType: {
834
805
  readonly Complete: "COMPLETE";
835
806
  readonly Partial: "PARTIAL";
836
807
  };
837
- export type ComplianceUploadType =
838
- (typeof ComplianceUploadType)[keyof typeof ComplianceUploadType];
808
+ export type ComplianceUploadType = (typeof ComplianceUploadType)[keyof typeof ComplianceUploadType];
839
809
  export declare const SignalType: {
840
810
  readonly APPROVE: "Approve";
841
811
  readonly REJECT: "Reject";
@@ -856,8 +826,7 @@ export declare const DocumentReviewAction: {
856
826
  readonly SendForReview: "SendForReview";
857
827
  readonly UpdateReview: "UpdateReview";
858
828
  };
859
- export type DocumentReviewAction =
860
- (typeof DocumentReviewAction)[keyof typeof DocumentReviewAction];
829
+ export type DocumentReviewAction = (typeof DocumentReviewAction)[keyof typeof DocumentReviewAction];
861
830
  export declare const ValidationFindingCode: {
862
831
  readonly AWS_ROLE_ASSUMPTION_FAILED: "AwsRoleAssumptionFailed";
863
832
  readonly OUTBOUND_WEB_IDENTITY_FEDERATION_DISABLED: "OutboundWebIdentityFederationDisabled";