@gemeentenijmegen/webapp 1.1.4 → 1.1.6

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 (1196) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +6 -0
  3. package/assets/webapp/login/login.lambda/index.js +6 -0
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +10 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +449 -310
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +2 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +4 -1
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +4 -1
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +4 -1
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +4 -1
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +4 -1
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +4 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +4 -1
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +4 -1
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +4 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +4 -1
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +4 -1
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +4 -1
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +4 -1
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +4 -1
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +4 -1
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +4 -1
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +4 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +4 -1
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +4 -1
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +4 -1
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +4 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +4 -1
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +4 -1
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +4 -1
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +4 -1
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +4 -1
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +4 -1
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +4 -1
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +4 -1
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +4 -1
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +4 -1
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +4 -1
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +4 -1
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +4 -1
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +4 -1
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +4 -1
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +4 -1
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +4 -1
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +7 -1
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +4 -1
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +4 -1
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +4 -1
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +4 -1
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +4 -1
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +4 -1
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +4 -1
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +4 -1
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +4 -1
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +4 -1
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +2 -3
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +10 -1
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +1 -1
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +2 -14
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +27 -27
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +32 -29
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -70
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +1 -0
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +12 -12
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +13 -13
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +1 -0
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +1 -0
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +1 -0
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -0
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -0
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +8 -8
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -47
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +1 -0
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +1 -0
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +1 -0
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +16 -16
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +1 -0
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +1 -0
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -0
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +1 -0
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +1 -0
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +5 -5
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +1 -0
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +15 -15
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +15 -15
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -0
  111. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +24 -24
  112. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +1 -0
  113. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +1 -0
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +1 -0
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +1 -0
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +1 -0
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +28 -28
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +1 -0
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +1 -52
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +1 -0
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +1 -0
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +2 -0
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -0
  127. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  128. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  129. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  130. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +64 -77
  131. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -1
  132. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  133. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  134. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  135. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +5 -0
  136. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1 -0
  137. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +12 -9
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +19 -19
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +25 -15
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +13 -14
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -0
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +11 -11
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -0
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +9 -6
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +7 -4
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -0
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +9 -6
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -0
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -0
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -0
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +9 -6
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +7 -4
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -4
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -4
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +21 -16
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -12
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +38 -40
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -0
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -0
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -0
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +9 -9
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -0
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +13 -13
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +6 -6
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -0
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -0
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -0
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -0
  176. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -0
  177. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +7 -7
  178. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -0
  179. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -12
  180. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +5 -5
  181. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +9 -9
  182. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -6
  183. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +8 -8
  184. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +29 -29
  185. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
  186. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +44 -30
  187. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -0
  188. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -0
  189. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -0
  190. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +25 -26
  191. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +18 -5
  192. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -0
  193. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +9 -6
  194. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +16 -15
  195. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -0
  196. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
  197. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -0
  198. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -0
  199. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -14
  200. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  201. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +61 -62
  202. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +26 -26
  203. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +23 -23
  204. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +25 -25
  205. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +25 -25
  206. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -0
  207. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -6
  208. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -0
  209. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +19 -16
  210. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -3
  211. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
  212. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -0
  213. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +20 -17
  214. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -13
  215. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -0
  216. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -8
  217. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -0
  218. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +10 -7
  219. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +15 -12
  220. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +9 -6
  221. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +13 -10
  222. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +10 -7
  223. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +13 -10
  224. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +11 -8
  225. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +79 -75
  226. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -0
  227. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -0
  228. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -0
  229. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +12 -12
  230. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
  231. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +17 -16
  232. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -0
  233. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +12 -12
  234. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +28 -29
  235. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  236. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +246 -213
  237. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +94 -90
  238. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  239. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  240. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  241. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +6 -0
  242. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  243. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  244. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  245. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  246. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  247. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +47 -48
  248. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -1
  249. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  250. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +2 -3
  251. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeExtensions.js +2 -14
  252. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +24 -24
  253. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -6
  254. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +10 -10
  255. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -6
  256. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +1 -19
  257. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +1 -48
  258. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +7 -7
  259. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +17 -7
  260. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +14 -10
  261. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +16 -16
  262. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +17 -17
  263. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +17 -7
  264. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +10 -10
  265. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +1 -0
  266. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +12 -12
  267. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +6 -6
  268. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +16 -17
  269. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +1 -0
  270. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +12 -9
  271. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  272. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +25 -27
  273. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +21 -23
  274. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +17 -7
  275. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  276. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  277. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +225 -220
  278. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -1
  279. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  280. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/EndpointParameters.js +2 -3
  281. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +5 -0
  282. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +4 -0
  283. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeExtensions.js +2 -14
  284. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
  285. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  286. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +1 -0
  287. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  288. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +1 -0
  289. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -0
  290. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +1 -0
  291. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +1 -0
  292. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  293. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +1 -0
  294. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -0
  295. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -0
  296. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  297. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -0
  298. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +1 -0
  299. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
  300. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +1 -0
  301. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  302. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +1 -0
  303. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  304. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +6 -0
  305. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +1 -0
  306. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -0
  307. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  308. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  309. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +8 -3
  310. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  311. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  312. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  313. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -0
  314. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  315. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  316. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  317. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
  318. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  319. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  320. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +1 -0
  321. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  322. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  323. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  324. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  325. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  326. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -0
  327. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -0
  328. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -1
  329. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -0
  330. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  331. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  332. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  333. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  334. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
  335. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  336. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  337. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  338. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  339. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -0
  340. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +1 -0
  341. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  342. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -0
  343. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -0
  344. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  345. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +1 -0
  346. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  347. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -0
  348. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -0
  349. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -0
  350. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -0
  351. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  352. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -0
  353. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +1 -0
  354. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +1 -29
  355. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +1 -0
  356. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -0
  357. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  358. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  359. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  360. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  361. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  362. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +1 -0
  363. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -0
  364. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -0
  365. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +6 -0
  366. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +6 -0
  367. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -0
  368. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +1 -0
  369. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -0
  370. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  371. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -0
  372. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +1 -0
  373. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +6 -0
  374. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  375. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -0
  376. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -0
  377. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +1 -0
  378. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -0
  379. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -0
  380. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  381. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -0
  382. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +1 -0
  383. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -0
  384. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +1 -52
  385. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +19 -19
  386. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -0
  387. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  388. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -0
  389. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  390. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -0
  391. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  392. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  393. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -0
  394. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +1 -0
  395. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +2 -1
  396. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  397. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  398. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  399. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
  400. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
  401. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  402. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -2
  403. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -0
  404. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -0
  405. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -0
  406. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -0
  407. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -0
  408. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  409. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +5 -5
  410. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +1 -0
  411. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -0
  412. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
  413. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +6 -0
  414. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +1 -0
  415. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  416. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +1 -0
  417. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  418. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  419. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  420. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  421. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  422. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  423. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -0
  424. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  425. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -0
  426. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  427. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -0
  428. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +58 -33
  429. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +70 -78
  430. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +106 -18
  431. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +4 -2
  432. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +9 -5
  433. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +9 -4
  434. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +6 -0
  435. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  436. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  437. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
  438. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
  439. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  440. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
  441. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
  442. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
  443. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
  444. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
  445. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
  446. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  447. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
  448. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
  449. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +82 -33
  450. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
  451. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
  452. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
  453. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
  454. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
  455. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
  456. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
  457. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
  458. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
  459. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
  460. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
  461. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
  462. package/node_modules/@aws-sdk/core/package.json +22 -22
  463. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
  464. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  465. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  466. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
  467. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  468. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
  469. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  470. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  471. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  472. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
  473. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  474. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
  475. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  476. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +14 -18
  477. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +2 -3
  478. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  479. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +23 -22
  480. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +11 -9
  481. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +3 -0
  482. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +11 -0
  483. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +6 -0
  484. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +6 -5
  485. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +5 -5
  486. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  487. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +30 -28
  488. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +4 -1
  489. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +8 -5
  490. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +9 -0
  491. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +9 -0
  492. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +7 -0
  493. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +16 -0
  494. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +1 -1
  495. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +3 -0
  496. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +6 -1
  497. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +3 -0
  498. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +6 -0
  499. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +26 -0
  500. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +1 -0
  501. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +2 -0
  502. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -9
  503. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
  504. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
  505. package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
  506. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +5 -5
  507. package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/configuration.js +1 -1
  508. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  509. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
  510. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  511. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
  512. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
  513. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  514. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +41 -33
  515. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +2 -1
  516. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +9 -9
  517. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +6 -4
  518. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  519. package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +6 -7
  520. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  521. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
  522. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
  523. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  524. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
  525. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +61 -68
  526. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
  527. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
  528. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
  529. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
  530. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
  531. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
  532. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
  533. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
  534. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
  535. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
  536. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
  537. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
  538. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
  539. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +12 -11
  540. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +12 -11
  541. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +47 -1
  542. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +12 -11
  543. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +61 -70
  544. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  545. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  546. package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
  547. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
  548. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
  549. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  550. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  551. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +4 -4
  552. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  553. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -5
  554. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  555. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
  556. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  557. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
  558. package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  559. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  560. package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  561. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  562. package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  563. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  564. package/node_modules/@aws-sdk/types/package.json +2 -2
  565. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +16 -8
  566. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  567. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  568. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  569. package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +3 -3
  570. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  571. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  572. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
  573. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  574. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +3 -3
  575. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  576. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +45 -45
  577. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -1
  578. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +7 -7
  579. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +464 -138
  580. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +2 -3
  581. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.d.ts +6 -6
  582. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +11 -11
  583. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.d.ts +10 -5
  584. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +59 -45
  585. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +30 -0
  586. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +87 -3
  587. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -4
  588. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.d.ts +2 -2
  589. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  590. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +3 -5
  591. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +3 -3
  592. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +6 -6
  593. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +3 -3
  594. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +5 -5
  595. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +4 -4
  596. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.d.ts +1 -1
  597. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +4 -4
  598. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +2 -3
  599. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +3 -3
  600. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +3 -3
  601. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +6 -6
  602. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.d.ts +1 -1
  603. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +6 -6
  604. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.d.ts +1 -1
  605. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +1 -1
  606. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.d.ts +2 -2
  607. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.js +4 -4
  608. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -2
  609. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.d.ts +1 -1
  610. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +7 -7
  611. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.d.ts +2 -2
  612. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.js +4 -4
  613. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +2 -3
  614. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.d.ts +2 -2
  615. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.js +4 -4
  616. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -4
  617. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.d.ts +3 -3
  618. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +16 -16
  619. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +2 -3
  620. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +2 -2
  621. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +9 -6
  622. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -1
  623. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.d.ts +5 -0
  624. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +10 -9
  625. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.d.ts +2 -2
  626. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.js +4 -4
  627. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +2 -3
  628. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.d.ts +2 -2
  629. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.js +4 -4
  630. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +2 -2
  631. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  632. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +2 -2
  633. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.d.ts +1 -1
  634. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +3 -3
  635. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +1 -1
  636. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +14 -12
  637. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +1 -3
  638. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +2 -3
  639. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +1 -2
  640. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +11 -0
  641. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +7 -6
  642. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +84 -6
  643. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-api-gateway-helper.test.js +11 -11
  644. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +467 -1
  645. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +9 -9
  646. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +7 -7
  647. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-table-helper.test.js +5 -5
  648. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-analytics.test.js +2 -2
  649. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-defaults.test.js +2 -2
  650. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-event-source.test.js +10 -10
  651. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/openapi/apiDefinition.json +57 -0
  652. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +25 -26
  653. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  654. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +5 -5
  655. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +11 -12
  656. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +8 -8
  657. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +1 -2
  658. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  659. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  660. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +1 -1
  661. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +6 -6
  662. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +25 -19
  663. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
  664. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +197 -3
  665. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -415
  666. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  667. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  668. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +3 -3
  669. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +35 -7
  670. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  671. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +476 -3
  672. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1386
  673. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  674. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  675. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +3 -3
  676. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +33 -7
  677. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  678. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +404 -3
  679. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -968
  680. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +1 -2
  681. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  682. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  683. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +1 -1
  684. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +6 -6
  685. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +25 -19
  686. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
  687. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +183 -3
  688. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -386
  689. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +1 -2
  690. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  691. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  692. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +1 -1
  693. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +6 -6
  694. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +25 -19
  695. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
  696. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +185 -3
  697. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -389
  698. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +1 -2
  699. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  700. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  701. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +1 -1
  702. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +6 -6
  703. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +25 -19
  704. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
  705. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +183 -3
  706. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -386
  707. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +2 -2
  708. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/LICENSE +287 -0
  709. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +42 -0
  710. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +18 -0
  711. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +42 -0
  712. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +34 -0
  713. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +87 -0
  714. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +23 -0
  715. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +116 -0
  716. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +20 -0
  717. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +36 -0
  718. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +4 -0
  719. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +12 -0
  720. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +101 -0
  721. package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
  722. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  723. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  724. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  725. package/node_modules/@smithy/abort-controller/package.json +5 -5
  726. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
  727. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
  728. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
  729. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  730. package/node_modules/@smithy/config-resolver/package.json +7 -7
  731. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
  732. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  733. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +9 -0
  734. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  735. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +31 -0
  736. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  737. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +31 -0
  738. package/node_modules/@smithy/core/package.json +17 -8
  739. package/node_modules/@smithy/core/serde.d.ts +7 -0
  740. package/node_modules/@smithy/core/serde.js +6 -0
  741. package/node_modules/@smithy/credential-provider-imds/package.json +8 -8
  742. package/node_modules/@smithy/eventstream-codec/package.json +5 -5
  743. package/node_modules/@smithy/eventstream-serde-browser/package.json +6 -6
  744. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +1 -2
  745. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/EventStreamSerdeConfig.js +1 -2
  746. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -5
  747. package/node_modules/@smithy/eventstream-serde-node/package.json +6 -6
  748. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  749. package/node_modules/@smithy/fetch-http-handler/package.json +8 -8
  750. package/node_modules/@smithy/hash-blob-browser/package.json +5 -5
  751. package/node_modules/@smithy/hash-node/package.json +5 -5
  752. package/node_modules/@smithy/hash-stream-node/package.json +5 -5
  753. package/node_modules/@smithy/invalid-dependency/package.json +5 -5
  754. package/node_modules/@smithy/md5-js/package.json +5 -5
  755. package/node_modules/@smithy/middleware-content-length/package.json +6 -6
  756. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
  757. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
  758. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  759. package/node_modules/@smithy/middleware-retry/README.md +1 -1
  760. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
  761. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
  762. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  763. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  764. package/node_modules/@smithy/middleware-stack/package.json +5 -5
  765. package/node_modules/@smithy/node-config-provider/package.json +7 -7
  766. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -1
  767. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  768. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +1 -0
  769. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  770. package/node_modules/@smithy/property-provider/package.json +5 -5
  771. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
  772. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
  773. package/node_modules/@smithy/protocol-http/package.json +5 -5
  774. package/node_modules/@smithy/querystring-builder/package.json +5 -5
  775. package/node_modules/@smithy/querystring-parser/package.json +5 -5
  776. package/node_modules/@smithy/service-error-classification/package.json +5 -5
  777. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  778. package/node_modules/@smithy/signature-v4/package.json +7 -7
  779. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
  780. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
  781. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
  782. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
  783. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
  784. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
  785. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
  786. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
  787. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
  788. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
  789. package/node_modules/@smithy/smithy-client/package.json +9 -9
  790. package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
  791. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
  792. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
  793. package/node_modules/@smithy/types/package.json +4 -4
  794. package/node_modules/@smithy/url-parser/package.json +6 -6
  795. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
  796. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
  797. package/node_modules/@smithy/util-endpoints/package.json +6 -6
  798. package/node_modules/@smithy/util-middleware/package.json +5 -5
  799. package/node_modules/@smithy/util-retry/README.md +1 -1
  800. package/node_modules/@smithy/util-retry/package.json +6 -6
  801. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
  802. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
  803. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
  804. package/node_modules/@smithy/util-stream/dist-cjs/index.js +9 -7
  805. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
  806. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  807. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  808. package/node_modules/@smithy/util-stream/dist-es/index.js +4 -3
  809. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  810. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
  811. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
  812. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -3
  813. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  814. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
  815. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +54 -0
  816. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -3
  817. package/node_modules/@smithy/util-stream/package.json +10 -7
  818. package/node_modules/@smithy/util-waiter/package.json +6 -6
  819. package/node_modules/@types/aws-lambda/README.md +1 -1
  820. package/node_modules/@types/aws-lambda/package.json +2 -2
  821. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
  822. package/node_modules/axios/CHANGELOG.md +97 -0
  823. package/node_modules/axios/README.md +35 -13
  824. package/node_modules/axios/dist/axios.js +14 -25
  825. package/node_modules/axios/dist/axios.js.map +1 -1
  826. package/node_modules/axios/dist/axios.min.js +2 -1
  827. package/node_modules/axios/dist/axios.min.js.map +1 -1
  828. package/node_modules/axios/dist/browser/axios.cjs +14 -28
  829. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  830. package/node_modules/axios/dist/esm/axios.js +14 -28
  831. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  832. package/node_modules/axios/dist/esm/axios.min.js +2 -1
  833. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  834. package/node_modules/axios/dist/node/axios.cjs +44 -31
  835. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  836. package/node_modules/axios/index.d.cts +1 -0
  837. package/node_modules/axios/index.d.ts +1 -0
  838. package/node_modules/axios/lib/adapters/http.js +1 -1
  839. package/node_modules/axios/lib/core/Axios.js +10 -1
  840. package/node_modules/axios/lib/core/buildFullPath.js +3 -2
  841. package/node_modules/axios/lib/env/data.js +1 -1
  842. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  843. package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
  844. package/node_modules/axios/lib/platform/node/index.js +26 -0
  845. package/node_modules/axios/lib/utils.js +0 -22
  846. package/node_modules/axios/package.json +4 -4
  847. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  848. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  849. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  850. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  851. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  852. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  853. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  854. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  855. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  856. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  857. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  858. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  859. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  860. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  861. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  862. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  863. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  864. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  865. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  866. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  867. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  868. package/node_modules/dunder-proto/.eslintrc +5 -0
  869. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  870. package/node_modules/dunder-proto/.nycrc +13 -0
  871. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  872. package/node_modules/dunder-proto/LICENSE +21 -0
  873. package/node_modules/dunder-proto/README.md +54 -0
  874. package/node_modules/dunder-proto/get.d.ts +5 -0
  875. package/node_modules/dunder-proto/get.js +30 -0
  876. package/node_modules/dunder-proto/package.json +76 -0
  877. package/node_modules/dunder-proto/set.d.ts +5 -0
  878. package/node_modules/dunder-proto/set.js +35 -0
  879. package/node_modules/dunder-proto/test/get.js +34 -0
  880. package/node_modules/dunder-proto/test/index.js +4 -0
  881. package/node_modules/dunder-proto/test/set.js +50 -0
  882. package/node_modules/dunder-proto/tsconfig.json +9 -0
  883. package/node_modules/es-define-property/.eslintrc +13 -0
  884. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  885. package/node_modules/es-define-property/.nycrc +9 -0
  886. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  887. package/node_modules/es-define-property/LICENSE +21 -0
  888. package/node_modules/es-define-property/README.md +49 -0
  889. package/node_modules/es-define-property/index.d.ts +3 -0
  890. package/node_modules/es-define-property/index.js +14 -0
  891. package/node_modules/es-define-property/package.json +81 -0
  892. package/node_modules/es-define-property/test/index.js +56 -0
  893. package/node_modules/es-define-property/tsconfig.json +10 -0
  894. package/node_modules/es-errors/.eslintrc +5 -0
  895. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  896. package/node_modules/es-errors/CHANGELOG.md +40 -0
  897. package/node_modules/es-errors/LICENSE +21 -0
  898. package/node_modules/es-errors/README.md +55 -0
  899. package/node_modules/es-errors/eval.d.ts +3 -0
  900. package/node_modules/es-errors/eval.js +4 -0
  901. package/node_modules/es-errors/index.d.ts +3 -0
  902. package/node_modules/es-errors/index.js +4 -0
  903. package/node_modules/es-errors/package.json +80 -0
  904. package/node_modules/es-errors/range.d.ts +3 -0
  905. package/node_modules/es-errors/range.js +4 -0
  906. package/node_modules/es-errors/ref.d.ts +3 -0
  907. package/node_modules/es-errors/ref.js +4 -0
  908. package/node_modules/es-errors/syntax.d.ts +3 -0
  909. package/node_modules/es-errors/syntax.js +4 -0
  910. package/node_modules/es-errors/test/index.js +19 -0
  911. package/node_modules/es-errors/tsconfig.json +49 -0
  912. package/node_modules/es-errors/type.d.ts +3 -0
  913. package/node_modules/es-errors/type.js +4 -0
  914. package/node_modules/es-errors/uri.d.ts +3 -0
  915. package/node_modules/es-errors/uri.js +4 -0
  916. package/node_modules/es-object-atoms/.eslintrc +16 -0
  917. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  918. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  919. package/node_modules/es-object-atoms/LICENSE +21 -0
  920. package/node_modules/es-object-atoms/README.md +63 -0
  921. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  922. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  923. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  924. package/node_modules/es-object-atoms/ToObject.js +10 -0
  925. package/node_modules/es-object-atoms/index.d.ts +3 -0
  926. package/node_modules/es-object-atoms/index.js +4 -0
  927. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  928. package/node_modules/es-object-atoms/isObject.js +6 -0
  929. package/node_modules/es-object-atoms/package.json +80 -0
  930. package/node_modules/es-object-atoms/test/index.js +38 -0
  931. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  932. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  933. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  934. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  935. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  936. package/node_modules/es-set-tostringtag/README.md +53 -0
  937. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  938. package/node_modules/es-set-tostringtag/index.js +35 -0
  939. package/node_modules/es-set-tostringtag/package.json +78 -0
  940. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  941. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  942. package/node_modules/form-data/lib/form_data.js +24 -22
  943. package/node_modules/form-data/package.json +17 -14
  944. package/node_modules/function-bind/.eslintrc +21 -0
  945. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  946. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  947. package/node_modules/function-bind/.nycrc +13 -0
  948. package/node_modules/function-bind/CHANGELOG.md +136 -0
  949. package/node_modules/function-bind/LICENSE +20 -0
  950. package/node_modules/function-bind/README.md +46 -0
  951. package/node_modules/function-bind/implementation.js +84 -0
  952. package/node_modules/function-bind/index.js +5 -0
  953. package/node_modules/function-bind/package.json +87 -0
  954. package/node_modules/function-bind/test/.eslintrc +9 -0
  955. package/node_modules/function-bind/test/index.js +252 -0
  956. package/node_modules/get-intrinsic/.eslintrc +42 -0
  957. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  958. package/node_modules/get-intrinsic/.nycrc +9 -0
  959. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  960. package/node_modules/get-intrinsic/LICENSE +21 -0
  961. package/node_modules/get-intrinsic/README.md +71 -0
  962. package/node_modules/get-intrinsic/index.js +378 -0
  963. package/node_modules/get-intrinsic/package.json +97 -0
  964. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  965. package/node_modules/get-proto/.eslintrc +10 -0
  966. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  967. package/node_modules/get-proto/.nycrc +9 -0
  968. package/node_modules/get-proto/CHANGELOG.md +21 -0
  969. package/node_modules/get-proto/LICENSE +21 -0
  970. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  971. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  972. package/node_modules/get-proto/README.md +50 -0
  973. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  974. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  975. package/node_modules/get-proto/index.d.ts +5 -0
  976. package/node_modules/get-proto/index.js +27 -0
  977. package/node_modules/get-proto/package.json +81 -0
  978. package/node_modules/get-proto/test/index.js +68 -0
  979. package/node_modules/get-proto/tsconfig.json +9 -0
  980. package/node_modules/gopd/.eslintrc +16 -0
  981. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  982. package/node_modules/gopd/CHANGELOG.md +45 -0
  983. package/node_modules/gopd/LICENSE +21 -0
  984. package/node_modules/gopd/README.md +40 -0
  985. package/node_modules/gopd/gOPD.d.ts +1 -0
  986. package/node_modules/gopd/gOPD.js +4 -0
  987. package/node_modules/gopd/index.d.ts +5 -0
  988. package/node_modules/gopd/index.js +15 -0
  989. package/node_modules/gopd/package.json +77 -0
  990. package/node_modules/gopd/test/index.js +36 -0
  991. package/node_modules/gopd/tsconfig.json +9 -0
  992. package/node_modules/has-symbols/.eslintrc +11 -0
  993. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  994. package/node_modules/has-symbols/.nycrc +9 -0
  995. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  996. package/node_modules/has-symbols/LICENSE +21 -0
  997. package/node_modules/has-symbols/README.md +46 -0
  998. package/node_modules/has-symbols/index.d.ts +3 -0
  999. package/node_modules/has-symbols/index.js +14 -0
  1000. package/node_modules/has-symbols/package.json +111 -0
  1001. package/node_modules/has-symbols/shams.d.ts +3 -0
  1002. package/node_modules/has-symbols/shams.js +45 -0
  1003. package/node_modules/has-symbols/test/index.js +22 -0
  1004. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  1005. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  1006. package/node_modules/has-symbols/test/tests.js +58 -0
  1007. package/node_modules/has-symbols/tsconfig.json +10 -0
  1008. package/node_modules/has-tostringtag/.eslintrc +5 -0
  1009. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  1010. package/node_modules/has-tostringtag/.nycrc +13 -0
  1011. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  1012. package/node_modules/has-tostringtag/LICENSE +21 -0
  1013. package/node_modules/has-tostringtag/README.md +46 -0
  1014. package/node_modules/has-tostringtag/index.d.ts +3 -0
  1015. package/node_modules/has-tostringtag/index.js +8 -0
  1016. package/node_modules/has-tostringtag/package.json +108 -0
  1017. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  1018. package/node_modules/has-tostringtag/shams.js +8 -0
  1019. package/node_modules/has-tostringtag/test/index.js +21 -0
  1020. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  1021. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  1022. package/node_modules/has-tostringtag/test/tests.js +15 -0
  1023. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  1024. package/node_modules/hasown/.eslintrc +5 -0
  1025. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  1026. package/node_modules/hasown/.nycrc +13 -0
  1027. package/node_modules/hasown/CHANGELOG.md +40 -0
  1028. package/node_modules/hasown/LICENSE +21 -0
  1029. package/node_modules/hasown/README.md +40 -0
  1030. package/node_modules/hasown/index.d.ts +3 -0
  1031. package/node_modules/hasown/index.js +8 -0
  1032. package/node_modules/hasown/package.json +92 -0
  1033. package/node_modules/hasown/tsconfig.json +6 -0
  1034. package/node_modules/math-intrinsics/.eslintrc +16 -0
  1035. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  1036. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  1037. package/node_modules/math-intrinsics/LICENSE +21 -0
  1038. package/node_modules/math-intrinsics/README.md +50 -0
  1039. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  1040. package/node_modules/math-intrinsics/abs.js +4 -0
  1041. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  1042. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  1043. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  1044. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  1045. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  1046. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  1047. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  1048. package/node_modules/math-intrinsics/floor.js +4 -0
  1049. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  1050. package/node_modules/math-intrinsics/isFinite.js +12 -0
  1051. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  1052. package/node_modules/math-intrinsics/isInteger.js +16 -0
  1053. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  1054. package/node_modules/math-intrinsics/isNaN.js +6 -0
  1055. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  1056. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  1057. package/node_modules/math-intrinsics/max.d.ts +1 -0
  1058. package/node_modules/math-intrinsics/max.js +4 -0
  1059. package/node_modules/math-intrinsics/min.d.ts +1 -0
  1060. package/node_modules/math-intrinsics/min.js +4 -0
  1061. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  1062. package/node_modules/math-intrinsics/mod.js +9 -0
  1063. package/node_modules/math-intrinsics/package.json +86 -0
  1064. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  1065. package/node_modules/math-intrinsics/pow.js +4 -0
  1066. package/node_modules/math-intrinsics/round.d.ts +1 -0
  1067. package/node_modules/math-intrinsics/round.js +4 -0
  1068. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  1069. package/node_modules/math-intrinsics/sign.js +11 -0
  1070. package/node_modules/math-intrinsics/test/index.js +192 -0
  1071. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  1072. package/node_modules/oidc-token-hash/README.md +6 -0
  1073. package/node_modules/oidc-token-hash/lib/index.js +8 -0
  1074. package/node_modules/oidc-token-hash/package.json +4 -4
  1075. package/node_modules/strnum/CHANGELOG.md +22 -0
  1076. package/node_modules/strnum/README.md +14 -3
  1077. package/node_modules/strnum/package.json +8 -2
  1078. package/node_modules/strnum/strnum.js +43 -56
  1079. package/node_modules/strnum/strnum.test.js +21 -6
  1080. package/package.json +20 -20
  1081. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.eslintignore +0 -7
  1082. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.eslintignore +0 -9
  1083. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  1084. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  1085. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  1086. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  1087. package/node_modules/axios/SECURITY.md +0 -6
  1088. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.d.ts +0 -0
  1089. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.js +0 -0
  1090. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/license +0 -0
  1091. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/package.json +0 -0
  1092. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/readme.md +0 -0
  1093. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/LICENSE +0 -0
  1094. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/README.md +0 -0
  1095. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/index.js +0 -0
  1096. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/package.json +0 -0
  1097. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/LICENSE.md +0 -0
  1098. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/README.md +0 -0
  1099. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/index.js +0 -0
  1100. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-base.js +0 -0
  1101. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-group.js +0 -0
  1102. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-stream.js +0 -0
  1103. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker.js +0 -0
  1104. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/package.json +0 -0
  1105. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/LICENSE +0 -0
  1106. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/README.md +0 -0
  1107. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/bin.js +0 -0
  1108. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/browser.js +0 -0
  1109. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/index.js +0 -0
  1110. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/package.json +0 -0
  1111. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/LICENSE +0 -0
  1112. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/README.md +0 -0
  1113. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/index.js +0 -0
  1114. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/package.json +0 -0
  1115. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/LICENSE-MIT.txt +0 -0
  1116. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/README.md +0 -0
  1117. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/index.js +0 -0
  1118. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/text.js +0 -0
  1119. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.d.ts +0 -0
  1120. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.js +0 -0
  1121. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/package.json +0 -0
  1122. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/text.js +0 -0
  1123. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/LICENSE.md +0 -0
  1124. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/README.md +0 -0
  1125. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/base-theme.js +0 -0
  1126. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/error.js +0 -0
  1127. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/has-color.js +0 -0
  1128. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/index.js +0 -0
  1129. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/plumbing.js +0 -0
  1130. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/process.js +0 -0
  1131. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/progress-bar.js +0 -0
  1132. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/render-template.js +0 -0
  1133. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-immediate.js +0 -0
  1134. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-interval.js +0 -0
  1135. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/spin.js +0 -0
  1136. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/template-item.js +0 -0
  1137. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/theme-set.js +0 -0
  1138. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/themes.js +0 -0
  1139. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/wide-truncate.js +0 -0
  1140. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/LICENSE.txt +0 -0
  1141. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/README.md +0 -0
  1142. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -0
  1143. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -0
  1144. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js +0 -0
  1145. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js.map +0 -0
  1146. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts +0 -0
  1147. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -0
  1148. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js +0 -0
  1149. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js.map +0 -0
  1150. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/package.json +0 -0
  1151. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -0
  1152. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -0
  1153. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js +0 -0
  1154. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js.map +0 -0
  1155. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -0
  1156. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -0
  1157. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js +0 -0
  1158. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js.map +0 -0
  1159. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts +0 -0
  1160. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -0
  1161. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js +0 -0
  1162. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js.map +0 -0
  1163. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/package.json +0 -0
  1164. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -0
  1165. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -0
  1166. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js +0 -0
  1167. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js.map +0 -0
  1168. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/package.json +0 -0
  1169. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/package.json +0 -0
  1170. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/LICENSE +0 -0
  1171. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/README.md +0 -0
  1172. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/index.js +0 -0
  1173. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/package.json +0 -0
  1174. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.d.ts +0 -0
  1175. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
  1176. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/license +0 -0
  1177. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
  1178. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
  1179. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/LICENSE.txt +0 -0
  1180. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/README.md +0 -0
  1181. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/index.js +0 -0
  1182. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/package.json +0 -0
  1183. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.d.ts +0 -0
  1184. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.js +0 -0
  1185. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/license +0 -0
  1186. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/package.json +0 -0
  1187. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/readme.md +0 -0
  1188. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.d.ts +0 -0
  1189. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.js +0 -0
  1190. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/license +0 -0
  1191. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/package.json +0 -0
  1192. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/readme.md +0 -0
  1193. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/LICENSE +0 -0
  1194. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/README.md +0 -0
  1195. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/align.js +0 -0
  1196. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/package.json +0 -0
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AddTagsToResourceCommand: () => AddTagsToResourceCommand,
25
25
  AlreadyExistsException: () => AlreadyExistsException,
