@gemeentenijmegen/webapp 1.1.2 → 1.1.4

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 (1022) hide show
  1. package/.jsii +14 -14
  2. package/assets/webapp/auth/auth.lambda/index.js +4 -7
  3. package/assets/webapp/login/login.lambda/index.js +4 -7
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +498 -347
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +10 -8
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -0
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +88 -66
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +15 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +10 -8
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +18 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +2 -0
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +208 -59
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -2
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +20 -0
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  35. package/node_modules/@aws-sdk/client-dynamodb/package.json +43 -45
  36. package/node_modules/@aws-sdk/client-s3/README.md +24 -0
  37. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  38. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +936 -516
  39. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +16 -11
  40. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
  41. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +1 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +31 -0
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -1
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -1
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -1
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -1
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -1
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -1
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -1
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -1
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -1
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -1
  69. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  70. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  71. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +25 -28
  72. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +23 -10
  73. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +250 -29
  74. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +16 -11
  75. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +23 -2
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +11 -3
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +7 -4
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -5
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +8 -5
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -26
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +7 -3
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +25 -22
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +4 -3
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +6 -3
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +6 -4
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +7 -4
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +2 -2
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +6 -5
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -4
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -2
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +5 -4
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +5 -3
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +43 -38
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +7 -4
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -3
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  132. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +761 -576
  133. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +541 -79
  134. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
  135. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
  137. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +6 -5
  138. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
  139. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +19 -0
  140. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  141. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  142. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  143. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +78 -69
  152. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +86 -0
  153. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  154. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  155. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  156. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +30 -11
  157. package/node_modules/@aws-sdk/client-s3/package.json +60 -62
  158. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
  159. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
  160. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
  161. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
  162. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
  163. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
  164. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  165. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
  166. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
  167. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  169. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  170. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  171. package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
  172. package/node_modules/@aws-sdk/client-ssm/README.md +5 -4
  173. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1529 -1117
  174. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
  175. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
  176. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
  177. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +108 -80
  178. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +64 -44
  179. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
  180. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +5 -4
  181. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +23 -4
  182. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
  184. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
  185. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  188. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +29 -0
  189. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +52 -0
  192. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +43 -0
  193. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +16 -0
  195. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
  196. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +7 -9
  197. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -13
  198. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +20 -9
  199. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  200. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
  201. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
  202. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +1 -0
  203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
  204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
  205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
  206. package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
  207. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
  208. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
  209. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
  210. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
  211. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
  212. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
  213. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  214. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  215. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  216. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
  217. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  218. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  219. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
  220. package/node_modules/@aws-sdk/client-sso/package.json +40 -40
  221. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
  222. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
  223. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
  224. package/node_modules/@aws-sdk/core/package.json +13 -13
  225. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
  226. package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
  227. package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
  228. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +41 -28
  229. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
  230. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
  231. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  232. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
  233. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  234. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
  235. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  236. package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -19
  237. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -19
  238. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  239. package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
  240. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
  241. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
  242. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
  243. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
  244. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  245. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +11 -6
  246. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +6 -2
  247. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  248. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
  249. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  250. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
  251. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  252. package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
  253. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
  254. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
  255. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
  256. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
  257. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -11
  258. package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +5 -3
  259. package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +1 -0
  260. package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -4
  261. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -1
  262. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  263. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -9
  264. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -8
  265. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +1 -2
  266. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +6 -6
  267. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -3
  268. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +132 -40
  269. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +2 -2
  270. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/crc64-nvme-crt-container.js +3 -0
  271. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +37 -0
  272. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +22 -3
  273. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +2 -12
  274. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +9 -5
  275. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -3
  276. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +2 -0
  277. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js +9 -0
  278. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +1 -0
  279. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +26 -7
  280. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -0
  281. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +13 -2
  282. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +10 -1
  283. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +5 -5
  284. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  285. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +19 -0
  286. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +12 -2
  287. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +6 -2
  288. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +2 -1
  289. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +6 -0
  290. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +1 -0
  291. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +7 -0
  292. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +2 -3
  293. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +4 -0
  294. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsInputMiddleware.d.ts +10 -0
  295. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +4 -1
  296. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +4 -3
  297. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +2 -0
  298. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeaderWithPrefix.d.ts +5 -0
  299. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +1 -0
  300. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +3 -1
  301. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -1
  302. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +19 -20
  303. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  304. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -1
  305. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +5 -5
  306. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
  307. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  308. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  309. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -38
  310. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +3 -2
  311. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +3 -0
  312. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +3 -1
  313. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -1
  314. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +16 -16
  315. package/node_modules/@aws-sdk/middleware-ssec/package.json +5 -5
  316. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
  317. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
  318. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  319. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  320. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  321. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
  322. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  323. package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +9 -9
  324. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +1 -0
  325. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  326. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
  327. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
  328. package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +10 -10
  329. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  330. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +1 -0
  331. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
  332. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  333. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
  334. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
  335. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
  336. package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +9 -9
  337. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  338. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +1 -0
  339. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
  340. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  341. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +6 -4
  342. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  343. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -62
  344. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
  345. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
  346. package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +10 -10
  347. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  348. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
  349. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +21 -12
  350. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
  351. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  352. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
  353. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  354. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -1
  355. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +1 -1
  356. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +2 -2
  357. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  358. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -9
  359. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
  360. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
  361. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  362. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  363. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +19 -634
  364. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  365. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +2 -1
  366. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +2 -1
  367. package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +3 -2
  368. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  369. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  370. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -24
  371. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +5 -9
  372. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  373. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/models_0.d.ts +6 -99
  374. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  375. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -3
  376. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +1 -7
  377. package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +16 -8
  378. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  379. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -44
  380. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  381. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
  382. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +10 -105
  383. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  384. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +6 -3
  385. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +4 -7
  386. package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +21 -8
  387. package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
  388. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  389. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  390. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  391. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  392. package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  393. package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +10 -9
  394. package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +1 -0
  395. package/node_modules/@aws-sdk/s3-request-presigner/package.json +13 -13
  396. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +7 -3
  397. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +3 -0
  398. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  399. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +25 -17
  400. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
  401. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
  402. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
  403. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
  404. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
  405. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
  406. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
  407. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
  408. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
  409. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  410. package/node_modules/@aws-sdk/token-providers/package.json +9 -11
  411. package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
  412. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
  413. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
  414. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
  415. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
  416. package/node_modules/@aws-sdk/types/package.json +4 -4
  417. package/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
  418. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
  419. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
  420. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
  421. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  422. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  423. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  424. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  425. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
  426. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
  427. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  428. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  429. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
  430. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +9 -7
  431. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +3 -1
  432. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +1 -0
  433. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  434. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +92 -46
  435. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +3 -3
  436. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  437. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +128 -67
  438. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-defaults.js +2 -3
  439. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +7 -8
  440. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +7 -8
  441. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +7 -8
  442. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +4 -5
  443. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +6 -7
  444. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-defaults.js +2 -3
  445. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -3
  446. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
  447. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +6 -7
  448. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -6
  449. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-defaults.js +3 -4
  450. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-helper.js +4 -5
  451. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-defaults.js +2 -3
  452. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +3 -4
  453. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.d.ts +2 -2
  454. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +3 -4
  455. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +2 -3
  456. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-defaults.js +6 -7
  457. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +6 -7
  458. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +2 -3
  459. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-helper.js +2 -3
  460. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-defaults.js +2 -3
  461. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +7 -7
  462. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +2 -3
  463. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-helper.js +3 -4
  464. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +2 -3
  465. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -3
  466. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +5 -6
  467. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -3
  468. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +2 -3
  469. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +4 -5
  470. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -3
  471. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-defaults.js +2 -3
  472. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +4 -5
  473. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-helper.js +6 -7
  474. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +2 -3
  475. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +3 -4
  476. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-defaults.js +2 -3
  477. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +4 -5
  478. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +2 -3
  479. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +1 -0
  480. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +13 -5
  481. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +10 -0
  482. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +62 -6
  483. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-defaults.js +3 -3
  484. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -8
  485. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-defaults.js +5 -6
  486. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +8 -9
  487. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +3 -4
  488. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/security-group-helper.js +3 -4
  489. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +3 -4
  490. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
  491. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.d.ts +1 -1
  492. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +4 -5
  493. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/ssm-string-parameter-helper.js +2 -3
  494. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +2 -3
  495. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +5 -5
  496. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +19 -19
  497. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-defaults.js +4 -5
  498. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +6 -6
  499. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-defaults.js +4 -5
  500. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +3 -4
  501. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +4 -5
  502. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
  503. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +13 -0
  504. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-test/index.js +13 -0
  505. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +93 -1
  506. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +16 -16
  507. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +7 -7
  508. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  509. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  510. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  511. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  512. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +9 -9
  513. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -2
  514. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  515. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +8 -2
  516. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +84 -78
  517. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  518. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  519. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  520. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  521. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +9 -9
  522. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -2
  523. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  524. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +8 -2
  525. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +64 -58
  526. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda/index.js +13 -0
  527. package/node_modules/@gemeentenijmegen/apiclient/lib/index.d.ts +10 -8
  528. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +23 -27
  529. package/node_modules/@gemeentenijmegen/apiclient/package.json +16 -14
  530. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +10 -9
  531. package/node_modules/@gemeentenijmegen/session/package.json +9 -8
  532. package/node_modules/@gemeentenijmegen/utils/package.json +12 -11
  533. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
  534. package/node_modules/@smithy/abort-controller/package.json +3 -3
  535. package/node_modules/@smithy/chunked-blob-reader/package.json +6 -2
  536. package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -3
  537. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
  538. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  539. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  540. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
  541. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
  542. package/node_modules/@smithy/config-resolver/package.json +6 -6
  543. package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
  544. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
  545. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
  546. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
  547. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
  548. package/node_modules/@smithy/core/package.json +11 -11
  549. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
  550. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  551. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  552. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +28 -21
  553. package/node_modules/@smithy/eventstream-codec/package.json +8 -5
  554. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +4 -3
  555. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  556. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +3 -0
  557. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +3 -0
  558. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  559. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +4 -3
  560. package/node_modules/@smithy/eventstream-serde-node/package.json +5 -5
  561. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +4 -3
  562. package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
  563. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
  564. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
  565. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
  566. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
  567. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  568. package/node_modules/@smithy/hash-blob-browser/package.json +8 -5
  569. package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
  570. package/node_modules/@smithy/hash-node/package.json +6 -6
  571. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +4 -3
  572. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +1 -0
  573. package/node_modules/@smithy/hash-stream-node/package.json +6 -6
  574. package/node_modules/@smithy/invalid-dependency/package.json +5 -2
  575. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  576. package/node_modules/@smithy/md5-js/dist-cjs/index.js +4 -3
  577. package/node_modules/@smithy/md5-js/package.json +9 -6
  578. package/node_modules/@smithy/middleware-content-length/package.json +4 -4
  579. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
  580. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
  581. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
  582. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
  583. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
  584. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
  585. package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
  586. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
  587. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
  588. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  589. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
  590. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
  591. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
  592. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
  593. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
  594. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
  595. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
  596. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
  597. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
  598. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
  599. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
  600. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
  601. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
  602. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
  603. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
  604. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
  605. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  606. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
  607. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
  608. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  609. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
  610. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
  611. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
  612. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  613. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
  614. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
  615. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
  616. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
  617. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
  618. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
  619. package/node_modules/@smithy/node-config-provider/package.json +6 -6
  620. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +57 -48
  621. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +11 -3
  622. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +2 -2
  623. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +11 -8
  624. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
  625. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
  626. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
  627. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
  628. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  629. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
  630. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  631. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
  632. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
  633. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
  634. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -2
  635. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
  636. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
  637. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
  638. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
  639. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +2 -2
  640. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
  641. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
  642. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  643. package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
  644. package/node_modules/@smithy/property-provider/package.json +3 -3
  645. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
  646. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
  647. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
  648. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
  649. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
  650. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
  651. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
  652. package/node_modules/@smithy/protocol-http/package.json +3 -3
  653. package/node_modules/@smithy/querystring-builder/package.json +4 -4
  654. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  655. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
  656. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  657. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  658. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  659. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  660. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
  661. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
  662. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  663. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
  664. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
  665. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
  666. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
  667. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
  668. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  669. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
  670. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
  671. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
  672. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
  673. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
  674. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
  675. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
  676. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
  677. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
  678. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  679. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  680. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  681. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
  682. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
  683. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
  684. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
  685. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
  686. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
  687. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
  688. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
  689. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
  690. package/node_modules/@smithy/signature-v4/package.json +9 -9
  691. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +76 -56
  692. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
  693. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
  694. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
  695. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
  696. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
  697. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
  698. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
  699. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
  700. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
  701. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
  702. package/node_modules/@smithy/smithy-client/package.json +10 -10
  703. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
  704. package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
  705. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
  706. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
  707. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
  708. package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
  709. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
  710. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
  711. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
  712. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
  713. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
  714. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
  715. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
  716. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
  717. package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
  718. package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
  719. package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
  720. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  721. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  722. package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
  723. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
  724. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
  725. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
  726. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
  727. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
  728. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
  729. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
  730. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
  731. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
  732. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
  733. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
  734. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
  735. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
  736. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
  737. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
  738. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
  739. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
  740. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  741. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
  742. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
  743. package/node_modules/@smithy/types/package.json +2 -2
  744. package/node_modules/@smithy/url-parser/package.json +6 -3
  745. package/node_modules/@smithy/util-base64/package.json +8 -7
  746. package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
  747. package/node_modules/@smithy/util-body-length-node/package.json +6 -5
  748. package/node_modules/@smithy/util-buffer-from/package.json +7 -6
  749. package/node_modules/@smithy/util-config-provider/package.json +6 -5
  750. package/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
  751. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
  752. package/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
  753. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
  754. package/node_modules/@smithy/util-endpoints/package.json +5 -5
  755. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  756. package/node_modules/@smithy/util-middleware/package.json +4 -4
  757. package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
  758. package/node_modules/@smithy/util-retry/package.json +5 -5
  759. package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
  760. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
  761. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
  762. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  763. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  764. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
  765. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
  766. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
  767. package/node_modules/@smithy/util-stream/package.json +11 -11
  768. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  769. package/node_modules/@smithy/util-utf8/package.json +6 -5
  770. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +34 -9
  771. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  772. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
  773. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  774. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  775. package/node_modules/@smithy/util-waiter/package.json +4 -4
  776. package/node_modules/@types/aws-lambda/README.md +1 -1
  777. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  778. package/node_modules/@types/aws-lambda/package.json +4 -3
  779. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
  780. package/node_modules/axios/CHANGELOG.md +49 -0
  781. package/node_modules/axios/README.md +20 -8
  782. package/node_modules/axios/dist/axios.js +34 -63
  783. package/node_modules/axios/dist/axios.js.map +1 -1
  784. package/node_modules/axios/dist/axios.min.js +1 -1
  785. package/node_modules/axios/dist/axios.min.js.map +1 -1
  786. package/node_modules/axios/dist/browser/axios.cjs +40 -71
  787. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  788. package/node_modules/axios/dist/esm/axios.js +40 -71
  789. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  790. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  791. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  792. package/node_modules/axios/dist/node/axios.cjs +45 -75
  793. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  794. package/node_modules/axios/index.d.cts +5 -1
  795. package/node_modules/axios/index.d.ts +8 -1
  796. package/node_modules/axios/lib/adapters/http.js +4 -4
  797. package/node_modules/axios/lib/core/Axios.js +7 -2
  798. package/node_modules/axios/lib/core/mergeConfig.js +5 -5
  799. package/node_modules/axios/lib/env/data.js +1 -1
  800. package/node_modules/axios/lib/helpers/buildURL.js +7 -1
  801. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  802. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
  803. package/node_modules/axios/lib/helpers/validator.js +8 -0
  804. package/node_modules/axios/package.json +3 -3
  805. package/node_modules/dotenv/CHANGELOG.md +15 -2
  806. package/node_modules/dotenv/README.md +37 -114
  807. package/node_modules/dotenv/package.json +5 -9
  808. package/node_modules/openid-client/lib/helpers/client.js +1 -4
  809. package/node_modules/openid-client/package.json +3 -3
  810. package/package.json +25 -24
  811. package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  812. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  813. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  814. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  815. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  816. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  817. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  818. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  819. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  820. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  821. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  822. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  823. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  824. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  825. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  826. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  827. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  828. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  829. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  830. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  831. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  832. package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  833. package/node_modules/@aws-sdk/client-sts/README.md +0 -281
  834. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
  835. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  836. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  837. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  838. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  839. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  840. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  841. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  842. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  843. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  844. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  845. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  846. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  847. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  848. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  849. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  850. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  851. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  852. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  853. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  854. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  855. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  856. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  857. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  858. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  859. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  860. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  861. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  862. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  863. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  864. package/node_modules/@aws-sdk/client-sts/package.json +0 -102
  865. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.browser.js +0 -7
  866. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.js +0 -11
  867. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.browser.js +0 -3
  868. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.js +0 -7
  869. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.browser.d.ts +0 -4
  870. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.d.ts +0 -6
  871. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.browser.d.ts +0 -3
  872. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.d.ts +0 -2
  873. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +0 -7543
  874. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
  875. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.warnings.jsii.js +0 -217
  876. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/LICENSE +0 -201
  877. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/NOTICE +0 -2
  878. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/README.md +0 -560
  879. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/awslint.json +0 -13
  880. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.d.ts +0 -129
  881. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +0 -56
  882. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.d.ts +0 -36
  883. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +0 -50
  884. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.d.ts +0 -115
  885. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +0 -157
  886. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.d.ts +0 -22
  887. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +0 -92
  888. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.d.ts +0 -9
  889. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.js +0 -26
  890. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.d.ts +0 -42
  891. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +0 -43
  892. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.d.ts +0 -43
  893. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.js +0 -98
  894. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.d.ts +0 -1
  895. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.js +0 -12
  896. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.d.ts +0 -2
  897. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.js +0 -19
  898. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.d.ts +0 -5
  899. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.js +0 -144
  900. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.d.ts +0 -30
  901. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.js +0 -134
  902. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.d.ts +0 -5
  903. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.js +0 -32
  904. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.d.ts +0 -14
  905. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.js +0 -171
  906. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.d.ts +0 -9
  907. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.js +0 -41
  908. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.d.ts +0 -235
  909. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.js +0 -43
  910. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.d.ts +0 -6
  911. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.js +0 -52
  912. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler.bundle/index.js +0 -31704
  913. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.d.ts +0 -89
  914. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +0 -232
  915. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.d.ts +0 -149
  916. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +0 -218
  917. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.d.ts +0 -82
  918. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.js +0 -3
  919. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.d.ts +0 -74
  920. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +0 -144
  921. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.d.ts +0 -2
  922. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.js +0 -19
  923. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.d.ts +0 -8
  924. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.js +0 -33
  925. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.d.ts +0 -5
  926. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.js +0 -28
  927. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.d.ts +0 -107
  928. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +0 -146
  929. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +0 -139
  930. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/_generated.ts-fixture +0 -6
  931. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/default.ts-fixture +0 -31
  932. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  933. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  934. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  935. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
  936. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  937. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  938. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  939. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  940. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  941. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  942. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
  943. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
  944. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
  945. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
  946. /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
  947. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
  948. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
  949. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
  950. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
  951. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
  952. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
  953. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
  954. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
  955. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
  956. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
  957. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
  958. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
  959. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
  960. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
  961. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
  962. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
  963. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
  964. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
  965. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
  966. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
  967. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
  968. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
  969. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
  970. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
  971. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
  972. /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
  973. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  974. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  975. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  976. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  977. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  978. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  979. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
  980. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  981. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
  982. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  983. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  984. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  985. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  986. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  987. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  988. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  989. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  990. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
  991. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
  992. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
  993. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
  994. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  995. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
  996. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  997. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
  998. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
  999. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
  1000. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
  1001. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
  1002. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
  1003. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
  1004. /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
  1005. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
  1006. /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
  1007. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  1008. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
  1009. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
  1010. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
  1011. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
  1012. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
  1013. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
  1014. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
  1015. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
  1016. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
  1017. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
  1018. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
  1019. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
  1020. /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
  1021. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
  1022. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
