@gemeentenijmegen/webapp 1.1.13 → 1.1.14

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 (2148) hide show
  1. package/.jsii +12 -12
  2. package/.nvmrc +1 -0
  3. package/API.md +44 -0
  4. package/assets/webapp/auth/auth.lambda/index.js +1 -1
  5. package/assets/webapp/login/login.lambda/index.js +1 -1
  6. package/assets/webapp/logout/logout.lambda/index.js +1 -1
  7. package/lib/webapp/Criticality.js +1 -1
  8. package/lib/webapp/Webapp.js +1 -1
  9. package/lib/webapp/Webpage.js +1 -1
  10. package/lib/webapp/auth/auth.lambda.d.ts +1 -1
  11. package/lib/webapp/auth/auth.lambda.js +2 -2
  12. package/lib/webapp/login/login.lambda.d.ts +1 -1
  13. package/lib/webapp/login/login.lambda.js +2 -2
  14. package/lib/webapp/logout/logout.lambda.js +2 -2
  15. package/lib/webapp/util/Files.js +1 -1
  16. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +3 -3
  17. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +3 -3
  18. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +4 -5
  19. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  20. package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -107
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +355 -3196
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -2
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -4
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +10 -7
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2390 -0
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +29 -1
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -3
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +2 -2
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +2 -2
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +2 -2
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +2 -2
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +2 -2
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +3 -6
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +3 -6
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +2 -0
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +5 -0
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +1 -2
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +4 -6
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +10 -7
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +1430 -1634
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +4 -0
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +80 -1
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +1 -10
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +6 -2
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +2 -0
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +2 -0
  111. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -3
  112. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +5 -0
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +2 -0
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -0
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +2 -3
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -3
  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/UpdateTableCommand.d.ts +3 -0
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +2 -1
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +13 -0
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +2 -3
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +86 -12
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +6 -2
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +6 -2
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +6 -2
  127. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +6 -1
  128. package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -397
  129. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +103 -1
  130. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -5
  131. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +1 -0
  132. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +7 -0
  133. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +16 -2
  134. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  135. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  136. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  137. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  138. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -398
  139. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +4 -0
  140. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
  141. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
  142. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
  143. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
  144. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +4 -0
  145. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
  146. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
  147. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
  148. package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
  149. package/node_modules/@aws-sdk/client-dynamodb/package.json +56 -50
  150. package/node_modules/@aws-sdk/client-s3/README.md +31 -154
  151. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
  152. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  153. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +492 -5897
  154. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  155. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  156. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -2
  157. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +4 -8
  158. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +9 -5
  159. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
  160. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +23 -1
  161. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
  162. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +6 -3
  163. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  164. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -2
  165. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -2
  166. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -3
  167. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -3
  168. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  169. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +6 -3
  170. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  171. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +2 -2
  172. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  173. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  174. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  175. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  176. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  177. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  178. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  179. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  180. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  181. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  182. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  183. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  184. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  185. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +6 -3
  186. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -3
  187. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -3
  188. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  189. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +6 -3
  190. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +6 -3
  191. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +6 -3
  192. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +6 -3
  193. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +6 -3
  194. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +6 -3
  195. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +6 -3
  196. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +6 -3
  197. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +6 -3
  198. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +6 -3
  199. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +6 -3
  200. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +6 -3
  201. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +6 -3
  202. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +6 -3
  203. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +6 -3
  204. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +6 -3
  205. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +6 -3
  206. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +6 -3
  207. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +6 -3
  208. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +6 -3
  209. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +6 -3
  210. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +6 -3
  211. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +6 -3
  212. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +6 -3
  213. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  214. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -4
  215. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -3
  216. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -3
  217. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -3
  218. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -3
  219. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  220. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +6 -3
  221. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -3
  222. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -2
  223. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +6 -3
  224. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +6 -3
  225. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +6 -3
  226. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -3
  227. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -3
  228. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +6 -3
  229. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +6 -3
  230. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +6 -3
  231. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +6 -3
  232. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +6 -3
  233. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -2
  234. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +3 -3
  235. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -3
  236. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -3
  237. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  238. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -3
  239. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -3
  240. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  241. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  242. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
  243. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -3
  244. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  245. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  246. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -3
  247. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -3
  248. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -3
  249. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -3
  250. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -3
  251. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -3
  252. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -3
  253. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -3
  254. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -3
  255. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -3
  256. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -3
  257. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -3
  258. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -3
  259. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
  260. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +6 -3
  261. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -3
  262. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -2
  263. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -3
  264. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -3
  265. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  266. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -3
  267. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -2
  268. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  269. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  270. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  271. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  272. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +3 -0
  273. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
  274. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
  275. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +1 -2
  276. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +6 -10
  277. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +9 -5
  278. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +1757 -3928
  279. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
  280. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
  281. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
  282. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
  283. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +61 -1
  284. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +4 -12
  285. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +5 -4
  286. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +9 -0
  287. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +0 -1
  288. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  289. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +0 -1
  290. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +5 -4
  291. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  293. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  294. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +25 -15
  295. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  296. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -4
  297. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  298. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  299. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +3 -2
  300. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +13 -0
  301. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +16 -15
  302. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +51 -29
  303. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +186 -3
  304. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +19 -3
  305. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +20 -4
  306. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +19 -3
  307. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +7 -2
  308. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -502
  309. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
  310. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +6 -4
  311. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  312. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  313. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  314. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -0
  315. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +7 -0
  316. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
  317. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
  318. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
  319. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +25 -10
  320. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +29 -11
  321. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +25 -10
  322. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -8
  323. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +459 -503
  324. package/node_modules/@aws-sdk/client-s3/package.json +64 -62
  325. package/node_modules/@aws-sdk/client-secrets-manager/README.md +25 -73
  326. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  327. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +61 -884
  328. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  329. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  330. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -2
  331. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -4
  332. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +8 -6
  333. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  334. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +9 -1
  335. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  336. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +2 -2
  337. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +2 -2
  338. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +2 -2
  339. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  340. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +2 -2
  341. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +2 -2
  342. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +2 -2
  343. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  344. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +2 -2
  345. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +2 -2
  346. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +2 -2
  347. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  348. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +2 -2
  349. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -2
  350. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -2
  351. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +2 -2
  352. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +2 -2
  353. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +2 -2
  354. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +2 -2
  355. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +2 -2
  356. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +2 -2
  357. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -2
  358. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +2 -2
  359. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +2 -0
  360. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +2 -2
  361. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +1 -2
  362. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +4 -6
  363. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +8 -6
  364. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +419 -424
  365. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +22 -1
  366. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +1 -10
  367. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +2 -1
  368. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +2 -2
  369. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +6 -2
  370. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +6 -2
  371. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +6 -2
  372. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +6 -1
  373. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +99 -114
  374. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
  375. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +0 -4
  376. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +1 -0
  377. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +2 -2
  378. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  379. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  380. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  381. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  382. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -116
  383. package/node_modules/@aws-sdk/client-secrets-manager/package.json +53 -47
  384. package/node_modules/@aws-sdk/client-ssm/README.md +25 -195
  385. package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
  386. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -9621
  387. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  388. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  389. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -2
  390. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -4
  391. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +9 -6
  392. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +107 -1
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -4
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +2 -2
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +2 -2
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +2 -2
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +2 -2
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +2 -2
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +2 -2
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +2 -2
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +2 -2
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +2 -2
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +2 -2
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +2 -2
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +2 -2
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +2 -2
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +2 -2
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +2 -2
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +2 -2
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +2 -2
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +2 -2
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +2 -2
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +2 -2
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +2 -2
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +2 -2
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +2 -2
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +2 -2
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +2 -2
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +2 -2
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +2 -2
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +2 -2
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +2 -2
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +2 -2
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +2 -2
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +2 -2
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +2 -2
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +2 -2
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +2 -2
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +2 -2
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +2 -2
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +2 -2
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +2 -2
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +2 -2
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +2 -2
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +2 -2
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +2 -2
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +2 -2
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +2 -2
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +2 -2
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +2 -2
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +2 -2
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +2 -2
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +2 -2
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +2 -2
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +2 -2
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +2 -2
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +2 -2
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +2 -2
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +2 -2
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +2 -2
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +2 -2
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +2 -2
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +2 -2
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +2 -2
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +2 -2
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +2 -2
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +2 -2
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +2 -2
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +2 -2
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +2 -2
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +2 -2
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +2 -2
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +2 -2
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +2 -2
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +2 -2
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +2 -2
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +2 -2
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +2 -2
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +2 -2
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +2 -2
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +2 -2
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +2 -2
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +2 -2
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +2 -2
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +2 -2
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +2 -2
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +2 -2
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +2 -2
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +2 -2
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +2 -2
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +2 -2
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +2 -2
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +2 -2
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +2 -2
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +2 -2
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +2 -2
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +2 -2
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +2 -2
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +2 -2
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +2 -2
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +2 -2
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +2 -2
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +2 -2
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +2 -2
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +2 -2
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +2 -2
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +2 -2
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +2 -2
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +2 -2
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +2 -2
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +2 -2
  507. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +2 -2
  508. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  509. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +2 -2
  510. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +2 -2
  511. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +2 -2
  512. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +2 -2
  513. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  514. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +2 -2
  515. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +2 -2
  516. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +2 -2
  517. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +2 -2
  518. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +2 -2
  519. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +2 -2
  520. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +2 -2
  521. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +2 -2
  522. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +2 -2
  523. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +2 -2
  524. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +2 -2
  525. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +2 -2
  526. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +2 -2
  527. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +2 -2
  528. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +2 -2
  529. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +2 -2
  530. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +2 -2
  531. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -2
  532. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +2 -2
  533. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +2 -2
  534. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +2 -2
  535. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +2 -2
  536. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +2 -2
  537. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +2 -2
  538. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +2 -2
  539. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +2 -2
  540. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +2 -2
  541. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +3 -0
  542. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +9 -9
  543. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -2
  544. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +4 -6
  545. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +9 -6
  546. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +3821 -5462
  547. package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +1 -1
  548. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
  549. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +1 -10
  550. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
  551. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
  552. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  553. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  554. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
  555. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
  556. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
  557. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  558. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
  559. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
  560. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
  561. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
  562. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +9 -9
  563. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -2
  564. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -2
  565. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -2
  566. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +6 -1
  567. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +755 -956
  568. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
  569. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -4
  570. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -0
  571. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
  572. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  573. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +9 -9
  574. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  575. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  576. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  577. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  578. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +750 -958
  579. package/node_modules/@aws-sdk/client-ssm/package.json +48 -46
  580. package/node_modules/@aws-sdk/core/LICENSE +201 -0
  581. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  582. package/node_modules/@aws-sdk/core/dist-cjs/index.js +183 -71
  583. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
  584. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +174 -70
  585. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  586. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  587. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  588. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  589. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  590. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
  591. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +36 -14
  592. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
  593. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
  594. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
  595. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  596. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +41 -9
  597. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  598. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +17 -7
  599. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
  600. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  601. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  602. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  603. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  604. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  605. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  606. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  607. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  608. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
  609. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  610. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  611. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
  612. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  613. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  614. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  615. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
  616. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
  617. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  618. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  619. package/node_modules/@aws-sdk/core/package.json +23 -23
  620. package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
  621. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  622. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  623. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  624. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  625. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  626. package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  627. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  628. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  629. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  630. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  631. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  632. package/node_modules/@aws-sdk/credential-provider-env/package.json +14 -14
  633. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  634. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  635. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  636. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  637. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  638. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  639. package/node_modules/@aws-sdk/credential-provider-http/package.json +19 -19
  640. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  641. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  642. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  643. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  644. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  645. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  646. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  647. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -5
  648. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -5
  649. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  650. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  651. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  652. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -2
  653. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  654. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  655. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
  656. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  657. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  658. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  659. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  660. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  661. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  662. package/node_modules/@aws-sdk/credential-provider-ini/package.json +23 -23
  663. package/node_modules/@aws-sdk/credential-provider-login/package.json +17 -17
  664. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  665. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  666. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  667. package/node_modules/@aws-sdk/credential-provider-node/package.json +21 -21
  668. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  669. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  670. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  671. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  672. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  673. package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
  674. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +6 -4
  675. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  676. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  677. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  678. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  679. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
  680. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  681. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  682. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
  683. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  684. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  685. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  686. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  687. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  688. package/node_modules/@aws-sdk/credential-provider-sso/package.json +17 -17
  689. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  690. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  691. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  692. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  693. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
  694. package/node_modules/@aws-sdk/dynamodb-codec/package.json +14 -17
  695. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
  696. package/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +1 -1
  697. package/node_modules/@aws-sdk/endpoint-cache/package.json +10 -10
  698. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  699. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  700. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  701. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  702. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  703. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  704. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +15 -15
  705. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +1 -1
  706. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +3 -3
  707. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
  708. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +2 -2
  709. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +1 -1
  710. package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +2 -2
  711. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +14 -14
  712. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
  713. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +12 -12
  714. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  715. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +76 -53
  716. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
  717. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
  718. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  719. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
  720. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  721. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  722. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  723. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  724. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
  725. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  726. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  727. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  728. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  729. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  730. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  731. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  732. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  733. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  734. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  735. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  736. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  737. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  738. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  739. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  740. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  741. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  742. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
  743. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  744. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  745. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  746. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  747. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  748. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  749. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  750. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +20 -19
  751. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  752. package/node_modules/@aws-sdk/middleware-host-header/package.json +12 -12
  753. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  754. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  755. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +11 -11
  756. package/node_modules/@aws-sdk/middleware-logger/package.json +12 -12
  757. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  758. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  759. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  760. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  761. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  762. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  763. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +12 -12
  764. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -3
  765. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  766. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  767. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  768. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  769. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  770. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  771. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  772. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  773. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  774. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  775. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  776. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  777. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  778. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  779. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  780. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
  781. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
  782. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  783. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +22 -22
  784. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  785. package/node_modules/@aws-sdk/middleware-ssec/package.json +11 -11
  786. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +9 -9
  787. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
  788. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  789. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  790. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  791. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  792. package/node_modules/@aws-sdk/middleware-user-agent/package.json +16 -15
  793. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  794. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  795. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  796. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  797. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  798. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  799. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  800. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
  801. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +53 -0
  802. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  803. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  804. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  805. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -190
  806. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  807. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  808. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +8 -1
  809. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  810. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  811. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  812. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  813. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  814. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  815. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  816. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  817. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  818. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  819. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  820. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  821. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  822. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -332
  823. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  824. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  825. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
  826. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  827. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  828. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +36 -294
  829. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  830. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  831. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +9 -6
  832. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  833. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  834. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  835. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  836. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
  837. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
  838. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  839. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  840. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  841. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  842. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  843. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  844. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
  845. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +48 -0
  846. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  847. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  848. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  849. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  850. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  851. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  852. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  853. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
  854. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
  855. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +8 -1
  856. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +34 -26
  857. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  858. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
  859. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  860. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
  861. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
  862. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  863. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  864. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  865. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
  866. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  867. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  868. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  869. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  870. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
  871. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  872. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  873. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  874. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  875. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  876. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  877. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
  878. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
  879. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
  880. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +64 -53
  881. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  882. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  883. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  884. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  885. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  886. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +4 -3
  887. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  888. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
  889. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
  890. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +9 -6
  891. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +85 -79
  892. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  893. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  894. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  895. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  896. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  897. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  898. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  899. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  900. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  901. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  902. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  903. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  904. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  905. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  906. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  907. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  908. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  909. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  910. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  911. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  912. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -12
  913. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  914. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  915. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  916. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
  917. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  918. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  919. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  920. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  921. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  922. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -13
  923. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  924. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +198 -0
  925. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  926. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
  927. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
  928. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  929. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  930. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  931. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  932. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
  933. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  934. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
  935. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
  936. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
  937. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
  938. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  939. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  940. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -12
  941. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  942. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  943. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  944. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
  945. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  946. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  947. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  948. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  949. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  950. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -22
  951. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  952. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -13
  953. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  954. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
  955. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  956. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  957. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  958. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  959. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  960. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  961. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  962. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  963. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -26
  964. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  965. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  966. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  967. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  968. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  969. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  970. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  971. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  972. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  973. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  974. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  975. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  976. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  977. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  978. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  979. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  980. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  981. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  982. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -7
  983. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  984. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  985. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  986. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  987. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  988. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  989. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +13 -13
  990. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  991. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
  992. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  993. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
  994. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  995. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  996. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  997. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  999. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1004. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -6
  1005. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1006. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  1008. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  1009. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  1010. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  1011. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +17 -22
  1012. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -7
  1013. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1014. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  1015. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  1017. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  1018. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  1019. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  1020. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +21 -27
  1021. package/node_modules/@aws-sdk/nested-clients/package.json +62 -42
  1022. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1023. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1024. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +13 -24
  1025. package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -13
  1026. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts +2 -2
  1027. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +3 -3
  1028. package/node_modules/@aws-sdk/s3-request-presigner/package.json +17 -17
  1029. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  1030. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  1031. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +12 -12
  1032. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -15
  1033. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1034. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1035. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  1036. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  1037. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
  1038. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  1039. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
  1040. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
  1041. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  1042. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1043. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1044. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1045. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  1046. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  1047. package/node_modules/@aws-sdk/token-providers/package.json +14 -14
  1048. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  1049. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1050. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
  1051. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  1052. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  1053. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  1054. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1055. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  1056. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  1057. package/node_modules/@aws-sdk/types/package.json +10 -10
  1058. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  1059. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  1060. package/node_modules/@aws-sdk/util-arn-parser/package.json +10 -10
  1061. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -13
  1062. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  1063. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  1064. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  1065. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  1066. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1067. package/node_modules/@aws-sdk/util-endpoints/package.json +11 -11
  1068. package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
  1069. package/node_modules/@aws-sdk/util-format-url/package.json +12 -12
  1070. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
  1071. package/node_modules/@aws-sdk/util-locate-window/package.json +10 -10
  1072. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  1073. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  1074. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +10 -10
  1075. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
  1076. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
  1077. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1078. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1079. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1080. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1081. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1082. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  1083. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1084. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1085. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1086. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1087. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1088. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  1089. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  1090. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1091. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1092. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1093. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1094. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1095. package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
  1096. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  1097. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
  1098. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -0
  1099. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  1100. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  1101. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +52 -0
  1102. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
  1103. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  1104. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  1105. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  1106. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +96 -13
  1107. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  1108. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  1109. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  1110. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  1111. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
  1112. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  1113. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +9 -6
  1114. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +92 -14
  1115. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
  1116. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +1 -26
  1117. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
  1118. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
  1119. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
  1120. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
  1121. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
  1122. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
  1123. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +21 -21
  1124. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
  1125. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
  1126. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
  1127. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
  1128. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +315 -293
  1129. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +86 -44
  1130. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +309 -186
  1131. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +22 -22
  1132. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +38 -34
  1133. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
  1134. package/node_modules/@aws-sdk/xml-builder/package.json +12 -12
  1135. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4627 -236
  1136. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +8 -9
  1137. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.d.ts +6 -4
  1138. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +2 -2
  1139. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -7
  1140. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -2
  1141. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  1142. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +2 -2
  1143. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +4 -18
  1144. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +7 -26
  1145. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
  1146. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +38 -22
  1147. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -1
  1148. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -2
  1149. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  1150. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  1151. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +4 -18
  1152. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +7 -15
  1153. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  1154. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +38 -24
  1155. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  1156. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -2
  1157. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  1158. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  1159. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +4 -18
  1160. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +7 -15
  1161. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  1162. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +38 -24
  1163. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  1164. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -2
  1165. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  1166. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +2 -2
  1167. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +4 -18
  1168. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +7 -15
  1169. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
  1170. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +38 -18
  1171. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -1
  1172. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -2
  1173. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -1
  1174. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +2 -2
  1175. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.assets.json +4 -18
  1176. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.template.json +7 -15
  1177. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +1 -1
  1178. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +38 -18
  1179. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -1
  1180. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -2
  1181. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  1182. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +2 -2
  1183. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +4 -18
  1184. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +7 -15
  1185. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
  1186. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +38 -18
  1187. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -1
  1188. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -2
  1189. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  1190. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +2 -2
  1191. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +4 -18
  1192. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +7 -15
  1193. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
  1194. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +38 -18
  1195. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
  1196. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.js +75 -67
  1197. package/node_modules/@aws-solutions-constructs/core/.jsii +15390 -0
  1198. package/node_modules/@aws-solutions-constructs/core/index.d.ts +82 -0
  1199. package/node_modules/@aws-solutions-constructs/core/index.js +99 -0
  1200. package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +23 -0
  1201. package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +69 -0
  1202. package/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +210 -0
  1203. package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
  1204. package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
  1205. package/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +164 -0
  1206. package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
  1207. package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
  1208. package/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
  1209. package/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
  1210. package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +77 -0
  1211. package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +291 -0
  1212. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +6036 -0
  1213. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
  1214. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
  1215. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +301 -0
  1216. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
  1217. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +462 -0
  1218. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +102 -0
  1219. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +133 -0
  1220. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
  1221. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +557 -0
  1222. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +333 -0
  1223. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +29 -0
  1224. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +78 -0
  1225. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/package.json +133 -0
  1226. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +1193 -0
  1227. package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +5 -0
  1228. package/node_modules/@aws-solutions-constructs/core/nohoist.sh +16 -0
  1229. package/node_modules/@aws-solutions-constructs/core/package.json +94 -0
  1230. package/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +520 -0
  1231. package/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +819 -0
  1232. package/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +207 -0
  1233. package/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +1038 -0
  1234. package/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +81 -0
  1235. package/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +639 -0
  1236. package/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +454 -0
  1237. package/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +77 -0
  1238. package/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +355 -0
  1239. package/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +595 -0
  1240. package/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +489 -0
  1241. package/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +99 -0
  1242. package/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +486 -0
  1243. package/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +416 -0
  1244. package/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +285 -0
  1245. package/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +787 -0
  1246. package/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
  1247. package/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +384 -0
  1248. package/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +244 -0
  1249. package/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +66 -0
  1250. package/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +367 -0
  1251. package/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +361 -0
  1252. package/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +441 -0
  1253. package/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +59 -0
  1254. package/node_modules/@aws-solutions-constructs/core/test/test-helper.js +349 -0
  1255. package/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
  1256. package/node_modules/@aws-solutions-constructs/core/test/utils.test.js +275 -0
  1257. package/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
  1258. package/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +308 -0
  1259. package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts +13 -0
  1260. package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +339 -0
  1261. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts +13 -0
  1262. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts +13 -0
  1263. package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +471 -0
  1264. package/node_modules/@gemeentenijmegen/apiclient/.nvmrc +1 -0
  1265. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +1 -1
  1266. package/node_modules/@gemeentenijmegen/apiclient/package.json +6 -6
  1267. package/node_modules/@gemeentenijmegen/apigateway-http/.nvmrc +1 -0
  1268. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
  1269. package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4 -4
  1270. package/node_modules/@gemeentenijmegen/aws-constructs/.nvmrc +1 -0
  1271. package/node_modules/@gemeentenijmegen/aws-constructs/API.md +88 -0
  1272. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +1 -1
  1273. package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +1 -1
  1274. package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +1 -1
  1275. package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +1 -1
  1276. package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +1 -1
  1277. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +1 -1
  1278. package/node_modules/@gemeentenijmegen/aws-constructs/package.json +9 -9
  1279. package/node_modules/@gemeentenijmegen/session/.nvmrc +1 -0
  1280. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  1281. package/node_modules/@smithy/abort-controller/package.json +7 -7
  1282. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
  1283. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
  1284. package/node_modules/@smithy/config-resolver/package.json +11 -11
  1285. package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
  1286. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +61 -22
  1287. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  1288. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +9 -1
  1289. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +50 -5
  1290. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +97 -19
  1291. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
  1292. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  1293. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +42 -11
  1294. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  1295. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
  1296. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  1297. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  1298. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +9 -1
  1299. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +30 -3
  1300. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
  1301. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  1302. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  1303. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  1304. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
  1305. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +62 -11
  1306. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
  1307. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  1308. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  1309. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1310. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  1311. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  1312. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  1313. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
  1314. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  1315. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
  1316. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
  1317. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  1318. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
  1319. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1320. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  1321. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  1322. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  1323. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
  1324. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  1325. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
  1326. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
  1327. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  1328. package/node_modules/@smithy/core/endpoints.js +6 -0
  1329. package/node_modules/@smithy/core/package.json +28 -17
  1330. package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
  1331. package/node_modules/@smithy/eventstream-codec/package.json +9 -9
  1332. package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
  1333. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
  1334. package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
  1335. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
  1336. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
  1337. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
  1338. package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
  1339. package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
  1340. package/node_modules/@smithy/hash-node/package.json +9 -9
  1341. package/node_modules/@smithy/hash-stream-node/package.json +9 -9
  1342. package/node_modules/@smithy/invalid-dependency/package.json +7 -7
  1343. package/node_modules/@smithy/is-array-buffer/package.json +6 -6
  1344. package/node_modules/@smithy/md5-js/package.json +10 -10
  1345. package/node_modules/@smithy/middleware-content-length/package.json +8 -8
  1346. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +28 -4
  1347. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  1348. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
  1349. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  1350. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1351. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
  1352. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  1353. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
  1354. package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
  1355. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
  1356. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  1357. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  1358. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
  1359. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  1360. package/node_modules/@smithy/middleware-serde/package.json +9 -8
  1361. package/node_modules/@smithy/middleware-stack/package.json +7 -7
  1362. package/node_modules/@smithy/node-config-provider/package.json +9 -9
  1363. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +77 -47
  1364. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  1365. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
  1366. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  1367. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
  1368. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  1369. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  1370. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  1371. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  1372. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +10 -3
  1373. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  1374. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  1375. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
  1376. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  1377. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  1378. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  1379. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  1380. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  1381. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  1382. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  1383. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  1384. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  1385. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  1386. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
  1387. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  1388. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
  1389. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  1390. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  1391. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  1392. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  1393. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  1394. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  1395. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  1396. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  1397. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  1398. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  1399. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
  1400. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  1401. package/node_modules/@smithy/node-http-handler/package.json +10 -10
  1402. package/node_modules/@smithy/property-provider/package.json +7 -7
  1403. package/node_modules/@smithy/protocol-http/package.json +7 -7
  1404. package/node_modules/@smithy/querystring-builder/package.json +8 -8
  1405. package/node_modules/@smithy/querystring-parser/package.json +7 -7
  1406. package/node_modules/@smithy/service-error-classification/package.json +7 -7
  1407. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
  1408. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
  1409. package/node_modules/@smithy/signature-v4/package.json +13 -13
  1410. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +65 -19
  1411. package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  1412. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1413. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  1414. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1415. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  1416. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  1417. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  1418. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  1419. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  1420. package/node_modules/@smithy/smithy-client/package.json +15 -13
  1421. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  1422. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  1423. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  1424. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  1425. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  1426. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  1427. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  1428. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  1429. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  1430. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  1431. package/node_modules/@smithy/types/package.json +5 -5
  1432. package/node_modules/@smithy/url-parser/package.json +8 -8
  1433. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  1434. package/node_modules/@smithy/util-base64/package.json +8 -8
  1435. package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
  1436. package/node_modules/@smithy/util-body-length-node/package.json +6 -6
  1437. package/node_modules/@smithy/util-buffer-from/package.json +7 -7
  1438. package/node_modules/@smithy/util-config-provider/package.json +6 -6
  1439. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  1440. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
  1441. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
  1442. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  1443. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  1444. package/node_modules/@smithy/util-endpoints/package.json +8 -8
  1445. package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
  1446. package/node_modules/@smithy/util-middleware/package.json +7 -7
  1447. package/node_modules/@smithy/util-retry/package.json +8 -8
  1448. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  1449. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  1450. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -27
  1451. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  1452. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  1453. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  1454. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +8 -7
  1455. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  1456. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  1457. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  1458. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  1459. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  1460. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  1461. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1462. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  1463. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1464. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +8 -7
  1465. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1466. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1467. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1468. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1469. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1470. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1471. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1472. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1473. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1474. package/node_modules/@smithy/util-stream/package.json +13 -13
  1475. package/node_modules/@smithy/util-uri-escape/package.json +6 -6
  1476. package/node_modules/@smithy/util-utf8/package.json +7 -7
  1477. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
  1478. package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
  1479. package/node_modules/@smithy/util-waiter/package.json +8 -8
  1480. package/node_modules/@smithy/uuid/package.json +6 -6
  1481. package/node_modules/@types/aws-lambda/README.md +1 -1
  1482. package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
  1483. package/node_modules/@types/aws-lambda/package.json +2 -2
  1484. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
  1485. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
  1486. package/node_modules/axios/CHANGELOG.md +460 -403
  1487. package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
  1488. package/node_modules/axios/README.md +584 -447
  1489. package/node_modules/axios/dist/axios.js +873 -881
  1490. package/node_modules/axios/dist/axios.js.map +1 -1
  1491. package/node_modules/axios/dist/axios.min.js +4 -2
  1492. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1493. package/node_modules/axios/dist/browser/axios.cjs +1142 -812
  1494. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1495. package/node_modules/axios/dist/esm/axios.js +1143 -813
  1496. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1497. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  1498. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1499. package/node_modules/axios/dist/node/axios.cjs +1816 -1415
  1500. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1501. package/node_modules/axios/index.d.cts +256 -112
  1502. package/node_modules/axios/index.d.ts +341 -116
  1503. package/node_modules/axios/index.js +3 -3
  1504. package/node_modules/axios/lib/adapters/README.md +5 -6
  1505. package/node_modules/axios/lib/adapters/adapters.js +18 -14
  1506. package/node_modules/axios/lib/adapters/fetch.js +138 -92
  1507. package/node_modules/axios/lib/adapters/http.js +615 -561
  1508. package/node_modules/axios/lib/adapters/xhr.js +189 -167
  1509. package/node_modules/axios/lib/axios.js +6 -6
  1510. package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
  1511. package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
  1512. package/node_modules/axios/lib/core/Axios.js +66 -43
  1513. package/node_modules/axios/lib/core/AxiosError.js +64 -84
  1514. package/node_modules/axios/lib/core/AxiosHeaders.js +54 -24
  1515. package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
  1516. package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
  1517. package/node_modules/axios/lib/core/mergeConfig.js +8 -7
  1518. package/node_modules/axios/lib/core/settle.js +11 -7
  1519. package/node_modules/axios/lib/core/transformData.js +1 -1
  1520. package/node_modules/axios/lib/defaults/index.js +85 -74
  1521. package/node_modules/axios/lib/defaults/transitional.js +2 -1
  1522. package/node_modules/axios/lib/env/data.js +1 -1
  1523. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +37 -24
  1524. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +12 -8
  1525. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
  1526. package/node_modules/axios/lib/helpers/buildURL.js +18 -19
  1527. package/node_modules/axios/lib/helpers/callbackify.js +13 -11
  1528. package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
  1529. package/node_modules/axios/lib/helpers/cookies.js +45 -50
  1530. package/node_modules/axios/lib/helpers/deprecatedMethod.js +9 -4
  1531. package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
  1532. package/node_modules/axios/lib/helpers/formDataToStream.js +32 -26
  1533. package/node_modules/axios/lib/helpers/fromDataURI.js +2 -2
  1534. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -0
  1535. package/node_modules/axios/lib/helpers/isAxiosError.js +2 -2
  1536. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
  1537. package/node_modules/axios/lib/helpers/parseHeaders.js +35 -21
  1538. package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
  1539. package/node_modules/axios/lib/helpers/progressEventReducer.js +22 -15
  1540. package/node_modules/axios/lib/helpers/readBlob.js +4 -4
  1541. package/node_modules/axios/lib/helpers/resolveConfig.js +23 -14
  1542. package/node_modules/axios/lib/helpers/speedometer.js +1 -1
  1543. package/node_modules/axios/lib/helpers/spread.js +1 -1
  1544. package/node_modules/axios/lib/helpers/throttle.js +4 -4
  1545. package/node_modules/axios/lib/helpers/toFormData.js +43 -25
  1546. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -2
  1547. package/node_modules/axios/lib/helpers/trackStream.js +33 -31
  1548. package/node_modules/axios/lib/helpers/validator.js +16 -5
  1549. package/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -2
  1550. package/node_modules/axios/lib/platform/browser/index.js +5 -5
  1551. package/node_modules/axios/lib/platform/common/utils.js +6 -5
  1552. package/node_modules/axios/lib/platform/index.js +2 -2
  1553. package/node_modules/axios/lib/platform/node/index.js +9 -10
  1554. package/node_modules/axios/lib/utils.js +243 -106
  1555. package/node_modules/axios/package.json +57 -70
  1556. package/node_modules/bowser/README.md +72 -3
  1557. package/node_modules/bowser/bundled.js +1 -1
  1558. package/node_modules/bowser/es5.js +1 -1
  1559. package/node_modules/bowser/index.d.ts +44 -6
  1560. package/node_modules/bowser/package.json +10 -5
  1561. package/node_modules/bowser/src/bowser.js +24 -8
  1562. package/node_modules/bowser/src/constants.js +8 -0
  1563. package/node_modules/bowser/src/parser-browsers.js +89 -0
  1564. package/node_modules/bowser/src/parser-platforms.js +42 -0
  1565. package/node_modules/bowser/src/parser.js +86 -5
  1566. package/node_modules/constructs/.jsii +1471 -0
  1567. package/node_modules/constructs/API.md +1295 -0
  1568. package/node_modules/constructs/README.md +32 -0
  1569. package/node_modules/constructs/lib/construct.d.ts +376 -0
  1570. package/node_modules/constructs/lib/construct.js +526 -0
  1571. package/node_modules/constructs/lib/dependency.d.ts +69 -0
  1572. package/node_modules/constructs/lib/dependency.js +88 -0
  1573. package/node_modules/constructs/lib/index.d.ts +4 -0
  1574. package/node_modules/constructs/lib/index.js +19 -0
  1575. package/node_modules/constructs/lib/mixin.d.ts +15 -0
  1576. package/node_modules/constructs/lib/mixin.js +3 -0
  1577. package/node_modules/constructs/package.json +154 -0
  1578. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  1579. package/node_modules/fast-xml-builder/LICENSE +21 -0
  1580. package/node_modules/fast-xml-builder/README.md +23 -0
  1581. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  1582. package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  1583. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  1584. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  1585. package/node_modules/fast-xml-builder/package.json +80 -0
  1586. package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  1587. package/node_modules/fast-xml-builder/src/fxb.js +529 -0
  1588. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  1589. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
  1590. package/node_modules/path-expression-matcher/LICENSE +21 -0
  1591. package/node_modules/path-expression-matcher/README.md +635 -0
  1592. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  1593. package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -0
  1594. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  1595. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  1596. package/node_modules/path-expression-matcher/package.json +78 -0
  1597. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  1598. package/node_modules/path-expression-matcher/src/Matcher.js +414 -0
  1599. package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
  1600. package/node_modules/path-expression-matcher/src/index.js +28 -0
  1601. package/node_modules/strnum/README.md +1 -0
  1602. package/node_modules/strnum/package.json +3 -3
  1603. package/node_modules/strnum/strnum.js +85 -59
  1604. package/node_modules/strnum/tests/infinity_test.js +18 -0
  1605. package/node_modules/strnum/tests/strnum_test.js +172 -0
  1606. package/package.json +22 -22
  1607. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +0 -6005
  1608. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -1
  1609. package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -1
  1610. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +0 -295
  1611. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -3
  1612. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +0 -451
  1613. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +0 -102
  1614. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +0 -134
  1615. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
  1616. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +0 -556
  1617. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +0 -319
  1618. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +0 -25
  1619. package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +0 -78
  1620. package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +0 -133
  1621. package/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +0 -1189
  1622. package/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +0 -5
  1623. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  1624. package/node_modules/@aws-sdk/client-sso/README.md +0 -252
  1625. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  1626. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  1627. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -402
  1628. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  1629. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -53
  1630. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -42
  1631. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  1632. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -50
  1633. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  1634. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -16
  1635. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
  1636. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
  1637. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -16
  1638. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  1639. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  1640. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  1641. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  1642. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  1643. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1644. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  1645. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -48
  1646. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -38
  1647. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -153
  1648. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1649. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -209
  1650. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1651. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
  1652. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
  1653. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  1654. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  1655. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  1656. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1657. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -30
  1658. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  1659. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  1660. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  1661. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  1662. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1663. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -58
  1664. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -58
  1665. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -57
  1666. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -33
  1667. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -26
  1668. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  1669. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -142
  1670. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1671. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  1672. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  1673. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  1674. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  1675. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1676. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -10
  1677. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  1678. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  1679. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  1680. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  1681. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1682. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -116
  1683. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
  1684. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -120
  1685. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -53
  1686. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -32
  1687. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  1688. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1689. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1690. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1691. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  1692. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
  1693. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
  1694. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +0 -10107
  1695. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +0 -79
  1696. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +0 -96
  1697. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +0 -21
  1698. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +0 -63
  1699. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +0 -210
  1700. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +0 -154
  1701. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +0 -75
  1702. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +0 -279
  1703. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +0 -11
  1704. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +0 -95
  1705. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +0 -520
  1706. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +0 -819
  1707. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +0 -207
  1708. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +0 -1038
  1709. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +0 -50
  1710. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +0 -639
  1711. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +0 -454
  1712. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +0 -77
  1713. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +0 -355
  1714. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +0 -595
  1715. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +0 -489
  1716. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +0 -99
  1717. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +0 -486
  1718. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +0 -416
  1719. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +0 -285
  1720. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +0 -787
  1721. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +0 -384
  1722. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +0 -244
  1723. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +0 -66
  1724. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +0 -367
  1725. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +0 -361
  1726. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +0 -441
  1727. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +0 -59
  1728. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +0 -349
  1729. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +0 -275
  1730. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +0 -281
  1731. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +0 -339
  1732. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +0 -471
  1733. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +0 -1312
  1734. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +0 -1159
  1735. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +0 -32
  1736. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +0 -341
  1737. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +0 -476
  1738. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -69
  1739. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +0 -88
  1740. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +0 -3
  1741. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +0 -20
  1742. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +0 -154
  1743. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1744. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1745. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1746. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1747. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1748. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1749. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  1750. package/node_modules/bowser/CHANGELOG.md +0 -218
  1751. package/node_modules/strnum/strnum.test.js +0 -173
  1752. package/node_modules/strnum/test.js +0 -9
  1753. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  1754. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
  1755. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  1756. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  1757. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  1758. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  1759. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  1760. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  1761. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  1762. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  1763. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  1764. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  1765. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  1766. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  1767. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  1768. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  1769. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  1770. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  1771. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  1772. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  1773. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  1774. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  1775. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  1776. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  1777. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  1778. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  1779. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  1780. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  1781. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  1782. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/README.md +0 -0
  1783. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.d.ts +0 -0
  1784. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.js +0 -0
  1785. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.d.ts +0 -0
  1786. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.js +0 -0
  1787. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.d.ts +0 -0
  1788. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.js +0 -0
  1789. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.d.ts +0 -0
  1790. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.js +0 -0
  1791. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.d.ts +0 -0
  1792. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.js +0 -0
  1793. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.d.ts +0 -0
  1794. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.js +0 -0
  1795. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.d.ts +0 -0
  1796. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.js +0 -0
  1797. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.d.ts +0 -0
  1798. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.js +0 -0
  1799. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.d.ts +0 -0
  1800. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.js +0 -0
  1801. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.d.ts +0 -0
  1802. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.js +0 -0
  1803. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.d.ts +0 -0
  1804. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.js +0 -0
  1805. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.d.ts +0 -0
  1806. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.js +0 -0
  1807. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.d.ts +0 -0
  1808. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.js +0 -0
  1809. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.d.ts +0 -0
  1810. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.js +0 -0
  1811. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.d.ts +0 -0
  1812. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.js +0 -0
  1813. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.d.ts +0 -0
  1814. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.js +0 -0
  1815. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.d.ts +0 -0
  1816. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.js +0 -0
  1817. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.d.ts +0 -0
  1818. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.js +0 -0
  1819. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.d.ts +0 -0
  1820. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.js +0 -0
  1821. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.d.ts +0 -0
  1822. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.js +0 -0
  1823. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.d.ts +0 -0
  1824. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.js +0 -0
  1825. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.d.ts +0 -0
  1826. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.js +0 -0
  1827. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.d.ts +0 -0
  1828. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.js +0 -0
  1829. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.d.ts +0 -0
  1830. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.js +0 -0
  1831. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-helper.d.ts +0 -0
  1832. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.d.ts +0 -0
  1833. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.js +0 -0
  1834. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.d.ts +0 -0
  1835. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.js +0 -0
  1836. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.d.ts +0 -0
  1837. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.js +0 -0
  1838. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.d.ts +0 -0
  1839. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.js +0 -0
  1840. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.d.ts +0 -0
  1841. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.js +0 -0
  1842. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.d.ts +0 -0
  1843. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.js +0 -0
  1844. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.d.ts +0 -0
  1845. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.js +0 -0
  1846. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.d.ts +0 -0
  1847. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.js +0 -0
  1848. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.d.ts +0 -0
  1849. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.js +0 -0
  1850. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.d.ts +0 -0
  1851. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.js +0 -0
  1852. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.d.ts +0 -0
  1853. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.js +0 -0
  1854. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.d.ts +0 -0
  1855. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.js +0 -0
  1856. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.d.ts +0 -0
  1857. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.js +0 -0
  1858. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.d.ts +0 -0
  1859. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.js +0 -0
  1860. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.d.ts +0 -0
  1861. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.js +0 -0
  1862. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.d.ts +0 -0
  1863. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.js +0 -0
  1864. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.d.ts +0 -0
  1865. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.js +0 -0
  1866. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.d.ts +0 -0
  1867. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.js +0 -0
  1868. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.d.ts +0 -0
  1869. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.js +0 -0
  1870. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.d.ts +0 -0
  1871. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.js +0 -0
  1872. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.d.ts +0 -0
  1873. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.js +0 -0
  1874. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.d.ts +0 -0
  1875. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.js +0 -0
  1876. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.d.ts +0 -0
  1877. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.js +0 -0
  1878. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.d.ts +0 -0
  1879. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.js +0 -0
  1880. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.d.ts +0 -0
  1881. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.js +0 -0
  1882. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.d.ts +0 -0
  1883. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.js +0 -0
  1884. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.d.ts +0 -0
  1885. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.js +0 -0
  1886. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.d.ts +0 -0
  1887. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.js +0 -0
  1888. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.d.ts +0 -0
  1889. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.js +0 -0
  1890. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.d.ts +0 -0
  1891. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.js +0 -0
  1892. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.d.ts +0 -0
  1893. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.js +0 -0
  1894. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.d.ts +0 -0
  1895. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.js +0 -0
  1896. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.d.ts +0 -0
  1897. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.js +0 -0
  1898. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.d.ts +0 -0
  1899. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.js +0 -0
  1900. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-helper.d.ts +0 -0
  1901. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.d.ts +0 -0
  1902. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.js +0 -0
  1903. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.d.ts +0 -0
  1904. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.js +0 -0
  1905. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.d.ts +0 -0
  1906. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.js +0 -0
  1907. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.d.ts +0 -0
  1908. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.js +0 -0
  1909. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.d.ts +0 -0
  1910. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.js +0 -0
  1911. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.d.ts +0 -0
  1912. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.js +0 -0
  1913. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.d.ts +0 -0
  1914. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.js +0 -0
  1915. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
  1916. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
  1917. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
  1918. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
  1919. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
  1920. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
  1921. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
  1922. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
  1923. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
  1924. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
  1925. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
  1926. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
  1927. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
  1928. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
  1929. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
  1930. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
  1931. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
  1932. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
  1933. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
  1934. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
  1935. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
  1936. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
  1937. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
  1938. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
  1939. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
  1940. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
  1941. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
  1942. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
  1943. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
  1944. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
  1945. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
  1946. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
  1947. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
  1948. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
  1949. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
  1950. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
  1951. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
  1952. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
  1953. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
  1954. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
  1955. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
  1956. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
  1957. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
  1958. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
  1959. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
  1960. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
  1961. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
  1962. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
  1963. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
  1964. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
  1965. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
  1966. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
  1967. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
  1968. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
  1969. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
  1970. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
  1971. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
  1972. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
  1973. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
  1974. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
  1975. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
  1976. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
  1977. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
  1978. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
  1979. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
  1980. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
  1981. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
  1982. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
  1983. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
  1984. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
  1985. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
  1986. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
  1987. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
  1988. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
  1989. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
  1990. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
  1991. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
  1992. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
  1993. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
  1994. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
  1995. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
  1996. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
  1997. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
  1998. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
  1999. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
  2000. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
  2001. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
  2002. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
  2003. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
  2004. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
  2005. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
  2006. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
  2007. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
  2008. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
  2009. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
  2010. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
  2011. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
  2012. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
  2013. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
  2014. /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
  2015. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.circleci/config.yml +0 -0
  2016. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.eslintrc +0 -0
  2017. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/launch.json +0 -0
  2018. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/tasks.json +0 -0
  2019. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/ChangeLog.md +0 -0
  2020. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/LICENSE +0 -0
  2021. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/Readme.md +0 -0
  2022. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js +0 -0
  2023. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js.map +0 -0
  2024. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/apply-diff-from-any.js +0 -0
  2025. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/array-change.js +0 -0
  2026. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/capture_change_apply_elsewhere.js +0 -0
  2027. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-ignoring-fun.js +0 -0
  2028. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-scenarios.js +0 -0
  2029. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/example1.js +0 -0
  2030. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-111.js +0 -0
  2031. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-1.js +0 -0
  2032. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-2.js +0 -0
  2033. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-115.js +0 -0
  2034. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-124.js +0 -0
  2035. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-125.js +0 -0
  2036. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-126.js +0 -0
  2037. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-35.js +0 -0
  2038. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-47.js +0 -0
  2039. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-48.js +0 -0
  2040. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-62.js +0 -0
  2041. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-70.js +0 -0
  2042. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-71.js +0 -0
  2043. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-72.js +0 -0
  2044. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-74.js +0 -0
  2045. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-78.js +0 -0
  2046. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-83.js +0 -0
  2047. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-88.js +0 -0
  2048. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/performance.js +0 -0
  2049. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/practice-data.json +0 -0
  2050. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/index.js +0 -0
  2051. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/package.json +0 -0
  2052. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/.eslintrc +0 -0
  2053. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.html +0 -0
  2054. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.js +0 -0
  2055. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.editorconfig +0 -0
  2056. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.eslintcache +0 -0
  2057. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/changelog.md +0 -0
  2058. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/cjs.js +0 -0
  2059. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/umd.js +0 -0
  2060. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.d.ts +0 -0
  2061. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.js +0 -0
  2062. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/license.txt +0 -0
  2063. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/package.json +0 -0
  2064. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/readme.md +0 -0
  2065. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/rollup.config.js +0 -0
  2066. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/LICENSE.md +0 -0
  2067. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/README.md +0 -0
  2068. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/lib/log.js +0 -0
  2069. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/package.json +0 -0
  2070. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/alb-helper.test.d.ts +0 -0
  2071. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/apigateway-helper.test.d.ts +0 -0
  2072. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/bedrock-inference-helper.test.d.ts +0 -0
  2073. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.d.ts +0 -0
  2074. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.js +0 -0
  2075. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-s3-helper.test.d.ts +0 -0
  2076. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.d.ts +0 -0
  2077. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.js +0 -0
  2078. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.d.ts +0 -0
  2079. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.js +0 -0
  2080. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/constructs-feature-flags.test.d.ts +0 -0
  2081. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/dynamo-table.test.d.ts +0 -0
  2082. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.d.ts +0 -0
  2083. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.js +0 -0
  2084. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.d.ts +0 -0
  2085. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.js +0 -0
  2086. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticsearch-helper.test.d.ts +0 -0
  2087. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/eventbridge-helper.test.d.ts +0 -0
  2088. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.d.ts +0 -0
  2089. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.js +0 -0
  2090. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/fargate-helper.test.d.ts +0 -0
  2091. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-job-helper.test.d.ts +0 -0
  2092. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.d.ts +0 -0
  2093. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.js +0 -0
  2094. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.d.ts +0 -0
  2095. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.js +0 -0
  2096. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kendra-helper.test.d.ts +0 -0
  2097. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.d.ts +0 -0
  2098. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.js +0 -0
  2099. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.d.ts +0 -0
  2100. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.js +0 -0
  2101. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.d.ts +0 -0
  2102. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.js +0 -0
  2103. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-helper.test.d.ts +0 -0
  2104. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.d.ts +0 -0
  2105. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.js +0 -0
  2106. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda/index.js +0 -0
  2107. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.d.ts +0 -0
  2108. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.js +0 -0
  2109. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-helper.test.d.ts +0 -0
  2110. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-test/index.js +0 -0
  2111. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/openapi/apiDefinition.json +0 -0
  2112. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/opensearch-helper.test.d.ts +0 -0
  2113. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/override-warning-service.test.d.ts +0 -0
  2114. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/pipes-helper.test.d.ts +0 -0
  2115. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket-helper.test.d.ts → core/test/polly-helper.test.d.ts} +0 -0
  2116. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.d.ts → core/test/s3-bucket-helper.test.d.ts} +0 -0
  2117. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.js +0 -0
  2118. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.d.ts → core/test/s3-bucket.test.d.ts} +0 -0
  2119. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.d.ts → core/test/sagemaker-helper.test.d.ts} +0 -0
  2120. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/security-group-helper.test.d.ts → core/test/secretsmanager-helper.test.d.ts} +0 -0
  2121. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.d.ts → core/test/security-group-helper.test.d.ts} +0 -0
  2122. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.js +0 -0
  2123. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.d.ts → core/test/sns-helper.test.d.ts} +0 -0
  2124. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/ssm-string-parameter-helper.test.d.ts → core/test/sqs-helper.test.d.ts} +0 -0
  2125. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.d.ts → core/test/ssm-string-parameter-helper.test.d.ts} +0 -0
  2126. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/ssm-string-parameter-helper.test.js +0 -0
  2127. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.d.ts → core/test/step-function-helper.test.d.ts} +0 -0
  2128. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.d.ts → core/test/textract-helper.test.d.ts} +0 -0
  2129. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.d.ts → core/test/translate-helper.test.d.ts} +0 -0
  2130. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/translate-helper.test.js +0 -0
  2131. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts → core/test/utils.test.d.ts} +0 -0
  2132. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts → core/test/validation.test.d.ts} +0 -0
  2133. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts → core/test/vpc-helper.test.d.ts} +0 -0
  2134. /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/websocket-api-defaults.test.js +0 -0
  2135. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/.compatignore +0 -0
  2136. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CODE_OF_CONDUCT.md +0 -0
  2137. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CONTRIBUTING.md +0 -0
  2138. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/Dockerfile +0 -0
  2139. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/LICENSE +0 -0
  2140. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/NOTICE +0 -0
  2141. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.d.ts +0 -0
  2142. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.js +0 -0
  2143. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.d.ts +0 -0
  2144. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.js +0 -0
  2145. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.d.ts +0 -0
  2146. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.js +0 -0
  2147. /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/version.json +0 -0
  2148. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