26
26
  AssociateOpsItemRelatedItemCommand: () => AssociateOpsItemRelatedItemCommand,
@@ -365,6 +365,7 @@ __export(src_exports, {
365
365
  PatchAction: () => PatchAction,
366
366
  PatchComplianceDataState: () => PatchComplianceDataState,
367
367
  PatchComplianceLevel: () => PatchComplianceLevel,
368
+ PatchComplianceStatus: () => PatchComplianceStatus,
368
369
  PatchDeploymentStatus: () => PatchDeploymentStatus,
369
370
  PatchFilterKey: () => PatchFilterKey,
370
371
  PatchOperationType: () => PatchOperationType,
@@ -523,7 +524,7 @@ __export(src_exports, {
523
524
  waitForCommandExecuted: () => waitForCommandExecuted,
524
525
  waitUntilCommandExecuted: () => waitUntilCommandExecuted
525
526
  });
526
- module.exports = __toCommonJS(src_exports);
527
+ module.exports = __toCommonJS(index_exports);
527
528
 
528
529
  // src/SSMClient.ts
529
530
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -540,12 +541,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
540
541
 
541
542
  // src/endpoint/EndpointParameters.ts
542
543
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
543
- return {
544
- ...options,
544
+ return Object.assign(options, {
545
545
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
546
546
  useFipsEndpoint: options.useFipsEndpoint ?? false,
547
547
  defaultSigningName: "ssm"
548
- };
548
+ });
549
549
  }, "resolveClientEndpointParameters");
550
550
  var commonParams = {
551
551
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -602,22 +602,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
602
602
  }, "resolveHttpAuthRuntimeConfig");
603
603
 
604
604
  // src/runtimeExtensions.ts
605
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
606
605
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
607
- const extensionConfiguration = {
608
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
609
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
610
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
611
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
612
- };
606
+ const extensionConfiguration = Object.assign(
607
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
608
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
609
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
610
+ getHttpAuthExtensionConfiguration(runtimeConfig)
611
+ );
613
612
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
614
- return {
615
- ...runtimeConfig,
616
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
617
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
618
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
619
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
620
- };
613
+ return Object.assign(
614
+ runtimeConfig,
615
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
616
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
617
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
618
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
619
+ );
621
620
  }, "resolveRuntimeExtensions");
622
621
 
623
622
  // src/SSMClient.ts
@@ -631,6 +630,8 @@ var SSMClient = class extends import_smithy_client.Client {
631
630
  config;
632
631
  constructor(...[configuration]) {
633
632
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
633
+ super(_config_0);
634
+ this.initConfig = _config_0;
634
635
  const _config_1 = resolveClientEndpointParameters(_config_0);
635
636
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
636
637
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -639,7 +640,6 @@ var SSMClient = class extends import_smithy_client.Client {
639
640
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
640
641
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
641
642
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
642
- super(_config_8);
643
643
  this.config = _config_8;
644
644
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
645
645
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -650,9 +650,9 @@ var SSMClient = class extends import_smithy_client.Client {
650
650
  this.middlewareStack.use(
651
651
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
652
652
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSSMHttpAuthSchemeParametersProvider,
653
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
653
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
654
654
  "aws.auth#sigv4": config.credentials
655
- })
655
+ }), "identityProviderConfigProvider")
656
656
  })
657
657
  );
658
658
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1601,6 +1601,10 @@ var PatchFilterKey = {
1601
1601
  Severity: "SEVERITY",
1602
1602
  Version: "VERSION"
1603
1603
  };
1604
+ var PatchComplianceStatus = {
1605
+ Compliant: "COMPLIANT",
1606
+ NonCompliant: "NON_COMPLIANT"
1607
+ };
1604
1608
  var OperatingSystem = {
1605
1609
  AlmaLinux: "ALMA_LINUX",
1606
1610
  AmazonLinux: "AMAZON_LINUX",
@@ -2376,6 +2380,7 @@ var InvalidInstanceInformationFilterValue = class _InvalidInstanceInformationFil
2376
2380
  }
2377
2381
  };
2378
2382
  var PatchComplianceDataState = {
2383
+ AvailableSecurityUpdate: "AVAILABLE_SECURITY_UPDATE",
2379
2384
  Failed: "FAILED",
2380
2385
  Installed: "INSTALLED",
2381
2386
  InstalledOther: "INSTALLED_OTHER",
@@ -2862,8 +2867,7 @@ var ImpactType = {
2862
2867
  var ExecutionPreview;
2863
2868
  ((ExecutionPreview2) => {
2864
2869
  ExecutionPreview2.visit = /* @__PURE__ */ __name((value, visitor) => {
2865
- if (value.Automation !== void 0)
2866
- return visitor.Automation(value.Automation);
2870
+ if (value.Automation !== void 0) return visitor.Automation(value.Automation);
2867
2871
  return visitor._(value.$unknown[0], value.$unknown[1]);
2868
2872
  }, "visit");
2869
2873
  })(ExecutionPreview || (ExecutionPreview = {}));
@@ -3134,8 +3138,7 @@ var ManagedStatus = {
3134
3138
  var NodeType;
3135
3139
  ((NodeType2) => {
3136
3140
  NodeType2.visit = /* @__PURE__ */ __name((value, visitor) => {
3137
- if (value.Instance !== void 0)
3138
- return visitor.Instance(value.Instance);
3141
+ if (value.Instance !== void 0) return visitor.Instance(value.Instance);
3139
3142
  return visitor._(value.$unknown[0], value.$unknown[1]);
3140
3143
  }, "visit");
3141
3144
  })(NodeType || (NodeType = {}));
@@ -3805,10 +3808,8 @@ var InstanceInfoFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3805
3808
  ...obj.IpAddress && { IpAddress: import_smithy_client.SENSITIVE_STRING }
3806
3809
  }), "InstanceInfoFilterSensitiveLog");
3807
3810
  var NodeTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
3808
- if (obj.Instance !== void 0)
3809
- return { Instance: InstanceInfoFilterSensitiveLog(obj.Instance) };
3810
- if (obj.$unknown !== void 0)
3811
- return { [obj.$unknown[0]]: "UNKNOWN" };
3811
+ if (obj.Instance !== void 0) return { Instance: InstanceInfoFilterSensitiveLog(obj.Instance) };
3812
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
3812
3813
  }, "NodeTypeFilterSensitiveLog");
3813
3814
  var NodeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3814
3815
  ...obj,
@@ -4066,8 +4067,7 @@ var AutomationDefinitionNotApprovedException = class _AutomationDefinitionNotApp
4066
4067
  var ExecutionInputs;
4067
4068
  ((ExecutionInputs3) => {
4068
4069
  ExecutionInputs3.visit = /* @__PURE__ */ __name((value, visitor) => {
4069
- if (value.Automation !== void 0)
4070
- return visitor.Automation(value.Automation);
4070
+ if (value.Automation !== void 0) return visitor.Automation(value.Automation);
4071
4071
  return visitor._(value.$unknown[0], value.$unknown[1]);
4072
4072
  }, "visit");
4073
4073
  })(ExecutionInputs || (ExecutionInputs = {}));
