@gemeentenijmegen/webapp 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (728) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +54 -33
  3. package/assets/webapp/login/login.lambda/index.js +54 -33
  4. package/assets/webapp/logout/logout.lambda/index.js +53 -32
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/README.md +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +35 -30
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -1
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +12 -10
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +2 -2
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +3 -2
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +3 -3
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +2 -1
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +7 -1
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  39. package/node_modules/@aws-sdk/client-dynamodb/package.json +38 -38
  40. package/node_modules/@aws-sdk/client-s3/README.md +1 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +240 -179
  42. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +2 -1
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +4 -28
  69. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +131 -100
  71. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
  72. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +3 -2
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +31 -17
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +44 -50
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +63 -49
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +63 -18
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -2
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +81 -62
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -3
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +13 -3
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +48 -33
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +93 -53
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -2
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -2
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -5
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +123 -75
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -5
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -5
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1835 -1569
  169. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +613 -459
  170. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
  171. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
  172. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +2 -1
  173. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -3
  174. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +812 -882
  177. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +313 -275
  178. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  179. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +8 -3
  180. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  181. package/node_modules/@aws-sdk/client-s3/package.json +58 -59
  182. package/node_modules/@aws-sdk/client-secrets-manager/README.md +1 -1
  183. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -1
  184. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -1
  185. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +2 -2
  186. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +3 -2
  187. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
  188. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  189. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  190. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +2 -1
  191. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
  192. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  193. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  194. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  195. package/node_modules/@aws-sdk/client-secrets-manager/package.json +36 -36
  196. package/node_modules/@aws-sdk/client-ssm/README.md +40 -8
  197. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
  198. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
  199. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
  200. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
  201. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  202. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
  203. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  204. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
  205. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  206. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
  207. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
  208. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
  209. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
  210. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  211. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
  212. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
  213. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
  214. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  223. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
  224. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  225. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  226. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
  230. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
  231. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  232. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  233. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  234. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  235. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
  236. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  237. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  238. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
  239. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
  241. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
  242. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -1
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  258. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  259. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  260. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  261. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  262. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
  263. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
  264. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
  265. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
  266. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  267. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  268. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
  269. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  270. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  271. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  272. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  273. package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
  274. package/node_modules/@aws-sdk/client-sso/README.md +1 -1
  275. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  276. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
  277. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  278. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
  279. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  280. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
  281. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
  282. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  283. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  284. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  285. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  286. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  287. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  288. package/node_modules/@aws-sdk/client-sso-oidc/README.md +1 -1
  289. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
  290. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
  291. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
  292. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
  293. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  294. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -1
  295. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -1
  296. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -1
  297. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  298. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  299. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  300. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  301. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  302. package/node_modules/@aws-sdk/client-sts/README.md +9 -1
  303. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +99 -14
  304. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
  305. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
  306. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  307. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  308. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  309. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +10 -2
  310. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  311. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  312. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
  313. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
  314. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  315. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  316. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  317. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  318. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  319. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  320. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  321. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  322. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  323. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  324. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  325. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  326. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -1
  327. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -1
  328. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -1
  329. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  330. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  331. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  332. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  333. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  334. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  335. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  336. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  337. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  338. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  339. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
  340. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +36 -5
  341. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +6 -1
  342. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  343. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
  344. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  345. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  346. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  347. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
  348. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  349. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  350. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  351. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  352. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  353. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  354. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  355. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  356. package/node_modules/@aws-sdk/core/package.json +14 -11
  357. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
  358. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
  359. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -5
  360. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
  361. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
  362. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -10
  363. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +29 -13
  364. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +3 -2
  365. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
  366. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
  367. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  368. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
  369. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
  370. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
  371. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  372. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  373. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  374. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
  375. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -13
  376. package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -14
  377. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
  378. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
  379. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -6
  380. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
  381. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
  382. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -8
  383. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
  384. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
  385. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
  386. package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -2
  387. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -7
  388. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -8
  389. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -6
  390. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js +6 -0
  391. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +28 -0
  392. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +35 -10
  393. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +18 -2
  394. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js +1 -5
  395. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.browser.js +2 -0
  396. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +23 -0
  397. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -2
  398. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +14 -2
  399. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
  400. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +2 -3
  401. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
  402. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +10 -0
  403. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
  404. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +2 -8
  405. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
  406. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +12 -0
  407. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +17 -9
  408. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -6
  409. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -5
  410. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -5
  411. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -6
  412. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +18 -15
  413. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +13 -13
  414. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +2 -0
  415. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +20 -16
  416. package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -5
  417. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
  418. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  419. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
  420. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  421. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
  422. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  423. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  424. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  425. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  426. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  427. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  428. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  429. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  430. package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -8
  431. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -6
  432. package/node_modules/@aws-sdk/s3-request-presigner/README.md +23 -41
  433. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +24 -6
  434. package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +8 -4
  435. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +2 -2
  436. package/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/presigner.d.ts +2 -0
  437. package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -11
  438. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -7
  439. package/node_modules/@aws-sdk/token-providers/package.json +8 -7
  440. package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  441. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  442. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  443. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
  444. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  445. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  446. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  447. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
  448. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  449. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  450. package/node_modules/@aws-sdk/types/package.json +2 -2
  451. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +1 -0
  452. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -2
  453. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -6
  454. package/node_modules/@aws-sdk/util-format-url/package.json +6 -5
  455. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
  456. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -2
  457. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
  458. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
  459. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
  460. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
  461. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
  462. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  463. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
  464. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  465. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -4
  466. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
  467. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  468. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  469. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +8 -0
  470. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
  471. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  472. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  473. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  474. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  475. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  476. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -5
  477. package/node_modules/@aws-sdk/xml-builder/package.json +4 -3
  478. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +5 -5
  479. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  480. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +2 -2
  481. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
  482. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +1 -1
  483. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +1 -1
  484. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +2 -2
  485. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +1 -1
  486. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +1 -1
  487. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +1 -1
  488. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +2 -2
  489. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +1 -1
  490. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +3 -3
  491. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +7 -7
  492. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +325 -18
  493. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +2 -0
  494. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +3 -1
  495. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +2 -2
  496. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +2 -2
  497. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -2
  498. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +2 -2
  499. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +15 -0
  500. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +33 -0
  501. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +56 -0
  502. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +197 -0
  503. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.d.ts +2 -1
  504. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +10 -4
  505. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +9 -0
  506. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +28 -2
  507. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
  508. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.d.ts +13 -0
  509. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +695 -0
  510. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +35 -1
  511. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -0
  512. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +8 -3
  513. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +16 -1
  514. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +85 -45
  515. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +841 -255
  516. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/Dockerfile +2 -2
  517. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +5 -1
  518. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +20 -3
  519. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +36 -30
  520. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -4
  521. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +5 -9
  522. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +1 -1
  523. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +1 -1
  524. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +35 -31
  525. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
  526. package/node_modules/@gemeentenijmegen/apiclient/package.json +8 -8
  527. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  528. package/node_modules/@gemeentenijmegen/session/package.json +6 -6
  529. package/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  530. package/node_modules/@smithy/abort-controller/package.json +4 -3
  531. package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +8 -23
  532. package/node_modules/@smithy/chunked-blob-reader/dist-es/index.js +8 -22
  533. package/node_modules/@smithy/chunked-blob-reader/dist-types/index.d.ts +1 -0
  534. package/node_modules/@smithy/chunked-blob-reader/dist-types/ts3.4/index.d.ts +1 -0
  535. package/node_modules/@smithy/chunked-blob-reader/package.json +2 -2
  536. package/node_modules/@smithy/chunked-blob-reader-native/package.json +2 -2
  537. package/node_modules/@smithy/config-resolver/package.json +7 -6
  538. package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
  539. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +34 -9
  540. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
  541. package/node_modules/@smithy/core/dist-es/index.js +4 -3
  542. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
  543. package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
  544. package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
  545. package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  546. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  547. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  548. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  549. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  550. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
  551. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +4 -3
  552. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  553. package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  554. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  555. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  556. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  557. package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
  558. package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
  559. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  560. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
  561. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
  562. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  563. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  564. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  565. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  566. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  567. package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  568. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
  569. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
  570. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  571. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
  572. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
  573. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  574. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  575. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  576. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  577. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  578. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  579. package/node_modules/@smithy/core/package.json +19 -11
  580. package/node_modules/@smithy/core/protocols.d.ts +7 -0
  581. package/node_modules/@smithy/core/protocols.js +6 -0
  582. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  583. package/node_modules/@smithy/eventstream-codec/package.json +4 -3
  584. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  585. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
  586. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  587. package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
  588. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +12 -30
  589. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  590. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  591. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +3 -26
  592. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  593. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  594. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  595. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  596. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  597. package/node_modules/@smithy/hash-blob-browser/package.json +6 -5
  598. package/node_modules/@smithy/hash-node/package.json +4 -3
  599. package/node_modules/@smithy/hash-stream-node/package.json +4 -3
  600. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  601. package/node_modules/@smithy/md5-js/package.json +4 -3
  602. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  603. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
  604. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
  605. package/node_modules/@smithy/middleware-endpoint/package.json +11 -9
  606. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  607. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  608. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  609. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  610. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  611. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  612. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  613. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  614. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  615. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  616. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  617. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  618. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  619. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  620. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  621. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  622. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  623. package/node_modules/@smithy/property-provider/package.json +4 -3
  624. package/node_modules/@smithy/protocol-http/package.json +4 -3
  625. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  626. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  627. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  628. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  629. package/node_modules/@smithy/signature-v4/package.json +6 -5
  630. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +59 -36
  631. package/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
  632. package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
  633. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
  634. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
  635. package/node_modules/@smithy/smithy-client/dist-es/index.js +2 -0
  636. package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
  637. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
  638. package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
  639. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
  640. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
  641. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +2 -0
  642. package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
  643. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
  644. package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
  645. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
  646. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
  647. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +2 -0
  648. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
  649. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
  650. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
  651. package/node_modules/@smithy/smithy-client/package.json +9 -7
  652. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  653. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  654. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  655. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  656. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  657. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  658. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  659. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  660. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  661. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  662. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  663. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  664. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  665. package/node_modules/@smithy/types/package.json +1 -1
  666. package/node_modules/@smithy/url-parser/package.json +5 -4
  667. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  668. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  669. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  670. package/node_modules/@smithy/util-middleware/package.json +4 -3
  671. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  672. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  673. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  674. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  675. package/node_modules/@smithy/util-retry/package.json +5 -4
  676. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  677. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  678. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  679. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
  680. package/node_modules/@smithy/util-stream/dist-cjs/index.js +6 -1
  681. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  682. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  683. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  684. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  685. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  686. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  687. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  688. package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
  689. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  690. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  691. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  692. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  693. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
  694. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  695. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
  696. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
  697. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  698. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  699. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  700. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  701. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
  702. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
  703. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  704. package/node_modules/@smithy/util-stream/package.json +16 -6
  705. package/node_modules/@smithy/util-waiter/package.json +5 -4
  706. package/node_modules/@types/uuid/LICENSE +21 -0
  707. package/node_modules/@types/uuid/README.md +15 -0
  708. package/node_modules/@types/uuid/index.d.mts +12 -0
  709. package/node_modules/@types/uuid/index.d.ts +86 -0
  710. package/node_modules/@types/uuid/package.json +54 -0
  711. package/node_modules/cookie/index.js +118 -57
  712. package/node_modules/cookie/package.json +3 -3
  713. package/node_modules/form-data/Readme.md +4 -4
  714. package/node_modules/form-data/lib/form_data.js +1 -1
  715. package/node_modules/form-data/package.json +9 -6
  716. package/node_modules/tslib/modules/index.d.ts +1 -0
  717. package/node_modules/tslib/modules/index.js +2 -0
  718. package/node_modules/tslib/package.json +1 -1
  719. package/node_modules/tslib/tslib.d.ts +7 -0
  720. package/node_modules/tslib/tslib.es6.js +24 -1
  721. package/node_modules/tslib/tslib.es6.mjs +24 -1
  722. package/node_modules/tslib/tslib.js +56 -1
  723. package/package.json +18 -18
  724. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.gitattributes +0 -28
  725. package/node_modules/cookie/HISTORY.md +0 -147
  726. package/node_modules/form-data/README.md.bak +0 -358
  727. /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
  728. /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListNodesCommandInput,