@@ -0,0 +1,2059 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InvalidDeleteInventoryParametersException = exports.InvalidDocumentOperation = exports.AssociatedInstances = exports.AssociationDoesNotExist = exports.InvalidActivationId = exports.InvalidActivation = exports.ResourceDataSyncInvalidConfigurationException = exports.ResourceDataSyncCountExceededException = exports.ResourceDataSyncAlreadyExistsException = exports.OpsMetadataTooManyUpdatesException = exports.OpsMetadataLimitExceededException = exports.OpsMetadataInvalidArgumentException = exports.OpsMetadataAlreadyExistsException = exports.OpsItemAlreadyExistsException = exports.OpsItemAccessDeniedException = exports.ResourceLimitExceededException = exports.IdempotentParameterMismatch = exports.NoLongerSupportedException = exports.MaxDocumentSizeExceeded = exports.InvalidDocumentSchemaVersion = exports.InvalidDocumentContent = exports.DocumentLimitExceeded = exports.DocumentAlreadyExists = exports.UnsupportedPlatformType = exports.InvalidTargetMaps = exports.InvalidTarget = exports.InvalidTag = exports.InvalidSchedule = exports.InvalidOutputLocation = exports.InvalidDocumentVersion = exports.InvalidDocument = exports.AssociationLimitExceeded = exports.AssociationAlreadyExists = exports.InvalidParameters = exports.DoesNotExistException = exports.InvalidInstanceId = exports.InvalidCommandId = exports.DuplicateInstanceId = exports.OpsItemRelatedItemAlreadyExistsException = exports.OpsItemNotFoundException = exports.OpsItemLimitExceededException = exports.OpsItemInvalidParameterException = exports.OpsItemConflictException = exports.AlreadyExistsException = exports.TooManyUpdates = exports.TooManyTagsError = exports.InvalidResourceType = exports.InvalidResourceId = exports.InternalServerError = exports.AccessDeniedException = void 0;
4
+ exports.ItemContentMismatchException = exports.InvalidInventoryItemContextException = exports.CustomSchemaCountLimitExceededException = exports.TotalSizeLimitExceededException = exports.ItemSizeLimitExceededException = exports.InvalidItemContentException = exports.ComplianceTypeCountLimitExceededException = exports.DocumentPermissionLimit = exports.UnsupportedOperationException = exports.ParameterVersionLabelLimitExceeded = exports.ServiceSettingNotFound = exports.ParameterVersionNotFound = exports.InvalidKeyId = exports.InvalidResultAttributeException = exports.InvalidInventoryGroupException = exports.InvalidAggregatorException = exports.UnsupportedFeatureRequiredException = exports.InvocationDoesNotExist = exports.InvalidPluginName = exports.UnsupportedCalendarException = exports.InvalidDocumentType = exports.ValidationException = exports.ThrottlingException = exports.OpsItemRelatedItemAssociationNotFoundException = exports.InvalidFilterOption = exports.InvalidDeletionIdException = exports.InvalidInstancePropertyFilterValue = exports.InvalidInstanceInformationFilterValue = exports.UnsupportedOperatingSystem = exports.InvalidPermissionType = exports.AutomationExecutionNotFoundException = exports.InvalidFilterValue = exports.InvalidFilterKey = exports.AssociationExecutionDoesNotExist = exports.InvalidAssociationVersion = exports.InvalidNextToken = exports.InvalidFilter = exports.TargetInUseException = exports.ResourcePolicyNotFoundException = exports.ResourcePolicyInvalidParameterException = exports.ResourcePolicyConflictException = exports.ResourceNotFoundException = exports.MalformedResourcePolicyDocumentException = exports.ResourceDataSyncNotFoundException = exports.ResourceInUseException = exports.ParameterNotFound = exports.OpsMetadataNotFoundException = exports.InvalidTypeNameException = exports.InvalidOptionException = exports.InvalidInventoryRequestException = void 0;
5
+ exports.ResourceDataSyncConflictException = exports.OpsMetadataKeyLimitExceededException = exports.DuplicateDocumentVersionName = exports.DuplicateDocumentContent = exports.DocumentVersionLimitExceeded = exports.StatusUnchanged = exports.InvalidUpdate = exports.AssociationVersionLimitExceeded = exports.InvalidAutomationStatusUpdateException = exports.TargetNotConnected = exports.AutomationDefinitionNotApprovedException = exports.InvalidAutomationExecutionParametersException = exports.AutomationExecutionLimitExceededException = exports.AutomationDefinitionVersionNotFoundException = exports.AutomationDefinitionNotFoundException = exports.InvalidAssociation = exports.ServiceQuotaExceededException = exports.InvalidRole = exports.InvalidOutputFolder = exports.InvalidNotificationConfig = exports.InvalidAutomationSignalException = exports.AutomationStepNotFoundException = exports.FeatureNotAvailableException = exports.ResourcePolicyLimitExceededException = exports.UnsupportedParameterType = exports.PoliciesLimitExceededException = exports.ParameterPatternMismatchException = exports.ParameterMaxVersionLimitExceeded = exports.ParameterLimitExceeded = exports.ParameterAlreadyExists = exports.InvalidPolicyTypeException = exports.InvalidPolicyAttributeException = exports.InvalidAllowedPatternException = exports.IncompatiblePolicyException = exports.HierarchyTypeMismatchException = exports.HierarchyLevelLimitExceededException = exports.UnsupportedInventorySchemaVersionException = exports.UnsupportedInventoryItemContextException = exports.SubTypeCountLimitExceededException = void 0;
6
+ const SSMServiceException_1 = require("./SSMServiceException");
7
+ class AccessDeniedException extends SSMServiceException_1.SSMServiceException {
8
+ name = "AccessDeniedException";
9
+ $fault = "client";
10
+ Message;
11
+ constructor(opts) {
12
+ super({
13
+ name: "AccessDeniedException",
14
+ $fault: "client",
15
+ ...opts,
16
+ });
17
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
18
+ this.Message = opts.Message;
19
+ }
20
+ }
21
+ exports.AccessDeniedException = AccessDeniedException;
22
+ class InternalServerError extends SSMServiceException_1.SSMServiceException {
23
+ name = "InternalServerError";
24
+ $fault = "server";
25
+ Message;
26
+ constructor(opts) {
27
+ super({
28
+ name: "InternalServerError",
29
+ $fault: "server",
30
+ ...opts,
31
+ });
32
+ Object.setPrototypeOf(this, InternalServerError.prototype);
33
+ this.Message = opts.Message;
34
+ }
35
+ }
36
+ exports.InternalServerError = InternalServerError;
37
+ class InvalidResourceId extends SSMServiceException_1.SSMServiceException {
38
+ name = "InvalidResourceId";
39
+ $fault = "client";
40
+ constructor(opts) {
41
+ super({
42
+ name: "InvalidResourceId",
43
+ $fault: "client",
44
+ ...opts,
45
+ });
46
+ Object.setPrototypeOf(this, InvalidResourceId.prototype);
47
+ }
48
+ }
49
+ exports.InvalidResourceId = InvalidResourceId;
50
+ class InvalidResourceType extends SSMServiceException_1.SSMServiceException {
51
+ name = "InvalidResourceType";
52
+ $fault = "client";
53
+ constructor(opts) {
54
+ super({
55
+ name: "InvalidResourceType",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, InvalidResourceType.prototype);
60
+ }
61
+ }
62
+ exports.InvalidResourceType = InvalidResourceType;
63
+ class TooManyTagsError extends SSMServiceException_1.SSMServiceException {
64
+ name = "TooManyTagsError";
65
+ $fault = "client";
66
+ constructor(opts) {
67
+ super({
68
+ name: "TooManyTagsError",
69
+ $fault: "client",
70
+ ...opts,
71
+ });
72
+ Object.setPrototypeOf(this, TooManyTagsError.prototype);
73
+ }
74
+ }
75
+ exports.TooManyTagsError = TooManyTagsError;
76
+ class TooManyUpdates extends SSMServiceException_1.SSMServiceException {
77
+ name = "TooManyUpdates";
78
+ $fault = "client";
79
+ Message;
80
+ constructor(opts) {
81
+ super({
82
+ name: "TooManyUpdates",
83
+ $fault: "client",
84
+ ...opts,
85
+ });
86
+ Object.setPrototypeOf(this, TooManyUpdates.prototype);
87
+ this.Message = opts.Message;
88
+ }
89
+ }
90
+ exports.TooManyUpdates = TooManyUpdates;
91
+ class AlreadyExistsException extends SSMServiceException_1.SSMServiceException {
92
+ name = "AlreadyExistsException";
93
+ $fault = "client";
94
+ Message;
95
+ constructor(opts) {
96
+ super({
97
+ name: "AlreadyExistsException",
98
+ $fault: "client",
99
+ ...opts,
100
+ });
101
+ Object.setPrototypeOf(this, AlreadyExistsException.prototype);
102
+ this.Message = opts.Message;
103
+ }
104
+ }
105
+ exports.AlreadyExistsException = AlreadyExistsException;
106
+ class OpsItemConflictException extends SSMServiceException_1.SSMServiceException {
107
+ name = "OpsItemConflictException";
108
+ $fault = "client";
109
+ Message;
110
+ constructor(opts) {
111
+ super({
112
+ name: "OpsItemConflictException",
113
+ $fault: "client",
114
+ ...opts,
115
+ });
116
+ Object.setPrototypeOf(this, OpsItemConflictException.prototype);
117
+ this.Message = opts.Message;
118
+ }
119
+ }
120
+ exports.OpsItemConflictException = OpsItemConflictException;
121
+ class OpsItemInvalidParameterException extends SSMServiceException_1.SSMServiceException {
122
+ name = "OpsItemInvalidParameterException";
123
+ $fault = "client";
124
+ ParameterNames;
125
+ Message;
126
+ constructor(opts) {
127
+ super({
128
+ name: "OpsItemInvalidParameterException",
129
+ $fault: "client",
130
+ ...opts,
131
+ });
132
+ Object.setPrototypeOf(this, OpsItemInvalidParameterException.prototype);
133
+ this.ParameterNames = opts.ParameterNames;
134
+ this.Message = opts.Message;
135
+ }
136
+ }
137
+ exports.OpsItemInvalidParameterException = OpsItemInvalidParameterException;
138
+ class OpsItemLimitExceededException extends SSMServiceException_1.SSMServiceException {
139
+ name = "OpsItemLimitExceededException";
140
+ $fault = "client";
141
+ ResourceTypes;
142
+ Limit;
143
+ LimitType;
144
+ Message;
145
+ constructor(opts) {
146
+ super({
147
+ name: "OpsItemLimitExceededException",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ Object.setPrototypeOf(this, OpsItemLimitExceededException.prototype);
152
+ this.ResourceTypes = opts.ResourceTypes;
153
+ this.Limit = opts.Limit;
154
+ this.LimitType = opts.LimitType;
155
+ this.Message = opts.Message;
156
+ }
157
+ }
158
+ exports.OpsItemLimitExceededException = OpsItemLimitExceededException;
159
+ class OpsItemNotFoundException extends SSMServiceException_1.SSMServiceException {
160
+ name = "OpsItemNotFoundException";
161
+ $fault = "client";
162
+ Message;
163
+ constructor(opts) {
164
+ super({
165
+ name: "OpsItemNotFoundException",
166
+ $fault: "client",
167
+ ...opts,
168
+ });
169
+ Object.setPrototypeOf(this, OpsItemNotFoundException.prototype);
170
+ this.Message = opts.Message;
171
+ }
172
+ }
173
+ exports.OpsItemNotFoundException = OpsItemNotFoundException;
174
+ class OpsItemRelatedItemAlreadyExistsException extends SSMServiceException_1.SSMServiceException {
175
+ name = "OpsItemRelatedItemAlreadyExistsException";
176
+ $fault = "client";
177
+ Message;
178
+ ResourceUri;
179
+ OpsItemId;
180
+ constructor(opts) {
181
+ super({
182
+ name: "OpsItemRelatedItemAlreadyExistsException",
183
+ $fault: "client",
184
+ ...opts,
185
+ });
186
+ Object.setPrototypeOf(this, OpsItemRelatedItemAlreadyExistsException.prototype);
187
+ this.Message = opts.Message;
188
+ this.ResourceUri = opts.ResourceUri;
189
+ this.OpsItemId = opts.OpsItemId;
190
+ }
191
+ }
192
+ exports.OpsItemRelatedItemAlreadyExistsException = OpsItemRelatedItemAlreadyExistsException;
193
+ class DuplicateInstanceId extends SSMServiceException_1.SSMServiceException {
194
+ name = "DuplicateInstanceId";
195
+ $fault = "client";
196
+ constructor(opts) {
197
+ super({
198
+ name: "DuplicateInstanceId",
199
+ $fault: "client",
200
+ ...opts,
201
+ });
202
+ Object.setPrototypeOf(this, DuplicateInstanceId.prototype);
203
+ }
204
+ }
205
+ exports.DuplicateInstanceId = DuplicateInstanceId;
206
+ class InvalidCommandId extends SSMServiceException_1.SSMServiceException {
207
+ name = "InvalidCommandId";
208
+ $fault = "client";
209
+ constructor(opts) {
210
+ super({
211
+ name: "InvalidCommandId",
212
+ $fault: "client",
213
+ ...opts,
214
+ });
215
+ Object.setPrototypeOf(this, InvalidCommandId.prototype);
216
+ }
217
+ }
218
+ exports.InvalidCommandId = InvalidCommandId;
219
+ class InvalidInstanceId extends SSMServiceException_1.SSMServiceException {
220
+ name = "InvalidInstanceId";
221
+ $fault = "client";
222
+ Message;
223
+ constructor(opts) {
224
+ super({
225
+ name: "InvalidInstanceId",
226
+ $fault: "client",
227
+ ...opts,
228
+ });
229
+ Object.setPrototypeOf(this, InvalidInstanceId.prototype);
230
+ this.Message = opts.Message;
231
+ }
232
+ }
233
+ exports.InvalidInstanceId = InvalidInstanceId;
234
+ class DoesNotExistException extends SSMServiceException_1.SSMServiceException {
235
+ name = "DoesNotExistException";
236
+ $fault = "client";
237
+ Message;
238
+ constructor(opts) {
239
+ super({
240
+ name: "DoesNotExistException",
241
+ $fault: "client",
242
+ ...opts,
243
+ });
244
+ Object.setPrototypeOf(this, DoesNotExistException.prototype);
245
+ this.Message = opts.Message;
246
+ }
247
+ }
248
+ exports.DoesNotExistException = DoesNotExistException;
249
+ class InvalidParameters extends SSMServiceException_1.SSMServiceException {
250
+ name = "InvalidParameters";
251
+ $fault = "client";
252
+ Message;
253
+ constructor(opts) {
254
+ super({
255
+ name: "InvalidParameters",
256
+ $fault: "client",
257
+ ...opts,
258
+ });
259
+ Object.setPrototypeOf(this, InvalidParameters.prototype);
260
+ this.Message = opts.Message;
261
+ }
262
+ }
263
+ exports.InvalidParameters = InvalidParameters;
264
+ class AssociationAlreadyExists extends SSMServiceException_1.SSMServiceException {
265
+ name = "AssociationAlreadyExists";
266
+ $fault = "client";
267
+ constructor(opts) {
268
+ super({
269
+ name: "AssociationAlreadyExists",
270
+ $fault: "client",
271
+ ...opts,
272
+ });
273
+ Object.setPrototypeOf(this, AssociationAlreadyExists.prototype);
274
+ }
275
+ }
276
+ exports.AssociationAlreadyExists = AssociationAlreadyExists;
277
+ class AssociationLimitExceeded extends SSMServiceException_1.SSMServiceException {
278
+ name = "AssociationLimitExceeded";
279
+ $fault = "client";
280
+ constructor(opts) {
281
+ super({
282
+ name: "AssociationLimitExceeded",
283
+ $fault: "client",
284
+ ...opts,
285
+ });
286
+ Object.setPrototypeOf(this, AssociationLimitExceeded.prototype);
287
+ }
288
+ }
289
+ exports.AssociationLimitExceeded = AssociationLimitExceeded;
290
+ class InvalidDocument extends SSMServiceException_1.SSMServiceException {
291
+ name = "InvalidDocument";
292
+ $fault = "client";
293
+ Message;
294
+ constructor(opts) {
295
+ super({
296
+ name: "InvalidDocument",
297
+ $fault: "client",
298
+ ...opts,
299
+ });
300
+ Object.setPrototypeOf(this, InvalidDocument.prototype);
301
+ this.Message = opts.Message;
302
+ }
303
+ }
304
+ exports.InvalidDocument = InvalidDocument;
305
+ class InvalidDocumentVersion extends SSMServiceException_1.SSMServiceException {
306
+ name = "InvalidDocumentVersion";
307
+ $fault = "client";
308
+ Message;
309
+ constructor(opts) {
310
+ super({
311
+ name: "InvalidDocumentVersion",
312
+ $fault: "client",
313
+ ...opts,
314
+ });
315
+ Object.setPrototypeOf(this, InvalidDocumentVersion.prototype);
316
+ this.Message = opts.Message;
317
+ }
318
+ }
319
+ exports.InvalidDocumentVersion = InvalidDocumentVersion;
320
+ class InvalidOutputLocation extends SSMServiceException_1.SSMServiceException {
321
+ name = "InvalidOutputLocation";
322
+ $fault = "client";
323
+ constructor(opts) {
324
+ super({
325
+ name: "InvalidOutputLocation",
326
+ $fault: "client",
327
+ ...opts,
328
+ });
329
+ Object.setPrototypeOf(this, InvalidOutputLocation.prototype);
330
+ }
331
+ }
332
+ exports.InvalidOutputLocation = InvalidOutputLocation;
333
+ class InvalidSchedule extends SSMServiceException_1.SSMServiceException {
334
+ name = "InvalidSchedule";
335
+ $fault = "client";
336
+ Message;
337
+ constructor(opts) {
338
+ super({
339
+ name: "InvalidSchedule",
340
+ $fault: "client",
341
+ ...opts,
342
+ });
343
+ Object.setPrototypeOf(this, InvalidSchedule.prototype);
344
+ this.Message = opts.Message;
345
+ }
346
+ }
347
+ exports.InvalidSchedule = InvalidSchedule;
348
+ class InvalidTag extends SSMServiceException_1.SSMServiceException {
349
+ name = "InvalidTag";
350
+ $fault = "client";
351
+ Message;
352
+ constructor(opts) {
353
+ super({
354
+ name: "InvalidTag",
355
+ $fault: "client",
356
+ ...opts,
357
+ });
358
+ Object.setPrototypeOf(this, InvalidTag.prototype);
359
+ this.Message = opts.Message;
360
+ }
361
+ }
362
+ exports.InvalidTag = InvalidTag;
363
+ class InvalidTarget extends SSMServiceException_1.SSMServiceException {
364
+ name = "InvalidTarget";
365
+ $fault = "client";
366
+ Message;
367
+ constructor(opts) {
368
+ super({
369
+ name: "InvalidTarget",
370
+ $fault: "client",
371
+ ...opts,
372
+ });
373
+ Object.setPrototypeOf(this, InvalidTarget.prototype);
374
+ this.Message = opts.Message;
375
+ }
376
+ }
377
+ exports.InvalidTarget = InvalidTarget;
378
+ class InvalidTargetMaps extends SSMServiceException_1.SSMServiceException {
379
+ name = "InvalidTargetMaps";
380
+ $fault = "client";
381
+ Message;
382
+ constructor(opts) {
383
+ super({
384
+ name: "InvalidTargetMaps",
385
+ $fault: "client",
386
+ ...opts,
387
+ });
388
+ Object.setPrototypeOf(this, InvalidTargetMaps.prototype);
389
+ this.Message = opts.Message;
390
+ }
391
+ }
392
+ exports.InvalidTargetMaps = InvalidTargetMaps;
393
+ class UnsupportedPlatformType extends SSMServiceException_1.SSMServiceException {
394
+ name = "UnsupportedPlatformType";
395
+ $fault = "client";
396
+ Message;
397
+ constructor(opts) {
398
+ super({
399
+ name: "UnsupportedPlatformType",
400
+ $fault: "client",
401
+ ...opts,
402
+ });
403
+ Object.setPrototypeOf(this, UnsupportedPlatformType.prototype);
404
+ this.Message = opts.Message;
405
+ }
406
+ }
407
+ exports.UnsupportedPlatformType = UnsupportedPlatformType;
408
+ class DocumentAlreadyExists extends SSMServiceException_1.SSMServiceException {
409
+ name = "DocumentAlreadyExists";
410
+ $fault = "client";
411
+ Message;
412
+ constructor(opts) {
413
+ super({
414
+ name: "DocumentAlreadyExists",
415
+ $fault: "client",
416
+ ...opts,
417
+ });
418
+ Object.setPrototypeOf(this, DocumentAlreadyExists.prototype);
419
+ this.Message = opts.Message;
420
+ }
421
+ }
422
+ exports.DocumentAlreadyExists = DocumentAlreadyExists;
423
+ class DocumentLimitExceeded extends SSMServiceException_1.SSMServiceException {
424
+ name = "DocumentLimitExceeded";
425
+ $fault = "client";
426
+ Message;
427
+ constructor(opts) {
428
+ super({
429
+ name: "DocumentLimitExceeded",
430
+ $fault: "client",
431
+ ...opts,
432
+ });
433
+ Object.setPrototypeOf(this, DocumentLimitExceeded.prototype);
434
+ this.Message = opts.Message;
435
+ }
436
+ }
437
+ exports.DocumentLimitExceeded = DocumentLimitExceeded;
438
+ class InvalidDocumentContent extends SSMServiceException_1.SSMServiceException {
439
+ name = "InvalidDocumentContent";
440
+ $fault = "client";
441
+ Message;
442
+ constructor(opts) {
443
+ super({
444
+ name: "InvalidDocumentContent",
445
+ $fault: "client",
446
+ ...opts,
447
+ });
448
+ Object.setPrototypeOf(this, InvalidDocumentContent.prototype);
449
+ this.Message = opts.Message;
450
+ }
451
+ }
452
+ exports.InvalidDocumentContent = InvalidDocumentContent;
453
+ class InvalidDocumentSchemaVersion extends SSMServiceException_1.SSMServiceException {
454
+ name = "InvalidDocumentSchemaVersion";
455
+ $fault = "client";
456
+ Message;
457
+ constructor(opts) {
458
+ super({
459
+ name: "InvalidDocumentSchemaVersion",
460
+ $fault: "client",
461
+ ...opts,
462
+ });
463
+ Object.setPrototypeOf(this, InvalidDocumentSchemaVersion.prototype);
464
+ this.Message = opts.Message;
465
+ }
466
+ }
467
+ exports.InvalidDocumentSchemaVersion = InvalidDocumentSchemaVersion;
468
+ class MaxDocumentSizeExceeded extends SSMServiceException_1.SSMServiceException {
469
+ name = "MaxDocumentSizeExceeded";
470
+ $fault = "client";
471
+ Message;
472
+ constructor(opts) {
473
+ super({
474
+ name: "MaxDocumentSizeExceeded",
475
+ $fault: "client",
476
+ ...opts,
477
+ });
478
+ Object.setPrototypeOf(this, MaxDocumentSizeExceeded.prototype);
479
+ this.Message = opts.Message;
480
+ }
481
+ }
482
+ exports.MaxDocumentSizeExceeded = MaxDocumentSizeExceeded;
483
+ class NoLongerSupportedException extends SSMServiceException_1.SSMServiceException {
484
+ name = "NoLongerSupportedException";
485
+ $fault = "client";
486
+ Message;
487
+ constructor(opts) {
488
+ super({
489
+ name: "NoLongerSupportedException",
490
+ $fault: "client",
491
+ ...opts,
492
+ });
493
+ Object.setPrototypeOf(this, NoLongerSupportedException.prototype);
494
+ this.Message = opts.Message;
495
+ }
496
+ }
497
+ exports.NoLongerSupportedException = NoLongerSupportedException;
498
+ class IdempotentParameterMismatch extends SSMServiceException_1.SSMServiceException {
499
+ name = "IdempotentParameterMismatch";
500
+ $fault = "client";
501
+ Message;
502
+ constructor(opts) {
503
+ super({
504
+ name: "IdempotentParameterMismatch",
505
+ $fault: "client",
506
+ ...opts,
507
+ });
508
+ Object.setPrototypeOf(this, IdempotentParameterMismatch.prototype);
509
+ this.Message = opts.Message;
510
+ }
511
+ }
512
+ exports.IdempotentParameterMismatch = IdempotentParameterMismatch;
513
+ class ResourceLimitExceededException extends SSMServiceException_1.SSMServiceException {
514
+ name = "ResourceLimitExceededException";
515
+ $fault = "client";
516
+ Message;
517
+ constructor(opts) {
518
+ super({
519
+ name: "ResourceLimitExceededException",
520
+ $fault: "client",
521
+ ...opts,
522
+ });
523
+ Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
524
+ this.Message = opts.Message;
525
+ }
526
+ }
527
+ exports.ResourceLimitExceededException = ResourceLimitExceededException;
528
+ class OpsItemAccessDeniedException extends SSMServiceException_1.SSMServiceException {
529
+ name = "OpsItemAccessDeniedException";
530
+ $fault = "client";
531
+ Message;
532
+ constructor(opts) {
533
+ super({
534
+ name: "OpsItemAccessDeniedException",
535
+ $fault: "client",
536
+ ...opts,
537
+ });
538
+ Object.setPrototypeOf(this, OpsItemAccessDeniedException.prototype);
539
+ this.Message = opts.Message;
540
+ }
541
+ }
542
+ exports.OpsItemAccessDeniedException = OpsItemAccessDeniedException;
543
+ class OpsItemAlreadyExistsException extends SSMServiceException_1.SSMServiceException {
544
+ name = "OpsItemAlreadyExistsException";
545
+ $fault = "client";
546
+ Message;
547
+ OpsItemId;
548
+ constructor(opts) {
549
+ super({
550
+ name: "OpsItemAlreadyExistsException",
551
+ $fault: "client",
552
+ ...opts,
553
+ });
554
+ Object.setPrototypeOf(this, OpsItemAlreadyExistsException.prototype);
555
+ this.Message = opts.Message;
556
+ this.OpsItemId = opts.OpsItemId;
557
+ }
558
+ }
559
+ exports.OpsItemAlreadyExistsException = OpsItemAlreadyExistsException;
560
+ class OpsMetadataAlreadyExistsException extends SSMServiceException_1.SSMServiceException {
561
+ name = "OpsMetadataAlreadyExistsException";
562
+ $fault = "client";
563
+ constructor(opts) {
564
+ super({
565
+ name: "OpsMetadataAlreadyExistsException",
566
+ $fault: "client",
567
+ ...opts,
568
+ });
569
+ Object.setPrototypeOf(this, OpsMetadataAlreadyExistsException.prototype);
570
+ }
571
+ }
572
+ exports.OpsMetadataAlreadyExistsException = OpsMetadataAlreadyExistsException;
573
+ class OpsMetadataInvalidArgumentException extends SSMServiceException_1.SSMServiceException {
574
+ name = "OpsMetadataInvalidArgumentException";
575
+ $fault = "client";
576
+ constructor(opts) {
577
+ super({
578
+ name: "OpsMetadataInvalidArgumentException",
579
+ $fault: "client",
580
+ ...opts,
581
+ });
582
+ Object.setPrototypeOf(this, OpsMetadataInvalidArgumentException.prototype);
583
+ }
584
+ }
585
+ exports.OpsMetadataInvalidArgumentException = OpsMetadataInvalidArgumentException;
586
+ class OpsMetadataLimitExceededException extends SSMServiceException_1.SSMServiceException {
587
+ name = "OpsMetadataLimitExceededException";
588
+ $fault = "client";
589
+ constructor(opts) {
590
+ super({
591
+ name: "OpsMetadataLimitExceededException",
592
+ $fault: "client",
593
+ ...opts,
594
+ });
595
+ Object.setPrototypeOf(this, OpsMetadataLimitExceededException.prototype);
596
+ }
597
+ }
598
+ exports.OpsMetadataLimitExceededException = OpsMetadataLimitExceededException;
599
+ class OpsMetadataTooManyUpdatesException extends SSMServiceException_1.SSMServiceException {
600
+ name = "OpsMetadataTooManyUpdatesException";
601
+ $fault = "client";
602
+ constructor(opts) {
603
+ super({
604
+ name: "OpsMetadataTooManyUpdatesException",
605
+ $fault: "client",
606
+ ...opts,
607
+ });
608
+ Object.setPrototypeOf(this, OpsMetadataTooManyUpdatesException.prototype);
609
+ }
610
+ }
611
+ exports.OpsMetadataTooManyUpdatesException = OpsMetadataTooManyUpdatesException;
612
+ class ResourceDataSyncAlreadyExistsException extends SSMServiceException_1.SSMServiceException {
613
+ name = "ResourceDataSyncAlreadyExistsException";
614
+ $fault = "client";
615
+ SyncName;
616
+ constructor(opts) {
617
+ super({
618
+ name: "ResourceDataSyncAlreadyExistsException",
619
+ $fault: "client",
620
+ ...opts,
621
+ });
622
+ Object.setPrototypeOf(this, ResourceDataSyncAlreadyExistsException.prototype);
623
+ this.SyncName = opts.SyncName;
624
+ }
625
+ }
626
+ exports.ResourceDataSyncAlreadyExistsException = ResourceDataSyncAlreadyExistsException;
627
+ class ResourceDataSyncCountExceededException extends SSMServiceException_1.SSMServiceException {
628
+ name = "ResourceDataSyncCountExceededException";
629
+ $fault = "client";
630
+ Message;
631
+ constructor(opts) {
632
+ super({
633
+ name: "ResourceDataSyncCountExceededException",
634
+ $fault: "client",
635
+ ...opts,
636
+ });
637
+ Object.setPrototypeOf(this, ResourceDataSyncCountExceededException.prototype);
638
+ this.Message = opts.Message;
639
+ }
640
+ }
641
+ exports.ResourceDataSyncCountExceededException = ResourceDataSyncCountExceededException;
642
+ class ResourceDataSyncInvalidConfigurationException extends SSMServiceException_1.SSMServiceException {
643
+ name = "ResourceDataSyncInvalidConfigurationException";
644
+ $fault = "client";
645
+ Message;
646
+ constructor(opts) {
647
+ super({
648
+ name: "ResourceDataSyncInvalidConfigurationException",
649
+ $fault: "client",
650
+ ...opts,
651
+ });
652
+ Object.setPrototypeOf(this, ResourceDataSyncInvalidConfigurationException.prototype);
653
+ this.Message = opts.Message;
654
+ }
655
+ }
656
+ exports.ResourceDataSyncInvalidConfigurationException = ResourceDataSyncInvalidConfigurationException;
657
+ class InvalidActivation extends SSMServiceException_1.SSMServiceException {
658
+ name = "InvalidActivation";
659
+ $fault = "client";
660
+ Message;
661
+ constructor(opts) {
662
+ super({
663
+ name: "InvalidActivation",
664
+ $fault: "client",
665
+ ...opts,
666
+ });
667
+ Object.setPrototypeOf(this, InvalidActivation.prototype);
668
+ this.Message = opts.Message;
669
+ }
670
+ }
671
+ exports.InvalidActivation = InvalidActivation;
672
+ class InvalidActivationId extends SSMServiceException_1.SSMServiceException {
673
+ name = "InvalidActivationId";
674
+ $fault = "client";
675
+ Message;
676
+ constructor(opts) {
677
+ super({
678
+ name: "InvalidActivationId",
679
+ $fault: "client",
680
+ ...opts,
681
+ });
682
+ Object.setPrototypeOf(this, InvalidActivationId.prototype);
683
+ this.Message = opts.Message;
684
+ }
685
+ }
686
+ exports.InvalidActivationId = InvalidActivationId;
687
+ class AssociationDoesNotExist extends SSMServiceException_1.SSMServiceException {
688
+ name = "AssociationDoesNotExist";
689
+ $fault = "client";
690
+ Message;
691
+ constructor(opts) {
692
+ super({
693
+ name: "AssociationDoesNotExist",
694
+ $fault: "client",
695
+ ...opts,
696
+ });
697
+ Object.setPrototypeOf(this, AssociationDoesNotExist.prototype);
698
+ this.Message = opts.Message;
699
+ }
700
+ }
701
+ exports.AssociationDoesNotExist = AssociationDoesNotExist;
702
+ class AssociatedInstances extends SSMServiceException_1.SSMServiceException {
703
+ name = "AssociatedInstances";
704
+ $fault = "client";
705
+ constructor(opts) {
706
+ super({
707
+ name: "AssociatedInstances",
708
+ $fault: "client",
709
+ ...opts,
710
+ });
711
+ Object.setPrototypeOf(this, AssociatedInstances.prototype);
712
+ }
713
+ }
714
+ exports.AssociatedInstances = AssociatedInstances;
715
+ class InvalidDocumentOperation extends SSMServiceException_1.SSMServiceException {
716
+ name = "InvalidDocumentOperation";
717
+ $fault = "client";
718
+ Message;
719
+ constructor(opts) {
720
+ super({
721
+ name: "InvalidDocumentOperation",
722
+ $fault: "client",
723
+ ...opts,
724
+ });
725
+ Object.setPrototypeOf(this, InvalidDocumentOperation.prototype);
726
+ this.Message = opts.Message;
727
+ }
728
+ }
729
+ exports.InvalidDocumentOperation = InvalidDocumentOperation;
730
+ class InvalidDeleteInventoryParametersException extends SSMServiceException_1.SSMServiceException {
731
+ name = "InvalidDeleteInventoryParametersException";
732
+ $fault = "client";
733
+ Message;
734
+ constructor(opts) {
735
+ super({
736
+ name: "InvalidDeleteInventoryParametersException",
737
+ $fault: "client",
738
+ ...opts,
739
+ });
740
+ Object.setPrototypeOf(this, InvalidDeleteInventoryParametersException.prototype);
741
+ this.Message = opts.Message;
742
+ }
743
+ }
744
+ exports.InvalidDeleteInventoryParametersException = InvalidDeleteInventoryParametersException;
745
+ class InvalidInventoryRequestException extends SSMServiceException_1.SSMServiceException {
746
+ name = "InvalidInventoryRequestException";
747
+ $fault = "client";
748
+ Message;
749
+ constructor(opts) {
750
+ super({
751
+ name: "InvalidInventoryRequestException",
752
+ $fault: "client",
753
+ ...opts,
754
+ });
755
+ Object.setPrototypeOf(this, InvalidInventoryRequestException.prototype);
756
+ this.Message = opts.Message;
757
+ }
758
+ }
759
+ exports.InvalidInventoryRequestException = InvalidInventoryRequestException;
760
+ class InvalidOptionException extends SSMServiceException_1.SSMServiceException {
761
+ name = "InvalidOptionException";
762
+ $fault = "client";
763
+ Message;
764
+ constructor(opts) {
765
+ super({
766
+ name: "InvalidOptionException",
767
+ $fault: "client",
768
+ ...opts,
769
+ });
770
+ Object.setPrototypeOf(this, InvalidOptionException.prototype);
771
+ this.Message = opts.Message;
772
+ }
773
+ }
774
+ exports.InvalidOptionException = InvalidOptionException;
775
+ class InvalidTypeNameException extends SSMServiceException_1.SSMServiceException {
776
+ name = "InvalidTypeNameException";
777
+ $fault = "client";
778
+ Message;
779
+ constructor(opts) {
780
+ super({
781
+ name: "InvalidTypeNameException",
782
+ $fault: "client",
783
+ ...opts,
784
+ });
785
+ Object.setPrototypeOf(this, InvalidTypeNameException.prototype);
786
+ this.Message = opts.Message;
787
+ }
788
+ }
789
+ exports.InvalidTypeNameException = InvalidTypeNameException;
790
+ class OpsMetadataNotFoundException extends SSMServiceException_1.SSMServiceException {
791
+ name = "OpsMetadataNotFoundException";
792
+ $fault = "client";
793
+ constructor(opts) {
794
+ super({
795
+ name: "OpsMetadataNotFoundException",
796
+ $fault: "client",
797
+ ...opts,
798
+ });
799
+ Object.setPrototypeOf(this, OpsMetadataNotFoundException.prototype);
800
+ }
801
+ }
802
+ exports.OpsMetadataNotFoundException = OpsMetadataNotFoundException;
803
+ class ParameterNotFound extends SSMServiceException_1.SSMServiceException {
804
+ name = "ParameterNotFound";
805
+ $fault = "client";
806
+ constructor(opts) {
807
+ super({
808
+ name: "ParameterNotFound",
809
+ $fault: "client",
810
+ ...opts,
811
+ });
812
+ Object.setPrototypeOf(this, ParameterNotFound.prototype);
813
+ }
814
+ }
815
+ exports.ParameterNotFound = ParameterNotFound;
816
+ class ResourceInUseException extends SSMServiceException_1.SSMServiceException {
817
+ name = "ResourceInUseException";
818
+ $fault = "client";
819
+ Message;
820
+ constructor(opts) {
821
+ super({
822
+ name: "ResourceInUseException",
823
+ $fault: "client",
824
+ ...opts,
825
+ });
826
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
827
+ this.Message = opts.Message;
828
+ }
829
+ }
830
+ exports.ResourceInUseException = ResourceInUseException;
831
+ class ResourceDataSyncNotFoundException extends SSMServiceException_1.SSMServiceException {
832
+ name = "ResourceDataSyncNotFoundException";
833
+ $fault = "client";
834
+ SyncName;
835
+ SyncType;
836
+ Message;
837
+ constructor(opts) {
838
+ super({
839
+ name: "ResourceDataSyncNotFoundException",
840
+ $fault: "client",
841
+ ...opts,
842
+ });
843
+ Object.setPrototypeOf(this, ResourceDataSyncNotFoundException.prototype);
844
+ this.SyncName = opts.SyncName;
845
+ this.SyncType = opts.SyncType;
846
+ this.Message = opts.Message;
847
+ }
848
+ }
849
+ exports.ResourceDataSyncNotFoundException = ResourceDataSyncNotFoundException;
850
+ class MalformedResourcePolicyDocumentException extends SSMServiceException_1.SSMServiceException {
851
+ name = "MalformedResourcePolicyDocumentException";
852
+ $fault = "client";
853
+ Message;
854
+ constructor(opts) {
855
+ super({
856
+ name: "MalformedResourcePolicyDocumentException",
857
+ $fault: "client",
858
+ ...opts,
859
+ });
860
+ Object.setPrototypeOf(this, MalformedResourcePolicyDocumentException.prototype);
861
+ this.Message = opts.Message;
862
+ }
863
+ }
864
+ exports.MalformedResourcePolicyDocumentException = MalformedResourcePolicyDocumentException;
865
+ class ResourceNotFoundException extends SSMServiceException_1.SSMServiceException {
866
+ name = "ResourceNotFoundException";
867
+ $fault = "client";
868
+ Message;
869
+ constructor(opts) {
870
+ super({
871
+ name: "ResourceNotFoundException",
872
+ $fault: "client",
873
+ ...opts,
874
+ });
875
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
876
+ this.Message = opts.Message;
877
+ }
878
+ }
879
+ exports.ResourceNotFoundException = ResourceNotFoundException;
880
+ class ResourcePolicyConflictException extends SSMServiceException_1.SSMServiceException {
881
+ name = "ResourcePolicyConflictException";
882
+ $fault = "client";
883
+ Message;
884
+ constructor(opts) {
885
+ super({
886
+ name: "ResourcePolicyConflictException",
887
+ $fault: "client",
888
+ ...opts,
889
+ });
890
+ Object.setPrototypeOf(this, ResourcePolicyConflictException.prototype);
891
+ this.Message = opts.Message;
892
+ }
893
+ }
894
+ exports.ResourcePolicyConflictException = ResourcePolicyConflictException;
895
+ class ResourcePolicyInvalidParameterException extends SSMServiceException_1.SSMServiceException {
896
+ name = "ResourcePolicyInvalidParameterException";
897
+ $fault = "client";
898
+ ParameterNames;
899
+ Message;
900
+ constructor(opts) {
901
+ super({
902
+ name: "ResourcePolicyInvalidParameterException",
903
+ $fault: "client",
904
+ ...opts,
905
+ });
906
+ Object.setPrototypeOf(this, ResourcePolicyInvalidParameterException.prototype);
907
+ this.ParameterNames = opts.ParameterNames;
908
+ this.Message = opts.Message;
909
+ }
910
+ }
911
+ exports.ResourcePolicyInvalidParameterException = ResourcePolicyInvalidParameterException;
912
+ class ResourcePolicyNotFoundException extends SSMServiceException_1.SSMServiceException {
913
+ name = "ResourcePolicyNotFoundException";
914
+ $fault = "client";
915
+ Message;
916
+ constructor(opts) {
917
+ super({
918
+ name: "ResourcePolicyNotFoundException",
919
+ $fault: "client",
920
+ ...opts,
921
+ });
922
+ Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);
923
+ this.Message = opts.Message;
924
+ }
925
+ }
926
+ exports.ResourcePolicyNotFoundException = ResourcePolicyNotFoundException;
927
+ class TargetInUseException extends SSMServiceException_1.SSMServiceException {
928
+ name = "TargetInUseException";
929
+ $fault = "client";
930
+ Message;
931
+ constructor(opts) {
932
+ super({
933
+ name: "TargetInUseException",
934
+ $fault: "client",
935
+ ...opts,
936
+ });
937
+ Object.setPrototypeOf(this, TargetInUseException.prototype);
938
+ this.Message = opts.Message;
939
+ }
940
+ }
941
+ exports.TargetInUseException = TargetInUseException;
942
+ class InvalidFilter extends SSMServiceException_1.SSMServiceException {
943
+ name = "InvalidFilter";
944
+ $fault = "client";
945
+ Message;
946
+ constructor(opts) {
947
+ super({
948
+ name: "InvalidFilter",
949
+ $fault: "client",
950
+ ...opts,
951
+ });
952
+ Object.setPrototypeOf(this, InvalidFilter.prototype);
953
+ this.Message = opts.Message;
954
+ }
955
+ }
956
+ exports.InvalidFilter = InvalidFilter;
957
+ class InvalidNextToken extends SSMServiceException_1.SSMServiceException {
958
+ name = "InvalidNextToken";
959
+ $fault = "client";
960
+ Message;
961
+ constructor(opts) {
962
+ super({
963
+ name: "InvalidNextToken",
964
+ $fault: "client",
965
+ ...opts,
966
+ });
967
+ Object.setPrototypeOf(this, InvalidNextToken.prototype);
968
+ this.Message = opts.Message;
969
+ }
970
+ }
971
+ exports.InvalidNextToken = InvalidNextToken;
972
+ class InvalidAssociationVersion extends SSMServiceException_1.SSMServiceException {
973
+ name = "InvalidAssociationVersion";
974
+ $fault = "client";
975
+ Message;
976
+ constructor(opts) {
977
+ super({
978
+ name: "InvalidAssociationVersion",
979
+ $fault: "client",
980
+ ...opts,
981
+ });
982
+ Object.setPrototypeOf(this, InvalidAssociationVersion.prototype);
983
+ this.Message = opts.Message;
984
+ }
985
+ }
986
+ exports.InvalidAssociationVersion = InvalidAssociationVersion;
987
+ class AssociationExecutionDoesNotExist extends SSMServiceException_1.SSMServiceException {
988
+ name = "AssociationExecutionDoesNotExist";
989
+ $fault = "client";
990
+ Message;
991
+ constructor(opts) {
992
+ super({
993
+ name: "AssociationExecutionDoesNotExist",
994
+ $fault: "client",
995
+ ...opts,
996
+ });
997
+ Object.setPrototypeOf(this, AssociationExecutionDoesNotExist.prototype);
998
+ this.Message = opts.Message;
999
+ }
1000
+ }
1001
+ exports.AssociationExecutionDoesNotExist = AssociationExecutionDoesNotExist;
1002
+ class InvalidFilterKey extends SSMServiceException_1.SSMServiceException {
1003
+ name = "InvalidFilterKey";
1004
+ $fault = "client";
1005
+ constructor(opts) {
1006
+ super({
1007
+ name: "InvalidFilterKey",
1008
+ $fault: "client",
1009
+ ...opts,
1010
+ });
1011
+ Object.setPrototypeOf(this, InvalidFilterKey.prototype);
1012
+ }
1013
+ }
1014
+ exports.InvalidFilterKey = InvalidFilterKey;
1015
+ class InvalidFilterValue extends SSMServiceException_1.SSMServiceException {
1016
+ name = "InvalidFilterValue";
1017
+ $fault = "client";
1018
+ Message;
1019
+ constructor(opts) {
1020
+ super({
1021
+ name: "InvalidFilterValue",
1022
+ $fault: "client",
1023
+ ...opts,
1024
+ });
1025
+ Object.setPrototypeOf(this, InvalidFilterValue.prototype);
1026
+ this.Message = opts.Message;
1027
+ }
1028
+ }
1029
+ exports.InvalidFilterValue = InvalidFilterValue;
1030
+ class AutomationExecutionNotFoundException extends SSMServiceException_1.SSMServiceException {
1031
+ name = "AutomationExecutionNotFoundException";
1032
+ $fault = "client";
1033
+ Message;
1034
+ constructor(opts) {
1035
+ super({
1036
+ name: "AutomationExecutionNotFoundException",
1037
+ $fault: "client",
1038
+ ...opts,
1039
+ });
1040
+ Object.setPrototypeOf(this, AutomationExecutionNotFoundException.prototype);
1041
+ this.Message = opts.Message;
1042
+ }
1043
+ }
1044
+ exports.AutomationExecutionNotFoundException = AutomationExecutionNotFoundException;
1045
+ class InvalidPermissionType extends SSMServiceException_1.SSMServiceException {
1046
+ name = "InvalidPermissionType";
1047
+ $fault = "client";
1048
+ Message;
1049
+ constructor(opts) {
1050
+ super({
1051
+ name: "InvalidPermissionType",
1052
+ $fault: "client",
1053
+ ...opts,
1054
+ });
1055
+ Object.setPrototypeOf(this, InvalidPermissionType.prototype);
1056
+ this.Message = opts.Message;
1057
+ }
1058
+ }
1059
+ exports.InvalidPermissionType = InvalidPermissionType;
1060
+ class UnsupportedOperatingSystem extends SSMServiceException_1.SSMServiceException {
1061
+ name = "UnsupportedOperatingSystem";
1062
+ $fault = "client";
1063
+ Message;
1064
+ constructor(opts) {
1065
+ super({
1066
+ name: "UnsupportedOperatingSystem",
1067
+ $fault: "client",
1068
+ ...opts,
1069
+ });
1070
+ Object.setPrototypeOf(this, UnsupportedOperatingSystem.prototype);
1071
+ this.Message = opts.Message;
1072
+ }
1073
+ }
1074
+ exports.UnsupportedOperatingSystem = UnsupportedOperatingSystem;
1075
+ class InvalidInstanceInformationFilterValue extends SSMServiceException_1.SSMServiceException {
1076
+ name = "InvalidInstanceInformationFilterValue";
1077
+ $fault = "client";
1078
+ constructor(opts) {
1079
+ super({
1080
+ name: "InvalidInstanceInformationFilterValue",
1081
+ $fault: "client",
1082
+ ...opts,
1083
+ });
1084
+ Object.setPrototypeOf(this, InvalidInstanceInformationFilterValue.prototype);
1085
+ }
1086
+ }
1087
+ exports.InvalidInstanceInformationFilterValue = InvalidInstanceInformationFilterValue;
1088
+ class InvalidInstancePropertyFilterValue extends SSMServiceException_1.SSMServiceException {
1089
+ name = "InvalidInstancePropertyFilterValue";
1090
+ $fault = "client";
1091
+ constructor(opts) {
1092
+ super({
1093
+ name: "InvalidInstancePropertyFilterValue",
1094
+ $fault: "client",
1095
+ ...opts,
1096
+ });
1097
+ Object.setPrototypeOf(this, InvalidInstancePropertyFilterValue.prototype);
1098
+ }
1099
+ }
1100
+ exports.InvalidInstancePropertyFilterValue = InvalidInstancePropertyFilterValue;
1101
+ class InvalidDeletionIdException extends SSMServiceException_1.SSMServiceException {
1102
+ name = "InvalidDeletionIdException";
1103
+ $fault = "client";
1104
+ Message;
1105
+ constructor(opts) {
1106
+ super({
1107
+ name: "InvalidDeletionIdException",
1108
+ $fault: "client",
1109
+ ...opts,
1110
+ });
1111
+ Object.setPrototypeOf(this, InvalidDeletionIdException.prototype);
1112
+ this.Message = opts.Message;
1113
+ }
1114
+ }
1115
+ exports.InvalidDeletionIdException = InvalidDeletionIdException;
1116
+ class InvalidFilterOption extends SSMServiceException_1.SSMServiceException {
1117
+ name = "InvalidFilterOption";
1118
+ $fault = "client";
1119
+ constructor(opts) {
1120
+ super({
1121
+ name: "InvalidFilterOption",
1122
+ $fault: "client",
1123
+ ...opts,
1124
+ });
1125
+ Object.setPrototypeOf(this, InvalidFilterOption.prototype);
1126
+ }
1127
+ }
1128
+ exports.InvalidFilterOption = InvalidFilterOption;
1129
+ class OpsItemRelatedItemAssociationNotFoundException extends SSMServiceException_1.SSMServiceException {
1130
+ name = "OpsItemRelatedItemAssociationNotFoundException";
1131
+ $fault = "client";
1132
+ Message;
1133
+ constructor(opts) {
1134
+ super({
1135
+ name: "OpsItemRelatedItemAssociationNotFoundException",
1136
+ $fault: "client",
1137
+ ...opts,
1138
+ });
1139
+ Object.setPrototypeOf(this, OpsItemRelatedItemAssociationNotFoundException.prototype);
1140
+ this.Message = opts.Message;
1141
+ }
1142
+ }
1143
+ exports.OpsItemRelatedItemAssociationNotFoundException = OpsItemRelatedItemAssociationNotFoundException;
1144
+ class ThrottlingException extends SSMServiceException_1.SSMServiceException {
1145
+ name = "ThrottlingException";
1146
+ $fault = "client";
1147
+ Message;
1148
+ QuotaCode;
1149
+ ServiceCode;
1150
+ constructor(opts) {
1151
+ super({
1152
+ name: "ThrottlingException",
1153
+ $fault: "client",
1154
+ ...opts,
1155
+ });
1156
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
1157
+ this.Message = opts.Message;
1158
+ this.QuotaCode = opts.QuotaCode;
1159
+ this.ServiceCode = opts.ServiceCode;
1160
+ }
1161
+ }
1162
+ exports.ThrottlingException = ThrottlingException;
1163
+ class ValidationException extends SSMServiceException_1.SSMServiceException {
1164
+ name = "ValidationException";
1165
+ $fault = "client";
1166
+ Message;
1167
+ ReasonCode;
1168
+ constructor(opts) {
1169
+ super({
1170
+ name: "ValidationException",
1171
+ $fault: "client",
1172
+ ...opts,
1173
+ });
1174
+ Object.setPrototypeOf(this, ValidationException.prototype);
1175
+ this.Message = opts.Message;
1176
+ this.ReasonCode = opts.ReasonCode;
1177
+ }
1178
+ }
1179
+ exports.ValidationException = ValidationException;
1180
+ class InvalidDocumentType extends SSMServiceException_1.SSMServiceException {
1181
+ name = "InvalidDocumentType";
1182
+ $fault = "client";
1183
+ Message;
1184
+ constructor(opts) {
1185
+ super({
1186
+ name: "InvalidDocumentType",
1187
+ $fault: "client",
1188
+ ...opts,
1189
+ });
1190
+ Object.setPrototypeOf(this, InvalidDocumentType.prototype);
1191
+ this.Message = opts.Message;
1192
+ }
1193
+ }
1194
+ exports.InvalidDocumentType = InvalidDocumentType;
1195
+ class UnsupportedCalendarException extends SSMServiceException_1.SSMServiceException {
1196
+ name = "UnsupportedCalendarException";
1197
+ $fault = "client";
1198
+ Message;
1199
+ constructor(opts) {
1200
+ super({
1201
+ name: "UnsupportedCalendarException",
1202
+ $fault: "client",
1203
+ ...opts,
1204
+ });
1205
+ Object.setPrototypeOf(this, UnsupportedCalendarException.prototype);
1206
+ this.Message = opts.Message;
1207
+ }
1208
+ }
1209
+ exports.UnsupportedCalendarException = UnsupportedCalendarException;
1210
+ class InvalidPluginName extends SSMServiceException_1.SSMServiceException {
1211
+ name = "InvalidPluginName";
1212
+ $fault = "client";
1213
+ constructor(opts) {
1214
+ super({
1215
+ name: "InvalidPluginName",
1216
+ $fault: "client",
1217
+ ...opts,
1218
+ });
1219
+ Object.setPrototypeOf(this, InvalidPluginName.prototype);
1220
+ }
1221
+ }
1222
+ exports.InvalidPluginName = InvalidPluginName;
1223
+ class InvocationDoesNotExist extends SSMServiceException_1.SSMServiceException {
1224
+ name = "InvocationDoesNotExist";
1225
+ $fault = "client";
1226
+ constructor(opts) {
1227
+ super({
1228
+ name: "InvocationDoesNotExist",
1229
+ $fault: "client",
1230
+ ...opts,
1231
+ });
1232
+ Object.setPrototypeOf(this, InvocationDoesNotExist.prototype);
1233
+ }
1234
+ }
1235
+ exports.InvocationDoesNotExist = InvocationDoesNotExist;
1236
+ class UnsupportedFeatureRequiredException extends SSMServiceException_1.SSMServiceException {
1237
+ name = "UnsupportedFeatureRequiredException";
1238
+ $fault = "client";
1239
+ Message;
1240
+ constructor(opts) {
1241
+ super({
1242
+ name: "UnsupportedFeatureRequiredException",
1243
+ $fault: "client",
1244
+ ...opts,
1245
+ });
1246
+ Object.setPrototypeOf(this, UnsupportedFeatureRequiredException.prototype);
1247
+ this.Message = opts.Message;
1248
+ }
1249
+ }
1250
+ exports.UnsupportedFeatureRequiredException = UnsupportedFeatureRequiredException;
1251
+ class InvalidAggregatorException extends SSMServiceException_1.SSMServiceException {
1252
+ name = "InvalidAggregatorException";
1253
+ $fault = "client";
1254
+ Message;
1255
+ constructor(opts) {
1256
+ super({
1257
+ name: "InvalidAggregatorException",
1258
+ $fault: "client",
1259
+ ...opts,
1260
+ });
1261
+ Object.setPrototypeOf(this, InvalidAggregatorException.prototype);
1262
+ this.Message = opts.Message;
1263
+ }
1264
+ }
1265
+ exports.InvalidAggregatorException = InvalidAggregatorException;
1266
+ class InvalidInventoryGroupException extends SSMServiceException_1.SSMServiceException {
1267
+ name = "InvalidInventoryGroupException";
1268
+ $fault = "client";
1269
+ Message;
1270
+ constructor(opts) {
1271
+ super({
1272
+ name: "InvalidInventoryGroupException",
1273
+ $fault: "client",
1274
+ ...opts,
1275
+ });
1276
+ Object.setPrototypeOf(this, InvalidInventoryGroupException.prototype);
1277
+ this.Message = opts.Message;
1278
+ }
1279
+ }
1280
+ exports.InvalidInventoryGroupException = InvalidInventoryGroupException;
1281
+ class InvalidResultAttributeException extends SSMServiceException_1.SSMServiceException {
1282
+ name = "InvalidResultAttributeException";
1283
+ $fault = "client";
1284
+ Message;
1285
+ constructor(opts) {
1286
+ super({
1287
+ name: "InvalidResultAttributeException",
1288
+ $fault: "client",
1289
+ ...opts,
1290
+ });
1291
+ Object.setPrototypeOf(this, InvalidResultAttributeException.prototype);
1292
+ this.Message = opts.Message;
1293
+ }
1294
+ }
1295
+ exports.InvalidResultAttributeException = InvalidResultAttributeException;
1296
+ class InvalidKeyId extends SSMServiceException_1.SSMServiceException {
1297
+ name = "InvalidKeyId";
1298
+ $fault = "client";
1299
+ constructor(opts) {
1300
+ super({
1301
+ name: "InvalidKeyId",
1302
+ $fault: "client",
1303
+ ...opts,
1304
+ });
1305
+ Object.setPrototypeOf(this, InvalidKeyId.prototype);
1306
+ }
1307
+ }
1308
+ exports.InvalidKeyId = InvalidKeyId;
1309
+ class ParameterVersionNotFound extends SSMServiceException_1.SSMServiceException {
1310
+ name = "ParameterVersionNotFound";
1311
+ $fault = "client";
1312
+ constructor(opts) {
1313
+ super({
1314
+ name: "ParameterVersionNotFound",
1315
+ $fault: "client",
1316
+ ...opts,
1317
+ });
1318
+ Object.setPrototypeOf(this, ParameterVersionNotFound.prototype);
1319
+ }
1320
+ }
1321
+ exports.ParameterVersionNotFound = ParameterVersionNotFound;
1322
+ class ServiceSettingNotFound extends SSMServiceException_1.SSMServiceException {
1323
+ name = "ServiceSettingNotFound";
1324
+ $fault = "client";
1325
+ Message;
1326
+ constructor(opts) {
1327
+ super({
1328
+ name: "ServiceSettingNotFound",
1329
+ $fault: "client",
1330
+ ...opts,
1331
+ });
1332
+ Object.setPrototypeOf(this, ServiceSettingNotFound.prototype);
1333
+ this.Message = opts.Message;
1334
+ }
1335
+ }
1336
+ exports.ServiceSettingNotFound = ServiceSettingNotFound;
1337
+ class ParameterVersionLabelLimitExceeded extends SSMServiceException_1.SSMServiceException {
1338
+ name = "ParameterVersionLabelLimitExceeded";
1339
+ $fault = "client";
1340
+ constructor(opts) {
1341
+ super({
1342
+ name: "ParameterVersionLabelLimitExceeded",
1343
+ $fault: "client",
1344
+ ...opts,
1345
+ });
1346
+ Object.setPrototypeOf(this, ParameterVersionLabelLimitExceeded.prototype);
1347
+ }
1348
+ }
1349
+ exports.ParameterVersionLabelLimitExceeded = ParameterVersionLabelLimitExceeded;
1350
+ class UnsupportedOperationException extends SSMServiceException_1.SSMServiceException {
1351
+ name = "UnsupportedOperationException";
1352
+ $fault = "client";
1353
+ Message;
1354
+ constructor(opts) {
1355
+ super({
1356
+ name: "UnsupportedOperationException",
1357
+ $fault: "client",
1358
+ ...opts,
1359
+ });
1360
+ Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
1361
+ this.Message = opts.Message;
1362
+ }
1363
+ }
1364
+ exports.UnsupportedOperationException = UnsupportedOperationException;
1365
+ class DocumentPermissionLimit extends SSMServiceException_1.SSMServiceException {
1366
+ name = "DocumentPermissionLimit";
1367
+ $fault = "client";
1368
+ Message;
1369
+ constructor(opts) {
1370
+ super({
1371
+ name: "DocumentPermissionLimit",
1372
+ $fault: "client",
1373
+ ...opts,
1374
+ });
1375
+ Object.setPrototypeOf(this, DocumentPermissionLimit.prototype);
1376
+ this.Message = opts.Message;
1377
+ }
1378
+ }
1379
+ exports.DocumentPermissionLimit = DocumentPermissionLimit;
1380
+ class ComplianceTypeCountLimitExceededException extends SSMServiceException_1.SSMServiceException {
1381
+ name = "ComplianceTypeCountLimitExceededException";
1382
+ $fault = "client";
1383
+ Message;
1384
+ constructor(opts) {
1385
+ super({
1386
+ name: "ComplianceTypeCountLimitExceededException",
1387
+ $fault: "client",
1388
+ ...opts,
1389
+ });
1390
+ Object.setPrototypeOf(this, ComplianceTypeCountLimitExceededException.prototype);
1391
+ this.Message = opts.Message;
1392
+ }
1393
+ }
1394
+ exports.ComplianceTypeCountLimitExceededException = ComplianceTypeCountLimitExceededException;
1395
+ class InvalidItemContentException extends SSMServiceException_1.SSMServiceException {
1396
+ name = "InvalidItemContentException";
1397
+ $fault = "client";
1398
+ TypeName;
1399
+ Message;
1400
+ constructor(opts) {
1401
+ super({
1402
+ name: "InvalidItemContentException",
1403
+ $fault: "client",
1404
+ ...opts,
1405
+ });
1406
+ Object.setPrototypeOf(this, InvalidItemContentException.prototype);
1407
+ this.TypeName = opts.TypeName;
1408
+ this.Message = opts.Message;
1409
+ }
1410
+ }
1411
+ exports.InvalidItemContentException = InvalidItemContentException;
1412
+ class ItemSizeLimitExceededException extends SSMServiceException_1.SSMServiceException {
1413
+ name = "ItemSizeLimitExceededException";
1414
+ $fault = "client";
1415
+ TypeName;
1416
+ Message;
1417
+ constructor(opts) {
1418
+ super({
1419
+ name: "ItemSizeLimitExceededException",
1420
+ $fault: "client",
1421
+ ...opts,
1422
+ });
1423
+ Object.setPrototypeOf(this, ItemSizeLimitExceededException.prototype);
1424
+ this.TypeName = opts.TypeName;
1425
+ this.Message = opts.Message;
1426
+ }
1427
+ }
1428
+ exports.ItemSizeLimitExceededException = ItemSizeLimitExceededException;
1429
+ class TotalSizeLimitExceededException extends SSMServiceException_1.SSMServiceException {
1430
+ name = "TotalSizeLimitExceededException";
1431
+ $fault = "client";
1432
+ Message;
1433
+ constructor(opts) {
1434
+ super({
1435
+ name: "TotalSizeLimitExceededException",
1436
+ $fault: "client",
1437
+ ...opts,
1438
+ });
1439
+ Object.setPrototypeOf(this, TotalSizeLimitExceededException.prototype);
1440
+ this.Message = opts.Message;
1441
+ }
1442
+ }
1443
+ exports.TotalSizeLimitExceededException = TotalSizeLimitExceededException;
1444
+ class CustomSchemaCountLimitExceededException extends SSMServiceException_1.SSMServiceException {
1445
+ name = "CustomSchemaCountLimitExceededException";
1446
+ $fault = "client";
1447
+ Message;
1448
+ constructor(opts) {
1449
+ super({
1450
+ name: "CustomSchemaCountLimitExceededException",
1451
+ $fault: "client",
1452
+ ...opts,
1453
+ });
1454
+ Object.setPrototypeOf(this, CustomSchemaCountLimitExceededException.prototype);
1455
+ this.Message = opts.Message;
1456
+ }
1457
+ }
1458
+ exports.CustomSchemaCountLimitExceededException = CustomSchemaCountLimitExceededException;
1459
+ class InvalidInventoryItemContextException extends SSMServiceException_1.SSMServiceException {
1460
+ name = "InvalidInventoryItemContextException";
1461
+ $fault = "client";
1462
+ Message;
1463
+ constructor(opts) {
1464
+ super({
1465
+ name: "InvalidInventoryItemContextException",
1466
+ $fault: "client",
1467
+ ...opts,
1468
+ });
1469
+ Object.setPrototypeOf(this, InvalidInventoryItemContextException.prototype);
1470
+ this.Message = opts.Message;
1471
+ }
1472
+ }
1473
+ exports.InvalidInventoryItemContextException = InvalidInventoryItemContextException;
1474
+ class ItemContentMismatchException extends SSMServiceException_1.SSMServiceException {
1475
+ name = "ItemContentMismatchException";
1476
+ $fault = "client";
1477
+ TypeName;
1478
+ Message;
1479
+ constructor(opts) {
1480
+ super({
1481
+ name: "ItemContentMismatchException",
1482
+ $fault: "client",
1483
+ ...opts,
1484
+ });
1485
+ Object.setPrototypeOf(this, ItemContentMismatchException.prototype);
1486
+ this.TypeName = opts.TypeName;
1487
+ this.Message = opts.Message;
1488
+ }
1489
+ }
1490
+ exports.ItemContentMismatchException = ItemContentMismatchException;
1491
+ class SubTypeCountLimitExceededException extends SSMServiceException_1.SSMServiceException {
1492
+ name = "SubTypeCountLimitExceededException";
1493
+ $fault = "client";
1494
+ Message;
1495
+ constructor(opts) {
1496
+ super({
1497
+ name: "SubTypeCountLimitExceededException",
1498
+ $fault: "client",
1499
+ ...opts,
1500
+ });
1501
+ Object.setPrototypeOf(this, SubTypeCountLimitExceededException.prototype);
1502
+ this.Message = opts.Message;
1503
+ }
1504
+ }
1505
+ exports.SubTypeCountLimitExceededException = SubTypeCountLimitExceededException;
1506
+ class UnsupportedInventoryItemContextException extends SSMServiceException_1.SSMServiceException {
1507
+ name = "UnsupportedInventoryItemContextException";
1508
+ $fault = "client";
1509
+ TypeName;
1510
+ Message;
1511
+ constructor(opts) {
1512
+ super({
1513
+ name: "UnsupportedInventoryItemContextException",
1514
+ $fault: "client",
1515
+ ...opts,
1516
+ });
1517
+ Object.setPrototypeOf(this, UnsupportedInventoryItemContextException.prototype);
1518
+ this.TypeName = opts.TypeName;
1519
+ this.Message = opts.Message;
1520
+ }
1521
+ }
1522
+ exports.UnsupportedInventoryItemContextException = UnsupportedInventoryItemContextException;
1523
+ class UnsupportedInventorySchemaVersionException extends SSMServiceException_1.SSMServiceException {
1524
+ name = "UnsupportedInventorySchemaVersionException";
1525
+ $fault = "client";
1526
+ Message;
1527
+ constructor(opts) {
1528
+ super({
1529
+ name: "UnsupportedInventorySchemaVersionException",
1530
+ $fault: "client",
1531
+ ...opts,
1532
+ });
1533
+ Object.setPrototypeOf(this, UnsupportedInventorySchemaVersionException.prototype);
1534
+ this.Message = opts.Message;
1535
+ }
1536
+ }
1537
+ exports.UnsupportedInventorySchemaVersionException = UnsupportedInventorySchemaVersionException;
1538
+ class HierarchyLevelLimitExceededException extends SSMServiceException_1.SSMServiceException {
1539
+ name = "HierarchyLevelLimitExceededException";
1540
+ $fault = "client";
1541
+ constructor(opts) {
1542
+ super({
1543
+ name: "HierarchyLevelLimitExceededException",
1544
+ $fault: "client",
1545
+ ...opts,
1546
+ });
1547
+ Object.setPrototypeOf(this, HierarchyLevelLimitExceededException.prototype);
1548
+ }
1549
+ }
1550
+ exports.HierarchyLevelLimitExceededException = HierarchyLevelLimitExceededException;
1551
+ class HierarchyTypeMismatchException extends SSMServiceException_1.SSMServiceException {
1552
+ name = "HierarchyTypeMismatchException";
1553
+ $fault = "client";
1554
+ constructor(opts) {
1555
+ super({
1556
+ name: "HierarchyTypeMismatchException",
1557
+ $fault: "client",
1558
+ ...opts,
1559
+ });
1560
+ Object.setPrototypeOf(this, HierarchyTypeMismatchException.prototype);
1561
+ }
1562
+ }
1563
+ exports.HierarchyTypeMismatchException = HierarchyTypeMismatchException;
1564
+ class IncompatiblePolicyException extends SSMServiceException_1.SSMServiceException {
1565
+ name = "IncompatiblePolicyException";
1566
+ $fault = "client";
1567
+ constructor(opts) {
1568
+ super({
1569
+ name: "IncompatiblePolicyException",
1570
+ $fault: "client",
1571
+ ...opts,
1572
+ });
1573
+ Object.setPrototypeOf(this, IncompatiblePolicyException.prototype);
1574
+ }
1575
+ }
1576
+ exports.IncompatiblePolicyException = IncompatiblePolicyException;
1577
+ class InvalidAllowedPatternException extends SSMServiceException_1.SSMServiceException {
1578
+ name = "InvalidAllowedPatternException";
1579
+ $fault = "client";
1580
+ constructor(opts) {
1581
+ super({
1582
+ name: "InvalidAllowedPatternException",
1583
+ $fault: "client",
1584
+ ...opts,
1585
+ });
1586
+ Object.setPrototypeOf(this, InvalidAllowedPatternException.prototype);
1587
+ }
1588
+ }
1589
+ exports.InvalidAllowedPatternException = InvalidAllowedPatternException;
1590
+ class InvalidPolicyAttributeException extends SSMServiceException_1.SSMServiceException {
1591
+ name = "InvalidPolicyAttributeException";
1592
+ $fault = "client";
1593
+ constructor(opts) {
1594
+ super({
1595
+ name: "InvalidPolicyAttributeException",
1596
+ $fault: "client",
1597
+ ...opts,
1598
+ });
1599
+ Object.setPrototypeOf(this, InvalidPolicyAttributeException.prototype);
1600
+ }
1601
+ }
1602
+ exports.InvalidPolicyAttributeException = InvalidPolicyAttributeException;
1603
+ class InvalidPolicyTypeException extends SSMServiceException_1.SSMServiceException {
1604
+ name = "InvalidPolicyTypeException";
1605
+ $fault = "client";
1606
+ constructor(opts) {
1607
+ super({
1608
+ name: "InvalidPolicyTypeException",
1609
+ $fault: "client",
1610
+ ...opts,
1611
+ });
1612
+ Object.setPrototypeOf(this, InvalidPolicyTypeException.prototype);
1613
+ }
1614
+ }
1615
+ exports.InvalidPolicyTypeException = InvalidPolicyTypeException;
1616
+ class ParameterAlreadyExists extends SSMServiceException_1.SSMServiceException {
1617
+ name = "ParameterAlreadyExists";
1618
+ $fault = "client";
1619
+ constructor(opts) {
1620
+ super({
1621
+ name: "ParameterAlreadyExists",
1622
+ $fault: "client",
1623
+ ...opts,
1624
+ });
1625
+ Object.setPrototypeOf(this, ParameterAlreadyExists.prototype);
1626
+ }
1627
+ }
1628
+ exports.ParameterAlreadyExists = ParameterAlreadyExists;
1629
+ class ParameterLimitExceeded extends SSMServiceException_1.SSMServiceException {
1630
+ name = "ParameterLimitExceeded";
1631
+ $fault = "client";
1632
+ constructor(opts) {
1633
+ super({
1634
+ name: "ParameterLimitExceeded",
1635
+ $fault: "client",
1636
+ ...opts,
1637
+ });
1638
+ Object.setPrototypeOf(this, ParameterLimitExceeded.prototype);
1639
+ }
1640
+ }
1641
+ exports.ParameterLimitExceeded = ParameterLimitExceeded;
1642
+ class ParameterMaxVersionLimitExceeded extends SSMServiceException_1.SSMServiceException {
1643
+ name = "ParameterMaxVersionLimitExceeded";
1644
+ $fault = "client";
1645
+ constructor(opts) {
1646
+ super({
1647
+ name: "ParameterMaxVersionLimitExceeded",
1648
+ $fault: "client",
1649
+ ...opts,
1650
+ });
1651
+ Object.setPrototypeOf(this, ParameterMaxVersionLimitExceeded.prototype);
1652
+ }
1653
+ }
1654
+ exports.ParameterMaxVersionLimitExceeded = ParameterMaxVersionLimitExceeded;
1655
+ class ParameterPatternMismatchException extends SSMServiceException_1.SSMServiceException {
1656
+ name = "ParameterPatternMismatchException";
1657
+ $fault = "client";
1658
+ constructor(opts) {
1659
+ super({
1660
+ name: "ParameterPatternMismatchException",
1661
+ $fault: "client",
1662
+ ...opts,
1663
+ });
1664
+ Object.setPrototypeOf(this, ParameterPatternMismatchException.prototype);
1665
+ }
1666
+ }
1667
+ exports.ParameterPatternMismatchException = ParameterPatternMismatchException;
1668
+ class PoliciesLimitExceededException extends SSMServiceException_1.SSMServiceException {
1669
+ name = "PoliciesLimitExceededException";
1670
+ $fault = "client";
1671
+ constructor(opts) {
1672
+ super({
1673
+ name: "PoliciesLimitExceededException",
1674
+ $fault: "client",
1675
+ ...opts,
1676
+ });
1677
+ Object.setPrototypeOf(this, PoliciesLimitExceededException.prototype);
1678
+ }
1679
+ }
1680
+ exports.PoliciesLimitExceededException = PoliciesLimitExceededException;
1681
+ class UnsupportedParameterType extends SSMServiceException_1.SSMServiceException {
1682
+ name = "UnsupportedParameterType";
1683
+ $fault = "client";
1684
+ constructor(opts) {
1685
+ super({
1686
+ name: "UnsupportedParameterType",
1687
+ $fault: "client",
1688
+ ...opts,
1689
+ });
1690
+ Object.setPrototypeOf(this, UnsupportedParameterType.prototype);
1691
+ }
1692
+ }
1693
+ exports.UnsupportedParameterType = UnsupportedParameterType;
1694
+ class ResourcePolicyLimitExceededException extends SSMServiceException_1.SSMServiceException {
1695
+ name = "ResourcePolicyLimitExceededException";
1696
+ $fault = "client";
1697
+ Limit;
1698
+ LimitType;
1699
+ Message;
1700
+ constructor(opts) {
1701
+ super({
1702
+ name: "ResourcePolicyLimitExceededException",
1703
+ $fault: "client",
1704
+ ...opts,
1705
+ });
1706
+ Object.setPrototypeOf(this, ResourcePolicyLimitExceededException.prototype);
1707
+ this.Limit = opts.Limit;
1708
+ this.LimitType = opts.LimitType;
1709
+ this.Message = opts.Message;
1710
+ }
1711
+ }
1712
+ exports.ResourcePolicyLimitExceededException = ResourcePolicyLimitExceededException;
1713
+ class FeatureNotAvailableException extends SSMServiceException_1.SSMServiceException {
1714
+ name = "FeatureNotAvailableException";
1715
+ $fault = "client";
1716
+ Message;
1717
+ constructor(opts) {
1718
+ super({
1719
+ name: "FeatureNotAvailableException",
1720
+ $fault: "client",
1721
+ ...opts,
1722
+ });
1723
+ Object.setPrototypeOf(this, FeatureNotAvailableException.prototype);
1724
+ this.Message = opts.Message;
1725
+ }
1726
+ }
1727
+ exports.FeatureNotAvailableException = FeatureNotAvailableException;
1728
+ class AutomationStepNotFoundException extends SSMServiceException_1.SSMServiceException {
1729
+ name = "AutomationStepNotFoundException";
1730
+ $fault = "client";
1731
+ Message;
1732
+ constructor(opts) {
1733
+ super({
1734
+ name: "AutomationStepNotFoundException",
1735
+ $fault: "client",
1736
+ ...opts,
1737
+ });
1738
+ Object.setPrototypeOf(this, AutomationStepNotFoundException.prototype);
1739
+ this.Message = opts.Message;
1740
+ }
1741
+ }
1742
+ exports.AutomationStepNotFoundException = AutomationStepNotFoundException;
1743
+ class InvalidAutomationSignalException extends SSMServiceException_1.SSMServiceException {
1744
+ name = "InvalidAutomationSignalException";
1745
+ $fault = "client";
1746
+ Message;
1747
+ constructor(opts) {
1748
+ super({
1749
+ name: "InvalidAutomationSignalException",
1750
+ $fault: "client",
1751
+ ...opts,
1752
+ });
1753
+ Object.setPrototypeOf(this, InvalidAutomationSignalException.prototype);
1754
+ this.Message = opts.Message;
1755
+ }
1756
+ }
1757
+ exports.InvalidAutomationSignalException = InvalidAutomationSignalException;
1758
+ class InvalidNotificationConfig extends SSMServiceException_1.SSMServiceException {
1759
+ name = "InvalidNotificationConfig";
1760
+ $fault = "client";
1761
+ Message;
1762
+ constructor(opts) {
1763
+ super({
1764
+ name: "InvalidNotificationConfig",
1765
+ $fault: "client",
1766
+ ...opts,
1767
+ });
1768
+ Object.setPrototypeOf(this, InvalidNotificationConfig.prototype);
1769
+ this.Message = opts.Message;
1770
+ }
1771
+ }
1772
+ exports.InvalidNotificationConfig = InvalidNotificationConfig;
1773
+ class InvalidOutputFolder extends SSMServiceException_1.SSMServiceException {
1774
+ name = "InvalidOutputFolder";
1775
+ $fault = "client";
1776
+ constructor(opts) {
1777
+ super({
1778
+ name: "InvalidOutputFolder",
1779
+ $fault: "client",
1780
+ ...opts,
1781
+ });
1782
+ Object.setPrototypeOf(this, InvalidOutputFolder.prototype);
1783
+ }
1784
+ }
1785
+ exports.InvalidOutputFolder = InvalidOutputFolder;
1786
+ class InvalidRole extends SSMServiceException_1.SSMServiceException {
1787
+ name = "InvalidRole";
1788
+ $fault = "client";
1789
+ Message;
1790
+ constructor(opts) {
1791
+ super({
1792
+ name: "InvalidRole",
1793
+ $fault: "client",
1794
+ ...opts,
1795
+ });
1796
+ Object.setPrototypeOf(this, InvalidRole.prototype);
1797
+ this.Message = opts.Message;
1798
+ }
1799
+ }
1800
+ exports.InvalidRole = InvalidRole;
1801
+ class ServiceQuotaExceededException extends SSMServiceException_1.SSMServiceException {
1802
+ name = "ServiceQuotaExceededException";
1803
+ $fault = "client";
1804
+ Message;
1805
+ ResourceId;
1806
+ ResourceType;
1807
+ QuotaCode;
1808
+ ServiceCode;
1809
+ constructor(opts) {
1810
+ super({
1811
+ name: "ServiceQuotaExceededException",
1812
+ $fault: "client",
1813
+ ...opts,
1814
+ });
1815
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
1816
+ this.Message = opts.Message;
1817
+ this.ResourceId = opts.ResourceId;
1818
+ this.ResourceType = opts.ResourceType;
1819
+ this.QuotaCode = opts.QuotaCode;
1820
+ this.ServiceCode = opts.ServiceCode;
1821
+ }
1822
+ }
1823
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1824
+ class InvalidAssociation extends SSMServiceException_1.SSMServiceException {
1825
+ name = "InvalidAssociation";
1826
+ $fault = "client";
1827
+ Message;
1828
+ constructor(opts) {
1829
+ super({
1830
+ name: "InvalidAssociation",
1831
+ $fault: "client",
1832
+ ...opts,
1833
+ });
1834
+ Object.setPrototypeOf(this, InvalidAssociation.prototype);
1835
+ this.Message = opts.Message;
1836
+ }
1837
+ }
1838
+ exports.InvalidAssociation = InvalidAssociation;
1839
+ class AutomationDefinitionNotFoundException extends SSMServiceException_1.SSMServiceException {
1840
+ name = "AutomationDefinitionNotFoundException";
1841
+ $fault = "client";
1842
+ Message;
1843
+ constructor(opts) {
1844
+ super({
1845
+ name: "AutomationDefinitionNotFoundException",
1846
+ $fault: "client",
1847
+ ...opts,
1848
+ });
1849
+ Object.setPrototypeOf(this, AutomationDefinitionNotFoundException.prototype);
1850
+ this.Message = opts.Message;
1851
+ }
1852
+ }
1853
+ exports.AutomationDefinitionNotFoundException = AutomationDefinitionNotFoundException;
1854
+ class AutomationDefinitionVersionNotFoundException extends SSMServiceException_1.SSMServiceException {
1855
+ name = "AutomationDefinitionVersionNotFoundException";
1856
+ $fault = "client";
1857
+ Message;
1858
+ constructor(opts) {
1859
+ super({
1860
+ name: "AutomationDefinitionVersionNotFoundException",
1861
+ $fault: "client",
1862
+ ...opts,
1863
+ });
1864
+ Object.setPrototypeOf(this, AutomationDefinitionVersionNotFoundException.prototype);
1865
+ this.Message = opts.Message;
1866
+ }
1867
+ }
1868
+ exports.AutomationDefinitionVersionNotFoundException = AutomationDefinitionVersionNotFoundException;
1869
+ class AutomationExecutionLimitExceededException extends SSMServiceException_1.SSMServiceException {
1870
+ name = "AutomationExecutionLimitExceededException";
1871
+ $fault = "client";
1872
+ Message;
1873
+ constructor(opts) {
1874
+ super({
1875
+ name: "AutomationExecutionLimitExceededException",
1876
+ $fault: "client",
1877
+ ...opts,
1878
+ });
1879
+ Object.setPrototypeOf(this, AutomationExecutionLimitExceededException.prototype);
1880
+ this.Message = opts.Message;
1881
+ }
1882
+ }
1883
+ exports.AutomationExecutionLimitExceededException = AutomationExecutionLimitExceededException;
1884
+ class InvalidAutomationExecutionParametersException extends SSMServiceException_1.SSMServiceException {
1885
+ name = "InvalidAutomationExecutionParametersException";
1886
+ $fault = "client";
1887
+ Message;
1888
+ constructor(opts) {
1889
+ super({
1890
+ name: "InvalidAutomationExecutionParametersException",
1891
+ $fault: "client",
1892
+ ...opts,
1893
+ });
1894
+ Object.setPrototypeOf(this, InvalidAutomationExecutionParametersException.prototype);
1895
+ this.Message = opts.Message;
1896
+ }
1897
+ }
1898
+ exports.InvalidAutomationExecutionParametersException = InvalidAutomationExecutionParametersException;
1899
+ class AutomationDefinitionNotApprovedException extends SSMServiceException_1.SSMServiceException {
1900
+ name = "AutomationDefinitionNotApprovedException";
1901
+ $fault = "client";
1902
+ Message;
1903
+ constructor(opts) {
1904
+ super({
1905
+ name: "AutomationDefinitionNotApprovedException",
1906
+ $fault: "client",
1907
+ ...opts,
1908
+ });
1909
+ Object.setPrototypeOf(this, AutomationDefinitionNotApprovedException.prototype);
1910
+ this.Message = opts.Message;
1911
+ }
1912
+ }
1913
+ exports.AutomationDefinitionNotApprovedException = AutomationDefinitionNotApprovedException;
1914
+ class TargetNotConnected extends SSMServiceException_1.SSMServiceException {
1915
+ name = "TargetNotConnected";
1916
+ $fault = "client";
1917
+ Message;
1918
+ constructor(opts) {
1919
+ super({
1920
+ name: "TargetNotConnected",
1921
+ $fault: "client",
1922
+ ...opts,
1923
+ });
1924
+ Object.setPrototypeOf(this, TargetNotConnected.prototype);
1925
+ this.Message = opts.Message;
1926
+ }
1927
+ }
1928
+ exports.TargetNotConnected = TargetNotConnected;
1929
+ class InvalidAutomationStatusUpdateException extends SSMServiceException_1.SSMServiceException {
1930
+ name = "InvalidAutomationStatusUpdateException";
1931
+ $fault = "client";
1932
+ Message;
1933
+ constructor(opts) {
1934
+ super({
1935
+ name: "InvalidAutomationStatusUpdateException",
1936
+ $fault: "client",
1937
+ ...opts,
1938
+ });
1939
+ Object.setPrototypeOf(this, InvalidAutomationStatusUpdateException.prototype);
1940
+ this.Message = opts.Message;
1941
+ }
1942
+ }
1943
+ exports.InvalidAutomationStatusUpdateException = InvalidAutomationStatusUpdateException;
1944
+ class AssociationVersionLimitExceeded extends SSMServiceException_1.SSMServiceException {
1945
+ name = "AssociationVersionLimitExceeded";
1946
+ $fault = "client";
1947
+ Message;
1948
+ constructor(opts) {
1949
+ super({
1950
+ name: "AssociationVersionLimitExceeded",
1951
+ $fault: "client",
1952
+ ...opts,
1953
+ });
1954
+ Object.setPrototypeOf(this, AssociationVersionLimitExceeded.prototype);
1955
+ this.Message = opts.Message;
1956
+ }
1957
+ }
1958
+ exports.AssociationVersionLimitExceeded = AssociationVersionLimitExceeded;
1959
+ class InvalidUpdate extends SSMServiceException_1.SSMServiceException {
1960
+ name = "InvalidUpdate";
1961
+ $fault = "client";
1962
+ Message;
1963
+ constructor(opts) {
1964
+ super({
1965
+ name: "InvalidUpdate",
1966
+ $fault: "client",
1967
+ ...opts,
1968
+ });
1969
+ Object.setPrototypeOf(this, InvalidUpdate.prototype);
1970
+ this.Message = opts.Message;
1971
+ }
1972
+ }
1973
+ exports.InvalidUpdate = InvalidUpdate;
1974
+ class StatusUnchanged extends SSMServiceException_1.SSMServiceException {
1975
+ name = "StatusUnchanged";
1976
+ $fault = "client";
1977
+ constructor(opts) {
1978
+ super({
1979
+ name: "StatusUnchanged",
1980
+ $fault: "client",
1981
+ ...opts,
1982
+ });
1983
+ Object.setPrototypeOf(this, StatusUnchanged.prototype);
1984
+ }
1985
+ }
1986
+ exports.StatusUnchanged = StatusUnchanged;
1987
+ class DocumentVersionLimitExceeded extends SSMServiceException_1.SSMServiceException {
1988
+ name = "DocumentVersionLimitExceeded";
1989
+ $fault = "client";
1990
+ Message;
1991
+ constructor(opts) {
1992
+ super({
1993
+ name: "DocumentVersionLimitExceeded",
1994
+ $fault: "client",
1995
+ ...opts,
1996
+ });
1997
+ Object.setPrototypeOf(this, DocumentVersionLimitExceeded.prototype);
1998
+ this.Message = opts.Message;
1999
+ }
2000
+ }
2001
+ exports.DocumentVersionLimitExceeded = DocumentVersionLimitExceeded;
2002
+ class DuplicateDocumentContent extends SSMServiceException_1.SSMServiceException {
2003
+ name = "DuplicateDocumentContent";
2004
+ $fault = "client";
2005
+ Message;
2006
+ constructor(opts) {
2007
+ super({
2008
+ name: "DuplicateDocumentContent",
2009
+ $fault: "client",
2010
+ ...opts,
2011
+ });
2012
+ Object.setPrototypeOf(this, DuplicateDocumentContent.prototype);
2013
+ this.Message = opts.Message;
2014
+ }
2015
+ }
2016
+ exports.DuplicateDocumentContent = DuplicateDocumentContent;
2017
+ class DuplicateDocumentVersionName extends SSMServiceException_1.SSMServiceException {
2018
+ name = "DuplicateDocumentVersionName";
2019
+ $fault = "client";
2020
+ Message;
2021
+ constructor(opts) {
2022
+ super({
2023
+ name: "DuplicateDocumentVersionName",
2024
+ $fault: "client",
2025
+ ...opts,
2026
+ });
2027
+ Object.setPrototypeOf(this, DuplicateDocumentVersionName.prototype);
2028
+ this.Message = opts.Message;
2029
+ }
2030
+ }
2031
+ exports.DuplicateDocumentVersionName = DuplicateDocumentVersionName;
2032
+ class OpsMetadataKeyLimitExceededException extends SSMServiceException_1.SSMServiceException {
2033
+ name = "OpsMetadataKeyLimitExceededException";
2034
+ $fault = "client";
2035
+ constructor(opts) {
2036
+ super({
2037
+ name: "OpsMetadataKeyLimitExceededException",
2038
+ $fault: "client",
2039
+ ...opts,
2040
+ });
2041
+ Object.setPrototypeOf(this, OpsMetadataKeyLimitExceededException.prototype);
2042
+ }
2043
+ }
2044
+ exports.OpsMetadataKeyLimitExceededException = OpsMetadataKeyLimitExceededException;
2045
+ class ResourceDataSyncConflictException extends SSMServiceException_1.SSMServiceException {
2046
+ name = "ResourceDataSyncConflictException";
2047
+ $fault = "client";
2048
+ Message;
2049
+ constructor(opts) {
2050
+ super({
2051
+ name: "ResourceDataSyncConflictException",
2052
+ $fault: "client",
2053
+ ...opts,
2054
+ });
2055
+ Object.setPrototypeOf(this, ResourceDataSyncConflictException.prototype);
2056
+ this.Message = opts.Message;
2057
+ }
2058
+ }
2059
+ exports.ResourceDataSyncConflictException = ResourceDataSyncConflictException;