@@ -8746,7 +8746,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
8746
8746
  var se_AssociationStatus = /* @__PURE__ */ __name((input, context) => {
8747
8747
  return (0, import_smithy_client.take)(input, {
8748
8748
  AdditionalInfo: [],
8749
- Date: (_) => _.getTime() / 1e3,
8749
+ Date: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "Date"),
8750
8750
  Message: [],
8751
8751
  Name: []
8752
8752
  });
@@ -8754,7 +8754,7 @@ var se_AssociationStatus = /* @__PURE__ */ __name((input, context) => {
8754
8754
  var se_ComplianceExecutionSummary = /* @__PURE__ */ __name((input, context) => {
8755
8755
  return (0, import_smithy_client.take)(input, {
8756
8756
  ExecutionId: [],
8757
- ExecutionTime: (_) => _.getTime() / 1e3,
8757
+ ExecutionTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExecutionTime"),
8758
8758
  ExecutionType: []
8759
8759
  });
8760
8760
  }, "se_ComplianceExecutionSummary");
@@ -8762,7 +8762,7 @@ var se_CreateActivationRequest = /* @__PURE__ */ __name((input, context) => {
8762
8762
  return (0, import_smithy_client.take)(input, {
8763
8763
  DefaultInstanceName: [],
8764
8764
  Description: [],
8765
- ExpirationDate: (_) => _.getTime() / 1e3,
8765
+ ExpirationDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExpirationDate"),
8766
8766
  IamRole: [],
8767
8767
  RegistrationLimit: [],
8768
8768
  RegistrationMetadata: import_smithy_client._json,
@@ -8788,15 +8788,15 @@ var se_CreateMaintenanceWindowRequest = /* @__PURE__ */ __name((input, context)
8788
8788
  var se_CreateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
8789
8789
  return (0, import_smithy_client.take)(input, {
8790
8790
  AccountId: [],
8791
- ActualEndTime: (_) => _.getTime() / 1e3,
8792
- ActualStartTime: (_) => _.getTime() / 1e3,
8791
+ ActualEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualEndTime"),
8792
+ ActualStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualStartTime"),
8793
8793
  Category: [],
8794
8794
  Description: [],
8795
8795
  Notifications: import_smithy_client._json,
8796
8796
  OperationalData: import_smithy_client._json,
8797
8797
  OpsItemType: [],
8798
- PlannedEndTime: (_) => _.getTime() / 1e3,
8799
- PlannedStartTime: (_) => _.getTime() / 1e3,
8798
+ PlannedEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedEndTime"),
8799
+ PlannedStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedStartTime"),
8800
8800
  Priority: [],
8801
8801
  RelatedOpsItems: import_smithy_client._json,
8802
8802
  Severity: [],
@@ -8811,6 +8811,7 @@ var se_CreatePatchBaselineRequest = /* @__PURE__ */ __name((input, context) => {
8811
8811
  ApprovedPatches: import_smithy_client._json,
8812
8812
  ApprovedPatchesComplianceLevel: [],
8813
8813
  ApprovedPatchesEnableNonSecurity: [],
8814
+ AvailableSecurityUpdatesComplianceStatus: [],
8814
8815
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
8815
8816
  Description: [],
8816
8817
  GlobalFilters: import_smithy_client._json,
@@ -8832,7 +8833,7 @@ var se_DeleteInventoryRequest = /* @__PURE__ */ __name((input, context) => {
8832
8833
  }, "se_DeleteInventoryRequest");
8833
8834
  var se_GetInventoryRequest = /* @__PURE__ */ __name((input, context) => {
8834
8835
  return (0, import_smithy_client.take)(input, {
8835
- Aggregators: (_) => se_InventoryAggregatorList(_, context),
8836
+ Aggregators: /* @__PURE__ */ __name((_) => se_InventoryAggregatorList(_, context), "Aggregators"),
8836
8837
  Filters: import_smithy_client._json,
8837
8838
  MaxResults: [],
8838
8839
  NextToken: [],
@@ -8841,7 +8842,7 @@ var se_GetInventoryRequest = /* @__PURE__ */ __name((input, context) => {
8841
8842
  }, "se_GetInventoryRequest");
8842
8843
  var se_GetOpsSummaryRequest = /* @__PURE__ */ __name((input, context) => {
8843
8844
  return (0, import_smithy_client.take)(input, {
8844
- Aggregators: (_) => se_OpsAggregatorList(_, context),
8845
+ Aggregators: /* @__PURE__ */ __name((_) => se_OpsAggregatorList(_, context), "Aggregators"),
8845
8846
  Filters: import_smithy_client._json,
8846
8847
  MaxResults: [],
8847
8848
  NextToken: [],
@@ -8851,7 +8852,7 @@ var se_GetOpsSummaryRequest = /* @__PURE__ */ __name((input, context) => {
8851
8852
  }, "se_GetOpsSummaryRequest");
8852
8853
  var se_InventoryAggregator = /* @__PURE__ */ __name((input, context) => {
8853
8854
  return (0, import_smithy_client.take)(input, {
8854
- Aggregators: (_) => se_InventoryAggregatorList(_, context),
8855
+ Aggregators: /* @__PURE__ */ __name((_) => se_InventoryAggregatorList(_, context), "Aggregators"),
8855
8856
  Expression: [],
8856
8857
  Groups: import_smithy_client._json
8857
8858
  });
@@ -8863,7 +8864,7 @@ var se_InventoryAggregatorList = /* @__PURE__ */ __name((input, context) => {
8863
8864
  }, "se_InventoryAggregatorList");
8864
8865
  var se_ListNodesSummaryRequest = /* @__PURE__ */ __name((input, context) => {
8865
8866
  return (0, import_smithy_client.take)(input, {
8866
- Aggregators: (_) => se_NodeAggregatorList(_, context),
8867
+ Aggregators: /* @__PURE__ */ __name((_) => se_NodeAggregatorList(_, context), "Aggregators"),
8867
8868
  Filters: import_smithy_client._json,
8868
8869
  MaxResults: [],
8869
8870
  NextToken: [],
@@ -8880,7 +8881,7 @@ var se_MaintenanceWindowLambdaParameters = /* @__PURE__ */ __name((input, contex
8880
8881
  var se_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((input, context) => {
8881
8882
  return (0, import_smithy_client.take)(input, {
8882
8883
  Automation: import_smithy_client._json,
8883
- Lambda: (_) => se_MaintenanceWindowLambdaParameters(_, context),
8884
+ Lambda: /* @__PURE__ */ __name((_) => se_MaintenanceWindowLambdaParameters(_, context), "Lambda"),
8884
8885
  RunCommand: import_smithy_client._json,
8885
8886
  StepFunctions: import_smithy_client._json
8886
8887
  });
@@ -8888,7 +8889,7 @@ var se_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((input
8888
8889
  var se_NodeAggregator = /* @__PURE__ */ __name((input, context) => {
8889
8890
  return (0, import_smithy_client.take)(input, {
8890
8891
  AggregatorType: [],
8891
- Aggregators: (_) => se_NodeAggregatorList(_, context),
8892
+ Aggregators: /* @__PURE__ */ __name((_) => se_NodeAggregatorList(_, context), "Aggregators"),
8892
8893
  AttributeName: [],
8893
8894
  TypeName: []
8894
8895
  });
@@ -8901,7 +8902,7 @@ var se_NodeAggregatorList = /* @__PURE__ */ __name((input, context) => {
8901
8902
  var se_OpsAggregator = /* @__PURE__ */ __name((input, context) => {
8902
8903
  return (0, import_smithy_client.take)(input, {
8903
8904
  AggregatorType: [],
8904
- Aggregators: (_) => se_OpsAggregatorList(_, context),
8905
+ Aggregators: /* @__PURE__ */ __name((_) => se_OpsAggregatorList(_, context), "Aggregators"),
8905
8906
  AttributeName: [],
8906
8907
  Filters: import_smithy_client._json,
8907
8908
  TypeName: [],
@@ -8916,7 +8917,7 @@ var se_OpsAggregatorList = /* @__PURE__ */ __name((input, context) => {
8916
8917
  var se_PutComplianceItemsRequest = /* @__PURE__ */ __name((input, context) => {
8917
8918
  return (0, import_smithy_client.take)(input, {
8918
8919
  ComplianceType: [],
8919
- ExecutionSummary: (_) => se_ComplianceExecutionSummary(_, context),
8920
+ ExecutionSummary: /* @__PURE__ */ __name((_) => se_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
8920
8921
  ItemContentHash: [],
8921
8922
  Items: import_smithy_client._json,
8922
8923
  ResourceId: [],
@@ -8949,7 +8950,7 @@ var se_RegisterTaskWithMaintenanceWindowRequest = /* @__PURE__ */ __name((input,
8949
8950
  ServiceRoleArn: [],
8950
8951
  Targets: import_smithy_client._json,
8951
8952
  TaskArn: [],
8952
- TaskInvocationParameters: (_) => se_MaintenanceWindowTaskInvocationParameters(_, context),
8953
+ TaskInvocationParameters: /* @__PURE__ */ __name((_) => se_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
8953
8954
  TaskParameters: import_smithy_client._json,
8954
8955
  TaskType: [],
8955
8956
  WindowId: []
@@ -8965,14 +8966,14 @@ var se_StartChangeRequestExecutionRequest = /* @__PURE__ */ __name((input, conte
8965
8966
  DocumentVersion: [],
8966
8967
  Parameters: import_smithy_client._json,
8967
8968
  Runbooks: import_smithy_client._json,
8968
- ScheduledEndTime: (_) => _.getTime() / 1e3,
8969
- ScheduledTime: (_) => _.getTime() / 1e3,
8969
+ ScheduledEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduledEndTime"),
8970
+ ScheduledTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduledTime"),
8970
8971
  Tags: import_smithy_client._json
8971
8972
  });
8972
8973
  }, "se_StartChangeRequestExecutionRequest");
8973
8974
  var se_UpdateAssociationStatusRequest = /* @__PURE__ */ __name((input, context) => {
8974
8975
  return (0, import_smithy_client.take)(input, {
8975
- AssociationStatus: (_) => se_AssociationStatus(_, context),
8976
+ AssociationStatus: /* @__PURE__ */ __name((_) => se_AssociationStatus(_, context), "AssociationStatus"),
8976
8977
  InstanceId: [],
8977
8978
  Name: []
8978
8979
  });
@@ -8991,7 +8992,7 @@ var se_UpdateMaintenanceWindowTaskRequest = /* @__PURE__ */ __name((input, conte
8991
8992
  ServiceRoleArn: [],
8992
8993
  Targets: import_smithy_client._json,
8993
8994
  TaskArn: [],
8994
- TaskInvocationParameters: (_) => se_MaintenanceWindowTaskInvocationParameters(_, context),
8995
+ TaskInvocationParameters: /* @__PURE__ */ __name((_) => se_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
8995
8996
  TaskParameters: import_smithy_client._json,
8996
8997
  WindowId: [],
8997
8998
  WindowTaskId: []
@@ -8999,8 +9000,8 @@ var se_UpdateMaintenanceWindowTaskRequest = /* @__PURE__ */ __name((input, conte
8999
9000
  }, "se_UpdateMaintenanceWindowTaskRequest");
9000
9001
  var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
9001
9002
  return (0, import_smithy_client.take)(input, {
9002
- ActualEndTime: (_) => _.getTime() / 1e3,
9003
- ActualStartTime: (_) => _.getTime() / 1e3,
9003
+ ActualEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualEndTime"),
9004
+ ActualStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualStartTime"),
9004
9005
  Category: [],
9005
9006
  Description: [],
9006
9007
  Notifications: import_smithy_client._json,
@@ -9008,8 +9009,8 @@ var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
9008
9009
  OperationalDataToDelete: import_smithy_client._json,
9009
9010
  OpsItemArn: [],
9010
9011
  OpsItemId: [],
9011
- PlannedEndTime: (_) => _.getTime() / 1e3,
9012
- PlannedStartTime: (_) => _.getTime() / 1e3,
9012
+ PlannedEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedEndTime"),
9013
+ PlannedStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedStartTime"),
9013
9014
  Priority: [],
9014
9015
  RelatedOpsItems: import_smithy_client._json,
9015
9016
  Severity: [],
@@ -9020,10 +9021,10 @@ var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
9020
9021
  var de_Activation = /* @__PURE__ */ __name((output, context) => {
9021
9022
  return (0, import_smithy_client.take)(output, {
9022
9023
  ActivationId: import_smithy_client.expectString,
9023
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9024
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
9024
9025
  DefaultInstanceName: import_smithy_client.expectString,
9025
9026
  Description: import_smithy_client.expectString,
9026
- ExpirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9027
+ ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationDate"),
9027
9028
  Expired: import_smithy_client.expectBoolean,
9028
9029
  IamRole: import_smithy_client.expectString,
9029
9030
  RegistrationLimit: import_smithy_client.expectInt32,
@@ -9045,7 +9046,7 @@ var de_Association = /* @__PURE__ */ __name((output, context) => {
9045
9046
  DocumentVersion: import_smithy_client.expectString,
9046
9047
  Duration: import_smithy_client.expectInt32,
9047
9048
  InstanceId: import_smithy_client.expectString,
9048
- LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9049
+ LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
9049
9050
  Name: import_smithy_client.expectString,
9050
9051
  Overview: import_smithy_client._json,
9051
9052
  ScheduleExpression: import_smithy_client.expectString,
@@ -9064,13 +9065,13 @@ var de_AssociationDescription = /* @__PURE__ */ __name((output, context) => {
9064
9065
  AutomationTargetParameterName: import_smithy_client.expectString,
9065
9066
  CalendarNames: import_smithy_client._json,
9066
9067
  ComplianceSeverity: import_smithy_client.expectString,
9067
- Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9068
+ Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
9068
9069
  DocumentVersion: import_smithy_client.expectString,
9069
9070
  Duration: import_smithy_client.expectInt32,
9070
9071
  InstanceId: import_smithy_client.expectString,
9071
- LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9072
- LastSuccessfulExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9073
- LastUpdateAssociationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9072
+ LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
9073
+ LastSuccessfulExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulExecutionDate"),
9074
+ LastUpdateAssociationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateAssociationDate"),
9074
9075
  MaxConcurrency: import_smithy_client.expectString,
9075
9076
  MaxErrors: import_smithy_client.expectString,
9076
9077
  Name: import_smithy_client.expectString,
@@ -9079,7 +9080,7 @@ var de_AssociationDescription = /* @__PURE__ */ __name((output, context) => {
9079
9080
  Parameters: import_smithy_client._json,
9080
9081
  ScheduleExpression: import_smithy_client.expectString,
9081
9082
  ScheduleOffset: import_smithy_client.expectInt32,
9082
- Status: (_) => de_AssociationStatus(_, context),
9083
+ Status: /* @__PURE__ */ __name((_) => de_AssociationStatus(_, context), "Status"),
9083
9084
  SyncCompliance: import_smithy_client.expectString,
9084
9085
  TargetLocations: import_smithy_client._json,
9085
9086
  TargetMaps: import_smithy_client._json,
@@ -9098,10 +9099,10 @@ var de_AssociationExecution = /* @__PURE__ */ __name((output, context) => {
9098
9099
  AlarmConfiguration: import_smithy_client._json,
9099
9100
  AssociationId: import_smithy_client.expectString,
9100
9101
  AssociationVersion: import_smithy_client.expectString,
9101
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9102
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
9102
9103
  DetailedStatus: import_smithy_client.expectString,
9103
9104
  ExecutionId: import_smithy_client.expectString,
9104
- LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9105
+ LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
9105
9106
  ResourceCountByStatus: import_smithy_client.expectString,
9106
9107
  Status: import_smithy_client.expectString,
9107
9108
  TriggeredAlarms: import_smithy_client._json
@@ -9119,7 +9120,7 @@ var de_AssociationExecutionTarget = /* @__PURE__ */ __name((output, context) =>
9119
9120
  AssociationVersion: import_smithy_client.expectString,
9120
9121
  DetailedStatus: import_smithy_client.expectString,
9121
9122
  ExecutionId: import_smithy_client.expectString,
9122
- LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9123
+ LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
9123
9124
  OutputSource: import_smithy_client._json,
9124
9125
  ResourceId: import_smithy_client.expectString,
9125
9126
  ResourceType: import_smithy_client.expectString,
@@ -9141,7 +9142,7 @@ var de_AssociationList = /* @__PURE__ */ __name((output, context) => {
9141
9142
  var de_AssociationStatus = /* @__PURE__ */ __name((output, context) => {
9142
9143
  return (0, import_smithy_client.take)(output, {
9143
9144
  AdditionalInfo: import_smithy_client.expectString,
9144
- Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9145
+ Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
9145
9146
  Message: import_smithy_client.expectString,
9146
9147
  Name: import_smithy_client.expectString
9147
9148
  });
@@ -9154,7 +9155,7 @@ var de_AssociationVersionInfo = /* @__PURE__ */ __name((output, context) => {
9154
9155
  AssociationVersion: import_smithy_client.expectString,
9155
9156
  CalendarNames: import_smithy_client._json,
9156
9157
  ComplianceSeverity: import_smithy_client.expectString,
9157
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9158
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
9158
9159
  DocumentVersion: import_smithy_client.expectString,
9159
9160
  Duration: import_smithy_client.expectInt32,
9160
9161
  MaxConcurrency: import_smithy_client.expectString,
@@ -9189,8 +9190,8 @@ var de_AutomationExecution = /* @__PURE__ */ __name((output, context) => {
9189
9190
  DocumentName: import_smithy_client.expectString,
9190
9191
  DocumentVersion: import_smithy_client.expectString,
9191
9192
  ExecutedBy: import_smithy_client.expectString,
9192
- ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9193
- ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9193
+ ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
9194
+ ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
9194
9195
  FailureMessage: import_smithy_client.expectString,
9195
9196
  MaxConcurrency: import_smithy_client.expectString,
9196
9197
  MaxErrors: import_smithy_client.expectString,
@@ -9202,8 +9203,8 @@ var de_AutomationExecution = /* @__PURE__ */ __name((output, context) => {
9202
9203
  ProgressCounters: import_smithy_client._json,
9203
9204
  ResolvedTargets: import_smithy_client._json,
9204
9205
  Runbooks: import_smithy_client._json,
9205
- ScheduledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9206
- StepExecutions: (_) => de_StepExecutionList(_, context),
9206
+ ScheduledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledTime"),
9207
+ StepExecutions: /* @__PURE__ */ __name((_) => de_StepExecutionList(_, context), "StepExecutions"),
9207
9208
  StepExecutionsTruncated: import_smithy_client.expectBoolean,
9208
9209
  Target: import_smithy_client.expectString,
9209
9210
  TargetLocations: import_smithy_client._json,
@@ -9229,8 +9230,8 @@ var de_AutomationExecutionMetadata = /* @__PURE__ */ __name((output, context) =>
9229
9230
  DocumentName: import_smithy_client.expectString,
9230
9231
  DocumentVersion: import_smithy_client.expectString,
9231
9232
  ExecutedBy: import_smithy_client.expectString,
9232
- ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9233
- ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9233
+ ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
9234
+ ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
9234
9235
  FailureMessage: import_smithy_client.expectString,
9235
9236
  LogFile: import_smithy_client.expectString,
9236
9237
  MaxConcurrency: import_smithy_client.expectString,
@@ -9241,7 +9242,7 @@ var de_AutomationExecutionMetadata = /* @__PURE__ */ __name((output, context) =>
9241
9242
  ParentAutomationExecutionId: import_smithy_client.expectString,
9242
9243
  ResolvedTargets: import_smithy_client._json,
9243
9244
  Runbooks: import_smithy_client._json,
9244
- ScheduledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9245
+ ScheduledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledTime"),
9245
9246
  Target: import_smithy_client.expectString,
9246
9247
  TargetLocationsURL: import_smithy_client.expectString,
9247
9248
  TargetMaps: import_smithy_client._json,
@@ -9267,7 +9268,7 @@ var de_Command = /* @__PURE__ */ __name((output, context) => {
9267
9268
  DocumentName: import_smithy_client.expectString,
9268
9269
  DocumentVersion: import_smithy_client.expectString,
9269
9270
  ErrorCount: import_smithy_client.expectInt32,
9270
- ExpiresAfter: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9271
+ ExpiresAfter: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiresAfter"),
9271
9272
  InstanceIds: import_smithy_client._json,
9272
9273
  MaxConcurrency: import_smithy_client.expectString,
9273
9274
  MaxErrors: import_smithy_client.expectString,
@@ -9276,7 +9277,7 @@ var de_Command = /* @__PURE__ */ __name((output, context) => {
9276
9277
  OutputS3KeyPrefix: import_smithy_client.expectString,
9277
9278
  OutputS3Region: import_smithy_client.expectString,
9278
9279
  Parameters: import_smithy_client._json,
9279
- RequestedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9280
+ RequestedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestedDateTime"),
9280
9281
  ServiceRole: import_smithy_client.expectString,
9281
9282
  Status: import_smithy_client.expectString,
9282
9283
  StatusDetails: import_smithy_client.expectString,
@@ -9290,14 +9291,14 @@ var de_CommandInvocation = /* @__PURE__ */ __name((output, context) => {
9290
9291
  return (0, import_smithy_client.take)(output, {
9291
9292
  CloudWatchOutputConfig: import_smithy_client._json,
9292
9293
  CommandId: import_smithy_client.expectString,
9293
- CommandPlugins: (_) => de_CommandPluginList(_, context),
9294
+ CommandPlugins: /* @__PURE__ */ __name((_) => de_CommandPluginList(_, context), "CommandPlugins"),
9294
9295
  Comment: import_smithy_client.expectString,
9295
9296
  DocumentName: import_smithy_client.expectString,
9296
9297
  DocumentVersion: import_smithy_client.expectString,
9297
9298
  InstanceId: import_smithy_client.expectString,
9298
9299
  InstanceName: import_smithy_client.expectString,
9299
9300
  NotificationConfig: import_smithy_client._json,
9300
- RequestedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9301
+ RequestedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestedDateTime"),
9301
9302
  ServiceRole: import_smithy_client.expectString,
9302
9303
  StandardErrorUrl: import_smithy_client.expectString,
9303
9304
  StandardOutputUrl: import_smithy_client.expectString,
@@ -9326,8 +9327,8 @@ var de_CommandPlugin = /* @__PURE__ */ __name((output, context) => {
9326
9327
  OutputS3KeyPrefix: import_smithy_client.expectString,
9327
9328
  OutputS3Region: import_smithy_client.expectString,
9328
9329
  ResponseCode: import_smithy_client.expectInt32,
9329
- ResponseFinishDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9330
- ResponseStartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9330
+ ResponseFinishDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResponseFinishDateTime"),
9331
+ ResponseStartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResponseStartDateTime"),
9331
9332
  StandardErrorUrl: import_smithy_client.expectString,
9332
9333
  StandardOutputUrl: import_smithy_client.expectString,
9333
9334
  Status: import_smithy_client.expectString,
@@ -9343,7 +9344,7 @@ var de_CommandPluginList = /* @__PURE__ */ __name((output, context) => {
9343
9344
  var de_ComplianceExecutionSummary = /* @__PURE__ */ __name((output, context) => {
9344
9345
  return (0, import_smithy_client.take)(output, {
9345
9346
  ExecutionId: import_smithy_client.expectString,
9346
- ExecutionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9347
+ ExecutionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionTime"),
9347
9348
  ExecutionType: import_smithy_client.expectString
9348
9349
  });
9349
9350
  }, "de_ComplianceExecutionSummary");
@@ -9351,7 +9352,7 @@ var de_ComplianceItem = /* @__PURE__ */ __name((output, context) => {
9351
9352
  return (0, import_smithy_client.take)(output, {
9352
9353
  ComplianceType: import_smithy_client.expectString,
9353
9354
  Details: import_smithy_client._json,
9354
- ExecutionSummary: (_) => de_ComplianceExecutionSummary(_, context),
9355
+ ExecutionSummary: /* @__PURE__ */ __name((_) => de_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
9355
9356
  Id: import_smithy_client.expectString,
9356
9357
  ResourceId: import_smithy_client.expectString,
9357
9358
  ResourceType: import_smithy_client.expectString,
@@ -9369,147 +9370,147 @@ var de_ComplianceItemList = /* @__PURE__ */ __name((output, context) => {
9369
9370
  var de_CreateAssociationBatchResult = /* @__PURE__ */ __name((output, context) => {
9370
9371
  return (0, import_smithy_client.take)(output, {
9371
9372
  Failed: import_smithy_client._json,
9372
- Successful: (_) => de_AssociationDescriptionList(_, context)
9373
+ Successful: /* @__PURE__ */ __name((_) => de_AssociationDescriptionList(_, context), "Successful")
9373
9374
  });
9374
9375
  }, "de_CreateAssociationBatchResult");
9375
9376
  var de_CreateAssociationResult = /* @__PURE__ */ __name((output, context) => {
9376
9377
  return (0, import_smithy_client.take)(output, {
9377
- AssociationDescription: (_) => de_AssociationDescription(_, context)
9378
+ AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
9378
9379
  });
9379
9380
  }, "de_CreateAssociationResult");
9380
9381
  var de_CreateDocumentResult = /* @__PURE__ */ __name((output, context) => {
9381
9382
  return (0, import_smithy_client.take)(output, {
9382
- DocumentDescription: (_) => de_DocumentDescription(_, context)
9383
+ DocumentDescription: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "DocumentDescription")
9383
9384
  });
9384
9385
  }, "de_CreateDocumentResult");
9385
9386
  var de_DescribeActivationsResult = /* @__PURE__ */ __name((output, context) => {
9386
9387
  return (0, import_smithy_client.take)(output, {
9387
- ActivationList: (_) => de_ActivationList(_, context),
9388
+ ActivationList: /* @__PURE__ */ __name((_) => de_ActivationList(_, context), "ActivationList"),
9388
9389
  NextToken: import_smithy_client.expectString
9389
9390
  });
9390
9391
  }, "de_DescribeActivationsResult");
9391
9392
  var de_DescribeAssociationExecutionsResult = /* @__PURE__ */ __name((output, context) => {
9392
9393
  return (0, import_smithy_client.take)(output, {
9393
- AssociationExecutions: (_) => de_AssociationExecutionsList(_, context),
9394
+ AssociationExecutions: /* @__PURE__ */ __name((_) => de_AssociationExecutionsList(_, context), "AssociationExecutions"),
9394
9395
  NextToken: import_smithy_client.expectString
9395
9396
  });
9396
9397
  }, "de_DescribeAssociationExecutionsResult");
9397
9398
  var de_DescribeAssociationExecutionTargetsResult = /* @__PURE__ */ __name((output, context) => {
9398
9399
  return (0, import_smithy_client.take)(output, {
9399
- AssociationExecutionTargets: (_) => de_AssociationExecutionTargetsList(_, context),
9400
+ AssociationExecutionTargets: /* @__PURE__ */ __name((_) => de_AssociationExecutionTargetsList(_, context), "AssociationExecutionTargets"),
9400
9401
  NextToken: import_smithy_client.expectString
9401
9402
  });
9402
9403
  }, "de_DescribeAssociationExecutionTargetsResult");
9403
9404
  var de_DescribeAssociationResult = /* @__PURE__ */ __name((output, context) => {
9404
9405
  return (0, import_smithy_client.take)(output, {
9405
- AssociationDescription: (_) => de_AssociationDescription(_, context)
9406
+ AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
9406
9407
  });
9407
9408
  }, "de_DescribeAssociationResult");
9408
9409
  var de_DescribeAutomationExecutionsResult = /* @__PURE__ */ __name((output, context) => {
9409
9410
  return (0, import_smithy_client.take)(output, {
9410
- AutomationExecutionMetadataList: (_) => de_AutomationExecutionMetadataList(_, context),
9411
+ AutomationExecutionMetadataList: /* @__PURE__ */ __name((_) => de_AutomationExecutionMetadataList(_, context), "AutomationExecutionMetadataList"),
9411
9412
  NextToken: import_smithy_client.expectString
9412
9413
  });
9413
9414
  }, "de_DescribeAutomationExecutionsResult");
9414
9415
  var de_DescribeAutomationStepExecutionsResult = /* @__PURE__ */ __name((output, context) => {
9415
9416
  return (0, import_smithy_client.take)(output, {
9416
9417
  NextToken: import_smithy_client.expectString,
9417
- StepExecutions: (_) => de_StepExecutionList(_, context)
9418
+ StepExecutions: /* @__PURE__ */ __name((_) => de_StepExecutionList(_, context), "StepExecutions")
9418
9419
  });
9419
9420
  }, "de_DescribeAutomationStepExecutionsResult");
9420
9421
  var de_DescribeAvailablePatchesResult = /* @__PURE__ */ __name((output, context) => {
9421
9422
  return (0, import_smithy_client.take)(output, {
9422
9423
  NextToken: import_smithy_client.expectString,
9423
- Patches: (_) => de_PatchList(_, context)
9424
+ Patches: /* @__PURE__ */ __name((_) => de_PatchList(_, context), "Patches")
9424
9425
  });
9425
9426
  }, "de_DescribeAvailablePatchesResult");
9426
9427
  var de_DescribeDocumentResult = /* @__PURE__ */ __name((output, context) => {
9427
9428
  return (0, import_smithy_client.take)(output, {
9428
- Document: (_) => de_DocumentDescription(_, context)
9429
+ Document: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "Document")
9429
9430
  });
9430
9431
  }, "de_DescribeDocumentResult");
9431
9432
  var de_DescribeEffectivePatchesForPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
9432
9433
  return (0, import_smithy_client.take)(output, {
9433
- EffectivePatches: (_) => de_EffectivePatchList(_, context),
9434
+ EffectivePatches: /* @__PURE__ */ __name((_) => de_EffectivePatchList(_, context), "EffectivePatches"),
9434
9435
  NextToken: import_smithy_client.expectString
9435
9436
  });
9436
9437
  }, "de_DescribeEffectivePatchesForPatchBaselineResult");
9437
9438
  var de_DescribeInstanceAssociationsStatusResult = /* @__PURE__ */ __name((output, context) => {
9438
9439
  return (0, import_smithy_client.take)(output, {
9439
- InstanceAssociationStatusInfos: (_) => de_InstanceAssociationStatusInfos(_, context),
9440
+ InstanceAssociationStatusInfos: /* @__PURE__ */ __name((_) => de_InstanceAssociationStatusInfos(_, context), "InstanceAssociationStatusInfos"),
9440
9441
  NextToken: import_smithy_client.expectString
9441
9442
  });
9442
9443
  }, "de_DescribeInstanceAssociationsStatusResult");
9443
9444
  var de_DescribeInstanceInformationResult = /* @__PURE__ */ __name((output, context) => {
9444
9445
  return (0, import_smithy_client.take)(output, {
9445
- InstanceInformationList: (_) => de_InstanceInformationList(_, context),
9446
+ InstanceInformationList: /* @__PURE__ */ __name((_) => de_InstanceInformationList(_, context), "InstanceInformationList"),
9446
9447
  NextToken: import_smithy_client.expectString
9447
9448
  });
9448
9449
  }, "de_DescribeInstanceInformationResult");
9449
9450
  var de_DescribeInstancePatchesResult = /* @__PURE__ */ __name((output, context) => {
9450
9451
  return (0, import_smithy_client.take)(output, {
9451
9452
  NextToken: import_smithy_client.expectString,
9452
- Patches: (_) => de_PatchComplianceDataList(_, context)
9453
+ Patches: /* @__PURE__ */ __name((_) => de_PatchComplianceDataList(_, context), "Patches")
9453
9454
  });
9454
9455
  }, "de_DescribeInstancePatchesResult");
9455
9456
  var de_DescribeInstancePatchStatesForPatchGroupResult = /* @__PURE__ */ __name((output, context) => {
9456
9457
  return (0, import_smithy_client.take)(output, {
9457
- InstancePatchStates: (_) => de_InstancePatchStatesList(_, context),
9458
+ InstancePatchStates: /* @__PURE__ */ __name((_) => de_InstancePatchStatesList(_, context), "InstancePatchStates"),
9458
9459
  NextToken: import_smithy_client.expectString
9459
9460
  });
9460
9461
  }, "de_DescribeInstancePatchStatesForPatchGroupResult");
9461
9462
  var de_DescribeInstancePatchStatesResult = /* @__PURE__ */ __name((output, context) => {
9462
9463
  return (0, import_smithy_client.take)(output, {
9463
- InstancePatchStates: (_) => de_InstancePatchStateList(_, context),
9464
+ InstancePatchStates: /* @__PURE__ */ __name((_) => de_InstancePatchStateList(_, context), "InstancePatchStates"),
9464
9465
  NextToken: import_smithy_client.expectString
9465
9466
  });
9466
9467
  }, "de_DescribeInstancePatchStatesResult");
9467
9468
  var de_DescribeInstancePropertiesResult = /* @__PURE__ */ __name((output, context) => {
9468
9469
  return (0, import_smithy_client.take)(output, {
9469
- InstanceProperties: (_) => de_InstanceProperties(_, context),
9470
+ InstanceProperties: /* @__PURE__ */ __name((_) => de_InstanceProperties(_, context), "InstanceProperties"),
9470
9471
  NextToken: import_smithy_client.expectString
9471
9472
  });
9472
9473
  }, "de_DescribeInstancePropertiesResult");
9473
9474
  var de_DescribeInventoryDeletionsResult = /* @__PURE__ */ __name((output, context) => {
9474
9475
  return (0, import_smithy_client.take)(output, {
9475
- InventoryDeletions: (_) => de_InventoryDeletionsList(_, context),
9476
+ InventoryDeletions: /* @__PURE__ */ __name((_) => de_InventoryDeletionsList(_, context), "InventoryDeletions"),
9476
9477
  NextToken: import_smithy_client.expectString
9477
9478
  });
9478
9479
  }, "de_DescribeInventoryDeletionsResult");
9479
9480
  var de_DescribeMaintenanceWindowExecutionsResult = /* @__PURE__ */ __name((output, context) => {
9480
9481
  return (0, import_smithy_client.take)(output, {
9481
9482
  NextToken: import_smithy_client.expectString,
9482
- WindowExecutions: (_) => de_MaintenanceWindowExecutionList(_, context)
9483
+ WindowExecutions: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionList(_, context), "WindowExecutions")
9483
9484
  });
9484
9485
  }, "de_DescribeMaintenanceWindowExecutionsResult");
9485
9486
  var de_DescribeMaintenanceWindowExecutionTaskInvocationsResult = /* @__PURE__ */ __name((output, context) => {
9486
9487
  return (0, import_smithy_client.take)(output, {
9487
9488
  NextToken: import_smithy_client.expectString,
9488
- WindowExecutionTaskInvocationIdentities: (_) => de_MaintenanceWindowExecutionTaskInvocationIdentityList(_, context)
9489
+ WindowExecutionTaskInvocationIdentities: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionTaskInvocationIdentityList(_, context), "WindowExecutionTaskInvocationIdentities")
9489
9490
  });
9490
9491
  }, "de_DescribeMaintenanceWindowExecutionTaskInvocationsResult");
9491
9492
  var de_DescribeMaintenanceWindowExecutionTasksResult = /* @__PURE__ */ __name((output, context) => {
9492
9493
  return (0, import_smithy_client.take)(output, {
9493
9494
  NextToken: import_smithy_client.expectString,
9494
- WindowExecutionTaskIdentities: (_) => de_MaintenanceWindowExecutionTaskIdentityList(_, context)
9495
+ WindowExecutionTaskIdentities: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionTaskIdentityList(_, context), "WindowExecutionTaskIdentities")
9495
9496
  });
9496
9497
  }, "de_DescribeMaintenanceWindowExecutionTasksResult");
9497
9498
  var de_DescribeOpsItemsResponse = /* @__PURE__ */ __name((output, context) => {
9498
9499
  return (0, import_smithy_client.take)(output, {
9499
9500
  NextToken: import_smithy_client.expectString,
9500
- OpsItemSummaries: (_) => de_OpsItemSummaries(_, context)
9501
+ OpsItemSummaries: /* @__PURE__ */ __name((_) => de_OpsItemSummaries(_, context), "OpsItemSummaries")
9501
9502
  });
9502
9503
  }, "de_DescribeOpsItemsResponse");
9503
9504
  var de_DescribeParametersResult = /* @__PURE__ */ __name((output, context) => {
9504
9505
  return (0, import_smithy_client.take)(output, {
9505
9506
  NextToken: import_smithy_client.expectString,
9506
- Parameters: (_) => de_ParameterMetadataList(_, context)
9507
+ Parameters: /* @__PURE__ */ __name((_) => de_ParameterMetadataList(_, context), "Parameters")
9507
9508
  });
9508
9509
  }, "de_DescribeParametersResult");
9509
9510
  var de_DescribeSessionsResponse = /* @__PURE__ */ __name((output, context) => {
9510
9511
  return (0, import_smithy_client.take)(output, {
9511
9512
  NextToken: import_smithy_client.expectString,
9512
- Sessions: (_) => de_SessionList(_, context)
9513
+ Sessions: /* @__PURE__ */ __name((_) => de_SessionList(_, context), "Sessions")
9513
9514
  });
9514
9515
  }, "de_DescribeSessionsResponse");
9515
9516
  var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
@@ -9519,7 +9520,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
9519
9520
  Author: import_smithy_client.expectString,
9520
9521
  Category: import_smithy_client._json,
9521
9522
  CategoryEnum: import_smithy_client._json,
9522
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9523
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
9523
9524
  DefaultVersion: import_smithy_client.expectString,
9524
9525
  Description: import_smithy_client.expectString,
9525
9526
  DisplayName: import_smithy_client.expectString,
@@ -9535,7 +9536,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
9535
9536
  PendingReviewVersion: import_smithy_client.expectString,
9536
9537
  PlatformTypes: import_smithy_client._json,
9537
9538
  Requires: import_smithy_client._json,
9538
- ReviewInformation: (_) => de_ReviewInformationList(_, context),
9539
+ ReviewInformation: /* @__PURE__ */ __name((_) => de_ReviewInformationList(_, context), "ReviewInformation"),
9539
9540
  ReviewStatus: import_smithy_client.expectString,
9540
9541
  SchemaVersion: import_smithy_client.expectString,
9541
9542
  Sha1: import_smithy_client.expectString,
@@ -9549,7 +9550,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
9549
9550
  var de_DocumentIdentifier = /* @__PURE__ */ __name((output, context) => {
9550
9551
  return (0, import_smithy_client.take)(output, {
9551
9552
  Author: import_smithy_client.expectString,
9552
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9553
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
9553
9554
  DisplayName: import_smithy_client.expectString,
9554
9555
  DocumentFormat: import_smithy_client.expectString,
9555
9556
  DocumentType: import_smithy_client.expectString,
@@ -9573,7 +9574,7 @@ var de_DocumentIdentifierList = /* @__PURE__ */ __name((output, context) => {
9573
9574
  }, "de_DocumentIdentifierList");
9574
9575
  var de_DocumentMetadataResponseInfo = /* @__PURE__ */ __name((output, context) => {
9575
9576
  return (0, import_smithy_client.take)(output, {
9576
- ReviewerResponse: (_) => de_DocumentReviewerResponseList(_, context)
9577
+ ReviewerResponse: /* @__PURE__ */ __name((_) => de_DocumentReviewerResponseList(_, context), "ReviewerResponse")
9577
9578
  });
9578
9579
  }, "de_DocumentMetadataResponseInfo");
9579
9580
  var de_DocumentReviewerResponseList = /* @__PURE__ */ __name((output, context) => {
@@ -9585,15 +9586,15 @@ var de_DocumentReviewerResponseList = /* @__PURE__ */ __name((output, context) =
9585
9586
  var de_DocumentReviewerResponseSource = /* @__PURE__ */ __name((output, context) => {
9586
9587
  return (0, import_smithy_client.take)(output, {
9587
9588
  Comment: import_smithy_client._json,
9588
- CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9589
+ CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
9589
9590
  ReviewStatus: import_smithy_client.expectString,
9590
9591
  Reviewer: import_smithy_client.expectString,
9591
- UpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
9592
+ UpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedTime")
9592
9593
  });
9593
9594
  }, "de_DocumentReviewerResponseSource");
9594
9595
  var de_DocumentVersionInfo = /* @__PURE__ */ __name((output, context) => {
9595
9596
  return (0, import_smithy_client.take)(output, {
9596
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9597
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
9597
9598
  DisplayName: import_smithy_client.expectString,
9598
9599
  DocumentFormat: import_smithy_client.expectString,
9599
9600
  DocumentVersion: import_smithy_client.expectString,
@@ -9613,8 +9614,8 @@ var de_DocumentVersionList = /* @__PURE__ */ __name((output, context) => {
9613
9614
  }, "de_DocumentVersionList");
9614
9615
  var de_EffectivePatch = /* @__PURE__ */ __name((output, context) => {
9615
9616
  return (0, import_smithy_client.take)(output, {
9616
- Patch: (_) => de_Patch(_, context),
9617
- PatchStatus: (_) => de_PatchStatus(_, context)
9617
+ Patch: /* @__PURE__ */ __name((_) => de_Patch(_, context), "Patch"),
9618
+ PatchStatus: /* @__PURE__ */ __name((_) => de_PatchStatus(_, context), "PatchStatus")
9618
9619
  });
9619
9620
  }, "de_EffectivePatch");
9620
9621
  var de_EffectivePatchList = /* @__PURE__ */ __name((output, context) => {
@@ -9625,14 +9626,14 @@ var de_EffectivePatchList = /* @__PURE__ */ __name((output, context) => {
9625
9626
  }, "de_EffectivePatchList");
9626
9627
  var de_GetAutomationExecutionResult = /* @__PURE__ */ __name((output, context) => {
9627
9628
  return (0, import_smithy_client.take)(output, {
9628
- AutomationExecution: (_) => de_AutomationExecution(_, context)
9629
+ AutomationExecution: /* @__PURE__ */ __name((_) => de_AutomationExecution(_, context), "AutomationExecution")
9629
9630
  });
9630
9631
  }, "de_GetAutomationExecutionResult");
9631
9632
  var de_GetDocumentResult = /* @__PURE__ */ __name((output, context) => {
9632
9633
  return (0, import_smithy_client.take)(output, {
9633
9634
  AttachmentsContent: import_smithy_client._json,
9634
9635
  Content: import_smithy_client.expectString,
9635
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9636
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
9636
9637
  DisplayName: import_smithy_client.expectString,
9637
9638
  DocumentFormat: import_smithy_client.expectString,
9638
9639
  DocumentType: import_smithy_client.expectString,
@@ -9647,8 +9648,8 @@ var de_GetDocumentResult = /* @__PURE__ */ __name((output, context) => {
9647
9648
  }, "de_GetDocumentResult");
9648
9649
  var de_GetExecutionPreviewResponse = /* @__PURE__ */ __name((output, context) => {
9649
9650
  return (0, import_smithy_client.take)(output, {
9650
- EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9651
- ExecutionPreview: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
9651
+ EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndedAt"),
9652
+ ExecutionPreview: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ExecutionPreview"),
9652
9653
  ExecutionPreviewId: import_smithy_client.expectString,
9653
9654
  Status: import_smithy_client.expectString,
9654
9655
  StatusMessage: import_smithy_client.expectString
@@ -9656,8 +9657,8 @@ var de_GetExecutionPreviewResponse = /* @__PURE__ */ __name((output, context) =>
9656
9657
  }, "de_GetExecutionPreviewResponse");
9657
9658
  var de_GetMaintenanceWindowExecutionResult = /* @__PURE__ */ __name((output, context) => {
9658
9659
  return (0, import_smithy_client.take)(output, {
9659
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9660
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9660
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
9661
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
9661
9662
  Status: import_smithy_client.expectString,
9662
9663
  StatusDetails: import_smithy_client.expectString,
9663
9664
  TaskIds: import_smithy_client._json,
@@ -9666,12 +9667,12 @@ var de_GetMaintenanceWindowExecutionResult = /* @__PURE__ */ __name((output, con
9666
9667
  }, "de_GetMaintenanceWindowExecutionResult");
9667
9668
  var de_GetMaintenanceWindowExecutionTaskInvocationResult = /* @__PURE__ */ __name((output, context) => {
9668
9669
  return (0, import_smithy_client.take)(output, {
9669
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9670
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
9670
9671
  ExecutionId: import_smithy_client.expectString,
9671
9672
  InvocationId: import_smithy_client.expectString,
9672
9673
  OwnerInformation: import_smithy_client.expectString,
9673
9674
  Parameters: import_smithy_client.expectString,
9674
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9675
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
9675
9676
  Status: import_smithy_client.expectString,
9676
9677
  StatusDetails: import_smithy_client.expectString,
9677
9678
  TaskExecutionId: import_smithy_client.expectString,
@@ -9683,12 +9684,12 @@ var de_GetMaintenanceWindowExecutionTaskInvocationResult = /* @__PURE__ */ __nam
9683
9684
  var de_GetMaintenanceWindowExecutionTaskResult = /* @__PURE__ */ __name((output, context) => {
9684
9685
  return (0, import_smithy_client.take)(output, {
9685
9686
  AlarmConfiguration: import_smithy_client._json,
9686
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9687
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
9687
9688
  MaxConcurrency: import_smithy_client.expectString,
9688
9689
  MaxErrors: import_smithy_client.expectString,
9689
9690
  Priority: import_smithy_client.expectInt32,
9690
9691
  ServiceRole: import_smithy_client.expectString,
9691
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9692
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
9692
9693
  Status: import_smithy_client.expectString,
9693
9694
  StatusDetails: import_smithy_client.expectString,
9694
9695
  TaskArn: import_smithy_client.expectString,
@@ -9702,13 +9703,13 @@ var de_GetMaintenanceWindowExecutionTaskResult = /* @__PURE__ */ __name((output,
9702
9703
  var de_GetMaintenanceWindowResult = /* @__PURE__ */ __name((output, context) => {
9703
9704
  return (0, import_smithy_client.take)(output, {
9704
9705
  AllowUnassociatedTargets: import_smithy_client.expectBoolean,
9705
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9706
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
9706
9707
  Cutoff: import_smithy_client.expectInt32,
9707
9708
  Description: import_smithy_client.expectString,
9708
9709
  Duration: import_smithy_client.expectInt32,
9709
9710
  Enabled: import_smithy_client.expectBoolean,
9710
9711
  EndDate: import_smithy_client.expectString,
9711
- ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9712
+ ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
9712
9713
  Name: import_smithy_client.expectString,
9713
9714
  NextExecutionTime: import_smithy_client.expectString,
9714
9715
  Schedule: import_smithy_client.expectString,
@@ -9731,7 +9732,7 @@ var de_GetMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context)
9731
9732
  ServiceRoleArn: import_smithy_client.expectString,
9732
9733
  Targets: import_smithy_client._json,
9733
9734
  TaskArn: import_smithy_client.expectString,
9734
- TaskInvocationParameters: (_) => de_MaintenanceWindowTaskInvocationParameters(_, context),
9735
+ TaskInvocationParameters: /* @__PURE__ */ __name((_) => de_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
9735
9736
  TaskParameters: import_smithy_client._json,
9736
9737
  TaskType: import_smithy_client.expectString,
9737
9738
  WindowId: import_smithy_client.expectString,
@@ -9740,30 +9741,30 @@ var de_GetMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context)
9740
9741
  }, "de_GetMaintenanceWindowTaskResult");
9741
9742
  var de_GetOpsItemResponse = /* @__PURE__ */ __name((output, context) => {
9742
9743
  return (0, import_smithy_client.take)(output, {
9743
- OpsItem: (_) => de_OpsItem(_, context)
9744
+ OpsItem: /* @__PURE__ */ __name((_) => de_OpsItem(_, context), "OpsItem")
9744
9745
  });
9745
9746
  }, "de_GetOpsItemResponse");
9746
9747
  var de_GetParameterHistoryResult = /* @__PURE__ */ __name((output, context) => {
9747
9748
  return (0, import_smithy_client.take)(output, {
9748
9749
  NextToken: import_smithy_client.expectString,
9749
- Parameters: (_) => de_ParameterHistoryList(_, context)
9750
+ Parameters: /* @__PURE__ */ __name((_) => de_ParameterHistoryList(_, context), "Parameters")
9750
9751
  });
9751
9752
  }, "de_GetParameterHistoryResult");
9752
9753
  var de_GetParameterResult = /* @__PURE__ */ __name((output, context) => {
9753
9754
  return (0, import_smithy_client.take)(output, {
9754
- Parameter: (_) => de_Parameter(_, context)
9755
+ Parameter: /* @__PURE__ */ __name((_) => de_Parameter(_, context), "Parameter")
9755
9756
  });
9756
9757
  }, "de_GetParameterResult");
9757
9758
  var de_GetParametersByPathResult = /* @__PURE__ */ __name((output, context) => {
9758
9759
  return (0, import_smithy_client.take)(output, {
9759
9760
  NextToken: import_smithy_client.expectString,
9760
- Parameters: (_) => de_ParameterList(_, context)
9761
+ Parameters: /* @__PURE__ */ __name((_) => de_ParameterList(_, context), "Parameters")
9761
9762
  });
9762
9763
  }, "de_GetParametersByPathResult");
9763
9764
  var de_GetParametersResult = /* @__PURE__ */ __name((output, context) => {
9764
9765
  return (0, import_smithy_client.take)(output, {
9765
9766
  InvalidParameters: import_smithy_client._json,
9766
- Parameters: (_) => de_ParameterList(_, context)
9767
+ Parameters: /* @__PURE__ */ __name((_) => de_ParameterList(_, context), "Parameters")
9767
9768
  });
9768
9769
  }, "de_GetParametersResult");
9769
9770
  var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
@@ -9772,11 +9773,12 @@ var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
9772
9773
  ApprovedPatches: import_smithy_client._json,
9773
9774
  ApprovedPatchesComplianceLevel: import_smithy_client.expectString,
9774
9775
  ApprovedPatchesEnableNonSecurity: import_smithy_client.expectBoolean,
9776
+ AvailableSecurityUpdatesComplianceStatus: import_smithy_client.expectString,
9775
9777
  BaselineId: import_smithy_client.expectString,
9776
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9778
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
9777
9779
  Description: import_smithy_client.expectString,
9778
9780
  GlobalFilters: import_smithy_client._json,
9779
- ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9781
+ ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
9780
9782
  Name: import_smithy_client.expectString,
9781
9783
  OperatingSystem: import_smithy_client.expectString,
9782
9784
  PatchGroups: import_smithy_client._json,
@@ -9787,7 +9789,7 @@ var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
9787
9789
  }, "de_GetPatchBaselineResult");
9788
9790
  var de_GetServiceSettingResult = /* @__PURE__ */ __name((output, context) => {
9789
9791
  return (0, import_smithy_client.take)(output, {
9790
- ServiceSetting: (_) => de_ServiceSetting(_, context)
9792
+ ServiceSetting: /* @__PURE__ */ __name((_) => de_ServiceSetting(_, context), "ServiceSetting")
9791
9793
  });
9792
9794
  }, "de_GetServiceSettingResult");
9793
9795
  var de_InstanceAssociationStatusInfo = /* @__PURE__ */ __name((output, context) => {
@@ -9798,7 +9800,7 @@ var de_InstanceAssociationStatusInfo = /* @__PURE__ */ __name((output, context)
9798
9800
  DetailedStatus: import_smithy_client.expectString,
9799
9801
  DocumentVersion: import_smithy_client.expectString,
9800
9802
  ErrorCode: import_smithy_client.expectString,
9801
- ExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9803
+ ExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionDate"),
9802
9804
  ExecutionSummary: import_smithy_client.expectString,
9803
9805
  InstanceId: import_smithy_client.expectString,
9804
9806
  Name: import_smithy_client.expectString,
@@ -9823,15 +9825,15 @@ var de_InstanceInformation = /* @__PURE__ */ __name((output, context) => {
9823
9825
  IamRole: import_smithy_client.expectString,
9824
9826
  InstanceId: import_smithy_client.expectString,
9825
9827
  IsLatestVersion: import_smithy_client.expectBoolean,
9826
- LastAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9827
- LastPingDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9828
- LastSuccessfulAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9828
+ LastAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAssociationExecutionDate"),
9829
+ LastPingDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastPingDateTime"),
9830
+ LastSuccessfulAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulAssociationExecutionDate"),
9829
9831
  Name: import_smithy_client.expectString,
9830
9832
  PingStatus: import_smithy_client.expectString,
9831
9833
  PlatformName: import_smithy_client.expectString,
9832
9834
  PlatformType: import_smithy_client.expectString,
9833
9835
  PlatformVersion: import_smithy_client.expectString,
9834
- RegistrationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9836
+ RegistrationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegistrationDate"),
9835
9837
  ResourceType: import_smithy_client.expectString,
9836
9838
  SourceId: import_smithy_client.expectString,
9837
9839
  SourceType: import_smithy_client.expectString
@@ -9845,6 +9847,7 @@ var de_InstanceInformationList = /* @__PURE__ */ __name((output, context) => {
9845
9847
  }, "de_InstanceInformationList");
9846
9848
  var de_InstancePatchState = /* @__PURE__ */ __name((output, context) => {
9847
9849
  return (0, import_smithy_client.take)(output, {
9850
+ AvailableSecurityUpdateCount: import_smithy_client.expectInt32,
9848
9851
  BaselineId: import_smithy_client.expectString,
9849
9852
  CriticalNonCompliantCount: import_smithy_client.expectInt32,
9850
9853
  FailedCount: import_smithy_client.expectInt32,
@@ -9854,12 +9857,12 @@ var de_InstancePatchState = /* @__PURE__ */ __name((output, context) => {
9854
9857
  InstalledPendingRebootCount: import_smithy_client.expectInt32,
9855
9858
  InstalledRejectedCount: import_smithy_client.expectInt32,
9856
9859
  InstanceId: import_smithy_client.expectString,
9857
- LastNoRebootInstallOperationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9860
+ LastNoRebootInstallOperationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastNoRebootInstallOperationTime"),
9858
9861
  MissingCount: import_smithy_client.expectInt32,
9859
9862
  NotApplicableCount: import_smithy_client.expectInt32,
9860
9863
  Operation: import_smithy_client.expectString,
9861
- OperationEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9862
- OperationStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9864
+ OperationEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "OperationEndTime"),
9865
+ OperationStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "OperationStartTime"),
9863
9866
  OtherNonCompliantCount: import_smithy_client.expectInt32,
9864
9867
  OwnerInformation: import_smithy_client.expectString,
9865
9868
  PatchGroup: import_smithy_client.expectString,
@@ -9902,16 +9905,16 @@ var de_InstanceProperty = /* @__PURE__ */ __name((output, context) => {
9902
9905
  InstanceState: import_smithy_client.expectString,
9903
9906
  InstanceType: import_smithy_client.expectString,
9904
9907
  KeyName: import_smithy_client.expectString,
9905
- LastAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9906
- LastPingDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9907
- LastSuccessfulAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9908
- LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9908
+ LastAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAssociationExecutionDate"),
9909
+ LastPingDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastPingDateTime"),
9910
+ LastSuccessfulAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulAssociationExecutionDate"),
9911
+ LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
9909
9912
  Name: import_smithy_client.expectString,
9910
9913
  PingStatus: import_smithy_client.expectString,
9911
9914
  PlatformName: import_smithy_client.expectString,
9912
9915
  PlatformType: import_smithy_client.expectString,
9913
9916
  PlatformVersion: import_smithy_client.expectString,
9914
- RegistrationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9917
+ RegistrationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegistrationDate"),
9915
9918
  ResourceType: import_smithy_client.expectString,
9916
9919
  SourceId: import_smithy_client.expectString,
9917
9920
  SourceType: import_smithy_client.expectString
@@ -9926,41 +9929,41 @@ var de_InventoryDeletionsList = /* @__PURE__ */ __name((output, context) => {
9926
9929
  var de_InventoryDeletionStatusItem = /* @__PURE__ */ __name((output, context) => {
9927
9930
  return (0, import_smithy_client.take)(output, {
9928
9931
  DeletionId: import_smithy_client.expectString,
9929
- DeletionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9932
+ DeletionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletionStartTime"),
9930
9933
  DeletionSummary: import_smithy_client._json,
9931
9934
  LastStatus: import_smithy_client.expectString,
9932
9935
  LastStatusMessage: import_smithy_client.expectString,
9933
- LastStatusUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9936
+ LastStatusUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastStatusUpdateTime"),
9934
9937
  TypeName: import_smithy_client.expectString
9935
9938
  });
9936
9939
  }, "de_InventoryDeletionStatusItem");
9937
9940
  var de_ListAssociationsResult = /* @__PURE__ */ __name((output, context) => {
9938
9941
  return (0, import_smithy_client.take)(output, {
9939
- Associations: (_) => de_AssociationList(_, context),
9942
+ Associations: /* @__PURE__ */ __name((_) => de_AssociationList(_, context), "Associations"),
9940
9943
  NextToken: import_smithy_client.expectString
9941
9944
  });
9942
9945
  }, "de_ListAssociationsResult");
9943
9946
  var de_ListAssociationVersionsResult = /* @__PURE__ */ __name((output, context) => {
9944
9947
  return (0, import_smithy_client.take)(output, {
9945
- AssociationVersions: (_) => de_AssociationVersionList(_, context),
9948
+ AssociationVersions: /* @__PURE__ */ __name((_) => de_AssociationVersionList(_, context), "AssociationVersions"),
9946
9949
  NextToken: import_smithy_client.expectString
9947
9950
  });
9948
9951
  }, "de_ListAssociationVersionsResult");
9949
9952
  var de_ListCommandInvocationsResult = /* @__PURE__ */ __name((output, context) => {
9950
9953
  return (0, import_smithy_client.take)(output, {
9951
- CommandInvocations: (_) => de_CommandInvocationList(_, context),
9954
+ CommandInvocations: /* @__PURE__ */ __name((_) => de_CommandInvocationList(_, context), "CommandInvocations"),
9952
9955
  NextToken: import_smithy_client.expectString
9953
9956
  });
9954
9957
  }, "de_ListCommandInvocationsResult");
9955
9958
  var de_ListCommandsResult = /* @__PURE__ */ __name((output, context) => {
9956
9959
  return (0, import_smithy_client.take)(output, {
9957
- Commands: (_) => de_CommandList(_, context),
9960
+ Commands: /* @__PURE__ */ __name((_) => de_CommandList(_, context), "Commands"),
9958
9961
  NextToken: import_smithy_client.expectString
9959
9962
  });
9960
9963
  }, "de_ListCommandsResult");
9961
9964
  var de_ListComplianceItemsResult = /* @__PURE__ */ __name((output, context) => {
9962
9965
  return (0, import_smithy_client.take)(output, {
9963
- ComplianceItems: (_) => de_ComplianceItemList(_, context),
9966
+ ComplianceItems: /* @__PURE__ */ __name((_) => de_ComplianceItemList(_, context), "ComplianceItems"),
9964
9967
  NextToken: import_smithy_client.expectString
9965
9968
  });
9966
9969
  }, "de_ListComplianceItemsResult");
@@ -9968,63 +9971,63 @@ var de_ListDocumentMetadataHistoryResponse = /* @__PURE__ */ __name((output, con
9968
9971
  return (0, import_smithy_client.take)(output, {
9969
9972
  Author: import_smithy_client.expectString,
9970
9973
  DocumentVersion: import_smithy_client.expectString,
9971
- Metadata: (_) => de_DocumentMetadataResponseInfo(_, context),
9974
+ Metadata: /* @__PURE__ */ __name((_) => de_DocumentMetadataResponseInfo(_, context), "Metadata"),
9972
9975
  Name: import_smithy_client.expectString,
9973
9976
  NextToken: import_smithy_client.expectString
9974
9977
  });
9975
9978
  }, "de_ListDocumentMetadataHistoryResponse");
9976
9979
  var de_ListDocumentsResult = /* @__PURE__ */ __name((output, context) => {
9977
9980
  return (0, import_smithy_client.take)(output, {
9978
- DocumentIdentifiers: (_) => de_DocumentIdentifierList(_, context),
9981
+ DocumentIdentifiers: /* @__PURE__ */ __name((_) => de_DocumentIdentifierList(_, context), "DocumentIdentifiers"),
9979
9982
  NextToken: import_smithy_client.expectString
9980
9983
  });
9981
9984
  }, "de_ListDocumentsResult");
9982
9985
  var de_ListDocumentVersionsResult = /* @__PURE__ */ __name((output, context) => {
9983
9986
  return (0, import_smithy_client.take)(output, {
9984
- DocumentVersions: (_) => de_DocumentVersionList(_, context),
9987
+ DocumentVersions: /* @__PURE__ */ __name((_) => de_DocumentVersionList(_, context), "DocumentVersions"),
9985
9988
  NextToken: import_smithy_client.expectString
9986
9989
  });
9987
9990
  }, "de_ListDocumentVersionsResult");
9988
9991
  var de_ListNodesResult = /* @__PURE__ */ __name((output, context) => {
9989
9992
  return (0, import_smithy_client.take)(output, {
9990
9993
  NextToken: import_smithy_client.expectString,
9991
- Nodes: (_) => de_NodeList(_, context)
9994
+ Nodes: /* @__PURE__ */ __name((_) => de_NodeList(_, context), "Nodes")
9992
9995
  });
9993
9996
  }, "de_ListNodesResult");
9994
9997
  var de_ListOpsItemEventsResponse = /* @__PURE__ */ __name((output, context) => {
9995
9998
  return (0, import_smithy_client.take)(output, {
9996
9999
  NextToken: import_smithy_client.expectString,
9997
- Summaries: (_) => de_OpsItemEventSummaries(_, context)
10000
+ Summaries: /* @__PURE__ */ __name((_) => de_OpsItemEventSummaries(_, context), "Summaries")
9998
10001
  });
9999
10002
  }, "de_ListOpsItemEventsResponse");
10000
10003
  var de_ListOpsItemRelatedItemsResponse = /* @__PURE__ */ __name((output, context) => {
10001
10004
  return (0, import_smithy_client.take)(output, {
10002
10005
  NextToken: import_smithy_client.expectString,
10003
- Summaries: (_) => de_OpsItemRelatedItemSummaries(_, context)
10006
+ Summaries: /* @__PURE__ */ __name((_) => de_OpsItemRelatedItemSummaries(_, context), "Summaries")
10004
10007
  });
10005
10008
  }, "de_ListOpsItemRelatedItemsResponse");
10006
10009
  var de_ListOpsMetadataResult = /* @__PURE__ */ __name((output, context) => {
10007
10010
  return (0, import_smithy_client.take)(output, {
10008
10011
  NextToken: import_smithy_client.expectString,
10009
- OpsMetadataList: (_) => de_OpsMetadataList(_, context)
10012
+ OpsMetadataList: /* @__PURE__ */ __name((_) => de_OpsMetadataList(_, context), "OpsMetadataList")
10010
10013
  });
10011
10014
  }, "de_ListOpsMetadataResult");
10012
10015
  var de_ListResourceComplianceSummariesResult = /* @__PURE__ */ __name((output, context) => {
10013
10016
  return (0, import_smithy_client.take)(output, {
10014
10017
  NextToken: import_smithy_client.expectString,
10015
- ResourceComplianceSummaryItems: (_) => de_ResourceComplianceSummaryItemList(_, context)
10018
+ ResourceComplianceSummaryItems: /* @__PURE__ */ __name((_) => de_ResourceComplianceSummaryItemList(_, context), "ResourceComplianceSummaryItems")
10016
10019
  });
10017
10020
  }, "de_ListResourceComplianceSummariesResult");
10018
10021
  var de_ListResourceDataSyncResult = /* @__PURE__ */ __name((output, context) => {
10019
10022
  return (0, import_smithy_client.take)(output, {
10020
10023
  NextToken: import_smithy_client.expectString,
10021
- ResourceDataSyncItems: (_) => de_ResourceDataSyncItemList(_, context)
10024
+ ResourceDataSyncItems: /* @__PURE__ */ __name((_) => de_ResourceDataSyncItemList(_, context), "ResourceDataSyncItems")
10022
10025
  });
10023
10026
  }, "de_ListResourceDataSyncResult");
10024
10027
  var de_MaintenanceWindowExecution = /* @__PURE__ */ __name((output, context) => {
10025
10028
  return (0, import_smithy_client.take)(output, {
10026
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10027
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10029
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
10030
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
10028
10031
  Status: import_smithy_client.expectString,
10029
10032
  StatusDetails: import_smithy_client.expectString,
10030
10033
  WindowExecutionId: import_smithy_client.expectString,
@@ -10040,8 +10043,8 @@ var de_MaintenanceWindowExecutionList = /* @__PURE__ */ __name((output, context)
10040
10043
  var de_MaintenanceWindowExecutionTaskIdentity = /* @__PURE__ */ __name((output, context) => {
10041
10044
  return (0, import_smithy_client.take)(output, {
10042
10045
  AlarmConfiguration: import_smithy_client._json,
10043
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10044
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10046
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
10047
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
10045
10048
  Status: import_smithy_client.expectString,
10046
10049
  StatusDetails: import_smithy_client.expectString,
10047
10050
  TaskArn: import_smithy_client.expectString,
@@ -10059,12 +10062,12 @@ var de_MaintenanceWindowExecutionTaskIdentityList = /* @__PURE__ */ __name((outp
10059
10062
  }, "de_MaintenanceWindowExecutionTaskIdentityList");
10060
10063
  var de_MaintenanceWindowExecutionTaskInvocationIdentity = /* @__PURE__ */ __name((output, context) => {
10061
10064
  return (0, import_smithy_client.take)(output, {
10062
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10065
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
10063
10066
  ExecutionId: import_smithy_client.expectString,
10064
10067
  InvocationId: import_smithy_client.expectString,
10065
10068
  OwnerInformation: import_smithy_client.expectString,
10066
10069
  Parameters: import_smithy_client.expectString,
10067
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10070
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
10068
10071
  Status: import_smithy_client.expectString,
10069
10072
  StatusDetails: import_smithy_client.expectString,
10070
10073
  TaskExecutionId: import_smithy_client.expectString,
@@ -10089,16 +10092,16 @@ var de_MaintenanceWindowLambdaParameters = /* @__PURE__ */ __name((output, conte
10089
10092
  var de_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((output, context) => {
10090
10093
  return (0, import_smithy_client.take)(output, {
10091
10094
  Automation: import_smithy_client._json,
10092
- Lambda: (_) => de_MaintenanceWindowLambdaParameters(_, context),
10095
+ Lambda: /* @__PURE__ */ __name((_) => de_MaintenanceWindowLambdaParameters(_, context), "Lambda"),
10093
10096
  RunCommand: import_smithy_client._json,
10094
10097
  StepFunctions: import_smithy_client._json
10095
10098
  });
10096
10099
  }, "de_MaintenanceWindowTaskInvocationParameters");
10097
10100
  var de_Node = /* @__PURE__ */ __name((output, context) => {
10098
10101
  return (0, import_smithy_client.take)(output, {
10099
- CaptureTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10102
+ CaptureTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CaptureTime"),
10100
10103
  Id: import_smithy_client.expectString,
10101
- NodeType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
10104
+ NodeType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "NodeType"),
10102
10105
  Owner: import_smithy_client._json,
10103
10106
  Region: import_smithy_client.expectString
10104
10107
  });
@@ -10111,21 +10114,21 @@ var de_NodeList = /* @__PURE__ */ __name((output, context) => {
10111
10114
  }, "de_NodeList");
10112
10115
  var de_OpsItem = /* @__PURE__ */ __name((output, context) => {
10113
10116
  return (0, import_smithy_client.take)(output, {
10114
- ActualEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10115
- ActualStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10117
+ ActualEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualEndTime"),
10118
+ ActualStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualStartTime"),
10116
10119
  Category: import_smithy_client.expectString,
10117
10120
  CreatedBy: import_smithy_client.expectString,
10118
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10121
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
10119
10122
  Description: import_smithy_client.expectString,
10120
10123
  LastModifiedBy: import_smithy_client.expectString,
10121
- LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10124
+ LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
10122
10125
  Notifications: import_smithy_client._json,
10123
10126
  OperationalData: import_smithy_client._json,
10124
10127
  OpsItemArn: import_smithy_client.expectString,
10125
10128
  OpsItemId: import_smithy_client.expectString,
10126
10129
  OpsItemType: import_smithy_client.expectString,
10127
- PlannedEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10128
- PlannedStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10130
+ PlannedEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedEndTime"),
10131
+ PlannedStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedStartTime"),
10129
10132
  Priority: import_smithy_client.expectInt32,
10130
10133
  RelatedOpsItems: import_smithy_client._json,
10131
10134
  Severity: import_smithy_client.expectString,
@@ -10144,7 +10147,7 @@ var de_OpsItemEventSummaries = /* @__PURE__ */ __name((output, context) => {
10144
10147
  var de_OpsItemEventSummary = /* @__PURE__ */ __name((output, context) => {
10145
10148
  return (0, import_smithy_client.take)(output, {
10146
10149
  CreatedBy: import_smithy_client._json,
10147
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10150
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
10148
10151
  Detail: import_smithy_client.expectString,
10149
10152
  DetailType: import_smithy_client.expectString,
10150
10153
  EventId: import_smithy_client.expectString,
@@ -10163,9 +10166,9 @@ var de_OpsItemRelatedItemSummary = /* @__PURE__ */ __name((output, context) => {
10163
10166
  AssociationId: import_smithy_client.expectString,
10164
10167
  AssociationType: import_smithy_client.expectString,
10165
10168
  CreatedBy: import_smithy_client._json,
10166
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10169
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
10167
10170
  LastModifiedBy: import_smithy_client._json,
10168
- LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10171
+ LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
10169
10172
  OpsItemId: import_smithy_client.expectString,
10170
10173
  ResourceType: import_smithy_client.expectString,
10171
10174
  ResourceUri: import_smithy_client.expectString
@@ -10179,18 +10182,18 @@ var de_OpsItemSummaries = /* @__PURE__ */ __name((output, context) => {
10179
10182
  }, "de_OpsItemSummaries");
10180
10183
  var de_OpsItemSummary = /* @__PURE__ */ __name((output, context) => {
10181
10184
  return (0, import_smithy_client.take)(output, {
10182
- ActualEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10183
- ActualStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10185
+ ActualEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualEndTime"),
10186
+ ActualStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualStartTime"),
10184
10187
  Category: import_smithy_client.expectString,
10185
10188
  CreatedBy: import_smithy_client.expectString,
10186
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10189
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
10187
10190
  LastModifiedBy: import_smithy_client.expectString,
10188
- LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10191
+ LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
10189
10192
  OperationalData: import_smithy_client._json,
10190
10193
  OpsItemId: import_smithy_client.expectString,
10191
10194
  OpsItemType: import_smithy_client.expectString,
10192
- PlannedEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10193
- PlannedStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10195
+ PlannedEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedEndTime"),
10196
+ PlannedStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedStartTime"),
10194
10197
  Priority: import_smithy_client.expectInt32,
10195
10198
  Severity: import_smithy_client.expectString,
10196
10199
  Source: import_smithy_client.expectString,
@@ -10200,8 +10203,8 @@ var de_OpsItemSummary = /* @__PURE__ */ __name((output, context) => {
10200
10203
  }, "de_OpsItemSummary");
10201
10204
  var de_OpsMetadata = /* @__PURE__ */ __name((output, context) => {
10202
10205
  return (0, import_smithy_client.take)(output, {
10203
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10204
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10206
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
10207
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
10205
10208
  LastModifiedUser: import_smithy_client.expectString,
10206
10209
  OpsMetadataArn: import_smithy_client.expectString,
10207
10210
  ResourceId: import_smithy_client.expectString
@@ -10217,7 +10220,7 @@ var de_Parameter = /* @__PURE__ */ __name((output, context) => {
10217
10220
  return (0, import_smithy_client.take)(output, {
10218
10221
  ARN: import_smithy_client.expectString,
10219
10222
  DataType: import_smithy_client.expectString,
10220
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10223
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
10221
10224
  Name: import_smithy_client.expectString,
10222
10225
  Selector: import_smithy_client.expectString,
10223
10226
  SourceResult: import_smithy_client.expectString,
@@ -10233,7 +10236,7 @@ var de_ParameterHistory = /* @__PURE__ */ __name((output, context) => {
10233
10236
  Description: import_smithy_client.expectString,
10234
10237
  KeyId: import_smithy_client.expectString,
10235
10238
  Labels: import_smithy_client._json,
10236
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10239
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
10237
10240
  LastModifiedUser: import_smithy_client.expectString,
10238
10241
  Name: import_smithy_client.expectString,
10239
10242
  Policies: import_smithy_client._json,
@@ -10262,7 +10265,7 @@ var de_ParameterMetadata = /* @__PURE__ */ __name((output, context) => {
10262
10265
  DataType: import_smithy_client.expectString,
10263
10266
  Description: import_smithy_client.expectString,
10264
10267
  KeyId: import_smithy_client.expectString,
10265
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10268
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
10266
10269
  LastModifiedUser: import_smithy_client.expectString,
10267
10270
  Name: import_smithy_client.expectString,
10268
10271
  Policies: import_smithy_client._json,
@@ -10296,7 +10299,7 @@ var de_Patch = /* @__PURE__ */ __name((output, context) => {
10296
10299
  Product: import_smithy_client.expectString,
10297
10300
  ProductFamily: import_smithy_client.expectString,
10298
10301
  Release: import_smithy_client.expectString,
10299
- ReleaseDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10302
+ ReleaseDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReleaseDate"),
10300
10303
  Repository: import_smithy_client.expectString,
10301
10304
  Severity: import_smithy_client.expectString,
10302
10305
  Title: import_smithy_client.expectString,
@@ -10308,7 +10311,7 @@ var de_PatchComplianceData = /* @__PURE__ */ __name((output, context) => {
10308
10311
  return (0, import_smithy_client.take)(output, {
10309
10312
  CVEIds: import_smithy_client.expectString,
10310
10313
  Classification: import_smithy_client.expectString,
10311
- InstalledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10314
+ InstalledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InstalledTime"),
10312
10315
  KBId: import_smithy_client.expectString,
10313
10316
  Severity: import_smithy_client.expectString,
10314
10317
  State: import_smithy_client.expectString,
@@ -10329,21 +10332,21 @@ var de_PatchList = /* @__PURE__ */ __name((output, context) => {
10329
10332
  }, "de_PatchList");
10330
10333
  var de_PatchStatus = /* @__PURE__ */ __name((output, context) => {
10331
10334
  return (0, import_smithy_client.take)(output, {
10332
- ApprovalDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10335
+ ApprovalDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ApprovalDate"),
10333
10336
  ComplianceLevel: import_smithy_client.expectString,
10334
10337
  DeploymentStatus: import_smithy_client.expectString
10335
10338
  });
10336
10339
  }, "de_PatchStatus");
10337
10340
  var de_ResetServiceSettingResult = /* @__PURE__ */ __name((output, context) => {
10338
10341
  return (0, import_smithy_client.take)(output, {
10339
- ServiceSetting: (_) => de_ServiceSetting(_, context)
10342
+ ServiceSetting: /* @__PURE__ */ __name((_) => de_ServiceSetting(_, context), "ServiceSetting")
10340
10343
  });
10341
10344
  }, "de_ResetServiceSettingResult");
10342
10345
  var de_ResourceComplianceSummaryItem = /* @__PURE__ */ __name((output, context) => {
10343
10346
  return (0, import_smithy_client.take)(output, {
10344
10347
  ComplianceType: import_smithy_client.expectString,
10345
10348
  CompliantSummary: import_smithy_client._json,
10346
- ExecutionSummary: (_) => de_ComplianceExecutionSummary(_, context),
10349
+ ExecutionSummary: /* @__PURE__ */ __name((_) => de_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
10347
10350
  NonCompliantSummary: import_smithy_client._json,
10348
10351
  OverallSeverity: import_smithy_client.expectString,
10349
10352
  ResourceId: import_smithy_client.expectString,
@@ -10360,12 +10363,12 @@ var de_ResourceComplianceSummaryItemList = /* @__PURE__ */ __name((output, conte
10360
10363
  var de_ResourceDataSyncItem = /* @__PURE__ */ __name((output, context) => {
10361
10364
  return (0, import_smithy_client.take)(output, {
10362
10365
  LastStatus: import_smithy_client.expectString,
10363
- LastSuccessfulSyncTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10366
+ LastSuccessfulSyncTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulSyncTime"),
10364
10367
  LastSyncStatusMessage: import_smithy_client.expectString,
10365
- LastSyncTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10368
+ LastSyncTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSyncTime"),
10366
10369
  S3Destination: import_smithy_client._json,
10367
- SyncCreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10368
- SyncLastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10370
+ SyncCreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SyncCreatedTime"),
10371
+ SyncLastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SyncLastModifiedTime"),
10369
10372
  SyncName: import_smithy_client.expectString,
10370
10373
  SyncSource: import_smithy_client._json,
10371
10374
  SyncType: import_smithy_client.expectString
@@ -10379,7 +10382,7 @@ var de_ResourceDataSyncItemList = /* @__PURE__ */ __name((output, context) => {
10379
10382
  }, "de_ResourceDataSyncItemList");
10380
10383
  var de_ReviewInformation = /* @__PURE__ */ __name((output, context) => {
10381
10384
  return (0, import_smithy_client.take)(output, {
10382
- ReviewedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10385
+ ReviewedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReviewedTime"),
10383
10386
  Reviewer: import_smithy_client.expectString,
10384
10387
  Status: import_smithy_client.expectString
10385
10388
  });
@@ -10392,13 +10395,13 @@ var de_ReviewInformationList = /* @__PURE__ */ __name((output, context) => {
10392
10395
  }, "de_ReviewInformationList");
10393
10396
  var de_SendCommandResult = /* @__PURE__ */ __name((output, context) => {
10394
10397
  return (0, import_smithy_client.take)(output, {
10395
- Command: (_) => de_Command(_, context)
10398
+ Command: /* @__PURE__ */ __name((_) => de_Command(_, context), "Command")
10396
10399
  });
10397
10400
  }, "de_SendCommandResult");
10398
10401
  var de_ServiceSetting = /* @__PURE__ */ __name((output, context) => {
10399
10402
  return (0, import_smithy_client.take)(output, {
10400
10403
  ARN: import_smithy_client.expectString,
10401
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10404
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
10402
10405
  LastModifiedUser: import_smithy_client.expectString,
10403
10406
  SettingId: import_smithy_client.expectString,
10404
10407
  SettingValue: import_smithy_client.expectString,
@@ -10409,13 +10412,13 @@ var de_Session = /* @__PURE__ */ __name((output, context) => {
10409
10412
  return (0, import_smithy_client.take)(output, {
10410
10413
  Details: import_smithy_client.expectString,
10411
10414
  DocumentName: import_smithy_client.expectString,
10412
- EndDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10415
+ EndDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDate"),
10413
10416
  MaxSessionDuration: import_smithy_client.expectString,
10414
10417
  OutputUrl: import_smithy_client._json,
10415
10418
  Owner: import_smithy_client.expectString,
10416
10419
  Reason: import_smithy_client.expectString,
10417
10420
  SessionId: import_smithy_client.expectString,
10418
- StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10421
+ StartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDate"),
10419
10422
  Status: import_smithy_client.expectString,
10420
10423
  Target: import_smithy_client.expectString
10421
10424
  });
@@ -10429,8 +10432,8 @@ var de_SessionList = /* @__PURE__ */ __name((output, context) => {
10429
10432
  var de_StepExecution = /* @__PURE__ */ __name((output, context) => {
10430
10433
  return (0, import_smithy_client.take)(output, {
10431
10434
  Action: import_smithy_client.expectString,
10432
- ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10433
- ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10435
+ ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
10436
+ ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
10434
10437
  FailureDetails: import_smithy_client._json,
10435
10438
  FailureMessage: import_smithy_client.expectString,
10436
10439
  Inputs: import_smithy_client._json,
@@ -10462,17 +10465,17 @@ var de_StepExecutionList = /* @__PURE__ */ __name((output, context) => {
10462
10465
  }, "de_StepExecutionList");
10463
10466
  var de_UpdateAssociationResult = /* @__PURE__ */ __name((output, context) => {
10464
10467
  return (0, import_smithy_client.take)(output, {
10465
- AssociationDescription: (_) => de_AssociationDescription(_, context)
10468
+ AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
10466
10469
  });
10467
10470
  }, "de_UpdateAssociationResult");
10468
10471
  var de_UpdateAssociationStatusResult = /* @__PURE__ */ __name((output, context) => {
10469
10472
  return (0, import_smithy_client.take)(output, {
10470
- AssociationDescription: (_) => de_AssociationDescription(_, context)
10473
+ AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
10471
10474
  });
10472
10475
  }, "de_UpdateAssociationStatusResult");
10473
10476
  var de_UpdateDocumentResult = /* @__PURE__ */ __name((output, context) => {
10474
10477
  return (0, import_smithy_client.take)(output, {
10475
- DocumentDescription: (_) => de_DocumentDescription(_, context)
10478
+ DocumentDescription: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "DocumentDescription")
10476
10479
  });
10477
10480
  }, "de_UpdateDocumentResult");
10478
10481
  var de_UpdateMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context) => {
@@ -10488,7 +10491,7 @@ var de_UpdateMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, conte
10488
10491
  ServiceRoleArn: import_smithy_client.expectString,
10489
10492
  Targets: import_smithy_client._json,
10490
10493
  TaskArn: import_smithy_client.expectString,
10491
- TaskInvocationParameters: (_) => de_MaintenanceWindowTaskInvocationParameters(_, context),
10494
+ TaskInvocationParameters: /* @__PURE__ */ __name((_) => de_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
10492
10495
  TaskParameters: import_smithy_client._json,
10493
10496
  WindowId: import_smithy_client.expectString,
10494
10497
  WindowTaskId: import_smithy_client.expectString
@@ -10500,11 +10503,12 @@ var de_UpdatePatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
10500
10503
  ApprovedPatches: import_smithy_client._json,
10501
10504
  ApprovedPatchesComplianceLevel: import_smithy_client.expectString,
10502
10505
  ApprovedPatchesEnableNonSecurity: import_smithy_client.expectBoolean,
10506
+ AvailableSecurityUpdatesComplianceStatus: import_smithy_client.expectString,
10503
10507
  BaselineId: import_smithy_client.expectString,
10504
- CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10508
+ CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
10505
10509
  Description: import_smithy_client.expectString,
10506
10510
  GlobalFilters: import_smithy_client._json,
10507
- ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
10511
+ ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
10508
10512
  Name: import_smithy_client.expectString,
10509
10513
  OperatingSystem: import_smithy_client.expectString,
10510
10514
  RejectedPatches: import_smithy_client._json,
@@ -13412,6 +13416,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
13412
13416
  OpsMetadataTooManyUpdatesException,
13413
13417
  PatchComplianceLevel,
13414
13418
  PatchFilterKey,
13419
+ PatchComplianceStatus,
13415
13420
  OperatingSystem,
13416
13421
  PatchAction,
13417
13422
  ResourceDataSyncS3Format,