4
+ ListNodesCommandOutput,
5
+ } from "../commands/ListNodesCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListNodes: (
8
+ config: SSMPaginationConfiguration,
9
+ input: ListNodesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListNodesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListNodesSummaryCommandInput,
4
+ ListNodesSummaryCommandOutput,
5
+ } from "../commands/ListNodesSummaryCommand";
6
+ import { SSMPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListNodesSummary: (
8
+ config: SSMPaginationConfiguration,
9
+ input: ListNodesSummaryCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListNodesSummaryCommandOutput>;
@@ -42,6 +42,8 @@ export * from "./ListComplianceItemsPaginator";
42
42
  export * from "./ListComplianceSummariesPaginator";
43
43
  export * from "./ListDocumentVersionsPaginator";
44
44
  export * from "./ListDocumentsPaginator";
45
+ export * from "./ListNodesPaginator";
46
+ export * from "./ListNodesSummaryPaginator";
45
47
  export * from "./ListOpsItemEventsPaginator";
46
48
  export * from "./ListOpsItemRelatedItemsPaginator";
47
49
  export * from "./ListOpsMetadataPaginator";
@@ -283,6 +283,10 @@ import {
283
283
  GetDocumentCommandInput,
284
284
  GetDocumentCommandOutput,
285
285
  } from "../commands/GetDocumentCommand";
286
+ import {
287
+ GetExecutionPreviewCommandInput,
288
+ GetExecutionPreviewCommandOutput,
289
+ } from "../commands/GetExecutionPreviewCommand";
286
290
  import {
287
291
  GetInventoryCommandInput,
288
292
  GetInventoryCommandOutput,
@@ -399,6 +403,14 @@ import {
399
403
  ListInventoryEntriesCommandInput,
400
404
  ListInventoryEntriesCommandOutput,
401
405
  } from "../commands/ListInventoryEntriesCommand";
406
+ import {
407
+ ListNodesCommandInput,
408
+ ListNodesCommandOutput,
409
+ } from "../commands/ListNodesCommand";
410
+ import {
411
+ ListNodesSummaryCommandInput,
412
+ ListNodesSummaryCommandOutput,
413
+ } from "../commands/ListNodesSummaryCommand";
402
414
  import {
403
415
  ListOpsItemEventsCommandInput,
404
416
  ListOpsItemEventsCommandOutput,
@@ -491,6 +503,10 @@ import {
491
503
  StartChangeRequestExecutionCommandInput,
492
504
  StartChangeRequestExecutionCommandOutput,
493
505
  } from "../commands/StartChangeRequestExecutionCommand";
506
+ import {
507
+ StartExecutionPreviewCommandInput,
508
+ StartExecutionPreviewCommandOutput,
509
+ } from "../commands/StartExecutionPreviewCommand";
494
510
  import {
495
511
  StartSessionCommandInput,
496
512
  StartSessionCommandOutput,
@@ -843,6 +859,10 @@ export declare const se_GetDocumentCommand: (
843
859
  input: GetDocumentCommandInput,
844
860
  context: __SerdeContext
845
861
  ) => Promise<__HttpRequest>;
862
+ export declare const se_GetExecutionPreviewCommand: (
863
+ input: GetExecutionPreviewCommandInput,
864
+ context: __SerdeContext
865
+ ) => Promise<__HttpRequest>;
846
866
  export declare const se_GetInventoryCommand: (
847
867
  input: GetInventoryCommandInput,
848
868
  context: __SerdeContext
@@ -959,6 +979,14 @@ export declare const se_ListInventoryEntriesCommand: (
959
979
  input: ListInventoryEntriesCommandInput,
960
980
  context: __SerdeContext
961
981
  ) => Promise<__HttpRequest>;
982
+ export declare const se_ListNodesCommand: (
983
+ input: ListNodesCommandInput,
984
+ context: __SerdeContext
985
+ ) => Promise<__HttpRequest>;
986
+ export declare const se_ListNodesSummaryCommand: (
987
+ input: ListNodesSummaryCommandInput,
988
+ context: __SerdeContext
989
+ ) => Promise<__HttpRequest>;
962
990
  export declare const se_ListOpsItemEventsCommand: (
963
991
  input: ListOpsItemEventsCommandInput,
964
992
  context: __SerdeContext
@@ -1051,6 +1079,10 @@ export declare const se_StartChangeRequestExecutionCommand: (
1051
1079
  input: StartChangeRequestExecutionCommandInput,
1052
1080
  context: __SerdeContext
1053
1081
  ) => Promise<__HttpRequest>;
1082
+ export declare const se_StartExecutionPreviewCommand: (
1083
+ input: StartExecutionPreviewCommandInput,
1084
+ context: __SerdeContext
1085
+ ) => Promise<__HttpRequest>;
1054
1086
  export declare const se_StartSessionCommand: (
1055
1087
  input: StartSessionCommandInput,
1056
1088
  context: __SerdeContext
@@ -1403,6 +1435,10 @@ export declare const de_GetDocumentCommand: (
1403
1435
  output: __HttpResponse,
1404
1436
  context: __SerdeContext
1405
1437
  ) => Promise<GetDocumentCommandOutput>;
1438
+ export declare const de_GetExecutionPreviewCommand: (
1439
+ output: __HttpResponse,
1440
+ context: __SerdeContext
1441
+ ) => Promise<GetExecutionPreviewCommandOutput>;
1406
1442
  export declare const de_GetInventoryCommand: (
1407
1443
  output: __HttpResponse,
1408
1444
  context: __SerdeContext
@@ -1519,6 +1555,14 @@ export declare const de_ListInventoryEntriesCommand: (
1519
1555
  output: __HttpResponse,
1520
1556
  context: __SerdeContext
1521
1557
  ) => Promise<ListInventoryEntriesCommandOutput>;
1558
+ export declare const de_ListNodesCommand: (
1559
+ output: __HttpResponse,
1560
+ context: __SerdeContext
1561
+ ) => Promise<ListNodesCommandOutput>;
1562
+ export declare const de_ListNodesSummaryCommand: (
1563
+ output: __HttpResponse,
1564
+ context: __SerdeContext
1565
+ ) => Promise<ListNodesSummaryCommandOutput>;
1522
1566
  export declare const de_ListOpsItemEventsCommand: (
1523
1567
  output: __HttpResponse,
1524
1568
  context: __SerdeContext
@@ -1611,6 +1655,10 @@ export declare const de_StartChangeRequestExecutionCommand: (
1611
1655
  output: __HttpResponse,
1612
1656
  context: __SerdeContext
1613
1657
  ) => Promise<StartChangeRequestExecutionCommandOutput>;
1658
+ export declare const de_StartExecutionPreviewCommand: (
1659
+ output: __HttpResponse,
1660
+ context: __SerdeContext
1661
+ ) => Promise<StartExecutionPreviewCommandOutput>;
1614
1662
  export declare const de_StartSessionCommand: (
1615
1663
  output: __HttpResponse,
1616
1664
  context: __SerdeContext
@@ -9,9 +9,11 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
9
9
  credentialDefaultProvider: (
10
10
  input: any
11
11
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
12
- defaultUserAgentProvider: import("@smithy/types").Provider<
13
- import("@smithy/types").UserAgent
14
- >;
12
+ defaultUserAgentProvider: (
13
+ config?:
14
+ | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
15
+ | undefined
16
+ ) => Promise<import("@smithy/types").UserAgent>;
15
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
16
18
  region: string | import("@smithy/types").Provider<any>;
17
19
  requestHandler:
@@ -34,6 +36,10 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
34
36
  logger: import("@smithy/types").Logger;
35
37
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
38
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
39
+ userAgentAppId?:
40
+ | string
41
+ | import("@smithy/types").Provider<string | undefined>
42
+ | undefined;
37
43
  retryStrategy?:
38
44
  | import("@smithy/types").RetryStrategy
39
45
  | import("@smithy/types").RetryStrategyV2
@@ -13,9 +13,11 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
13
13
  ) => import("@smithy/types").MemoizedProvider<
14
14
  import("@smithy/types").AwsCredentialIdentity
15
15
  >;
16
- defaultUserAgentProvider: import("@smithy/types").Provider<
17
- import("@smithy/types").UserAgent
18
- >;
16
+ defaultUserAgentProvider: (
17
+ config?:
18
+ | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
19
+ | undefined
20
+ ) => Promise<import("@smithy/types").UserAgent>;
19
21
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
22
  region: string | import("@smithy/types").Provider<string>;
21
23
  requestHandler:
@@ -26,6 +28,7 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
26
28
  streamCollector: import("@smithy/types").StreamCollector;
27
29
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
30
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
+ userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
29
32
  apiVersion: string;
30
33
  cacheMiddleware?: boolean | undefined;
31
34
  urlParser: import("@smithy/types").UrlParser;
@@ -22,9 +22,11 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
22
22
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
23
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  region: string | import("@smithy/types").Provider<any>;
25
- defaultUserAgentProvider: import("@smithy/types").Provider<
26
- import("@smithy/types").UserAgent
27
- >;
25
+ defaultUserAgentProvider: (
26
+ config?:
27
+ | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
28
+ | undefined
29
+ ) => Promise<import("@smithy/types").UserAgent>;
28
30
  credentialDefaultProvider: (
29
31
  input: any
30
32
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
@@ -38,6 +40,10 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
38
40
  import("@smithy/smithy-client").DefaultsMode
39
41
  >;
40
42
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
43
+ userAgentAppId?:
44
+ | string
45
+ | import("@smithy/types").Provider<string | undefined>
46
+ | undefined;
41
47
  retryStrategy?:
42
48
  | import("@smithy/types").RetryStrategy
43
49
  | import("@smithy/types").RetryStrategyV2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.658.1",
4
+ "version": "3.698.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,52 +20,52 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.658.1",
24
- "@aws-sdk/client-sts": "3.658.1",
25
- "@aws-sdk/core": "3.658.1",
26
- "@aws-sdk/credential-provider-node": "3.658.1",
27
- "@aws-sdk/middleware-host-header": "3.654.0",
28
- "@aws-sdk/middleware-logger": "3.654.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
- "@aws-sdk/middleware-user-agent": "3.654.0",
31
- "@aws-sdk/region-config-resolver": "3.654.0",
32
- "@aws-sdk/types": "3.654.0",
33
- "@aws-sdk/util-endpoints": "3.654.0",
34
- "@aws-sdk/util-user-agent-browser": "3.654.0",
35
- "@aws-sdk/util-user-agent-node": "3.654.0",
36
- "@smithy/config-resolver": "^3.0.8",
37
- "@smithy/core": "^2.4.6",
38
- "@smithy/fetch-http-handler": "^3.2.8",
39
- "@smithy/hash-node": "^3.0.6",
40
- "@smithy/invalid-dependency": "^3.0.6",
41
- "@smithy/middleware-content-length": "^3.0.8",
42
- "@smithy/middleware-endpoint": "^3.1.3",
43
- "@smithy/middleware-retry": "^3.0.21",
44
- "@smithy/middleware-serde": "^3.0.6",
45
- "@smithy/middleware-stack": "^3.0.6",
46
- "@smithy/node-config-provider": "^3.1.7",
47
- "@smithy/node-http-handler": "^3.2.3",
48
- "@smithy/protocol-http": "^4.1.3",
49
- "@smithy/smithy-client": "^3.3.5",
50
- "@smithy/types": "^3.4.2",
51
- "@smithy/url-parser": "^3.0.6",
23
+ "@aws-sdk/client-sso-oidc": "3.696.0",
24
+ "@aws-sdk/client-sts": "3.696.0",
25
+ "@aws-sdk/core": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.696.0",
27
+ "@aws-sdk/middleware-host-header": "3.696.0",
28
+ "@aws-sdk/middleware-logger": "3.696.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
+ "@aws-sdk/middleware-user-agent": "3.696.0",
31
+ "@aws-sdk/region-config-resolver": "3.696.0",
32
+ "@aws-sdk/types": "3.696.0",
33
+ "@aws-sdk/util-endpoints": "3.696.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.696.0",
35
+ "@aws-sdk/util-user-agent-node": "3.696.0",
36
+ "@smithy/config-resolver": "^3.0.12",
37
+ "@smithy/core": "^2.5.3",
38
+ "@smithy/fetch-http-handler": "^4.1.1",
39
+ "@smithy/hash-node": "^3.0.10",
40
+ "@smithy/invalid-dependency": "^3.0.10",
41
+ "@smithy/middleware-content-length": "^3.0.12",
42
+ "@smithy/middleware-endpoint": "^3.2.3",
43
+ "@smithy/middleware-retry": "^3.0.27",
44
+ "@smithy/middleware-serde": "^3.0.10",
45
+ "@smithy/middleware-stack": "^3.0.10",
46
+ "@smithy/node-config-provider": "^3.1.11",
47
+ "@smithy/node-http-handler": "^3.3.1",
48
+ "@smithy/protocol-http": "^4.1.7",
49
+ "@smithy/smithy-client": "^3.4.4",
50
+ "@smithy/types": "^3.7.1",
51
+ "@smithy/url-parser": "^3.0.10",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.21",
56
- "@smithy/util-defaults-mode-node": "^3.0.21",
57
- "@smithy/util-endpoints": "^2.1.2",
58
- "@smithy/util-middleware": "^3.0.6",
59
- "@smithy/util-retry": "^3.0.6",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.27",
56
+ "@smithy/util-defaults-mode-node": "^3.0.27",
57
+ "@smithy/util-endpoints": "^2.1.6",
58
+ "@smithy/util-middleware": "^3.0.10",
59
+ "@smithy/util-retry": "^3.0.10",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.1.5",
61
+ "@smithy/util-waiter": "^3.1.9",
62
+ "@types/uuid": "^9.0.1",
62
63
  "tslib": "^2.6.2",
63
64
  "uuid": "^9.0.1"
64
65
  },
65
66
  "devDependencies": {
66
67
  "@tsconfig/node16": "16.1.3",
67
68
  "@types/node": "^16.18.96",
68
- "@types/uuid": "^9.0.4",
69
69
  "concurrently": "7.0.0",
70
70
  "downlevel-dts": "0.10.1",
71
71
  "rimraf": "3.0.2",
@@ -25,7 +25,7 @@ information about the AWS SDKs, including how to download and install them, see
25
25
 
26
26
  ## Installing
27
27
 
28
- To install the this package, simply type add or install @aws-sdk/client-sso
28
+ To install this package, simply type add or install @aws-sdk/client-sso
29
29
  using your favorite package manager:
30
30
 
31
31
  - `npm install @aws-sdk/client-sso`
@@ -24,7 +24,7 @@ const getRuntimeConfig = (config) => {
24
24
  defaultsMode,
25
25
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
26
26
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
27
- (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
27
+ (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
28
28
  maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
29
29
  region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
30
30
  requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -29,7 +29,7 @@ const getRuntimeConfig = (config) => {
29
29
  defaultsMode,
30
30
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
- (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
32
+ (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
33
33
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
34
34
  region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
35
35
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -42,6 +42,7 @@ const getRuntimeConfig = (config) => {
42
42
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
43
43
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
44
44
  useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
45
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS),
45
46
  };
46
47
  };
47
48
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,6 +1,6 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
- import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
3
+ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
@@ -20,7 +20,7 @@ export const getRuntimeConfig = (config) => {
20
20
  defaultsMode,
21
21
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
22
22
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
23
- defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
23
+ createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
24
24
  maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
25
25
  region: config?.region ?? invalidProvider("Region is missing"),
26
26
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -1,6 +1,6 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
3
- import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
3
+ import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
5
5
  import { Hash } from "@smithy/hash-node";
6
6
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
@@ -25,7 +25,7 @@ export const getRuntimeConfig = (config) => {
25
25
  defaultsMode,
26
26
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
27
27
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
28
- defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
28
+ createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
29
29
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
30
30
  region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
31
31
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -38,5 +38,6 @@ export const getRuntimeConfig = (config) => {
38
38
  streamCollector: config?.streamCollector ?? streamCollector,
39
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
40
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
41
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS),
41
42
  };
42
43
  };
@@ -9,17 +9,17 @@ export interface AccountInfo {
9
9
  * <p>The identifier of the AWS account that is assigned to the user.</p>
10
10
  * @public
11
11
  */
12
- accountId?: string;
12
+ accountId?: string | undefined;
13
13
  /**
14
14
  * <p>The display name of the AWS account that is assigned to the user.</p>
15
15
  * @public
16
16
  */
17
- accountName?: string;
17
+ accountName?: string | undefined;
18
18
  /**
19
19
  * <p>The email address of the AWS account that is assigned to the user.</p>
20
20
  * @public
21
21
  */
22
- emailAddress?: string;
22
+ emailAddress?: string | undefined;
23
23
  }
24
24
  /**
25
25
  * @public
@@ -53,24 +53,24 @@ export interface RoleCredentials {
53
53
  * <i>AWS IAM User Guide</i>.</p>
54
54
  * @public
55
55
  */
56
- accessKeyId?: string;
56
+ accessKeyId?: string | undefined;
57
57
  /**
58
58
  * <p>The key that is used to sign the request. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
59
59
  * <i>AWS IAM User Guide</i>.</p>
60
60
  * @public
61
61
  */
62
- secretAccessKey?: string;
62
+ secretAccessKey?: string | undefined;
63
63
  /**
64
64
  * <p>The token used for temporary credentials. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
65
65
  * <i>AWS IAM User Guide</i>.</p>
66
66
  * @public
67
67
  */
68
- sessionToken?: string;
68
+ sessionToken?: string | undefined;
69
69
  /**
70
70
  * <p>The date on which temporary security credentials expire.</p>
71
71
  * @public
72
72
  */
73
- expiration?: number;
73
+ expiration?: number | undefined;
74
74
  }
75
75
  /**
76
76
  * @public
@@ -80,7 +80,7 @@ export interface GetRoleCredentialsResponse {
80
80
  * <p>The credentials for the role that is assigned to the user.</p>
81
81
  * @public
82
82
  */
83
- roleCredentials?: RoleCredentials;
83
+ roleCredentials?: RoleCredentials | undefined;
84
84
  }
85
85
  /**
86
86
  * <p>Indicates that a problem occurred with the input to the request. For example, a required
@@ -141,12 +141,12 @@ export interface ListAccountRolesRequest {
141
141
  * <p>The page token from the previous response output when you request subsequent pages.</p>
142
142
  * @public
143
143
  */
144
- nextToken?: string;
144
+ nextToken?: string | undefined;
145
145
  /**
146
146
  * <p>The number of items that clients can request per page.</p>
147
147
  * @public
148
148
  */
149
- maxResults?: number;
149
+ maxResults?: number | undefined;
150
150
  /**
151
151
  * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
152
152
  * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
@@ -168,12 +168,12 @@ export interface RoleInfo {
168
168
  * <p>The friendly name of the role that is assigned to the user.</p>
169
169
  * @public
170
170
  */
171
- roleName?: string;
171
+ roleName?: string | undefined;
172
172
  /**
173
173
  * <p>The identifier of the AWS account assigned to the user.</p>
174
174
  * @public
175
175
  */
176
- accountId?: string;
176
+ accountId?: string | undefined;
177
177
  }
178
178
  /**
179
179
  * @public
@@ -183,13 +183,13 @@ export interface ListAccountRolesResponse {
183
183
  * <p>The page token client that is used to retrieve the list of accounts.</p>
184
184
  * @public
185
185
  */
186
- nextToken?: string;
186
+ nextToken?: string | undefined;
187
187
  /**
188
188
  * <p>A paginated response with the list of roles and the next token if more results are
189
189
  * available.</p>
190
190
  * @public
191
191
  */
192
- roleList?: RoleInfo[];
192
+ roleList?: RoleInfo[] | undefined;
193
193
  }
194
194
  /**
195
195
  * @public
@@ -200,12 +200,12 @@ export interface ListAccountsRequest {
200
200
  * response output.</p>
201
201
  * @public
202
202
  */
203
- nextToken?: string;
203
+ nextToken?: string | undefined;
204
204
  /**
205
205
  * <p>This is the number of items clients can request per page.</p>
206
206
  * @public
207
207
  */
208
- maxResults?: number;
208
+ maxResults?: number | undefined;
209
209
  /**
210
210
  * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
211
211
  * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
@@ -221,13 +221,13 @@ export interface ListAccountsResponse {
221
221
  * <p>The page token client that is used to retrieve the list of accounts.</p>
222
222
  * @public
223
223
  */
224
- nextToken?: string;
224
+ nextToken?: string | undefined;
225
225
  /**
226
226
  * <p>A paginated response with the list of account information and the next token if more
227
227
  * results are available.</p>
228
228
  * @public
229
229
  */
230
- accountList?: AccountInfo[];
230
+ accountList?: AccountInfo[] | undefined;
231
231
  }
232
232
  /**
233
233
  * @public
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
10
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
12
  region: string | import("@smithy/types").Provider<any>;
13
13
  requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
@@ -28,6 +28,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
30
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
31
+ userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
31
32
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
32
33
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
33
34
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
10
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
12
  region: string | import("@smithy/types").Provider<string>;
13
13
  requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
@@ -16,6 +16,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
18
18
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
+ userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
19
20
  apiVersion: string;
20
21
  cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
@@ -20,13 +20,14 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  region: string | import("@smithy/types").Provider<any>;
23
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
26
  logger: import("@smithy/types").Logger;
27
27
  extensions: import("./runtimeExtensions").RuntimeExtension[];
28
28
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
29
29
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
30
+ userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
30
31
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
31
32
  endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
32
33
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {