@gemeentenijmegen/webapp 1.1.1 → 1.1.2

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 (394) hide show
  1. package/.jsii +10 -10
  2. package/assets/webapp/auth/auth.lambda/index.js +56 -35
  3. package/assets/webapp/login/login.lambda/index.js +56 -35
  4. package/assets/webapp/logout/logout.lambda/index.js +56 -209
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +23 -20
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
  25. package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
  26. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +152 -29
  27. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
  28. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
  29. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +0 -1
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +75 -4
  53. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
  54. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
  55. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
  56. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
  57. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
  58. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +30 -16
  59. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
  61. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +41 -27
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +61 -17
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +98 -79
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -3
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +12 -3
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +47 -32
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +84 -45
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +126 -78
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1720 -1409
  149. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +509 -414
  150. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +799 -780
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +303 -279
  152. package/node_modules/@aws-sdk/client-s3/package.json +57 -57
  153. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
  154. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
  155. package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
  156. package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
  157. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
  158. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
  159. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  160. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
  161. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  162. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
  163. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  164. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
  165. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
  166. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
  167. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
  168. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  169. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
  170. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
  171. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
  172. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
  173. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
  180. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  181. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  182. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
  186. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
  187. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  189. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
  195. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
  196. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
  197. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
  198. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
  199. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  200. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  201. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
  202. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
  204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
  205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  206. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  207. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  208. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  209. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  223. package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
  224. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  225. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  226. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  227. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  228. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  229. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  230. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  232. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  233. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  234. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  235. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  236. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  237. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  238. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  239. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  240. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  241. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  242. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  243. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  244. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  245. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  246. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  247. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  248. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  249. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  250. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  251. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  252. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  253. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  254. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  255. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  256. package/node_modules/@aws-sdk/core/package.json +14 -14
  257. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  258. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  259. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  260. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  261. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  262. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  263. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
  264. package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
  265. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
  266. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
  267. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
  268. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
  269. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -2
  270. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
  271. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
  272. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
  273. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  274. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
  275. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  276. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  277. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
  278. package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
  279. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  280. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  281. package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
  282. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  283. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  284. package/node_modules/@aws-sdk/types/package.json +2 -2
  285. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
  286. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  287. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  288. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  289. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  290. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  291. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  292. package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
  293. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  294. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  295. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  296. package/node_modules/@smithy/abort-controller/package.json +4 -3
  297. package/node_modules/@smithy/config-resolver/package.json +7 -6
  298. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
  299. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  300. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  301. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  302. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  303. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  304. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
  305. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  306. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  307. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
  308. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
  309. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  310. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
  311. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
  312. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  313. package/node_modules/@smithy/core/package.json +10 -9
  314. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  315. package/node_modules/@smithy/eventstream-codec/package.json +4 -3
  316. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  317. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
  318. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  319. package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
  320. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  321. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  322. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  323. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  324. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  325. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  326. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  327. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  328. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  329. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  330. package/node_modules/@smithy/hash-blob-browser/package.json +4 -3
  331. package/node_modules/@smithy/hash-node/package.json +4 -3
  332. package/node_modules/@smithy/hash-stream-node/package.json +4 -3
  333. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  334. package/node_modules/@smithy/md5-js/package.json +4 -3
  335. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  336. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  337. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  338. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  339. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  340. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  341. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  342. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  343. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  344. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  345. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  346. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  347. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  348. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  349. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  350. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  351. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  352. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  353. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  354. package/node_modules/@smithy/property-provider/package.json +4 -3
  355. package/node_modules/@smithy/protocol-http/package.json +4 -3
  356. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  357. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  358. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  359. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  360. package/node_modules/@smithy/signature-v4/package.json +6 -5
  361. package/node_modules/@smithy/smithy-client/package.json +9 -8
  362. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  363. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  364. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  365. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  366. package/node_modules/@smithy/types/package.json +1 -1
  367. package/node_modules/@smithy/url-parser/package.json +5 -4
  368. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  369. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  370. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  371. package/node_modules/@smithy/util-middleware/package.json +4 -3
  372. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  373. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  374. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  375. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  376. package/node_modules/@smithy/util-retry/package.json +5 -4
  377. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  378. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  379. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  380. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  381. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  382. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  383. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  384. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  385. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  386. package/node_modules/@smithy/util-stream/package.json +10 -6
  387. package/node_modules/@smithy/util-waiter/package.json +5 -4
  388. package/package.json +13 -13
  389. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
  390. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
  391. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
  392. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
  393. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
  394. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