@@ -1,1535 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
20
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
-
22
- // src/index.ts
23
- var src_exports = {};
24
- __export(src_exports, {
25
- AssumeRoleCommand: () => AssumeRoleCommand,
26
- AssumeRoleResponseFilterSensitiveLog: () => AssumeRoleResponseFilterSensitiveLog,
27
- AssumeRoleWithSAMLCommand: () => AssumeRoleWithSAMLCommand,
28
- AssumeRoleWithSAMLRequestFilterSensitiveLog: () => AssumeRoleWithSAMLRequestFilterSensitiveLog,
29
- AssumeRoleWithSAMLResponseFilterSensitiveLog: () => AssumeRoleWithSAMLResponseFilterSensitiveLog,
30
- AssumeRoleWithWebIdentityCommand: () => AssumeRoleWithWebIdentityCommand,
31
- AssumeRoleWithWebIdentityRequestFilterSensitiveLog: () => AssumeRoleWithWebIdentityRequestFilterSensitiveLog,
32
- AssumeRoleWithWebIdentityResponseFilterSensitiveLog: () => AssumeRoleWithWebIdentityResponseFilterSensitiveLog,
33
- AssumeRootCommand: () => AssumeRootCommand,
34
- AssumeRootResponseFilterSensitiveLog: () => AssumeRootResponseFilterSensitiveLog,
35
- ClientInputEndpointParameters: () => import_EndpointParameters10.ClientInputEndpointParameters,
36
- CredentialsFilterSensitiveLog: () => CredentialsFilterSensitiveLog,
37
- DecodeAuthorizationMessageCommand: () => DecodeAuthorizationMessageCommand,
38
- ExpiredTokenException: () => ExpiredTokenException,
39
- GetAccessKeyInfoCommand: () => GetAccessKeyInfoCommand,
40
- GetCallerIdentityCommand: () => GetCallerIdentityCommand,
41
- GetFederationTokenCommand: () => GetFederationTokenCommand,
42
- GetFederationTokenResponseFilterSensitiveLog: () => GetFederationTokenResponseFilterSensitiveLog,
43
- GetSessionTokenCommand: () => GetSessionTokenCommand,
44
- GetSessionTokenResponseFilterSensitiveLog: () => GetSessionTokenResponseFilterSensitiveLog,
45
- IDPCommunicationErrorException: () => IDPCommunicationErrorException,
46
- IDPRejectedClaimException: () => IDPRejectedClaimException,
47
- InvalidAuthorizationMessageException: () => InvalidAuthorizationMessageException,
48
- InvalidIdentityTokenException: () => InvalidIdentityTokenException,
49
- MalformedPolicyDocumentException: () => MalformedPolicyDocumentException,
50
- PackedPolicyTooLargeException: () => PackedPolicyTooLargeException,
51
- RegionDisabledException: () => RegionDisabledException,
52
- STS: () => STS,
53
- STSServiceException: () => STSServiceException,
54
- decorateDefaultCredentialProvider: () => decorateDefaultCredentialProvider,
55
- getDefaultRoleAssumer: () => getDefaultRoleAssumer2,
56
- getDefaultRoleAssumerWithWebIdentity: () => getDefaultRoleAssumerWithWebIdentity2
57
- });
58
- module.exports = __toCommonJS(src_exports);
59
- __reExport(src_exports, require("././STSClient"), module.exports);
60
-
61
- // src/STS.ts
62
-
63
-
64
- // src/commands/AssumeRoleCommand.ts
65
- var import_middleware_endpoint = require("@smithy/middleware-endpoint");
66
- var import_middleware_serde = require("@smithy/middleware-serde");
67
-
68
- var import_EndpointParameters = require("./endpoint/EndpointParameters");
69
-
70
- // src/models/models_0.ts
71
-
72
-
73
- // src/models/STSServiceException.ts
74
- var import_smithy_client = require("@smithy/smithy-client");
75
- var _STSServiceException = class _STSServiceException extends import_smithy_client.ServiceException {
76
- /**
77
- * @internal
78
- */
79
- constructor(options) {
80
- super(options);
81
- Object.setPrototypeOf(this, _STSServiceException.prototype);
82
- }
83
- };
84
- __name(_STSServiceException, "STSServiceException");
85
- var STSServiceException = _STSServiceException;
86
-
87
- // src/models/models_0.ts
88
- var _ExpiredTokenException = class _ExpiredTokenException extends STSServiceException {
89
- /**
90
- * @internal
91
- */
92
- constructor(opts) {
93
- super({
94
- name: "ExpiredTokenException",
95
- $fault: "client",
96
- ...opts
97
- });
98
- this.name = "ExpiredTokenException";
99
- this.$fault = "client";
100
- Object.setPrototypeOf(this, _ExpiredTokenException.prototype);
101
- }
102
- };
103
- __name(_ExpiredTokenException, "ExpiredTokenException");
104
- var ExpiredTokenException = _ExpiredTokenException;
105
- var _MalformedPolicyDocumentException = class _MalformedPolicyDocumentException extends STSServiceException {
106
- /**
107
- * @internal
108
- */
109
- constructor(opts) {
110
- super({
111
- name: "MalformedPolicyDocumentException",
112
- $fault: "client",
113
- ...opts
114
- });
115
- this.name = "MalformedPolicyDocumentException";
116
- this.$fault = "client";
117
- Object.setPrototypeOf(this, _MalformedPolicyDocumentException.prototype);
118
- }
119
- };
120
- __name(_MalformedPolicyDocumentException, "MalformedPolicyDocumentException");
121
- var MalformedPolicyDocumentException = _MalformedPolicyDocumentException;
122
- var _PackedPolicyTooLargeException = class _PackedPolicyTooLargeException extends STSServiceException {
123
- /**
124
- * @internal
125
- */
126
- constructor(opts) {
127
- super({
128
- name: "PackedPolicyTooLargeException",
129
- $fault: "client",
130
- ...opts
131
- });
132
- this.name = "PackedPolicyTooLargeException";
133
- this.$fault = "client";
134
- Object.setPrototypeOf(this, _PackedPolicyTooLargeException.prototype);
135
- }
136
- };
137
- __name(_PackedPolicyTooLargeException, "PackedPolicyTooLargeException");
138
- var PackedPolicyTooLargeException = _PackedPolicyTooLargeException;
139
- var _RegionDisabledException = class _RegionDisabledException extends STSServiceException {
140
- /**
141
- * @internal
142
- */
143
- constructor(opts) {
144
- super({
145
- name: "RegionDisabledException",
146
- $fault: "client",
147
- ...opts
148
- });
149
- this.name = "RegionDisabledException";
150
- this.$fault = "client";
151
- Object.setPrototypeOf(this, _RegionDisabledException.prototype);
152
- }
153
- };
154
- __name(_RegionDisabledException, "RegionDisabledException");
155
- var RegionDisabledException = _RegionDisabledException;
156
- var _IDPRejectedClaimException = class _IDPRejectedClaimException extends STSServiceException {
157
- /**
158
- * @internal
159
- */
160
- constructor(opts) {
161
- super({
162
- name: "IDPRejectedClaimException",
163
- $fault: "client",
164
- ...opts
165
- });
166
- this.name = "IDPRejectedClaimException";
167
- this.$fault = "client";
168
- Object.setPrototypeOf(this, _IDPRejectedClaimException.prototype);
169
- }
170
- };
171
- __name(_IDPRejectedClaimException, "IDPRejectedClaimException");
172
- var IDPRejectedClaimException = _IDPRejectedClaimException;
173
- var _InvalidIdentityTokenException = class _InvalidIdentityTokenException extends STSServiceException {
174
- /**
175
- * @internal
176
- */
177
- constructor(opts) {
178
- super({
179
- name: "InvalidIdentityTokenException",
180
- $fault: "client",
181
- ...opts
182
- });
183
- this.name = "InvalidIdentityTokenException";
184
- this.$fault = "client";
185
- Object.setPrototypeOf(this, _InvalidIdentityTokenException.prototype);
186
- }
187
- };
188
- __name(_InvalidIdentityTokenException, "InvalidIdentityTokenException");
189
- var InvalidIdentityTokenException = _InvalidIdentityTokenException;
190
- var _IDPCommunicationErrorException = class _IDPCommunicationErrorException extends STSServiceException {
191
- /**
192
- * @internal
193
- */
194
- constructor(opts) {
195
- super({
196
- name: "IDPCommunicationErrorException",
197
- $fault: "client",
198
- ...opts
199
- });
200
- this.name = "IDPCommunicationErrorException";
201
- this.$fault = "client";
202
- Object.setPrototypeOf(this, _IDPCommunicationErrorException.prototype);
203
- }
204
- };
205
- __name(_IDPCommunicationErrorException, "IDPCommunicationErrorException");
206
- var IDPCommunicationErrorException = _IDPCommunicationErrorException;
207
- var _InvalidAuthorizationMessageException = class _InvalidAuthorizationMessageException extends STSServiceException {
208
- /**
209
- * @internal
210
- */
211
- constructor(opts) {
212
- super({
213
- name: "InvalidAuthorizationMessageException",
214
- $fault: "client",
215
- ...opts
216
- });
217
- this.name = "InvalidAuthorizationMessageException";
218
- this.$fault = "client";
219
- Object.setPrototypeOf(this, _InvalidAuthorizationMessageException.prototype);
220
- }
221
- };
222
- __name(_InvalidAuthorizationMessageException, "InvalidAuthorizationMessageException");
223
- var InvalidAuthorizationMessageException = _InvalidAuthorizationMessageException;
224
- var CredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
225
- ...obj,
226
- ...obj.SecretAccessKey && { SecretAccessKey: import_smithy_client.SENSITIVE_STRING }
227
- }), "CredentialsFilterSensitiveLog");
228
- var AssumeRoleResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
229
- ...obj,
230
- ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
231
- }), "AssumeRoleResponseFilterSensitiveLog");
232
- var AssumeRoleWithSAMLRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
233
- ...obj,
234
- ...obj.SAMLAssertion && { SAMLAssertion: import_smithy_client.SENSITIVE_STRING }
235
- }), "AssumeRoleWithSAMLRequestFilterSensitiveLog");
236
- var AssumeRoleWithSAMLResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
237
- ...obj,
238
- ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
239
- }), "AssumeRoleWithSAMLResponseFilterSensitiveLog");
240
- var AssumeRoleWithWebIdentityRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
241
- ...obj,
242
- ...obj.WebIdentityToken && { WebIdentityToken: import_smithy_client.SENSITIVE_STRING }
243
- }), "AssumeRoleWithWebIdentityRequestFilterSensitiveLog");
244
- var AssumeRoleWithWebIdentityResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
245
- ...obj,
246
- ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
247
- }), "AssumeRoleWithWebIdentityResponseFilterSensitiveLog");
248
- var AssumeRootResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
249
- ...obj,
250
- ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
251
- }), "AssumeRootResponseFilterSensitiveLog");
252
- var GetFederationTokenResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
253
- ...obj,
254
- ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
255
- }), "GetFederationTokenResponseFilterSensitiveLog");
256
- var GetSessionTokenResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
257
- ...obj,
258
- ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
259
- }), "GetSessionTokenResponseFilterSensitiveLog");
260
-
261
- // src/protocols/Aws_query.ts
262
- var import_core = require("@aws-sdk/core");
263
- var import_protocol_http = require("@smithy/protocol-http");
264
-
265
- var se_AssumeRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
266
- const headers = SHARED_HEADERS;
267
- let body;
268
- body = buildFormUrlencodedString({
269
- ...se_AssumeRoleRequest(input, context),
270
- [_A]: _AR,
271
- [_V]: _
272
- });
273
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
274
- }, "se_AssumeRoleCommand");
275
- var se_AssumeRoleWithSAMLCommand = /* @__PURE__ */ __name(async (input, context) => {
276
- const headers = SHARED_HEADERS;
277
- let body;
278
- body = buildFormUrlencodedString({
279
- ...se_AssumeRoleWithSAMLRequest(input, context),
280
- [_A]: _ARWSAML,
281
- [_V]: _
282
- });
283
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
284
- }, "se_AssumeRoleWithSAMLCommand");
285
- var se_AssumeRoleWithWebIdentityCommand = /* @__PURE__ */ __name(async (input, context) => {
286
- const headers = SHARED_HEADERS;
287
- let body;
288
- body = buildFormUrlencodedString({
289
- ...se_AssumeRoleWithWebIdentityRequest(input, context),
290
- [_A]: _ARWWI,
291
- [_V]: _
292
- });
293
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
294
- }, "se_AssumeRoleWithWebIdentityCommand");
295
- var se_AssumeRootCommand = /* @__PURE__ */ __name(async (input, context) => {
296
- const headers = SHARED_HEADERS;
297
- let body;
298
- body = buildFormUrlencodedString({
299
- ...se_AssumeRootRequest(input, context),
300
- [_A]: _ARs,
301
- [_V]: _
302
- });
303
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
304
- }, "se_AssumeRootCommand");
305
- var se_DecodeAuthorizationMessageCommand = /* @__PURE__ */ __name(async (input, context) => {
306
- const headers = SHARED_HEADERS;
307
- let body;
308
- body = buildFormUrlencodedString({
309
- ...se_DecodeAuthorizationMessageRequest(input, context),
310
- [_A]: _DAM,
311
- [_V]: _
312
- });
313
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
314
- }, "se_DecodeAuthorizationMessageCommand");
315
- var se_GetAccessKeyInfoCommand = /* @__PURE__ */ __name(async (input, context) => {
316
- const headers = SHARED_HEADERS;
317
- let body;
318
- body = buildFormUrlencodedString({
319
- ...se_GetAccessKeyInfoRequest(input, context),
320
- [_A]: _GAKI,
321
- [_V]: _
322
- });
323
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
324
- }, "se_GetAccessKeyInfoCommand");
325
- var se_GetCallerIdentityCommand = /* @__PURE__ */ __name(async (input, context) => {
326
- const headers = SHARED_HEADERS;
327
- let body;
328
- body = buildFormUrlencodedString({
329
- ...se_GetCallerIdentityRequest(input, context),
330
- [_A]: _GCI,
331
- [_V]: _
332
- });
333
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
334
- }, "se_GetCallerIdentityCommand");
335
- var se_GetFederationTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
336
- const headers = SHARED_HEADERS;
337
- let body;
338
- body = buildFormUrlencodedString({
339
- ...se_GetFederationTokenRequest(input, context),
340
- [_A]: _GFT,
341
- [_V]: _
342
- });
343
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
344
- }, "se_GetFederationTokenCommand");
345
- var se_GetSessionTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
346
- const headers = SHARED_HEADERS;
347
- let body;
348
- body = buildFormUrlencodedString({
349
- ...se_GetSessionTokenRequest(input, context),
350
- [_A]: _GST,
351
- [_V]: _
352
- });
353
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
354
- }, "se_GetSessionTokenCommand");
355
- var de_AssumeRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
356
- if (output.statusCode >= 300) {
357
- return de_CommandError(output, context);
358
- }
359
- const data = await (0, import_core.parseXmlBody)(output.body, context);
360
- let contents = {};
361
- contents = de_AssumeRoleResponse(data.AssumeRoleResult, context);
362
- const response = {
363
- $metadata: deserializeMetadata(output),
364
- ...contents
365
- };
366
- return response;
367
- }, "de_AssumeRoleCommand");
368
- var de_AssumeRoleWithSAMLCommand = /* @__PURE__ */ __name(async (output, context) => {
369
- if (output.statusCode >= 300) {
370
- return de_CommandError(output, context);
371
- }
372
- const data = await (0, import_core.parseXmlBody)(output.body, context);
373
- let contents = {};
374
- contents = de_AssumeRoleWithSAMLResponse(data.AssumeRoleWithSAMLResult, context);
375
- const response = {
376
- $metadata: deserializeMetadata(output),
377
- ...contents
378
- };
379
- return response;
380
- }, "de_AssumeRoleWithSAMLCommand");
381
- var de_AssumeRoleWithWebIdentityCommand = /* @__PURE__ */ __name(async (output, context) => {
382
- if (output.statusCode >= 300) {
383
- return de_CommandError(output, context);
384
- }
385
- const data = await (0, import_core.parseXmlBody)(output.body, context);
386
- let contents = {};
387
- contents = de_AssumeRoleWithWebIdentityResponse(data.AssumeRoleWithWebIdentityResult, context);
388
- const response = {
389
- $metadata: deserializeMetadata(output),
390
- ...contents
391
- };
392
- return response;
393
- }, "de_AssumeRoleWithWebIdentityCommand");
394
- var de_AssumeRootCommand = /* @__PURE__ */ __name(async (output, context) => {
395
- if (output.statusCode >= 300) {
396
- return de_CommandError(output, context);
397
- }
398
- const data = await (0, import_core.parseXmlBody)(output.body, context);
399
- let contents = {};
400
- contents = de_AssumeRootResponse(data.AssumeRootResult, context);
401
- const response = {
402
- $metadata: deserializeMetadata(output),
403
- ...contents
404
- };
405
- return response;
406
- }, "de_AssumeRootCommand");
407
- var de_DecodeAuthorizationMessageCommand = /* @__PURE__ */ __name(async (output, context) => {
408
- if (output.statusCode >= 300) {
409
- return de_CommandError(output, context);
410
- }
411
- const data = await (0, import_core.parseXmlBody)(output.body, context);
412
- let contents = {};
413
- contents = de_DecodeAuthorizationMessageResponse(data.DecodeAuthorizationMessageResult, context);
414
- const response = {
415
- $metadata: deserializeMetadata(output),
416
- ...contents
417
- };
418
- return response;
419
- }, "de_DecodeAuthorizationMessageCommand");
420
- var de_GetAccessKeyInfoCommand = /* @__PURE__ */ __name(async (output, context) => {
421
- if (output.statusCode >= 300) {
422
- return de_CommandError(output, context);
423
- }
424
- const data = await (0, import_core.parseXmlBody)(output.body, context);
425
- let contents = {};
426
- contents = de_GetAccessKeyInfoResponse(data.GetAccessKeyInfoResult, context);
427
- const response = {
428
- $metadata: deserializeMetadata(output),
429
- ...contents
430
- };
431
- return response;
432
- }, "de_GetAccessKeyInfoCommand");
433
- var de_GetCallerIdentityCommand = /* @__PURE__ */ __name(async (output, context) => {
434
- if (output.statusCode >= 300) {
435
- return de_CommandError(output, context);
436
- }
437
- const data = await (0, import_core.parseXmlBody)(output.body, context);
438
- let contents = {};
439
- contents = de_GetCallerIdentityResponse(data.GetCallerIdentityResult, context);
440
- const response = {
441
- $metadata: deserializeMetadata(output),
442
- ...contents
443
- };
444
- return response;
445
- }, "de_GetCallerIdentityCommand");
446
- var de_GetFederationTokenCommand = /* @__PURE__ */ __name(async (output, context) => {
447
- if (output.statusCode >= 300) {
448
- return de_CommandError(output, context);
449
- }
450
- const data = await (0, import_core.parseXmlBody)(output.body, context);
451
- let contents = {};
452
- contents = de_GetFederationTokenResponse(data.GetFederationTokenResult, context);
453
- const response = {
454
- $metadata: deserializeMetadata(output),
455
- ...contents
456
- };
457
- return response;
458
- }, "de_GetFederationTokenCommand");
459
- var de_GetSessionTokenCommand = /* @__PURE__ */ __name(async (output, context) => {
460
- if (output.statusCode >= 300) {
461
- return de_CommandError(output, context);
462
- }
463
- const data = await (0, import_core.parseXmlBody)(output.body, context);
464
- let contents = {};
465
- contents = de_GetSessionTokenResponse(data.GetSessionTokenResult, context);
466
- const response = {
467
- $metadata: deserializeMetadata(output),
468
- ...contents
469
- };
470
- return response;
471
- }, "de_GetSessionTokenCommand");
472
- var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
473
- const parsedOutput = {
474
- ...output,
475
- body: await (0, import_core.parseXmlErrorBody)(output.body, context)
476
- };
477
- const errorCode = loadQueryErrorCode(output, parsedOutput.body);
478
- switch (errorCode) {
479
- case "ExpiredTokenException":
480
- case "com.amazonaws.sts#ExpiredTokenException":
481
- throw await de_ExpiredTokenExceptionRes(parsedOutput, context);
482
- case "MalformedPolicyDocument":
483
- case "com.amazonaws.sts#MalformedPolicyDocumentException":
484
- throw await de_MalformedPolicyDocumentExceptionRes(parsedOutput, context);
485
- case "PackedPolicyTooLarge":
486
- case "com.amazonaws.sts#PackedPolicyTooLargeException":
487
- throw await de_PackedPolicyTooLargeExceptionRes(parsedOutput, context);
488
- case "RegionDisabledException":
489
- case "com.amazonaws.sts#RegionDisabledException":
490
- throw await de_RegionDisabledExceptionRes(parsedOutput, context);
491
- case "IDPRejectedClaim":
492
- case "com.amazonaws.sts#IDPRejectedClaimException":
493
- throw await de_IDPRejectedClaimExceptionRes(parsedOutput, context);
494
- case "InvalidIdentityToken":
495
- case "com.amazonaws.sts#InvalidIdentityTokenException":
496
- throw await de_InvalidIdentityTokenExceptionRes(parsedOutput, context);
497
- case "IDPCommunicationError":
498
- case "com.amazonaws.sts#IDPCommunicationErrorException":
499
- throw await de_IDPCommunicationErrorExceptionRes(parsedOutput, context);
500
- case "InvalidAuthorizationMessageException":
501
- case "com.amazonaws.sts#InvalidAuthorizationMessageException":
502
- throw await de_InvalidAuthorizationMessageExceptionRes(parsedOutput, context);
503
- default:
504
- const parsedBody = parsedOutput.body;
505
- return throwDefaultError({
506
- output,
507
- parsedBody: parsedBody.Error,
508
- errorCode
509
- });
510
- }
511
- }, "de_CommandError");
512
- var de_ExpiredTokenExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
513
- const body = parsedOutput.body;
514
- const deserialized = de_ExpiredTokenException(body.Error, context);
515
- const exception = new ExpiredTokenException({
516
- $metadata: deserializeMetadata(parsedOutput),
517
- ...deserialized
518
- });
519
- return (0, import_smithy_client.decorateServiceException)(exception, body);
520
- }, "de_ExpiredTokenExceptionRes");
521
- var de_IDPCommunicationErrorExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
522
- const body = parsedOutput.body;
523
- const deserialized = de_IDPCommunicationErrorException(body.Error, context);
524
- const exception = new IDPCommunicationErrorException({
525
- $metadata: deserializeMetadata(parsedOutput),
526
- ...deserialized
527
- });
528
- return (0, import_smithy_client.decorateServiceException)(exception, body);
529
- }, "de_IDPCommunicationErrorExceptionRes");
530
- var de_IDPRejectedClaimExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
531
- const body = parsedOutput.body;
532
- const deserialized = de_IDPRejectedClaimException(body.Error, context);
533
- const exception = new IDPRejectedClaimException({
534
- $metadata: deserializeMetadata(parsedOutput),
535
- ...deserialized
536
- });
537
- return (0, import_smithy_client.decorateServiceException)(exception, body);
538
- }, "de_IDPRejectedClaimExceptionRes");
539
- var de_InvalidAuthorizationMessageExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
540
- const body = parsedOutput.body;
541
- const deserialized = de_InvalidAuthorizationMessageException(body.Error, context);
542
- const exception = new InvalidAuthorizationMessageException({
543
- $metadata: deserializeMetadata(parsedOutput),
544
- ...deserialized
545
- });
546
- return (0, import_smithy_client.decorateServiceException)(exception, body);
547
- }, "de_InvalidAuthorizationMessageExceptionRes");
548
- var de_InvalidIdentityTokenExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
549
- const body = parsedOutput.body;
550
- const deserialized = de_InvalidIdentityTokenException(body.Error, context);
551
- const exception = new InvalidIdentityTokenException({
552
- $metadata: deserializeMetadata(parsedOutput),
553
- ...deserialized
554
- });
555
- return (0, import_smithy_client.decorateServiceException)(exception, body);
556
- }, "de_InvalidIdentityTokenExceptionRes");
557
- var de_MalformedPolicyDocumentExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
558
- const body = parsedOutput.body;
559
- const deserialized = de_MalformedPolicyDocumentException(body.Error, context);
560
- const exception = new MalformedPolicyDocumentException({
561
- $metadata: deserializeMetadata(parsedOutput),
562
- ...deserialized
563
- });
564
- return (0, import_smithy_client.decorateServiceException)(exception, body);
565
- }, "de_MalformedPolicyDocumentExceptionRes");
566
- var de_PackedPolicyTooLargeExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
567
- const body = parsedOutput.body;
568
- const deserialized = de_PackedPolicyTooLargeException(body.Error, context);
569
- const exception = new PackedPolicyTooLargeException({
570
- $metadata: deserializeMetadata(parsedOutput),
571
- ...deserialized
572
- });
573
- return (0, import_smithy_client.decorateServiceException)(exception, body);
574
- }, "de_PackedPolicyTooLargeExceptionRes");
575
- var de_RegionDisabledExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
576
- const body = parsedOutput.body;
577
- const deserialized = de_RegionDisabledException(body.Error, context);
578
- const exception = new RegionDisabledException({
579
- $metadata: deserializeMetadata(parsedOutput),
580
- ...deserialized
581
- });
582
- return (0, import_smithy_client.decorateServiceException)(exception, body);
583
- }, "de_RegionDisabledExceptionRes");
584
- var se_AssumeRoleRequest = /* @__PURE__ */ __name((input, context) => {
585
- var _a2, _b, _c, _d;
586
- const entries = {};
587
- if (input[_RA] != null) {
588
- entries[_RA] = input[_RA];
589
- }
590
- if (input[_RSN] != null) {
591
- entries[_RSN] = input[_RSN];
592
- }
593
- if (input[_PA] != null) {
594
- const memberEntries = se_policyDescriptorListType(input[_PA], context);
595
- if (((_a2 = input[_PA]) == null ? void 0 : _a2.length) === 0) {
596
- entries.PolicyArns = [];
597
- }
598
- Object.entries(memberEntries).forEach(([key, value]) => {
599
- const loc = `PolicyArns.${key}`;
600
- entries[loc] = value;
601
- });
602
- }
603
- if (input[_P] != null) {
604
- entries[_P] = input[_P];
605
- }
606
- if (input[_DS] != null) {
607
- entries[_DS] = input[_DS];
608
- }
609
- if (input[_T] != null) {
610
- const memberEntries = se_tagListType(input[_T], context);
611
- if (((_b = input[_T]) == null ? void 0 : _b.length) === 0) {
612
- entries.Tags = [];
613
- }
614
- Object.entries(memberEntries).forEach(([key, value]) => {
615
- const loc = `Tags.${key}`;
616
- entries[loc] = value;
617
- });
618
- }
619
- if (input[_TTK] != null) {
620
- const memberEntries = se_tagKeyListType(input[_TTK], context);
621
- if (((_c = input[_TTK]) == null ? void 0 : _c.length) === 0) {
622
- entries.TransitiveTagKeys = [];
623
- }
624
- Object.entries(memberEntries).forEach(([key, value]) => {
625
- const loc = `TransitiveTagKeys.${key}`;
626
- entries[loc] = value;
627
- });
628
- }
629
- if (input[_EI] != null) {
630
- entries[_EI] = input[_EI];
631
- }
632
- if (input[_SN] != null) {
633
- entries[_SN] = input[_SN];
634
- }
635
- if (input[_TC] != null) {
636
- entries[_TC] = input[_TC];
637
- }
638
- if (input[_SI] != null) {
639
- entries[_SI] = input[_SI];
640
- }
641
- if (input[_PC] != null) {
642
- const memberEntries = se_ProvidedContextsListType(input[_PC], context);
643
- if (((_d = input[_PC]) == null ? void 0 : _d.length) === 0) {
644
- entries.ProvidedContexts = [];
645
- }
646
- Object.entries(memberEntries).forEach(([key, value]) => {
647
- const loc = `ProvidedContexts.${key}`;
648
- entries[loc] = value;
649
- });
650
- }
651
- return entries;
652
- }, "se_AssumeRoleRequest");
653
- var se_AssumeRoleWithSAMLRequest = /* @__PURE__ */ __name((input, context) => {
654
- var _a2;
655
- const entries = {};
656
- if (input[_RA] != null) {
657
- entries[_RA] = input[_RA];
658
- }
659
- if (input[_PAr] != null) {
660
- entries[_PAr] = input[_PAr];
661
- }
662
- if (input[_SAMLA] != null) {
663
- entries[_SAMLA] = input[_SAMLA];
664
- }
665
- if (input[_PA] != null) {
666
- const memberEntries = se_policyDescriptorListType(input[_PA], context);
667
- if (((_a2 = input[_PA]) == null ? void 0 : _a2.length) === 0) {
668
- entries.PolicyArns = [];
669
- }
670
- Object.entries(memberEntries).forEach(([key, value]) => {
671
- const loc = `PolicyArns.${key}`;
672
- entries[loc] = value;
673
- });
674
- }
675
- if (input[_P] != null) {
676
- entries[_P] = input[_P];
677
- }
678
- if (input[_DS] != null) {
679
- entries[_DS] = input[_DS];
680
- }
681
- return entries;
682
- }, "se_AssumeRoleWithSAMLRequest");
683
- var se_AssumeRoleWithWebIdentityRequest = /* @__PURE__ */ __name((input, context) => {
684
- var _a2;
685
- const entries = {};
686
- if (input[_RA] != null) {
687
- entries[_RA] = input[_RA];
688
- }
689
- if (input[_RSN] != null) {
690
- entries[_RSN] = input[_RSN];
691
- }
692
- if (input[_WIT] != null) {
693
- entries[_WIT] = input[_WIT];
694
- }
695
- if (input[_PI] != null) {
696
- entries[_PI] = input[_PI];
697
- }
698
- if (input[_PA] != null) {
699
- const memberEntries = se_policyDescriptorListType(input[_PA], context);
700
- if (((_a2 = input[_PA]) == null ? void 0 : _a2.length) === 0) {
701
- entries.PolicyArns = [];
702
- }
703
- Object.entries(memberEntries).forEach(([key, value]) => {
704
- const loc = `PolicyArns.${key}`;
705
- entries[loc] = value;
706
- });
707
- }
708
- if (input[_P] != null) {
709
- entries[_P] = input[_P];
710
- }
711
- if (input[_DS] != null) {
712
- entries[_DS] = input[_DS];
713
- }
714
- return entries;
715
- }, "se_AssumeRoleWithWebIdentityRequest");
716
- var se_AssumeRootRequest = /* @__PURE__ */ __name((input, context) => {
717
- const entries = {};
718
- if (input[_TP] != null) {
719
- entries[_TP] = input[_TP];
720
- }
721
- if (input[_TPA] != null) {
722
- const memberEntries = se_PolicyDescriptorType(input[_TPA], context);
723
- Object.entries(memberEntries).forEach(([key, value]) => {
724
- const loc = `TaskPolicyArn.${key}`;
725
- entries[loc] = value;
726
- });
727
- }
728
- if (input[_DS] != null) {
729
- entries[_DS] = input[_DS];
730
- }
731
- return entries;
732
- }, "se_AssumeRootRequest");
733
- var se_DecodeAuthorizationMessageRequest = /* @__PURE__ */ __name((input, context) => {
734
- const entries = {};
735
- if (input[_EM] != null) {
736
- entries[_EM] = input[_EM];
737
- }
738
- return entries;
739
- }, "se_DecodeAuthorizationMessageRequest");
740
- var se_GetAccessKeyInfoRequest = /* @__PURE__ */ __name((input, context) => {
741
- const entries = {};
742
- if (input[_AKI] != null) {
743
- entries[_AKI] = input[_AKI];
744
- }
745
- return entries;
746
- }, "se_GetAccessKeyInfoRequest");
747
- var se_GetCallerIdentityRequest = /* @__PURE__ */ __name((input, context) => {
748
- const entries = {};
749
- return entries;
750
- }, "se_GetCallerIdentityRequest");
751
- var se_GetFederationTokenRequest = /* @__PURE__ */ __name((input, context) => {
752
- var _a2, _b;
753
- const entries = {};
754
- if (input[_N] != null) {
755
- entries[_N] = input[_N];
756
- }
757
- if (input[_P] != null) {
758
- entries[_P] = input[_P];
759
- }
760
- if (input[_PA] != null) {
761
- const memberEntries = se_policyDescriptorListType(input[_PA], context);
762
- if (((_a2 = input[_PA]) == null ? void 0 : _a2.length) === 0) {
763
- entries.PolicyArns = [];
764
- }
765
- Object.entries(memberEntries).forEach(([key, value]) => {
766
- const loc = `PolicyArns.${key}`;
767
- entries[loc] = value;
768
- });
769
- }
770
- if (input[_DS] != null) {
771
- entries[_DS] = input[_DS];
772
- }
773
- if (input[_T] != null) {
774
- const memberEntries = se_tagListType(input[_T], context);
775
- if (((_b = input[_T]) == null ? void 0 : _b.length) === 0) {
776
- entries.Tags = [];
777
- }
778
- Object.entries(memberEntries).forEach(([key, value]) => {
779
- const loc = `Tags.${key}`;
780
- entries[loc] = value;
781
- });
782
- }
783
- return entries;
784
- }, "se_GetFederationTokenRequest");
785
- var se_GetSessionTokenRequest = /* @__PURE__ */ __name((input, context) => {
786
- const entries = {};
787
- if (input[_DS] != null) {
788
- entries[_DS] = input[_DS];
789
- }
790
- if (input[_SN] != null) {
791
- entries[_SN] = input[_SN];
792
- }
793
- if (input[_TC] != null) {
794
- entries[_TC] = input[_TC];
795
- }
796
- return entries;
797
- }, "se_GetSessionTokenRequest");
798
- var se_policyDescriptorListType = /* @__PURE__ */ __name((input, context) => {
799
- const entries = {};
800
- let counter = 1;
801
- for (const entry of input) {
802
- if (entry === null) {
803
- continue;
804
- }
805
- const memberEntries = se_PolicyDescriptorType(entry, context);
806
- Object.entries(memberEntries).forEach(([key, value]) => {
807
- entries[`member.${counter}.${key}`] = value;
808
- });
809
- counter++;
810
- }
811
- return entries;
812
- }, "se_policyDescriptorListType");
813
- var se_PolicyDescriptorType = /* @__PURE__ */ __name((input, context) => {
814
- const entries = {};
815
- if (input[_a] != null) {
816
- entries[_a] = input[_a];
817
- }
818
- return entries;
819
- }, "se_PolicyDescriptorType");
820
- var se_ProvidedContext = /* @__PURE__ */ __name((input, context) => {
821
- const entries = {};
822
- if (input[_PAro] != null) {
823
- entries[_PAro] = input[_PAro];
824
- }
825
- if (input[_CA] != null) {
826
- entries[_CA] = input[_CA];
827
- }
828
- return entries;
829
- }, "se_ProvidedContext");
830
- var se_ProvidedContextsListType = /* @__PURE__ */ __name((input, context) => {
831
- const entries = {};
832
- let counter = 1;
833
- for (const entry of input) {
834
- if (entry === null) {
835
- continue;
836
- }
837
- const memberEntries = se_ProvidedContext(entry, context);
838
- Object.entries(memberEntries).forEach(([key, value]) => {
839
- entries[`member.${counter}.${key}`] = value;
840
- });
841
- counter++;
842
- }
843
- return entries;
844
- }, "se_ProvidedContextsListType");
845
- var se_Tag = /* @__PURE__ */ __name((input, context) => {
846
- const entries = {};
847
- if (input[_K] != null) {
848
- entries[_K] = input[_K];
849
- }
850
- if (input[_Va] != null) {
851
- entries[_Va] = input[_Va];
852
- }
853
- return entries;
854
- }, "se_Tag");
855
- var se_tagKeyListType = /* @__PURE__ */ __name((input, context) => {
856
- const entries = {};
857
- let counter = 1;
858
- for (const entry of input) {
859
- if (entry === null) {
860
- continue;
861
- }
862
- entries[`member.${counter}`] = entry;
863
- counter++;
864
- }
865
- return entries;
866
- }, "se_tagKeyListType");
867
- var se_tagListType = /* @__PURE__ */ __name((input, context) => {
868
- const entries = {};
869
- let counter = 1;
870
- for (const entry of input) {
871
- if (entry === null) {
872
- continue;
873
- }
874
- const memberEntries = se_Tag(entry, context);
875
- Object.entries(memberEntries).forEach(([key, value]) => {
876
- entries[`member.${counter}.${key}`] = value;
877
- });
878
- counter++;
879
- }
880
- return entries;
881
- }, "se_tagListType");
882
- var de_AssumedRoleUser = /* @__PURE__ */ __name((output, context) => {
883
- const contents = {};
884
- if (output[_ARI] != null) {
885
- contents[_ARI] = (0, import_smithy_client.expectString)(output[_ARI]);
886
- }
887
- if (output[_Ar] != null) {
888
- contents[_Ar] = (0, import_smithy_client.expectString)(output[_Ar]);
889
- }
890
- return contents;
891
- }, "de_AssumedRoleUser");
892
- var de_AssumeRoleResponse = /* @__PURE__ */ __name((output, context) => {
893
- const contents = {};
894
- if (output[_C] != null) {
895
- contents[_C] = de_Credentials(output[_C], context);
896
- }
897
- if (output[_ARU] != null) {
898
- contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
899
- }
900
- if (output[_PPS] != null) {
901
- contents[_PPS] = (0, import_smithy_client.strictParseInt32)(output[_PPS]);
902
- }
903
- if (output[_SI] != null) {
904
- contents[_SI] = (0, import_smithy_client.expectString)(output[_SI]);
905
- }
906
- return contents;
907
- }, "de_AssumeRoleResponse");
908
- var de_AssumeRoleWithSAMLResponse = /* @__PURE__ */ __name((output, context) => {
909
- const contents = {};
910
- if (output[_C] != null) {
911
- contents[_C] = de_Credentials(output[_C], context);
912
- }
913
- if (output[_ARU] != null) {
914
- contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
915
- }
916
- if (output[_PPS] != null) {
917
- contents[_PPS] = (0, import_smithy_client.strictParseInt32)(output[_PPS]);
918
- }
919
- if (output[_S] != null) {
920
- contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
921
- }
922
- if (output[_ST] != null) {
923
- contents[_ST] = (0, import_smithy_client.expectString)(output[_ST]);
924
- }
925
- if (output[_I] != null) {
926
- contents[_I] = (0, import_smithy_client.expectString)(output[_I]);
927
- }
928
- if (output[_Au] != null) {
929
- contents[_Au] = (0, import_smithy_client.expectString)(output[_Au]);
930
- }
931
- if (output[_NQ] != null) {
932
- contents[_NQ] = (0, import_smithy_client.expectString)(output[_NQ]);
933
- }
934
- if (output[_SI] != null) {
935
- contents[_SI] = (0, import_smithy_client.expectString)(output[_SI]);
936
- }
937
- return contents;
938
- }, "de_AssumeRoleWithSAMLResponse");
939
- var de_AssumeRoleWithWebIdentityResponse = /* @__PURE__ */ __name((output, context) => {
940
- const contents = {};
941
- if (output[_C] != null) {
942
- contents[_C] = de_Credentials(output[_C], context);
943
- }
944
- if (output[_SFWIT] != null) {
945
- contents[_SFWIT] = (0, import_smithy_client.expectString)(output[_SFWIT]);
946
- }
947
- if (output[_ARU] != null) {
948
- contents[_ARU] = de_AssumedRoleUser(output[_ARU], context);
949
- }
950
- if (output[_PPS] != null) {
951
- contents[_PPS] = (0, import_smithy_client.strictParseInt32)(output[_PPS]);
952
- }
953
- if (output[_Pr] != null) {
954
- contents[_Pr] = (0, import_smithy_client.expectString)(output[_Pr]);
955
- }
956
- if (output[_Au] != null) {
957
- contents[_Au] = (0, import_smithy_client.expectString)(output[_Au]);
958
- }
959
- if (output[_SI] != null) {
960
- contents[_SI] = (0, import_smithy_client.expectString)(output[_SI]);
961
- }
962
- return contents;
963
- }, "de_AssumeRoleWithWebIdentityResponse");
964
- var de_AssumeRootResponse = /* @__PURE__ */ __name((output, context) => {
965
- const contents = {};
966
- if (output[_C] != null) {
967
- contents[_C] = de_Credentials(output[_C], context);
968
- }
969
- if (output[_SI] != null) {
970
- contents[_SI] = (0, import_smithy_client.expectString)(output[_SI]);
971
- }
972
- return contents;
973
- }, "de_AssumeRootResponse");
974
- var de_Credentials = /* @__PURE__ */ __name((output, context) => {
975
- const contents = {};
976
- if (output[_AKI] != null) {
977
- contents[_AKI] = (0, import_smithy_client.expectString)(output[_AKI]);
978
- }
979
- if (output[_SAK] != null) {
980
- contents[_SAK] = (0, import_smithy_client.expectString)(output[_SAK]);
981
- }
982
- if (output[_STe] != null) {
983
- contents[_STe] = (0, import_smithy_client.expectString)(output[_STe]);
984
- }
985
- if (output[_E] != null) {
986
- contents[_E] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_E]));
987
- }
988
- return contents;
989
- }, "de_Credentials");
990
- var de_DecodeAuthorizationMessageResponse = /* @__PURE__ */ __name((output, context) => {
991
- const contents = {};
992
- if (output[_DM] != null) {
993
- contents[_DM] = (0, import_smithy_client.expectString)(output[_DM]);
994
- }
995
- return contents;
996
- }, "de_DecodeAuthorizationMessageResponse");
997
- var de_ExpiredTokenException = /* @__PURE__ */ __name((output, context) => {
998
- const contents = {};
999
- if (output[_m] != null) {
1000
- contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
1001
- }
1002
- return contents;
1003
- }, "de_ExpiredTokenException");
1004
- var de_FederatedUser = /* @__PURE__ */ __name((output, context) => {
1005
- const contents = {};
1006
- if (output[_FUI] != null) {
1007
- contents[_FUI] = (0, import_smithy_client.expectString)(output[_FUI]);
1008
- }
1009
- if (output[_Ar] != null) {
1010
- contents[_Ar] = (0, import_smithy_client.expectString)(output[_Ar]);
1011
- }
1012
- return contents;
1013
- }, "de_FederatedUser");
1014
- var de_GetAccessKeyInfoResponse = /* @__PURE__ */ __name((output, context) => {
1015
- const contents = {};
1016
- if (output[_Ac] != null) {
1017
- contents[_Ac] = (0, import_smithy_client.expectString)(output[_Ac]);
1018
- }
1019
- return contents;
1020
- }, "de_GetAccessKeyInfoResponse");
1021
- var de_GetCallerIdentityResponse = /* @__PURE__ */ __name((output, context) => {
1022
- const contents = {};
1023
- if (output[_UI] != null) {
1024
- contents[_UI] = (0, import_smithy_client.expectString)(output[_UI]);
1025
- }
1026
- if (output[_Ac] != null) {
1027
- contents[_Ac] = (0, import_smithy_client.expectString)(output[_Ac]);
1028
- }
1029
- if (output[_Ar] != null) {
1030
- contents[_Ar] = (0, import_smithy_client.expectString)(output[_Ar]);
1031
- }
1032
- return contents;
1033
- }, "de_GetCallerIdentityResponse");
1034
- var de_GetFederationTokenResponse = /* @__PURE__ */ __name((output, context) => {
1035
- const contents = {};
1036
- if (output[_C] != null) {
1037
- contents[_C] = de_Credentials(output[_C], context);
1038
- }
1039
- if (output[_FU] != null) {
1040
- contents[_FU] = de_FederatedUser(output[_FU], context);
1041
- }
1042
- if (output[_PPS] != null) {
1043
- contents[_PPS] = (0, import_smithy_client.strictParseInt32)(output[_PPS]);
1044
- }
1045
- return contents;
1046
- }, "de_GetFederationTokenResponse");
1047
- var de_GetSessionTokenResponse = /* @__PURE__ */ __name((output, context) => {
1048
- const contents = {};
1049
- if (output[_C] != null) {
1050
- contents[_C] = de_Credentials(output[_C], context);
1051
- }
1052
- return contents;
1053
- }, "de_GetSessionTokenResponse");
1054
- var de_IDPCommunicationErrorException = /* @__PURE__ */ __name((output, context) => {
1055
- const contents = {};
1056
- if (output[_m] != null) {
1057
- contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
1058
- }
1059
- return contents;
1060
- }, "de_IDPCommunicationErrorException");
1061
- var de_IDPRejectedClaimException = /* @__PURE__ */ __name((output, context) => {
1062
- const contents = {};
1063
- if (output[_m] != null) {
1064
- contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
1065
- }
1066
- return contents;
1067
- }, "de_IDPRejectedClaimException");
1068
- var de_InvalidAuthorizationMessageException = /* @__PURE__ */ __name((output, context) => {
1069
- const contents = {};
1070
- if (output[_m] != null) {
1071
- contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
1072
- }
1073
- return contents;
1074
- }, "de_InvalidAuthorizationMessageException");
1075
- var de_InvalidIdentityTokenException = /* @__PURE__ */ __name((output, context) => {
1076
- const contents = {};
1077
- if (output[_m] != null) {
1078
- contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
1079
- }
1080
- return contents;
1081
- }, "de_InvalidIdentityTokenException");
1082
- var de_MalformedPolicyDocumentException = /* @__PURE__ */ __name((output, context) => {
1083
- const contents = {};
1084
- if (output[_m] != null) {
1085
- contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
1086
- }
1087
- return contents;
1088
- }, "de_MalformedPolicyDocumentException");
1089
- var de_PackedPolicyTooLargeException = /* @__PURE__ */ __name((output, context) => {
1090
- const contents = {};
1091
- if (output[_m] != null) {
1092
- contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
1093
- }
1094
- return contents;
1095
- }, "de_PackedPolicyTooLargeException");
1096
- var de_RegionDisabledException = /* @__PURE__ */ __name((output, context) => {
1097
- const contents = {};
1098
- if (output[_m] != null) {
1099
- contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
1100
- }
1101
- return contents;
1102
- }, "de_RegionDisabledException");
1103
- var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
1104
- httpStatusCode: output.statusCode,
1105
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1106
- extendedRequestId: output.headers["x-amz-id-2"],
1107
- cfId: output.headers["x-amz-cf-id"]
1108
- }), "deserializeMetadata");
1109
- var throwDefaultError = (0, import_smithy_client.withBaseException)(STSServiceException);
1110
- var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
1111
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1112
- const contents = {
1113
- protocol,
1114
- hostname,
1115
- port,
1116
- method: "POST",
1117
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
1118
- headers
1119
- };
1120
- if (resolvedHostname !== void 0) {
1121
- contents.hostname = resolvedHostname;
1122
- }
1123
- if (body !== void 0) {
1124
- contents.body = body;
1125
- }
1126
- return new import_protocol_http.HttpRequest(contents);
1127
- }, "buildHttpRpcRequest");
1128
- var SHARED_HEADERS = {
1129
- "content-type": "application/x-www-form-urlencoded"
1130
- };
1131
- var _ = "2011-06-15";
1132
- var _A = "Action";
1133
- var _AKI = "AccessKeyId";
1134
- var _AR = "AssumeRole";
1135
- var _ARI = "AssumedRoleId";
1136
- var _ARU = "AssumedRoleUser";
1137
- var _ARWSAML = "AssumeRoleWithSAML";
1138
- var _ARWWI = "AssumeRoleWithWebIdentity";
1139
- var _ARs = "AssumeRoot";
1140
- var _Ac = "Account";
1141
- var _Ar = "Arn";
1142
- var _Au = "Audience";
1143
- var _C = "Credentials";
1144
- var _CA = "ContextAssertion";
1145
- var _DAM = "DecodeAuthorizationMessage";
1146
- var _DM = "DecodedMessage";
1147
- var _DS = "DurationSeconds";
1148
- var _E = "Expiration";
1149
- var _EI = "ExternalId";
1150
- var _EM = "EncodedMessage";
1151
- var _FU = "FederatedUser";
1152
- var _FUI = "FederatedUserId";
1153
- var _GAKI = "GetAccessKeyInfo";
1154
- var _GCI = "GetCallerIdentity";
1155
- var _GFT = "GetFederationToken";
1156
- var _GST = "GetSessionToken";
1157
- var _I = "Issuer";
1158
- var _K = "Key";
1159
- var _N = "Name";
1160
- var _NQ = "NameQualifier";
1161
- var _P = "Policy";
1162
- var _PA = "PolicyArns";
1163
- var _PAr = "PrincipalArn";
1164
- var _PAro = "ProviderArn";
1165
- var _PC = "ProvidedContexts";
1166
- var _PI = "ProviderId";
1167
- var _PPS = "PackedPolicySize";
1168
- var _Pr = "Provider";
1169
- var _RA = "RoleArn";
1170
- var _RSN = "RoleSessionName";
1171
- var _S = "Subject";
1172
- var _SAK = "SecretAccessKey";
1173
- var _SAMLA = "SAMLAssertion";
1174
- var _SFWIT = "SubjectFromWebIdentityToken";
1175
- var _SI = "SourceIdentity";
1176
- var _SN = "SerialNumber";
1177
- var _ST = "SubjectType";
1178
- var _STe = "SessionToken";
1179
- var _T = "Tags";
1180
- var _TC = "TokenCode";
1181
- var _TP = "TargetPrincipal";
1182
- var _TPA = "TaskPolicyArn";
1183
- var _TTK = "TransitiveTagKeys";
1184
- var _UI = "UserId";
1185
- var _V = "Version";
1186
- var _Va = "Value";
1187
- var _WIT = "WebIdentityToken";
1188
- var _a = "arn";
1189
- var _m = "message";
1190
- var buildFormUrlencodedString = /* @__PURE__ */ __name((formEntries) => Object.entries(formEntries).map(([key, value]) => (0, import_smithy_client.extendedEncodeURIComponent)(key) + "=" + (0, import_smithy_client.extendedEncodeURIComponent)(value)).join("&"), "buildFormUrlencodedString");
1191
- var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
1192
- var _a2;
1193
- if (((_a2 = data.Error) == null ? void 0 : _a2.Code) !== void 0) {
1194
- return data.Error.Code;
1195
- }
1196
- if (output.statusCode == 404) {
1197
- return "NotFound";
1198
- }
1199
- }, "loadQueryErrorCode");
1200
-
1201
- // src/commands/AssumeRoleCommand.ts
1202
- var _AssumeRoleCommand = class _AssumeRoleCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters.commonParams).m(function(Command, cs, config, o) {
1203
- return [
1204
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1205
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1206
- ];
1207
- }).s("AWSSecurityTokenServiceV20110615", "AssumeRole", {}).n("STSClient", "AssumeRoleCommand").f(void 0, AssumeRoleResponseFilterSensitiveLog).ser(se_AssumeRoleCommand).de(de_AssumeRoleCommand).build() {
1208
- };
1209
- __name(_AssumeRoleCommand, "AssumeRoleCommand");
1210
- var AssumeRoleCommand = _AssumeRoleCommand;
1211
-
1212
- // src/commands/AssumeRoleWithSAMLCommand.ts
1213
-
1214
-
1215
-
1216
- var import_EndpointParameters2 = require("./endpoint/EndpointParameters");
1217
- var _AssumeRoleWithSAMLCommand = class _AssumeRoleWithSAMLCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters2.commonParams).m(function(Command, cs, config, o) {
1218
- return [
1219
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1220
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1221
- ];
1222
- }).s("AWSSecurityTokenServiceV20110615", "AssumeRoleWithSAML", {}).n("STSClient", "AssumeRoleWithSAMLCommand").f(AssumeRoleWithSAMLRequestFilterSensitiveLog, AssumeRoleWithSAMLResponseFilterSensitiveLog).ser(se_AssumeRoleWithSAMLCommand).de(de_AssumeRoleWithSAMLCommand).build() {
1223
- };
1224
- __name(_AssumeRoleWithSAMLCommand, "AssumeRoleWithSAMLCommand");
1225
- var AssumeRoleWithSAMLCommand = _AssumeRoleWithSAMLCommand;
1226
-
1227
- // src/commands/AssumeRoleWithWebIdentityCommand.ts
1228
-
1229
-
1230
-
1231
- var import_EndpointParameters3 = require("./endpoint/EndpointParameters");
1232
- var _AssumeRoleWithWebIdentityCommand = class _AssumeRoleWithWebIdentityCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters3.commonParams).m(function(Command, cs, config, o) {
1233
- return [
1234
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1235
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1236
- ];
1237
- }).s("AWSSecurityTokenServiceV20110615", "AssumeRoleWithWebIdentity", {}).n("STSClient", "AssumeRoleWithWebIdentityCommand").f(AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog).ser(se_AssumeRoleWithWebIdentityCommand).de(de_AssumeRoleWithWebIdentityCommand).build() {
1238
- };
1239
- __name(_AssumeRoleWithWebIdentityCommand, "AssumeRoleWithWebIdentityCommand");
1240
- var AssumeRoleWithWebIdentityCommand = _AssumeRoleWithWebIdentityCommand;
1241
-
1242
- // src/commands/AssumeRootCommand.ts
1243
-
1244
-
1245
-
1246
- var import_EndpointParameters4 = require("./endpoint/EndpointParameters");
1247
- var _AssumeRootCommand = class _AssumeRootCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters4.commonParams).m(function(Command, cs, config, o) {
1248
- return [
1249
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1250
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1251
- ];
1252
- }).s("AWSSecurityTokenServiceV20110615", "AssumeRoot", {}).n("STSClient", "AssumeRootCommand").f(void 0, AssumeRootResponseFilterSensitiveLog).ser(se_AssumeRootCommand).de(de_AssumeRootCommand).build() {
1253
- };
1254
- __name(_AssumeRootCommand, "AssumeRootCommand");
1255
- var AssumeRootCommand = _AssumeRootCommand;
1256
-
1257
- // src/commands/DecodeAuthorizationMessageCommand.ts
1258
-
1259
-
1260
-
1261
- var import_EndpointParameters5 = require("./endpoint/EndpointParameters");
1262
- var _DecodeAuthorizationMessageCommand = class _DecodeAuthorizationMessageCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters5.commonParams).m(function(Command, cs, config, o) {
1263
- return [
1264
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1265
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1266
- ];
1267
- }).s("AWSSecurityTokenServiceV20110615", "DecodeAuthorizationMessage", {}).n("STSClient", "DecodeAuthorizationMessageCommand").f(void 0, void 0).ser(se_DecodeAuthorizationMessageCommand).de(de_DecodeAuthorizationMessageCommand).build() {
1268
- };
1269
- __name(_DecodeAuthorizationMessageCommand, "DecodeAuthorizationMessageCommand");
1270
- var DecodeAuthorizationMessageCommand = _DecodeAuthorizationMessageCommand;
1271
-
1272
- // src/commands/GetAccessKeyInfoCommand.ts
1273
-
1274
-
1275
-
1276
- var import_EndpointParameters6 = require("./endpoint/EndpointParameters");
1277
- var _GetAccessKeyInfoCommand = class _GetAccessKeyInfoCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters6.commonParams).m(function(Command, cs, config, o) {
1278
- return [
1279
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1280
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1281
- ];
1282
- }).s("AWSSecurityTokenServiceV20110615", "GetAccessKeyInfo", {}).n("STSClient", "GetAccessKeyInfoCommand").f(void 0, void 0).ser(se_GetAccessKeyInfoCommand).de(de_GetAccessKeyInfoCommand).build() {
1283
- };
1284
- __name(_GetAccessKeyInfoCommand, "GetAccessKeyInfoCommand");
1285
- var GetAccessKeyInfoCommand = _GetAccessKeyInfoCommand;
1286
-
1287
- // src/commands/GetCallerIdentityCommand.ts
1288
-
1289
-
1290
-
1291
- var import_EndpointParameters7 = require("./endpoint/EndpointParameters");
1292
- var _GetCallerIdentityCommand = class _GetCallerIdentityCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters7.commonParams).m(function(Command, cs, config, o) {
1293
- return [
1294
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1295
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1296
- ];
1297
- }).s("AWSSecurityTokenServiceV20110615", "GetCallerIdentity", {}).n("STSClient", "GetCallerIdentityCommand").f(void 0, void 0).ser(se_GetCallerIdentityCommand).de(de_GetCallerIdentityCommand).build() {
1298
- };
1299
- __name(_GetCallerIdentityCommand, "GetCallerIdentityCommand");
1300
- var GetCallerIdentityCommand = _GetCallerIdentityCommand;
1301
-
1302
- // src/commands/GetFederationTokenCommand.ts
1303
-
1304
-
1305
-
1306
- var import_EndpointParameters8 = require("./endpoint/EndpointParameters");
1307
- var _GetFederationTokenCommand = class _GetFederationTokenCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters8.commonParams).m(function(Command, cs, config, o) {
1308
- return [
1309
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1310
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1311
- ];
1312
- }).s("AWSSecurityTokenServiceV20110615", "GetFederationToken", {}).n("STSClient", "GetFederationTokenCommand").f(void 0, GetFederationTokenResponseFilterSensitiveLog).ser(se_GetFederationTokenCommand).de(de_GetFederationTokenCommand).build() {
1313
- };
1314
- __name(_GetFederationTokenCommand, "GetFederationTokenCommand");
1315
- var GetFederationTokenCommand = _GetFederationTokenCommand;
1316
-
1317
- // src/commands/GetSessionTokenCommand.ts
1318
-
1319
-
1320
-
1321
- var import_EndpointParameters9 = require("./endpoint/EndpointParameters");
1322
- var _GetSessionTokenCommand = class _GetSessionTokenCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters9.commonParams).m(function(Command, cs, config, o) {
1323
- return [
1324
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1325
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1326
- ];
1327
- }).s("AWSSecurityTokenServiceV20110615", "GetSessionToken", {}).n("STSClient", "GetSessionTokenCommand").f(void 0, GetSessionTokenResponseFilterSensitiveLog).ser(se_GetSessionTokenCommand).de(de_GetSessionTokenCommand).build() {
1328
- };
1329
- __name(_GetSessionTokenCommand, "GetSessionTokenCommand");
1330
- var GetSessionTokenCommand = _GetSessionTokenCommand;
1331
-
1332
- // src/STS.ts
1333
- var import_STSClient = require("././STSClient");
1334
- var commands = {
1335
- AssumeRoleCommand,
1336
- AssumeRoleWithSAMLCommand,
1337
- AssumeRoleWithWebIdentityCommand,
1338
- AssumeRootCommand,
1339
- DecodeAuthorizationMessageCommand,
1340
- GetAccessKeyInfoCommand,
1341
- GetCallerIdentityCommand,
1342
- GetFederationTokenCommand,
1343
- GetSessionTokenCommand
1344
- };
1345
- var _STS = class _STS extends import_STSClient.STSClient {
1346
- };
1347
- __name(_STS, "STS");
1348
- var STS = _STS;
1349
- (0, import_smithy_client.createAggregatedClient)(commands, STS);
1350
-
1351
- // src/index.ts
1352
- var import_EndpointParameters10 = require("./endpoint/EndpointParameters");
1353
-
1354
- // src/defaultStsRoleAssumers.ts
1355
- var import_client = require("@aws-sdk/core/client");
1356
- var ASSUME_ROLE_DEFAULT_REGION = "us-east-1";
1357
- var getAccountIdFromAssumedRoleUser = /* @__PURE__ */ __name((assumedRoleUser) => {
1358
- if (typeof (assumedRoleUser == null ? void 0 : assumedRoleUser.Arn) === "string") {
1359
- const arnComponents = assumedRoleUser.Arn.split(":");
1360
- if (arnComponents.length > 4 && arnComponents[4] !== "") {
1361
- return arnComponents[4];
1362
- }
1363
- }
1364
- return void 0;
1365
- }, "getAccountIdFromAssumedRoleUser");
1366
- var resolveRegion = /* @__PURE__ */ __name(async (_region, _parentRegion, credentialProviderLogger) => {
1367
- var _a2;
1368
- const region = typeof _region === "function" ? await _region() : _region;
1369
- const parentRegion = typeof _parentRegion === "function" ? await _parentRegion() : _parentRegion;
1370
- (_a2 = credentialProviderLogger == null ? void 0 : credentialProviderLogger.debug) == null ? void 0 : _a2.call(
1371
- credentialProviderLogger,
1372
- "@aws-sdk/client-sts::resolveRegion",
1373
- "accepting first of:",
1374
- `${region} (provider)`,
1375
- `${parentRegion} (parent client)`,
1376
- `${ASSUME_ROLE_DEFAULT_REGION} (STS default)`
1377
- );
1378
- return region ?? parentRegion ?? ASSUME_ROLE_DEFAULT_REGION;
1379
- }, "resolveRegion");
1380
- var getDefaultRoleAssumer = /* @__PURE__ */ __name((stsOptions, stsClientCtor) => {
1381
- let stsClient;
1382
- let closureSourceCreds;
1383
- return async (sourceCreds, params) => {
1384
- var _a2, _b, _c;
1385
- closureSourceCreds = sourceCreds;
1386
- if (!stsClient) {
1387
- const {
1388
- logger = (_a2 = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _a2.logger,
1389
- region,
1390
- requestHandler = (_b = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _b.requestHandler,
1391
- credentialProviderLogger
1392
- } = stsOptions;
1393
- const resolvedRegion = await resolveRegion(
1394
- region,
1395
- (_c = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _c.region,
1396
- credentialProviderLogger
1397
- );
1398
- const isCompatibleRequestHandler = !isH2(requestHandler);
1399
- stsClient = new stsClientCtor({
1400
- // A hack to make sts client uses the credential in current closure.
1401
- credentialDefaultProvider: () => async () => closureSourceCreds,
1402
- region: resolvedRegion,
1403
- requestHandler: isCompatibleRequestHandler ? requestHandler : void 0,
1404
- logger
1405
- });
1406
- }
1407
- const { Credentials: Credentials2, AssumedRoleUser: AssumedRoleUser2 } = await stsClient.send(new AssumeRoleCommand(params));
1408
- if (!Credentials2 || !Credentials2.AccessKeyId || !Credentials2.SecretAccessKey) {
1409
- throw new Error(`Invalid response from STS.assumeRole call with role ${params.RoleArn}`);
1410
- }
1411
- const accountId = getAccountIdFromAssumedRoleUser(AssumedRoleUser2);
1412
- const credentials = {
1413
- accessKeyId: Credentials2.AccessKeyId,
1414
- secretAccessKey: Credentials2.SecretAccessKey,
1415
- sessionToken: Credentials2.SessionToken,
1416
- expiration: Credentials2.Expiration,
1417
- // TODO(credentialScope): access normally when shape is updated.
1418
- ...Credentials2.CredentialScope && { credentialScope: Credentials2.CredentialScope },
1419
- ...accountId && { accountId }
1420
- };
1421
- (0, import_client.setCredentialFeature)(credentials, "CREDENTIALS_STS_ASSUME_ROLE", "i");
1422
- return credentials;
1423
- };
1424
- }, "getDefaultRoleAssumer");
1425
- var getDefaultRoleAssumerWithWebIdentity = /* @__PURE__ */ __name((stsOptions, stsClientCtor) => {
1426
- let stsClient;
1427
- return async (params) => {
1428
- var _a2, _b, _c;
1429
- if (!stsClient) {
1430
- const {
1431
- logger = (_a2 = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _a2.logger,
1432
- region,
1433
- requestHandler = (_b = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _b.requestHandler,
1434
- credentialProviderLogger
1435
- } = stsOptions;
1436
- const resolvedRegion = await resolveRegion(
1437
- region,
1438
- (_c = stsOptions == null ? void 0 : stsOptions.parentClientConfig) == null ? void 0 : _c.region,
1439
- credentialProviderLogger
1440
- );
1441
- const isCompatibleRequestHandler = !isH2(requestHandler);
1442
- stsClient = new stsClientCtor({
1443
- region: resolvedRegion,
1444
- requestHandler: isCompatibleRequestHandler ? requestHandler : void 0,
1445
- logger
1446
- });
1447
- }
1448
- const { Credentials: Credentials2, AssumedRoleUser: AssumedRoleUser2 } = await stsClient.send(new AssumeRoleWithWebIdentityCommand(params));
1449
- if (!Credentials2 || !Credentials2.AccessKeyId || !Credentials2.SecretAccessKey) {
1450
- throw new Error(`Invalid response from STS.assumeRoleWithWebIdentity call with role ${params.RoleArn}`);
1451
- }
1452
- const accountId = getAccountIdFromAssumedRoleUser(AssumedRoleUser2);
1453
- const credentials = {
1454
- accessKeyId: Credentials2.AccessKeyId,
1455
- secretAccessKey: Credentials2.SecretAccessKey,
1456
- sessionToken: Credentials2.SessionToken,
1457
- expiration: Credentials2.Expiration,
1458
- // TODO(credentialScope): access normally when shape is updated.
1459
- ...Credentials2.CredentialScope && { credentialScope: Credentials2.CredentialScope },
1460
- ...accountId && { accountId }
1461
- };
1462
- if (accountId) {
1463
- (0, import_client.setCredentialFeature)(credentials, "RESOLVED_ACCOUNT_ID", "T");
1464
- }
1465
- (0, import_client.setCredentialFeature)(credentials, "CREDENTIALS_STS_ASSUME_ROLE_WEB_ID", "k");
1466
- return credentials;
1467
- };
1468
- }, "getDefaultRoleAssumerWithWebIdentity");
1469
- var isH2 = /* @__PURE__ */ __name((requestHandler) => {
1470
- var _a2;
1471
- return ((_a2 = requestHandler == null ? void 0 : requestHandler.metadata) == null ? void 0 : _a2.handlerProtocol) === "h2";
1472
- }, "isH2");
1473
-
1474
- // src/defaultRoleAssumers.ts
1475
- var import_STSClient2 = require("././STSClient");
1476
- var getCustomizableStsClientCtor = /* @__PURE__ */ __name((baseCtor, customizations) => {
1477
- var _a2;
1478
- if (!customizations)
1479
- return baseCtor;
1480
- else
1481
- return _a2 = class extends baseCtor {
1482
- constructor(config) {
1483
- super(config);
1484
- for (const customization of customizations) {
1485
- this.middlewareStack.use(customization);
1486
- }
1487
- }
1488
- }, __name(_a2, "CustomizableSTSClient"), _a2;
1489
- }, "getCustomizableStsClientCtor");
1490
- var getDefaultRoleAssumer2 = /* @__PURE__ */ __name((stsOptions = {}, stsPlugins) => getDefaultRoleAssumer(stsOptions, getCustomizableStsClientCtor(import_STSClient2.STSClient, stsPlugins)), "getDefaultRoleAssumer");
1491
- var getDefaultRoleAssumerWithWebIdentity2 = /* @__PURE__ */ __name((stsOptions = {}, stsPlugins) => getDefaultRoleAssumerWithWebIdentity(stsOptions, getCustomizableStsClientCtor(import_STSClient2.STSClient, stsPlugins)), "getDefaultRoleAssumerWithWebIdentity");
1492
- var decorateDefaultCredentialProvider = /* @__PURE__ */ __name((provider) => (input) => provider({
1493
- roleAssumer: getDefaultRoleAssumer2(input),
1494
- roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity2(input),
1495
- ...input
1496
- }), "decorateDefaultCredentialProvider");
1497
- // Annotate the CommonJS export names for ESM import in node:
1498
-
1499
- 0 && (module.exports = {
1500
- STSServiceException,
1501
- __Client,
1502
- STSClient,
1503
- STS,
1504
- $Command,
1505
- AssumeRoleCommand,
1506
- AssumeRoleWithSAMLCommand,
1507
- AssumeRoleWithWebIdentityCommand,
1508
- AssumeRootCommand,
1509
- DecodeAuthorizationMessageCommand,
1510
- GetAccessKeyInfoCommand,
1511
- GetCallerIdentityCommand,
1512
- GetFederationTokenCommand,
1513
- GetSessionTokenCommand,
1514
- ExpiredTokenException,
1515
- MalformedPolicyDocumentException,
1516
- PackedPolicyTooLargeException,
1517
- RegionDisabledException,
1518
- IDPRejectedClaimException,
1519
- InvalidIdentityTokenException,
1520
- IDPCommunicationErrorException,
1521
- InvalidAuthorizationMessageException,
1522
- CredentialsFilterSensitiveLog,
1523
- AssumeRoleResponseFilterSensitiveLog,
1524
- AssumeRoleWithSAMLRequestFilterSensitiveLog,
1525
- AssumeRoleWithSAMLResponseFilterSensitiveLog,
1526
- AssumeRoleWithWebIdentityRequestFilterSensitiveLog,
1527
- AssumeRoleWithWebIdentityResponseFilterSensitiveLog,
1528
- AssumeRootResponseFilterSensitiveLog,
1529
- GetFederationTokenResponseFilterSensitiveLog,
1530
- GetSessionTokenResponseFilterSensitiveLog,
1531
- getDefaultRoleAssumer,
1532
- getDefaultRoleAssumerWithWebIdentity,
1533
- decorateDefaultCredentialProvider
1534
- });
1535
-