@@ -8,6 +8,8 @@ import {
8
8
  AttachmentsSource,
9
9
  DocumentDescription,
10
10
  DocumentFormat,
11
+ DocumentHashType,
12
+ ExecutionMode,
11
13
  InstanceAssociationOutputLocation,
12
14
  MetadataValue,
13
15
  OperatingSystem,
@@ -26,6 +28,8 @@ import {
26
28
  TargetLocation,
27
29
  } from "./models_0";
28
30
  import {
31
+ CloudWatchOutputConfig,
32
+ Command,
29
33
  DocumentReviewCommentSource,
30
34
  InventoryFilter,
31
35
  InventoryGroup,
@@ -33,16 +37,186 @@ import {
33
37
  MaintenanceWindowTaskCutoffBehavior,
34
38
  MaintenanceWindowTaskInvocationParameters,
35
39
  MaintenanceWindowTaskParameterValueExpression,
40
+ NodeAggregatorType,
41
+ NodeAttributeName,
42
+ NodeFilter,
43
+ NodeTypeName,
44
+ NotificationConfig,
36
45
  OpsFilter,
37
46
  OpsItemStatus,
38
47
  OpsResultAttribute,
39
48
  ResultAttribute,
49
+ ServiceSetting,
40
50
  } from "./models_1";
41
51
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
52
+ export interface ResetServiceSettingResult {
53
+ ServiceSetting?: ServiceSetting | undefined;
54
+ }
55
+ export interface ResumeSessionRequest {
56
+ SessionId: string | undefined;
57
+ }
58
+ export interface ResumeSessionResponse {
59
+ SessionId?: string | undefined;
60
+ TokenValue?: string | undefined;
61
+ StreamUrl?: string | undefined;
62
+ }
63
+ export declare class AutomationStepNotFoundException extends __BaseException {
64
+ readonly name: "AutomationStepNotFoundException";
65
+ readonly $fault: "client";
66
+ Message?: string | undefined;
67
+ constructor(
68
+ opts: __ExceptionOptionType<
69
+ AutomationStepNotFoundException,
70
+ __BaseException
71
+ >
72
+ );
73
+ }
74
+ export declare class InvalidAutomationSignalException extends __BaseException {
75
+ readonly name: "InvalidAutomationSignalException";
76
+ readonly $fault: "client";
77
+ Message?: string | undefined;
78
+ constructor(
79
+ opts: __ExceptionOptionType<
80
+ InvalidAutomationSignalException,
81
+ __BaseException
82
+ >
83
+ );
84
+ }
85
+ export declare const SignalType: {
86
+ readonly APPROVE: "Approve";
87
+ readonly REJECT: "Reject";
88
+ readonly RESUME: "Resume";
89
+ readonly START_STEP: "StartStep";
90
+ readonly STOP_STEP: "StopStep";
91
+ };
92
+ export type SignalType = (typeof SignalType)[keyof typeof SignalType];
93
+ export interface SendAutomationSignalRequest {
94
+ AutomationExecutionId: string | undefined;
95
+ SignalType: SignalType | undefined;
96
+ Payload?: Record<string, string[]> | undefined;
97
+ }
98
+ export interface SendAutomationSignalResult {}
99
+ export declare class InvalidNotificationConfig extends __BaseException {
100
+ readonly name: "InvalidNotificationConfig";
101
+ readonly $fault: "client";
102
+ Message?: string | undefined;
103
+ constructor(
104
+ opts: __ExceptionOptionType<InvalidNotificationConfig, __BaseException>
105
+ );
106
+ }
107
+ export declare class InvalidOutputFolder extends __BaseException {
108
+ readonly name: "InvalidOutputFolder";
109
+ readonly $fault: "client";
110
+ constructor(
111
+ opts: __ExceptionOptionType<InvalidOutputFolder, __BaseException>
112
+ );
113
+ }
114
+ export declare class InvalidRole extends __BaseException {
115
+ readonly name: "InvalidRole";
116
+ readonly $fault: "client";
117
+ Message?: string | undefined;
118
+ constructor(opts: __ExceptionOptionType<InvalidRole, __BaseException>);
119
+ }
120
+ export interface SendCommandRequest {
121
+ InstanceIds?: string[] | undefined;
122
+ Targets?: Target[] | undefined;
123
+ DocumentName: string | undefined;
124
+ DocumentVersion?: string | undefined;
125
+ DocumentHash?: string | undefined;
126
+ DocumentHashType?: DocumentHashType | undefined;
127
+ TimeoutSeconds?: number | undefined;
128
+ Comment?: string | undefined;
129
+ Parameters?: Record<string, string[]> | undefined;
130
+ OutputS3Region?: string | undefined;
131
+ OutputS3BucketName?: string | undefined;
132
+ OutputS3KeyPrefix?: string | undefined;
133
+ MaxConcurrency?: string | undefined;
134
+ MaxErrors?: string | undefined;
135
+ ServiceRoleArn?: string | undefined;
136
+ NotificationConfig?: NotificationConfig | undefined;
137
+ CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
138
+ AlarmConfiguration?: AlarmConfiguration | undefined;
139
+ }
140
+ export interface SendCommandResult {
141
+ Command?: Command | undefined;
142
+ }
143
+ export declare class InvalidAssociation extends __BaseException {
144
+ readonly name: "InvalidAssociation";
145
+ readonly $fault: "client";
146
+ Message?: string | undefined;
147
+ constructor(opts: __ExceptionOptionType<InvalidAssociation, __BaseException>);
148
+ }
149
+ export interface StartAssociationsOnceRequest {
150
+ AssociationIds: string[] | undefined;
151
+ }
152
+ export interface StartAssociationsOnceResult {}
153
+ export declare class AutomationDefinitionNotFoundException extends __BaseException {
154
+ readonly name: "AutomationDefinitionNotFoundException";
155
+ readonly $fault: "client";
156
+ Message?: string | undefined;
157
+ constructor(
158
+ opts: __ExceptionOptionType<
159
+ AutomationDefinitionNotFoundException,
160
+ __BaseException
161
+ >
162
+ );
163
+ }
164
+ export declare class AutomationDefinitionVersionNotFoundException extends __BaseException {
165
+ readonly name: "AutomationDefinitionVersionNotFoundException";
166
+ readonly $fault: "client";
167
+ Message?: string | undefined;
168
+ constructor(
169
+ opts: __ExceptionOptionType<
170
+ AutomationDefinitionVersionNotFoundException,
171
+ __BaseException
172
+ >
173
+ );
174
+ }
175
+ export declare class AutomationExecutionLimitExceededException extends __BaseException {
176
+ readonly name: "AutomationExecutionLimitExceededException";
177
+ readonly $fault: "client";
178
+ Message?: string | undefined;
179
+ constructor(
180
+ opts: __ExceptionOptionType<
181
+ AutomationExecutionLimitExceededException,
182
+ __BaseException
183
+ >
184
+ );
185
+ }
186
+ export declare class InvalidAutomationExecutionParametersException extends __BaseException {
187
+ readonly name: "InvalidAutomationExecutionParametersException";
188
+ readonly $fault: "client";
189
+ Message?: string | undefined;
190
+ constructor(
191
+ opts: __ExceptionOptionType<
192
+ InvalidAutomationExecutionParametersException,
193
+ __BaseException
194
+ >
195
+ );
196
+ }
197
+ export interface StartAutomationExecutionRequest {
198
+ DocumentName: string | undefined;
199
+ DocumentVersion?: string | undefined;
200
+ Parameters?: Record<string, string[]> | undefined;
201
+ ClientToken?: string | undefined;
202
+ Mode?: ExecutionMode | undefined;
203
+ TargetParameterName?: string | undefined;
204
+ Targets?: Target[] | undefined;
205
+ TargetMaps?: Record<string, string[]>[] | undefined;
206
+ MaxConcurrency?: string | undefined;
207
+ MaxErrors?: string | undefined;
208
+ TargetLocations?: TargetLocation[] | undefined;
209
+ Tags?: Tag[] | undefined;
210
+ AlarmConfiguration?: AlarmConfiguration | undefined;
211
+ TargetLocationsURL?: string | undefined;
212
+ }
213
+ export interface StartAutomationExecutionResult {
214
+ AutomationExecutionId?: string | undefined;
215
+ }
42
216
  export declare class AutomationDefinitionNotApprovedException extends __BaseException {
43
217
  readonly name: "AutomationDefinitionNotApprovedException";
44
218
  readonly $fault: "client";
45
- Message?: string;
219
+ Message?: string | undefined;
46
220
  constructor(
47
221
  opts: __ExceptionOptionType<
48
222
  AutomationDefinitionNotApprovedException,
@@ -51,42 +225,85 @@ export declare class AutomationDefinitionNotApprovedException extends __BaseExce
51
225
  );
52
226
  }
53
227
  export interface StartChangeRequestExecutionRequest {
54
- ScheduledTime?: Date;
228
+ ScheduledTime?: Date | undefined;
55
229
  DocumentName: string | undefined;
56
- DocumentVersion?: string;
57
- Parameters?: Record<string, string[]>;
58
- ChangeRequestName?: string;
59
- ClientToken?: string;
60
- AutoApprove?: boolean;
230
+ DocumentVersion?: string | undefined;
231
+ Parameters?: Record<string, string[]> | undefined;
232
+ ChangeRequestName?: string | undefined;
233
+ ClientToken?: string | undefined;
234
+ AutoApprove?: boolean | undefined;
61
235
  Runbooks: Runbook[] | undefined;
62
- Tags?: Tag[];
63
- ScheduledEndTime?: Date;
64
- ChangeDetails?: string;
236
+ Tags?: Tag[] | undefined;
237
+ ScheduledEndTime?: Date | undefined;
238
+ ChangeDetails?: string | undefined;
65
239
  }
66
240
  export interface StartChangeRequestExecutionResult {
67
- AutomationExecutionId?: string;
241
+ AutomationExecutionId?: string | undefined;
242
+ }
243
+ export interface AutomationExecutionInputs {
244
+ Parameters?: Record<string, string[]> | undefined;
245
+ TargetParameterName?: string | undefined;
246
+ Targets?: Target[] | undefined;
247
+ TargetMaps?: Record<string, string[]>[] | undefined;
248
+ TargetLocations?: TargetLocation[] | undefined;
249
+ TargetLocationsURL?: string | undefined;
250
+ }
251
+ export type ExecutionInputs =
252
+ | ExecutionInputs.AutomationMember
253
+ | ExecutionInputs.$UnknownMember;
254
+ export declare namespace ExecutionInputs {
255
+ interface AutomationMember {
256
+ Automation: AutomationExecutionInputs;
257
+ $unknown?: never;
258
+ }
259
+ interface $UnknownMember {
260
+ Automation?: never;
261
+ $unknown: [string, any];
262
+ }
263
+ interface Visitor<T> {
264
+ Automation: (value: AutomationExecutionInputs) => T;
265
+ _: (name: string, value: any) => T;
266
+ }
267
+ const visit: <T>(value: ExecutionInputs, visitor: Visitor<T>) => T;
268
+ }
269
+ export interface StartExecutionPreviewRequest {
270
+ DocumentName: string | undefined;
271
+ DocumentVersion?: string | undefined;
272
+ ExecutionInputs?: ExecutionInputs | undefined;
273
+ }
274
+ export interface StartExecutionPreviewResponse {
275
+ ExecutionPreviewId?: string | undefined;
276
+ }
277
+ export declare class ValidationException extends __BaseException {
278
+ readonly name: "ValidationException";
279
+ readonly $fault: "client";
280
+ Message?: string | undefined;
281
+ ReasonCode?: string | undefined;
282
+ constructor(
283
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
284
+ );
68
285
  }
69
286
  export interface StartSessionRequest {
70
287
  Target: string | undefined;
71
- DocumentName?: string;
72
- Reason?: string;
73
- Parameters?: Record<string, string[]>;
288
+ DocumentName?: string | undefined;
289
+ Reason?: string | undefined;
290
+ Parameters?: Record<string, string[]> | undefined;
74
291
  }
75
292
  export interface StartSessionResponse {
76
- SessionId?: string;
77
- TokenValue?: string;
78
- StreamUrl?: string;
293
+ SessionId?: string | undefined;
294
+ TokenValue?: string | undefined;
295
+ StreamUrl?: string | undefined;
79
296
  }
80
297
  export declare class TargetNotConnected extends __BaseException {
81
298
  readonly name: "TargetNotConnected";
82
299
  readonly $fault: "client";
83
- Message?: string;
300
+ Message?: string | undefined;
84
301
  constructor(opts: __ExceptionOptionType<TargetNotConnected, __BaseException>);
85
302
  }
86
303
  export declare class InvalidAutomationStatusUpdateException extends __BaseException {
87
304
  readonly name: "InvalidAutomationStatusUpdateException";
88
305
  readonly $fault: "client";
89
- Message?: string;
306
+ Message?: string | undefined;
90
307
  constructor(
91
308
  opts: __ExceptionOptionType<
92
309
  InvalidAutomationStatusUpdateException,
@@ -101,14 +318,14 @@ export declare const StopType: {
101
318
  export type StopType = (typeof StopType)[keyof typeof StopType];
102
319
  export interface StopAutomationExecutionRequest {
103
320
  AutomationExecutionId: string | undefined;
104
- Type?: StopType;
321
+ Type?: StopType | undefined;
105
322
  }
106
323
  export interface StopAutomationExecutionResult {}
107
324
  export interface TerminateSessionRequest {
108
325
  SessionId: string | undefined;
109
326
  }
110
327
  export interface TerminateSessionResponse {
111
- SessionId?: string;
328
+ SessionId?: string | undefined;
112
329
  }
113
330
  export interface UnlabelParameterVersionRequest {
114
331
  Name: string | undefined;
@@ -116,13 +333,13 @@ export interface UnlabelParameterVersionRequest {
116
333
  Labels: string[] | undefined;
117
334
  }
118
335
  export interface UnlabelParameterVersionResult {
119
- RemovedLabels?: string[];
120
- InvalidLabels?: string[];
336
+ RemovedLabels?: string[] | undefined;
337
+ InvalidLabels?: string[] | undefined;
121
338
  }
122
339
  export declare class AssociationVersionLimitExceeded extends __BaseException {
123
340
  readonly name: "AssociationVersionLimitExceeded";
124
341
  readonly $fault: "client";
125
- Message?: string;
342
+ Message?: string | undefined;
126
343
  constructor(
127
344
  opts: __ExceptionOptionType<
128
345
  AssociationVersionLimitExceeded,
@@ -133,34 +350,34 @@ export declare class AssociationVersionLimitExceeded extends __BaseException {
133
350
  export declare class InvalidUpdate extends __BaseException {
134
351
  readonly name: "InvalidUpdate";
135
352
  readonly $fault: "client";
136
- Message?: string;
353
+ Message?: string | undefined;
137
354
  constructor(opts: __ExceptionOptionType<InvalidUpdate, __BaseException>);
138
355
  }
139
356
  export interface UpdateAssociationRequest {
140
357
  AssociationId: string | undefined;
141
- Parameters?: Record<string, string[]>;
142
- DocumentVersion?: string;
143
- ScheduleExpression?: string;
144
- OutputLocation?: InstanceAssociationOutputLocation;
145
- Name?: string;
146
- Targets?: Target[];
147
- AssociationName?: string;
148
- AssociationVersion?: string;
149
- AutomationTargetParameterName?: string;
150
- MaxErrors?: string;
151
- MaxConcurrency?: string;
152
- ComplianceSeverity?: AssociationComplianceSeverity;
153
- SyncCompliance?: AssociationSyncCompliance;
154
- ApplyOnlyAtCronInterval?: boolean;
155
- CalendarNames?: string[];
156
- TargetLocations?: TargetLocation[];
157
- ScheduleOffset?: number;
158
- Duration?: number;
159
- TargetMaps?: Record<string, string[]>[];
160
- AlarmConfiguration?: AlarmConfiguration;
358
+ Parameters?: Record<string, string[]> | undefined;
359
+ DocumentVersion?: string | undefined;
360
+ ScheduleExpression?: string | undefined;
361
+ OutputLocation?: InstanceAssociationOutputLocation | undefined;
362
+ Name?: string | undefined;
363
+ Targets?: Target[] | undefined;
364
+ AssociationName?: string | undefined;
365
+ AssociationVersion?: string | undefined;
366
+ AutomationTargetParameterName?: string | undefined;
367
+ MaxErrors?: string | undefined;
368
+ MaxConcurrency?: string | undefined;
369
+ ComplianceSeverity?: AssociationComplianceSeverity | undefined;
370
+ SyncCompliance?: AssociationSyncCompliance | undefined;
371
+ ApplyOnlyAtCronInterval?: boolean | undefined;
372
+ CalendarNames?: string[] | undefined;
373
+ TargetLocations?: TargetLocation[] | undefined;
374
+ ScheduleOffset?: number | undefined;
375
+ Duration?: number | undefined;
376
+ TargetMaps?: Record<string, string[]>[] | undefined;
377
+ AlarmConfiguration?: AlarmConfiguration | undefined;
161
378
  }
162
379
  export interface UpdateAssociationResult {
163
- AssociationDescription?: AssociationDescription;
380
+ AssociationDescription?: AssociationDescription | undefined;
164
381
  }
165
382
  export declare class StatusUnchanged extends __BaseException {
166
383
  readonly name: "StatusUnchanged";
@@ -173,12 +390,12 @@ export interface UpdateAssociationStatusRequest {
173
390
  AssociationStatus: AssociationStatus | undefined;
174
391
  }
175
392
  export interface UpdateAssociationStatusResult {
176
- AssociationDescription?: AssociationDescription;
393
+ AssociationDescription?: AssociationDescription | undefined;
177
394
  }
178
395
  export declare class DocumentVersionLimitExceeded extends __BaseException {
179
396
  readonly name: "DocumentVersionLimitExceeded";
180
397
  readonly $fault: "client";
181
- Message?: string;
398
+ Message?: string | undefined;
182
399
  constructor(
183
400
  opts: __ExceptionOptionType<DocumentVersionLimitExceeded, __BaseException>
184
401
  );
@@ -186,7 +403,7 @@ export declare class DocumentVersionLimitExceeded extends __BaseException {
186
403
  export declare class DuplicateDocumentContent extends __BaseException {
187
404
  readonly name: "DuplicateDocumentContent";
188
405
  readonly $fault: "client";
189
- Message?: string;
406
+ Message?: string | undefined;
190
407
  constructor(
191
408
  opts: __ExceptionOptionType<DuplicateDocumentContent, __BaseException>
192
409
  );
@@ -194,35 +411,35 @@ export declare class DuplicateDocumentContent extends __BaseException {
194
411
  export declare class DuplicateDocumentVersionName extends __BaseException {
195
412
  readonly name: "DuplicateDocumentVersionName";
196
413
  readonly $fault: "client";
197
- Message?: string;
414
+ Message?: string | undefined;
198
415
  constructor(
199
416
  opts: __ExceptionOptionType<DuplicateDocumentVersionName, __BaseException>
200
417
  );
201
418
  }
202
419
  export interface UpdateDocumentRequest {
203
420
  Content: string | undefined;
204
- Attachments?: AttachmentsSource[];
421
+ Attachments?: AttachmentsSource[] | undefined;
205
422
  Name: string | undefined;
206
- DisplayName?: string;
207
- VersionName?: string;
208
- DocumentVersion?: string;
209
- DocumentFormat?: DocumentFormat;
210
- TargetType?: string;
423
+ DisplayName?: string | undefined;
424
+ VersionName?: string | undefined;
425
+ DocumentVersion?: string | undefined;
426
+ DocumentFormat?: DocumentFormat | undefined;
427
+ TargetType?: string | undefined;
211
428
  }
212
429
  export interface UpdateDocumentResult {
213
- DocumentDescription?: DocumentDescription;
430
+ DocumentDescription?: DocumentDescription | undefined;
214
431
  }
215
432
  export interface UpdateDocumentDefaultVersionRequest {
216
433
  Name: string | undefined;
217
434
  DocumentVersion: string | undefined;
218
435
  }
219
436
  export interface DocumentDefaultVersionDescription {
220
- Name?: string;
221
- DefaultVersion?: string;
222
- DefaultVersionName?: string;
437
+ Name?: string | undefined;
438
+ DefaultVersion?: string | undefined;
439
+ DefaultVersionName?: string | undefined;
223
440
  }
224
441
  export interface UpdateDocumentDefaultVersionResult {
225
- Description?: DocumentDefaultVersionDescription;
442
+ Description?: DocumentDefaultVersionDescription | undefined;
226
443
  }
227
444
  export declare const DocumentReviewAction: {
228
445
  readonly Approve: "Approve";
@@ -234,100 +451,102 @@ export type DocumentReviewAction =
234
451
  (typeof DocumentReviewAction)[keyof typeof DocumentReviewAction];
235
452
  export interface DocumentReviews {
236
453
  Action: DocumentReviewAction | undefined;
237
- Comment?: DocumentReviewCommentSource[];
454
+ Comment?: DocumentReviewCommentSource[] | undefined;
238
455
  }
239
456
  export interface UpdateDocumentMetadataRequest {
240
457
  Name: string | undefined;
241
- DocumentVersion?: string;
458
+ DocumentVersion?: string | undefined;
242
459
  DocumentReviews: DocumentReviews | undefined;
243
460
  }
244
461
  export interface UpdateDocumentMetadataResponse {}
245
462
  export interface UpdateMaintenanceWindowRequest {
246
463
  WindowId: string | undefined;
247
- Name?: string;
248
- Description?: string;
249
- StartDate?: string;
250
- EndDate?: string;
251
- Schedule?: string;
252
- ScheduleTimezone?: string;
253
- ScheduleOffset?: number;
254
- Duration?: number;
255
- Cutoff?: number;
256
- AllowUnassociatedTargets?: boolean;
257
- Enabled?: boolean;
258
- Replace?: boolean;
464
+ Name?: string | undefined;
465
+ Description?: string | undefined;
466
+ StartDate?: string | undefined;
467
+ EndDate?: string | undefined;
468
+ Schedule?: string | undefined;
469
+ ScheduleTimezone?: string | undefined;
470
+ ScheduleOffset?: number | undefined;
471
+ Duration?: number | undefined;
472
+ Cutoff?: number | undefined;
473
+ AllowUnassociatedTargets?: boolean | undefined;
474
+ Enabled?: boolean | undefined;
475
+ Replace?: boolean | undefined;
259
476
  }
260
477
  export interface UpdateMaintenanceWindowResult {
261
- WindowId?: string;
262
- Name?: string;
263
- Description?: string;
264
- StartDate?: string;
265
- EndDate?: string;
266
- Schedule?: string;
267
- ScheduleTimezone?: string;
268
- ScheduleOffset?: number;
269
- Duration?: number;
270
- Cutoff?: number;
271
- AllowUnassociatedTargets?: boolean;
272
- Enabled?: boolean;
478
+ WindowId?: string | undefined;
479
+ Name?: string | undefined;
480
+ Description?: string | undefined;
481
+ StartDate?: string | undefined;
482
+ EndDate?: string | undefined;
483
+ Schedule?: string | undefined;
484
+ ScheduleTimezone?: string | undefined;
485
+ ScheduleOffset?: number | undefined;
486
+ Duration?: number | undefined;
487
+ Cutoff?: number | undefined;
488
+ AllowUnassociatedTargets?: boolean | undefined;
489
+ Enabled?: boolean | undefined;
273
490
  }
274
491
  export interface UpdateMaintenanceWindowTargetRequest {
275
492
  WindowId: string | undefined;
276
493
  WindowTargetId: string | undefined;
277
- Targets?: Target[];
278
- OwnerInformation?: string;
279
- Name?: string;
280
- Description?: string;
281
- Replace?: boolean;
494
+ Targets?: Target[] | undefined;
495
+ OwnerInformation?: string | undefined;
496
+ Name?: string | undefined;
497
+ Description?: string | undefined;
498
+ Replace?: boolean | undefined;
282
499
  }
283
500
  export interface UpdateMaintenanceWindowTargetResult {
284
- WindowId?: string;
285
- WindowTargetId?: string;
286
- Targets?: Target[];
287
- OwnerInformation?: string;
288
- Name?: string;
289
- Description?: string;
501
+ WindowId?: string | undefined;
502
+ WindowTargetId?: string | undefined;
503
+ Targets?: Target[] | undefined;
504
+ OwnerInformation?: string | undefined;
505
+ Name?: string | undefined;
506
+ Description?: string | undefined;
290
507
  }
291
508
  export interface UpdateMaintenanceWindowTaskRequest {
292
509
  WindowId: string | undefined;
293
510
  WindowTaskId: string | undefined;
294
- Targets?: Target[];
295
- TaskArn?: string;
296
- ServiceRoleArn?: string;
297
- TaskParameters?: Record<
298
- string,
299
- MaintenanceWindowTaskParameterValueExpression
300
- >;
301
- TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
302
- Priority?: number;
303
- MaxConcurrency?: string;
304
- MaxErrors?: string;
305
- LoggingInfo?: LoggingInfo;
306
- Name?: string;
307
- Description?: string;
308
- Replace?: boolean;
309
- CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
310
- AlarmConfiguration?: AlarmConfiguration;
511
+ Targets?: Target[] | undefined;
512
+ TaskArn?: string | undefined;
513
+ ServiceRoleArn?: string | undefined;
514
+ TaskParameters?:
515
+ | Record<string, MaintenanceWindowTaskParameterValueExpression>
516
+ | undefined;
517
+ TaskInvocationParameters?:
518
+ | MaintenanceWindowTaskInvocationParameters
519
+ | undefined;
520
+ Priority?: number | undefined;
521
+ MaxConcurrency?: string | undefined;
522
+ MaxErrors?: string | undefined;
523
+ LoggingInfo?: LoggingInfo | undefined;
524
+ Name?: string | undefined;
525
+ Description?: string | undefined;
526
+ Replace?: boolean | undefined;
527
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
528
+ AlarmConfiguration?: AlarmConfiguration | undefined;
311
529
  }
312
530
  export interface UpdateMaintenanceWindowTaskResult {
313
- WindowId?: string;
314
- WindowTaskId?: string;
315
- Targets?: Target[];
316
- TaskArn?: string;
317
- ServiceRoleArn?: string;
318
- TaskParameters?: Record<
319
- string,
320
- MaintenanceWindowTaskParameterValueExpression
321
- >;
322
- TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
323
- Priority?: number;
324
- MaxConcurrency?: string;
325
- MaxErrors?: string;
326
- LoggingInfo?: LoggingInfo;
327
- Name?: string;
328
- Description?: string;
329
- CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
330
- AlarmConfiguration?: AlarmConfiguration;
531
+ WindowId?: string | undefined;
532
+ WindowTaskId?: string | undefined;
533
+ Targets?: Target[] | undefined;
534
+ TaskArn?: string | undefined;
535
+ ServiceRoleArn?: string | undefined;
536
+ TaskParameters?:
537
+ | Record<string, MaintenanceWindowTaskParameterValueExpression>
538
+ | undefined;
539
+ TaskInvocationParameters?:
540
+ | MaintenanceWindowTaskInvocationParameters
541
+ | undefined;
542
+ Priority?: number | undefined;
543
+ MaxConcurrency?: string | undefined;
544
+ MaxErrors?: string | undefined;
545
+ LoggingInfo?: LoggingInfo | undefined;
546
+ Name?: string | undefined;
547
+ Description?: string | undefined;
548
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
549
+ AlarmConfiguration?: AlarmConfiguration | undefined;
331
550
  }
332
551
  export interface UpdateManagedInstanceRoleRequest {
333
552
  InstanceId: string | undefined;
@@ -335,22 +554,22 @@ export interface UpdateManagedInstanceRoleRequest {
335
554
  }
336
555
  export interface UpdateManagedInstanceRoleResult {}
337
556
  export interface UpdateOpsItemRequest {
338
- Description?: string;
339
- OperationalData?: Record<string, OpsItemDataValue>;
340
- OperationalDataToDelete?: string[];
341
- Notifications?: OpsItemNotification[];
342
- Priority?: number;
343
- RelatedOpsItems?: RelatedOpsItem[];
344
- Status?: OpsItemStatus;
557
+ Description?: string | undefined;
558
+ OperationalData?: Record<string, OpsItemDataValue> | undefined;
559
+ OperationalDataToDelete?: string[] | undefined;
560
+ Notifications?: OpsItemNotification[] | undefined;
561
+ Priority?: number | undefined;
562
+ RelatedOpsItems?: RelatedOpsItem[] | undefined;
563
+ Status?: OpsItemStatus | undefined;
345
564
  OpsItemId: string | undefined;
346
- Title?: string;
347
- Category?: string;
348
- Severity?: string;
349
- ActualStartTime?: Date;
350
- ActualEndTime?: Date;
351
- PlannedStartTime?: Date;
352
- PlannedEndTime?: Date;
353
- OpsItemArn?: string;
565
+ Title?: string | undefined;
566
+ Category?: string | undefined;
567
+ Severity?: string | undefined;
568
+ ActualStartTime?: Date | undefined;
569
+ ActualEndTime?: Date | undefined;
570
+ PlannedStartTime?: Date | undefined;
571
+ PlannedEndTime?: Date | undefined;
572
+ OpsItemArn?: string | undefined;
354
573
  }
355
574
  export interface UpdateOpsItemResponse {}
356
575
  export declare class OpsMetadataKeyLimitExceededException extends __BaseException {
@@ -365,46 +584,46 @@ export declare class OpsMetadataKeyLimitExceededException extends __BaseExceptio
365
584
  }
366
585
  export interface UpdateOpsMetadataRequest {
367
586
  OpsMetadataArn: string | undefined;
368
- MetadataToUpdate?: Record<string, MetadataValue>;
369
- KeysToDelete?: string[];
587
+ MetadataToUpdate?: Record<string, MetadataValue> | undefined;
588
+ KeysToDelete?: string[] | undefined;
370
589
  }
371
590
  export interface UpdateOpsMetadataResult {
372
- OpsMetadataArn?: string;
591
+ OpsMetadataArn?: string | undefined;
373
592
  }
374
593
  export interface UpdatePatchBaselineRequest {
375
594
  BaselineId: string | undefined;
376
- Name?: string;
377
- GlobalFilters?: PatchFilterGroup;
378
- ApprovalRules?: PatchRuleGroup;
379
- ApprovedPatches?: string[];
380
- ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
381
- ApprovedPatchesEnableNonSecurity?: boolean;
382
- RejectedPatches?: string[];
383
- RejectedPatchesAction?: PatchAction;
384
- Description?: string;
385
- Sources?: PatchSource[];
386
- Replace?: boolean;
595
+ Name?: string | undefined;
596
+ GlobalFilters?: PatchFilterGroup | undefined;
597
+ ApprovalRules?: PatchRuleGroup | undefined;
598
+ ApprovedPatches?: string[] | undefined;
599
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
600
+ ApprovedPatchesEnableNonSecurity?: boolean | undefined;
601
+ RejectedPatches?: string[] | undefined;
602
+ RejectedPatchesAction?: PatchAction | undefined;
603
+ Description?: string | undefined;
604
+ Sources?: PatchSource[] | undefined;
605
+ Replace?: boolean | undefined;
387
606
  }
388
607
  export interface UpdatePatchBaselineResult {
389
- BaselineId?: string;
390
- Name?: string;
391
- OperatingSystem?: OperatingSystem;
392
- GlobalFilters?: PatchFilterGroup;
393
- ApprovalRules?: PatchRuleGroup;
394
- ApprovedPatches?: string[];
395
- ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
396
- ApprovedPatchesEnableNonSecurity?: boolean;
397
- RejectedPatches?: string[];
398
- RejectedPatchesAction?: PatchAction;
399
- CreatedDate?: Date;
400
- ModifiedDate?: Date;
401
- Description?: string;
402
- Sources?: PatchSource[];
608
+ BaselineId?: string | undefined;
609
+ Name?: string | undefined;
610
+ OperatingSystem?: OperatingSystem | undefined;
611
+ GlobalFilters?: PatchFilterGroup | undefined;
612
+ ApprovalRules?: PatchRuleGroup | undefined;
613
+ ApprovedPatches?: string[] | undefined;
614
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
615
+ ApprovedPatchesEnableNonSecurity?: boolean | undefined;
616
+ RejectedPatches?: string[] | undefined;
617
+ RejectedPatchesAction?: PatchAction | undefined;
618
+ CreatedDate?: Date | undefined;
619
+ ModifiedDate?: Date | undefined;
620
+ Description?: string | undefined;
621
+ Sources?: PatchSource[] | undefined;
403
622
  }
404
623
  export declare class ResourceDataSyncConflictException extends __BaseException {
405
624
  readonly name: "ResourceDataSyncConflictException";
406
625
  readonly $fault: "client";
407
- Message?: string;
626
+ Message?: string | undefined;
408
627
  constructor(
409
628
  opts: __ExceptionOptionType<
410
629
  ResourceDataSyncConflictException,
@@ -424,33 +643,52 @@ export interface UpdateServiceSettingRequest {
424
643
  }
425
644
  export interface UpdateServiceSettingResult {}
426
645
  export interface InventoryAggregator {
427
- Expression?: string;
428
- Aggregators?: InventoryAggregator[];
429
- Groups?: InventoryGroup[];
646
+ Expression?: string | undefined;
647
+ Aggregators?: InventoryAggregator[] | undefined;
648
+ Groups?: InventoryGroup[] | undefined;
649
+ }
650
+ export interface NodeAggregator {
651
+ AggregatorType: NodeAggregatorType | undefined;
652
+ TypeName: NodeTypeName | undefined;
653
+ AttributeName: NodeAttributeName | undefined;
654
+ Aggregators?: NodeAggregator[] | undefined;
430
655
  }
431
656
  export interface OpsAggregator {
432
- AggregatorType?: string;
433
- TypeName?: string;
434
- AttributeName?: string;
435
- Values?: Record<string, string>;
436
- Filters?: OpsFilter[];
437
- Aggregators?: OpsAggregator[];
657
+ AggregatorType?: string | undefined;
658
+ TypeName?: string | undefined;
659
+ AttributeName?: string | undefined;
660
+ Values?: Record<string, string> | undefined;
661
+ Filters?: OpsFilter[] | undefined;
662
+ Aggregators?: OpsAggregator[] | undefined;
438
663
  }
439
664
  export interface GetInventoryRequest {
440
- Filters?: InventoryFilter[];
441
- Aggregators?: InventoryAggregator[];
442
- ResultAttributes?: ResultAttribute[];
443
- NextToken?: string;
444
- MaxResults?: number;
665
+ Filters?: InventoryFilter[] | undefined;
666
+ Aggregators?: InventoryAggregator[] | undefined;
667
+ ResultAttributes?: ResultAttribute[] | undefined;
668
+ NextToken?: string | undefined;
669
+ MaxResults?: number | undefined;
445
670
  }
446
671
  export interface GetOpsSummaryRequest {
447
- SyncName?: string;
448
- Filters?: OpsFilter[];
449
- Aggregators?: OpsAggregator[];
450
- ResultAttributes?: OpsResultAttribute[];
451
- NextToken?: string;
452
- MaxResults?: number;
453
- }
672
+ SyncName?: string | undefined;
673
+ Filters?: OpsFilter[] | undefined;
674
+ Aggregators?: OpsAggregator[] | undefined;
675
+ ResultAttributes?: OpsResultAttribute[] | undefined;
676
+ NextToken?: string | undefined;
677
+ MaxResults?: number | undefined;
678
+ }
679
+ export interface ListNodesSummaryRequest {
680
+ SyncName?: string | undefined;
681
+ Filters?: NodeFilter[] | undefined;
682
+ Aggregators: NodeAggregator[] | undefined;
683
+ NextToken?: string | undefined;
684
+ MaxResults?: number | undefined;
685
+ }
686
+ export declare const SendCommandRequestFilterSensitiveLog: (
687
+ obj: SendCommandRequest
688
+ ) => any;
689
+ export declare const SendCommandResultFilterSensitiveLog: (
690
+ obj: SendCommandResult
691
+ ) => any;
454
692
  export declare const UpdateAssociationRequestFilterSensitiveLog: (
455
693
  obj: UpdateAssociationRequest
456
694
  ) => any;