p6-cdk-s3-protector 0.0.44 → 0.0.46

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 (550) hide show
  1. package/.jsii +4362 -58
  2. package/API.md +2 -2
  3. package/lib/p6cdks3protector.js +1 -1
  4. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
  5. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
  6. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
  7. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
  8. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  9. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  10. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  11. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
  12. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
  13. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  14. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
  15. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  16. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  17. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  18. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  19. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  20. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  21. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  22. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  23. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  24. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  25. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  26. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  27. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  28. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  29. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
  68. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
  69. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
  70. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
  71. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
  72. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
  73. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
  74. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
  75. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
  76. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
  77. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  78. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
  79. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
  80. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
  82. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
  83. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  85. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  86. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
  87. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  88. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  89. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
  90. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  91. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  92. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
  93. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  94. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  95. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
  96. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
  97. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
  98. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
  99. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
  100. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
  101. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
  102. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
  103. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
  104. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
  105. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
  106. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
  107. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
  108. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
  109. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  110. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  111. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
  112. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
  113. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
  114. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
  115. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
  117. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
  118. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  120. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  121. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
  122. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
  123. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
  124. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
  125. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
  126. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  127. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  128. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  129. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  130. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
  131. package/node_modules/@aws-sdk/client-s3/package.json +49 -51
  132. package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +5497 -7718
  133. package/node_modules/@aws-sdk/client-s3-control/dist-cjs/runtimeConfig.shared.js +6 -0
  134. package/node_modules/@aws-sdk/client-s3-control/dist-es/S3ControlClient.js +2 -0
  135. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/AssociateAccessGrantsIdentityCenterCommand.js +2 -6
  136. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantCommand.js +2 -6
  137. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsInstanceCommand.js +2 -6
  138. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsLocationCommand.js +2 -6
  139. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointCommand.js +3 -10
  140. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -10
  141. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateBucketCommand.js +2 -6
  142. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateJobCommand.js +3 -10
  143. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateMultiRegionAccessPointCommand.js +2 -6
  144. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateStorageLensGroupCommand.js +3 -10
  145. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantCommand.js +2 -6
  146. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceCommand.js +2 -6
  147. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +2 -6
  148. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsLocationCommand.js +2 -6
  149. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointCommand.js +3 -10
  150. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +3 -10
  151. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyCommand.js +3 -10
  152. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +3 -10
  153. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointScopeCommand.js +3 -10
  154. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketCommand.js +3 -10
  155. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +3 -10
  156. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketPolicyCommand.js +3 -10
  157. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketReplicationCommand.js +3 -10
  158. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketTaggingCommand.js +3 -10
  159. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteJobTaggingCommand.js +3 -10
  160. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +2 -6
  161. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -10
  162. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationCommand.js +3 -10
  163. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -10
  164. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensGroupCommand.js +3 -10
  165. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeJobCommand.js +3 -10
  166. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -6
  167. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DissociateAccessGrantsIdentityCenterCommand.js +2 -6
  168. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantCommand.js +2 -6
  169. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceCommand.js +2 -6
  170. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceForPrefixCommand.js +2 -6
  171. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +2 -6
  172. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsLocationCommand.js +2 -6
  173. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointCommand.js +3 -10
  174. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -10
  175. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -10
  176. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyCommand.js +3 -10
  177. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -10
  178. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -10
  179. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -10
  180. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointScopeCommand.js +3 -10
  181. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketCommand.js +3 -10
  182. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  183. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  184. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  185. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  186. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  187. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetDataAccessCommand.js +2 -7
  188. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetJobTaggingCommand.js +3 -10
  189. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointCommand.js +2 -6
  190. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -6
  191. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -6
  192. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointRoutesCommand.js +2 -6
  193. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  194. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -10
  195. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -10
  196. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensGroupCommand.js +3 -10
  197. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsCommand.js +2 -6
  198. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsInstancesCommand.js +2 -6
  199. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsLocationsCommand.js +2 -6
  200. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsCommand.js +3 -10
  201. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +3 -10
  202. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -10
  203. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListCallerAccessGrantsCommand.js +2 -6
  204. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListJobsCommand.js +3 -10
  205. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListMultiRegionAccessPointsCommand.js +2 -6
  206. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListRegionalBucketsCommand.js +3 -10
  207. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -10
  208. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensGroupsCommand.js +3 -10
  209. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  210. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +2 -6
  211. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +3 -10
  212. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyCommand.js +3 -10
  213. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +3 -10
  214. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointScopeCommand.js +3 -10
  215. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  216. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  217. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  218. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  219. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  220. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutJobTaggingCommand.js +3 -10
  221. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -6
  222. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutPublicAccessBlockCommand.js +3 -10
  223. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationCommand.js +3 -10
  224. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -10
  225. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/SubmitMultiRegionAccessPointRoutesCommand.js +2 -6
  226. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/TagResourceCommand.js +3 -10
  227. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UntagResourceCommand.js +3 -10
  228. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateAccessGrantsLocationCommand.js +2 -6
  229. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobPriorityCommand.js +3 -10
  230. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobStatusCommand.js +3 -10
  231. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateStorageLensGroupCommand.js +3 -10
  232. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +0 -43
  233. package/node_modules/@aws-sdk/client-s3-control/dist-es/runtimeConfig.shared.js +6 -0
  234. package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +5577 -0
  235. package/node_modules/@aws-sdk/client-s3-control/dist-types/S3ControlClient.d.ts +10 -1
  236. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +12 -11
  237. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.browser.d.ts +1 -0
  238. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.d.ts +1 -0
  239. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.native.d.ts +1 -0
  240. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.shared.d.ts +2 -0
  241. package/node_modules/@aws-sdk/client-s3-control/dist-types/schemas/schemas_0.d.ts +460 -0
  242. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/S3ControlClient.d.ts +4 -0
  243. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +0 -10
  244. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  245. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  246. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  247. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  248. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/schemas/schemas_0.d.ts +466 -0
  249. package/node_modules/@aws-sdk/client-s3-control/package.json +39 -41
  250. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  251. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +2 -0
  252. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +400 -1095
  253. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +7 -0
  254. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +2 -0
  255. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +3 -10
  256. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +3 -10
  257. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  258. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +3 -10
  259. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +3 -9
  260. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +3 -9
  261. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +3 -9
  262. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetDelegatedAccessTokenCommand.js +3 -10
  263. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +3 -10
  264. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +3 -10
  265. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -45
  266. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +7 -0
  267. package/node_modules/@aws-sdk/client-sts/dist-es/schemas/schemas_0.js +410 -0
  268. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +10 -1
  269. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -44
  270. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -0
  271. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -0
  272. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -0
  273. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -0
  274. package/node_modules/@aws-sdk/client-sts/dist-types/schemas/schemas_0.d.ts +55 -0
  275. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +4 -0
  276. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -31
  277. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  278. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  279. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  280. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  281. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
  282. package/node_modules/@aws-sdk/client-sts/package.json +33 -33
  283. package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -1
  284. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -1
  285. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +11 -1
  286. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  287. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  288. package/node_modules/@aws-sdk/core/node_modules/@smithy/property-provider/package.json +2 -2
  289. package/node_modules/@aws-sdk/core/package.json +11 -11
  290. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  291. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  292. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  293. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  294. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  295. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  296. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
  297. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
  298. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  299. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
  300. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  301. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  302. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -17
  303. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
  304. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
  305. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
  306. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -16
  307. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
  308. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
  309. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
  310. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  311. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
  312. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
  313. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -10
  314. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  315. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
  316. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  317. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
  318. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
  319. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  320. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  321. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/property-provider/package.json +2 -2
  322. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  323. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  324. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  325. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  326. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  327. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  328. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  329. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  330. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  331. package/node_modules/@aws-sdk/middleware-sdk-s3-control/package.json +8 -8
  332. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  333. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  334. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  335. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  336. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
  337. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
  338. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  339. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
  340. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  341. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  342. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -17
  343. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
  344. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
  345. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
  346. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -16
  347. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
  348. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
  349. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
  350. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  351. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
  352. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
  353. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -10
  354. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  355. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
  356. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  357. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
  358. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
  359. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  360. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/property-provider/package.json +2 -2
  361. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  362. package/node_modules/@aws-sdk/types/package.json +2 -2
  363. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  364. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  365. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  366. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  367. package/node_modules/@smithy/abort-controller/package.json +2 -2
  368. package/node_modules/@smithy/config-resolver/package.json +5 -5
  369. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  370. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -2
  371. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +7 -2
  372. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  373. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -3
  374. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
  375. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
  376. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  377. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  378. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  379. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  380. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  381. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  382. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  383. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  384. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  385. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  386. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  387. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  388. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  389. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  390. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  391. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  392. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  393. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  394. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  395. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  396. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  397. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  398. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  399. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  400. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  401. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  402. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  403. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  404. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  405. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  406. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  407. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  408. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  409. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  410. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  411. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  412. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  413. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  414. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  415. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  416. package/node_modules/@smithy/core/package.json +7 -7
  417. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  418. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  419. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  420. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  421. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  422. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  423. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  424. package/node_modules/@smithy/hash-node/package.json +2 -2
  425. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  426. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  427. package/node_modules/@smithy/md5-js/package.json +2 -2
  428. package/node_modules/@smithy/middleware-apply-body-checksum/package.json +3 -3
  429. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  430. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  431. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  432. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  433. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  434. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/package.json +2 -2
  435. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  436. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  437. package/node_modules/@smithy/protocol-http/package.json +2 -2
  438. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  439. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  440. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  441. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  442. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  443. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  444. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  445. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  446. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  447. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  448. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  449. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  450. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  451. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  452. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  453. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  454. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  455. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  456. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  457. package/node_modules/@smithy/signature-v4/package.json +4 -4
  458. package/node_modules/@smithy/smithy-client/package.json +7 -7
  459. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  460. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  461. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  462. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  463. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  464. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  465. package/node_modules/@smithy/types/package.json +1 -1
  466. package/node_modules/@smithy/url-parser/package.json +3 -3
  467. package/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/property-provider/package.json +2 -2
  468. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  469. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  470. package/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/property-provider/package.json +2 -2
  471. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  472. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  473. package/node_modules/@smithy/util-middleware/package.json +2 -2
  474. package/node_modules/@smithy/util-retry/package.json +3 -3
  475. package/node_modules/@smithy/util-stream/package.json +4 -4
  476. package/node_modules/@smithy/util-waiter/package.json +3 -3
  477. package/node_modules/cdk-iam-floyd/README.md +4 -4
  478. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
  479. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
  480. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
  481. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
  482. package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +1 -0
  483. package/node_modules/cdk-iam-floyd/lib/generated/index.js +6 -3
  484. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.d.ts +1 -1
  485. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.js +2 -2
  486. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.d.ts +15 -0
  487. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.js +16 -1
  488. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +19 -0
  489. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +23 -1
  490. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.d.ts +172 -0
  491. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.js +229 -2
  492. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.d.ts +1 -1
  493. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.js +2 -2
  494. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.d.ts +56 -0
  495. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.js +78 -1
  496. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.d.ts +168 -0
  497. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.js +253 -1
  498. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.d.ts +8 -0
  499. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.js +9 -1
  500. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.d.ts +18 -0
  501. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.js +21 -1
  502. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.d.ts +8 -0
  503. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.js +12 -1
  504. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.d.ts +12 -0
  505. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.js +14 -2
  506. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.d.ts +3 -3
  507. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.js +4 -4
  508. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.d.ts +8 -0
  509. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.js +12 -1
  510. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.d.ts +1 -1
  511. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.js +2 -2
  512. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.d.ts +4 -4
  513. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.js +5 -5
  514. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.d.ts +8 -0
  515. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.js +12 -1
  516. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.d.ts +125 -0
  517. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.js +146 -2
  518. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.d.ts +41 -0
  519. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.js +60 -0
  520. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.d.ts +64 -0
  521. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.js +78 -1
  522. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +27 -0
  523. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +37 -1
  524. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.d.ts +12 -0
  525. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.js +19 -1
  526. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.d.ts +8 -0
  527. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.js +12 -1
  528. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.d.ts +116 -0
  529. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.js +137 -1
  530. package/node_modules/cdk-iam-floyd/package.json +4 -4
  531. package/package.json +7 -7
  532. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
  533. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
  534. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
  535. package/node_modules/@aws-sdk/client-s3-control/dist-es/protocols/Aws_restXml.js +0 -7280
  536. package/node_modules/@aws-sdk/client-s3-control/dist-types/protocols/Aws_restXml.d.ts +0 -875
  537. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1169
  538. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -1003
  539. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -92
  540. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -125
  541. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  542. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  543. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  544. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  545. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  546. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  547. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  548. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  549. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  550. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
@@ -3,29 +3,19 @@
3
3
  var STSClient = require('./STSClient');
4
4
  var smithyClient = require('@smithy/smithy-client');
5
5
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
6
- var middlewareSerde = require('@smithy/middleware-serde');
7
6
  var EndpointParameters = require('./endpoint/EndpointParameters');
8
- var core = require('@aws-sdk/core');
9
- var protocolHttp = require('@smithy/protocol-http');
7
+ var schema = require('@smithy/core/schema');
10
8
  var client = require('@aws-sdk/core/client');
11
9
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
12
10
 
13
- class STSServiceException extends smithyClient.ServiceException {
11
+ let STSServiceException$1 = class STSServiceException extends smithyClient.ServiceException {
14
12
  constructor(options) {
15
13
  super(options);
16
14
  Object.setPrototypeOf(this, STSServiceException.prototype);
17
15
  }
18
- }
16
+ };
19
17
 
20
- const CredentialsFilterSensitiveLog = (obj) => ({
21
- ...obj,
22
- ...(obj.SecretAccessKey && { SecretAccessKey: smithyClient.SENSITIVE_STRING }),
23
- });
24
- const AssumeRoleResponseFilterSensitiveLog = (obj) => ({
25
- ...obj,
26
- ...(obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }),
27
- });
28
- class ExpiredTokenException extends STSServiceException {
18
+ let ExpiredTokenException$1 = class ExpiredTokenException extends STSServiceException$1 {
29
19
  name = "ExpiredTokenException";
30
20
  $fault = "client";
31
21
  constructor(opts) {
@@ -36,8 +26,8 @@ class ExpiredTokenException extends STSServiceException {
36
26
  });
37
27
  Object.setPrototypeOf(this, ExpiredTokenException.prototype);
38
28
  }
39
- }
40
- class MalformedPolicyDocumentException extends STSServiceException {
29
+ };
30
+ let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException extends STSServiceException$1 {
41
31
  name = "MalformedPolicyDocumentException";
42
32
  $fault = "client";
43
33
  constructor(opts) {
@@ -48,8 +38,8 @@ class MalformedPolicyDocumentException extends STSServiceException {
48
38
  });
49
39
  Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
50
40
  }
51
- }
52
- class PackedPolicyTooLargeException extends STSServiceException {
41
+ };
42
+ let PackedPolicyTooLargeException$1 = class PackedPolicyTooLargeException extends STSServiceException$1 {
53
43
  name = "PackedPolicyTooLargeException";
54
44
  $fault = "client";
55
45
  constructor(opts) {
@@ -60,8 +50,8 @@ class PackedPolicyTooLargeException extends STSServiceException {
60
50
  });
61
51
  Object.setPrototypeOf(this, PackedPolicyTooLargeException.prototype);
62
52
  }
63
- }
64
- class RegionDisabledException extends STSServiceException {
53
+ };
54
+ let RegionDisabledException$1 = class RegionDisabledException extends STSServiceException$1 {
65
55
  name = "RegionDisabledException";
66
56
  $fault = "client";
67
57
  constructor(opts) {
@@ -72,8 +62,8 @@ class RegionDisabledException extends STSServiceException {
72
62
  });
73
63
  Object.setPrototypeOf(this, RegionDisabledException.prototype);
74
64
  }
75
- }
76
- class IDPRejectedClaimException extends STSServiceException {
65
+ };
66
+ let IDPRejectedClaimException$1 = class IDPRejectedClaimException extends STSServiceException$1 {
77
67
  name = "IDPRejectedClaimException";
78
68
  $fault = "client";
79
69
  constructor(opts) {
@@ -84,8 +74,8 @@ class IDPRejectedClaimException extends STSServiceException {
84
74
  });
85
75
  Object.setPrototypeOf(this, IDPRejectedClaimException.prototype);
86
76
  }
87
- }
88
- class InvalidIdentityTokenException extends STSServiceException {
77
+ };
78
+ let InvalidIdentityTokenException$1 = class InvalidIdentityTokenException extends STSServiceException$1 {
89
79
  name = "InvalidIdentityTokenException";
90
80
  $fault = "client";
91
81
  constructor(opts) {
@@ -96,16 +86,8 @@ class InvalidIdentityTokenException extends STSServiceException {
96
86
  });
97
87
  Object.setPrototypeOf(this, InvalidIdentityTokenException.prototype);
98
88
  }
99
- }
100
- const AssumeRoleWithWebIdentityRequestFilterSensitiveLog = (obj) => ({
101
- ...obj,
102
- ...(obj.WebIdentityToken && { WebIdentityToken: smithyClient.SENSITIVE_STRING }),
103
- });
104
- const AssumeRoleWithWebIdentityResponseFilterSensitiveLog = (obj) => ({
105
- ...obj,
106
- ...(obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }),
107
- });
108
- class IDPCommunicationErrorException extends STSServiceException {
89
+ };
90
+ let IDPCommunicationErrorException$1 = class IDPCommunicationErrorException extends STSServiceException$1 {
109
91
  name = "IDPCommunicationErrorException";
110
92
  $fault = "client";
111
93
  constructor(opts) {
@@ -116,502 +98,43 @@ class IDPCommunicationErrorException extends STSServiceException {
116
98
  });
117
99
  Object.setPrototypeOf(this, IDPCommunicationErrorException.prototype);
118
100
  }
119
- }
120
-
121
- const se_AssumeRoleCommand = async (input, context) => {
122
- const headers = SHARED_HEADERS;
123
- let body;
124
- body = buildFormUrlencodedString({
125
- ...se_AssumeRoleRequest(input),
126
- [_A]: _AR,
127
- [_V]: _,
128
- });
129
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
130
- };
131
- const se_AssumeRoleWithWebIdentityCommand = async (input, context) => {
132
- const headers = SHARED_HEADERS;
133
- let body;
134
- body = buildFormUrlencodedString({
135
- ...se_AssumeRoleWithWebIdentityRequest(input),
136
- [_A]: _ARWWI,
137
- [_V]: _,
138
- });
139
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
140
- };
141
- const de_AssumeRoleCommand = async (output, context) => {
142
- if (output.statusCode >= 300) {
143
- return de_CommandError(output, context);
144
- }
145
- const data = await core.parseXmlBody(output.body, context);
146
- let contents = {};
147
- contents = de_AssumeRoleResponse(data.AssumeRoleResult);
148
- const response = {
149
- $metadata: deserializeMetadata(output),
150
- ...contents,
151
- };
152
- return response;
153
- };
154
- const de_AssumeRoleWithWebIdentityCommand = async (output, context) => {
155
- if (output.statusCode >= 300) {
156
- return de_CommandError(output, context);
157
- }
158
- const data = await core.parseXmlBody(output.body, context);
159
- let contents = {};
160
- contents = de_AssumeRoleWithWebIdentityResponse(data.AssumeRoleWithWebIdentityResult);
161
- const response = {
162
- $metadata: deserializeMetadata(output),
163
- ...contents,
164
- };
165
- return response;
166
- };
167
- const de_CommandError = async (output, context) => {
168
- const parsedOutput = {
169
- ...output,
170
- body: await core.parseXmlErrorBody(output.body, context),
171
- };
172
- const errorCode = loadQueryErrorCode(output, parsedOutput.body);
173
- switch (errorCode) {
174
- case "ExpiredTokenException":
175
- case "com.amazonaws.sts#ExpiredTokenException":
176
- throw await de_ExpiredTokenExceptionRes(parsedOutput);
177
- case "MalformedPolicyDocument":
178
- case "com.amazonaws.sts#MalformedPolicyDocumentException":
179
- throw await de_MalformedPolicyDocumentExceptionRes(parsedOutput);
180
- case "PackedPolicyTooLarge":
181
- case "com.amazonaws.sts#PackedPolicyTooLargeException":
182
- throw await de_PackedPolicyTooLargeExceptionRes(parsedOutput);
183
- case "RegionDisabledException":
184
- case "com.amazonaws.sts#RegionDisabledException":
185
- throw await de_RegionDisabledExceptionRes(parsedOutput);
186
- case "IDPCommunicationError":
187
- case "com.amazonaws.sts#IDPCommunicationErrorException":
188
- throw await de_IDPCommunicationErrorExceptionRes(parsedOutput);
189
- case "IDPRejectedClaim":
190
- case "com.amazonaws.sts#IDPRejectedClaimException":
191
- throw await de_IDPRejectedClaimExceptionRes(parsedOutput);
192
- case "InvalidIdentityToken":
193
- case "com.amazonaws.sts#InvalidIdentityTokenException":
194
- throw await de_InvalidIdentityTokenExceptionRes(parsedOutput);
195
- default:
196
- const parsedBody = parsedOutput.body;
197
- return throwDefaultError({
198
- output,
199
- parsedBody: parsedBody.Error,
200
- errorCode,
201
- });
202
- }
203
- };
204
- const de_ExpiredTokenExceptionRes = async (parsedOutput, context) => {
205
- const body = parsedOutput.body;
206
- const deserialized = de_ExpiredTokenException(body.Error);
207
- const exception = new ExpiredTokenException({
208
- $metadata: deserializeMetadata(parsedOutput),
209
- ...deserialized,
210
- });
211
- return smithyClient.decorateServiceException(exception, body);
212
- };
213
- const de_IDPCommunicationErrorExceptionRes = async (parsedOutput, context) => {
214
- const body = parsedOutput.body;
215
- const deserialized = de_IDPCommunicationErrorException(body.Error);
216
- const exception = new IDPCommunicationErrorException({
217
- $metadata: deserializeMetadata(parsedOutput),
218
- ...deserialized,
219
- });
220
- return smithyClient.decorateServiceException(exception, body);
221
101
  };
222
- const de_IDPRejectedClaimExceptionRes = async (parsedOutput, context) => {
223
- const body = parsedOutput.body;
224
- const deserialized = de_IDPRejectedClaimException(body.Error);
225
- const exception = new IDPRejectedClaimException({
226
- $metadata: deserializeMetadata(parsedOutput),
227
- ...deserialized,
228
- });
229
- return smithyClient.decorateServiceException(exception, body);
230
- };
231
- const de_InvalidIdentityTokenExceptionRes = async (parsedOutput, context) => {
232
- const body = parsedOutput.body;
233
- const deserialized = de_InvalidIdentityTokenException(body.Error);
234
- const exception = new InvalidIdentityTokenException({
235
- $metadata: deserializeMetadata(parsedOutput),
236
- ...deserialized,
237
- });
238
- return smithyClient.decorateServiceException(exception, body);
239
- };
240
- const de_MalformedPolicyDocumentExceptionRes = async (parsedOutput, context) => {
241
- const body = parsedOutput.body;
242
- const deserialized = de_MalformedPolicyDocumentException(body.Error);
243
- const exception = new MalformedPolicyDocumentException({
244
- $metadata: deserializeMetadata(parsedOutput),
245
- ...deserialized,
246
- });
247
- return smithyClient.decorateServiceException(exception, body);
248
- };
249
- const de_PackedPolicyTooLargeExceptionRes = async (parsedOutput, context) => {
250
- const body = parsedOutput.body;
251
- const deserialized = de_PackedPolicyTooLargeException(body.Error);
252
- const exception = new PackedPolicyTooLargeException({
253
- $metadata: deserializeMetadata(parsedOutput),
254
- ...deserialized,
255
- });
256
- return smithyClient.decorateServiceException(exception, body);
257
- };
258
- const de_RegionDisabledExceptionRes = async (parsedOutput, context) => {
259
- const body = parsedOutput.body;
260
- const deserialized = de_RegionDisabledException(body.Error);
261
- const exception = new RegionDisabledException({
262
- $metadata: deserializeMetadata(parsedOutput),
263
- ...deserialized,
264
- });
265
- return smithyClient.decorateServiceException(exception, body);
266
- };
267
- const se_AssumeRoleRequest = (input, context) => {
268
- const entries = {};
269
- if (input[_RA] != null) {
270
- entries[_RA] = input[_RA];
271
- }
272
- if (input[_RSN] != null) {
273
- entries[_RSN] = input[_RSN];
274
- }
275
- if (input[_PA] != null) {
276
- const memberEntries = se_policyDescriptorListType(input[_PA]);
277
- if (input[_PA]?.length === 0) {
278
- entries.PolicyArns = [];
279
- }
280
- Object.entries(memberEntries).forEach(([key, value]) => {
281
- const loc = `PolicyArns.${key}`;
282
- entries[loc] = value;
283
- });
284
- }
285
- if (input[_P] != null) {
286
- entries[_P] = input[_P];
287
- }
288
- if (input[_DS] != null) {
289
- entries[_DS] = input[_DS];
290
- }
291
- if (input[_T] != null) {
292
- const memberEntries = se_tagListType(input[_T]);
293
- if (input[_T]?.length === 0) {
294
- entries.Tags = [];
295
- }
296
- Object.entries(memberEntries).forEach(([key, value]) => {
297
- const loc = `Tags.${key}`;
298
- entries[loc] = value;
299
- });
300
- }
301
- if (input[_TTK] != null) {
302
- const memberEntries = se_tagKeyListType(input[_TTK]);
303
- if (input[_TTK]?.length === 0) {
304
- entries.TransitiveTagKeys = [];
305
- }
306
- Object.entries(memberEntries).forEach(([key, value]) => {
307
- const loc = `TransitiveTagKeys.${key}`;
308
- entries[loc] = value;
309
- });
310
- }
311
- if (input[_EI] != null) {
312
- entries[_EI] = input[_EI];
313
- }
314
- if (input[_SN] != null) {
315
- entries[_SN] = input[_SN];
316
- }
317
- if (input[_TC] != null) {
318
- entries[_TC] = input[_TC];
319
- }
320
- if (input[_SI] != null) {
321
- entries[_SI] = input[_SI];
322
- }
323
- if (input[_PC] != null) {
324
- const memberEntries = se_ProvidedContextsListType(input[_PC]);
325
- if (input[_PC]?.length === 0) {
326
- entries.ProvidedContexts = [];
327
- }
328
- Object.entries(memberEntries).forEach(([key, value]) => {
329
- const loc = `ProvidedContexts.${key}`;
330
- entries[loc] = value;
331
- });
332
- }
333
- return entries;
334
- };
335
- const se_AssumeRoleWithWebIdentityRequest = (input, context) => {
336
- const entries = {};
337
- if (input[_RA] != null) {
338
- entries[_RA] = input[_RA];
339
- }
340
- if (input[_RSN] != null) {
341
- entries[_RSN] = input[_RSN];
342
- }
343
- if (input[_WIT] != null) {
344
- entries[_WIT] = input[_WIT];
345
- }
346
- if (input[_PI] != null) {
347
- entries[_PI] = input[_PI];
348
- }
349
- if (input[_PA] != null) {
350
- const memberEntries = se_policyDescriptorListType(input[_PA]);
351
- if (input[_PA]?.length === 0) {
352
- entries.PolicyArns = [];
353
- }
354
- Object.entries(memberEntries).forEach(([key, value]) => {
355
- const loc = `PolicyArns.${key}`;
356
- entries[loc] = value;
357
- });
358
- }
359
- if (input[_P] != null) {
360
- entries[_P] = input[_P];
361
- }
362
- if (input[_DS] != null) {
363
- entries[_DS] = input[_DS];
364
- }
365
- return entries;
366
- };
367
- const se_policyDescriptorListType = (input, context) => {
368
- const entries = {};
369
- let counter = 1;
370
- for (const entry of input) {
371
- if (entry === null) {
372
- continue;
373
- }
374
- const memberEntries = se_PolicyDescriptorType(entry);
375
- Object.entries(memberEntries).forEach(([key, value]) => {
376
- entries[`member.${counter}.${key}`] = value;
377
- });
378
- counter++;
379
- }
380
- return entries;
381
- };
382
- const se_PolicyDescriptorType = (input, context) => {
383
- const entries = {};
384
- if (input[_a] != null) {
385
- entries[_a] = input[_a];
386
- }
387
- return entries;
388
- };
389
- const se_ProvidedContext = (input, context) => {
390
- const entries = {};
391
- if (input[_PAr] != null) {
392
- entries[_PAr] = input[_PAr];
393
- }
394
- if (input[_CA] != null) {
395
- entries[_CA] = input[_CA];
396
- }
397
- return entries;
398
- };
399
- const se_ProvidedContextsListType = (input, context) => {
400
- const entries = {};
401
- let counter = 1;
402
- for (const entry of input) {
403
- if (entry === null) {
404
- continue;
405
- }
406
- const memberEntries = se_ProvidedContext(entry);
407
- Object.entries(memberEntries).forEach(([key, value]) => {
408
- entries[`member.${counter}.${key}`] = value;
409
- });
410
- counter++;
411
- }
412
- return entries;
413
- };
414
- const se_Tag = (input, context) => {
415
- const entries = {};
416
- if (input[_K] != null) {
417
- entries[_K] = input[_K];
418
- }
419
- if (input[_Va] != null) {
420
- entries[_Va] = input[_Va];
421
- }
422
- return entries;
423
- };
424
- const se_tagKeyListType = (input, context) => {
425
- const entries = {};
426
- let counter = 1;
427
- for (const entry of input) {
428
- if (entry === null) {
429
- continue;
430
- }
431
- entries[`member.${counter}`] = entry;
432
- counter++;
433
- }
434
- return entries;
435
- };
436
- const se_tagListType = (input, context) => {
437
- const entries = {};
438
- let counter = 1;
439
- for (const entry of input) {
440
- if (entry === null) {
441
- continue;
442
- }
443
- const memberEntries = se_Tag(entry);
444
- Object.entries(memberEntries).forEach(([key, value]) => {
445
- entries[`member.${counter}.${key}`] = value;
446
- });
447
- counter++;
448
- }
449
- return entries;
450
- };
451
- const de_AssumedRoleUser = (output, context) => {
452
- const contents = {};
453
- if (output[_ARI] != null) {
454
- contents[_ARI] = smithyClient.expectString(output[_ARI]);
455
- }
456
- if (output[_Ar] != null) {
457
- contents[_Ar] = smithyClient.expectString(output[_Ar]);
458
- }
459
- return contents;
460
- };
461
- const de_AssumeRoleResponse = (output, context) => {
462
- const contents = {};
463
- if (output[_C] != null) {
464
- contents[_C] = de_Credentials(output[_C]);
465
- }
466
- if (output[_ARU] != null) {
467
- contents[_ARU] = de_AssumedRoleUser(output[_ARU]);
468
- }
469
- if (output[_PPS] != null) {
470
- contents[_PPS] = smithyClient.strictParseInt32(output[_PPS]);
471
- }
472
- if (output[_SI] != null) {
473
- contents[_SI] = smithyClient.expectString(output[_SI]);
474
- }
475
- return contents;
476
- };
477
- const de_AssumeRoleWithWebIdentityResponse = (output, context) => {
478
- const contents = {};
479
- if (output[_C] != null) {
480
- contents[_C] = de_Credentials(output[_C]);
481
- }
482
- if (output[_SFWIT] != null) {
483
- contents[_SFWIT] = smithyClient.expectString(output[_SFWIT]);
484
- }
485
- if (output[_ARU] != null) {
486
- contents[_ARU] = de_AssumedRoleUser(output[_ARU]);
487
- }
488
- if (output[_PPS] != null) {
489
- contents[_PPS] = smithyClient.strictParseInt32(output[_PPS]);
490
- }
491
- if (output[_Pr] != null) {
492
- contents[_Pr] = smithyClient.expectString(output[_Pr]);
493
- }
494
- if (output[_Au] != null) {
495
- contents[_Au] = smithyClient.expectString(output[_Au]);
496
- }
497
- if (output[_SI] != null) {
498
- contents[_SI] = smithyClient.expectString(output[_SI]);
499
- }
500
- return contents;
501
- };
502
- const de_Credentials = (output, context) => {
503
- const contents = {};
504
- if (output[_AKI] != null) {
505
- contents[_AKI] = smithyClient.expectString(output[_AKI]);
506
- }
507
- if (output[_SAK] != null) {
508
- contents[_SAK] = smithyClient.expectString(output[_SAK]);
509
- }
510
- if (output[_ST] != null) {
511
- contents[_ST] = smithyClient.expectString(output[_ST]);
512
- }
513
- if (output[_E] != null) {
514
- contents[_E] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_E]));
515
- }
516
- return contents;
517
- };
518
- const de_ExpiredTokenException = (output, context) => {
519
- const contents = {};
520
- if (output[_m] != null) {
521
- contents[_m] = smithyClient.expectString(output[_m]);
522
- }
523
- return contents;
524
- };
525
- const de_IDPCommunicationErrorException = (output, context) => {
526
- const contents = {};
527
- if (output[_m] != null) {
528
- contents[_m] = smithyClient.expectString(output[_m]);
529
- }
530
- return contents;
531
- };
532
- const de_IDPRejectedClaimException = (output, context) => {
533
- const contents = {};
534
- if (output[_m] != null) {
535
- contents[_m] = smithyClient.expectString(output[_m]);
536
- }
537
- return contents;
538
- };
539
- const de_InvalidIdentityTokenException = (output, context) => {
540
- const contents = {};
541
- if (output[_m] != null) {
542
- contents[_m] = smithyClient.expectString(output[_m]);
543
- }
544
- return contents;
545
- };
546
- const de_MalformedPolicyDocumentException = (output, context) => {
547
- const contents = {};
548
- if (output[_m] != null) {
549
- contents[_m] = smithyClient.expectString(output[_m]);
550
- }
551
- return contents;
552
- };
553
- const de_PackedPolicyTooLargeException = (output, context) => {
554
- const contents = {};
555
- if (output[_m] != null) {
556
- contents[_m] = smithyClient.expectString(output[_m]);
557
- }
558
- return contents;
559
- };
560
- const de_RegionDisabledException = (output, context) => {
561
- const contents = {};
562
- if (output[_m] != null) {
563
- contents[_m] = smithyClient.expectString(output[_m]);
564
- }
565
- return contents;
566
- };
567
- const deserializeMetadata = (output) => ({
568
- httpStatusCode: output.statusCode,
569
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
570
- extendedRequestId: output.headers["x-amz-id-2"],
571
- cfId: output.headers["x-amz-cf-id"],
572
- });
573
- const throwDefaultError = smithyClient.withBaseException(STSServiceException);
574
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
575
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
576
- const contents = {
577
- protocol,
578
- hostname,
579
- port,
580
- method: "POST",
581
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
582
- headers,
583
- };
584
- if (body !== undefined) {
585
- contents.body = body;
586
- }
587
- return new protocolHttp.HttpRequest(contents);
588
- };
589
- const SHARED_HEADERS = {
590
- "content-type": "application/x-www-form-urlencoded",
591
- };
592
- const _ = "2011-06-15";
593
- const _A = "Action";
102
+
103
+ const _A = "Arn";
594
104
  const _AKI = "AccessKeyId";
595
105
  const _AR = "AssumeRole";
596
106
  const _ARI = "AssumedRoleId";
107
+ const _ARR = "AssumeRoleRequest";
108
+ const _ARRs = "AssumeRoleResponse";
597
109
  const _ARU = "AssumedRoleUser";
598
110
  const _ARWWI = "AssumeRoleWithWebIdentity";
599
- const _Ar = "Arn";
111
+ const _ARWWIR = "AssumeRoleWithWebIdentityRequest";
112
+ const _ARWWIRs = "AssumeRoleWithWebIdentityResponse";
600
113
  const _Au = "Audience";
601
114
  const _C = "Credentials";
602
115
  const _CA = "ContextAssertion";
603
116
  const _DS = "DurationSeconds";
604
117
  const _E = "Expiration";
605
118
  const _EI = "ExternalId";
119
+ const _ETE = "ExpiredTokenException";
120
+ const _IDPCEE = "IDPCommunicationErrorException";
121
+ const _IDPRCE = "IDPRejectedClaimException";
122
+ const _IITE = "InvalidIdentityTokenException";
606
123
  const _K = "Key";
124
+ const _MPDE = "MalformedPolicyDocumentException";
607
125
  const _P = "Policy";
608
126
  const _PA = "PolicyArns";
609
127
  const _PAr = "ProviderArn";
610
128
  const _PC = "ProvidedContexts";
129
+ const _PCLT = "ProvidedContextsListType";
130
+ const _PCr = "ProvidedContext";
131
+ const _PDT = "PolicyDescriptorType";
611
132
  const _PI = "ProviderId";
612
133
  const _PPS = "PackedPolicySize";
134
+ const _PPTLE = "PackedPolicyTooLargeException";
613
135
  const _Pr = "Provider";
614
136
  const _RA = "RoleArn";
137
+ const _RDE = "RegionDisabledException";
615
138
  const _RSN = "RoleSessionName";
616
139
  const _SAK = "SecretAccessKey";
617
140
  const _SFWIT = "SubjectFromWebIdentityToken";
@@ -621,37 +144,182 @@ const _ST = "SessionToken";
621
144
  const _T = "Tags";
622
145
  const _TC = "TokenCode";
623
146
  const _TTK = "TransitiveTagKeys";
624
- const _V = "Version";
625
- const _Va = "Value";
147
+ const _Ta = "Tag";
148
+ const _V = "Value";
626
149
  const _WIT = "WebIdentityToken";
627
150
  const _a = "arn";
151
+ const _aKST = "accessKeySecretType";
152
+ const _aQE = "awsQueryError";
153
+ const _c = "client";
154
+ const _cTT = "clientTokenType";
155
+ const _e = "error";
156
+ const _hE = "httpError";
628
157
  const _m = "message";
629
- const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
630
- .map(([key, value]) => smithyClient.extendedEncodeURIComponent(key) + "=" + smithyClient.extendedEncodeURIComponent(value))
631
- .join("&");
632
- const loadQueryErrorCode = (output, data) => {
633
- if (data.Error?.Code !== undefined) {
634
- return data.Error.Code;
635
- }
636
- if (output.statusCode == 404) {
637
- return "NotFound";
638
- }
639
- };
158
+ const _pDLT = "policyDescriptorListType";
159
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sts";
160
+ const _tLT = "tagListType";
161
+ const n0 = "com.amazonaws.sts";
162
+ var accessKeySecretType = [0, n0, _aKST, 8, 0];
163
+ var clientTokenType = [0, n0, _cTT, 8, 0];
164
+ var AssumedRoleUser = [3, n0, _ARU, 0, [_ARI, _A], [0, 0]];
165
+ var AssumeRoleRequest = [
166
+ 3,
167
+ n0,
168
+ _ARR,
169
+ 0,
170
+ [_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
171
+ [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType],
172
+ ];
173
+ var AssumeRoleResponse = [
174
+ 3,
175
+ n0,
176
+ _ARRs,
177
+ 0,
178
+ [_C, _ARU, _PPS, _SI],
179
+ [[() => Credentials, 0], () => AssumedRoleUser, 1, 0],
180
+ ];
181
+ var AssumeRoleWithWebIdentityRequest = [
182
+ 3,
183
+ n0,
184
+ _ARWWIR,
185
+ 0,
186
+ [_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
187
+ [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1],
188
+ ];
189
+ var AssumeRoleWithWebIdentityResponse = [
190
+ 3,
191
+ n0,
192
+ _ARWWIRs,
193
+ 0,
194
+ [_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI],
195
+ [[() => Credentials, 0], 0, () => AssumedRoleUser, 1, 0, 0, 0],
196
+ ];
197
+ var Credentials = [
198
+ 3,
199
+ n0,
200
+ _C,
201
+ 0,
202
+ [_AKI, _SAK, _ST, _E],
203
+ [0, [() => accessKeySecretType, 0], 0, 4],
204
+ ];
205
+ var ExpiredTokenException = [
206
+ -3,
207
+ n0,
208
+ _ETE,
209
+ {
210
+ [_e]: _c,
211
+ [_hE]: 400,
212
+ [_aQE]: [`ExpiredTokenException`, 400],
213
+ },
214
+ [_m],
215
+ [0],
216
+ ];
217
+ schema.TypeRegistry.for(n0).registerError(ExpiredTokenException, ExpiredTokenException$1);
218
+ var IDPCommunicationErrorException = [
219
+ -3,
220
+ n0,
221
+ _IDPCEE,
222
+ {
223
+ [_e]: _c,
224
+ [_hE]: 400,
225
+ [_aQE]: [`IDPCommunicationError`, 400],
226
+ },
227
+ [_m],
228
+ [0],
229
+ ];
230
+ schema.TypeRegistry.for(n0).registerError(IDPCommunicationErrorException, IDPCommunicationErrorException$1);
231
+ var IDPRejectedClaimException = [
232
+ -3,
233
+ n0,
234
+ _IDPRCE,
235
+ {
236
+ [_e]: _c,
237
+ [_hE]: 403,
238
+ [_aQE]: [`IDPRejectedClaim`, 403],
239
+ },
240
+ [_m],
241
+ [0],
242
+ ];
243
+ schema.TypeRegistry.for(n0).registerError(IDPRejectedClaimException, IDPRejectedClaimException$1);
244
+ var InvalidIdentityTokenException = [
245
+ -3,
246
+ n0,
247
+ _IITE,
248
+ {
249
+ [_e]: _c,
250
+ [_hE]: 400,
251
+ [_aQE]: [`InvalidIdentityToken`, 400],
252
+ },
253
+ [_m],
254
+ [0],
255
+ ];
256
+ schema.TypeRegistry.for(n0).registerError(InvalidIdentityTokenException, InvalidIdentityTokenException$1);
257
+ var MalformedPolicyDocumentException = [
258
+ -3,
259
+ n0,
260
+ _MPDE,
261
+ {
262
+ [_e]: _c,
263
+ [_hE]: 400,
264
+ [_aQE]: [`MalformedPolicyDocument`, 400],
265
+ },
266
+ [_m],
267
+ [0],
268
+ ];
269
+ schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, MalformedPolicyDocumentException$1);
270
+ var PackedPolicyTooLargeException = [
271
+ -3,
272
+ n0,
273
+ _PPTLE,
274
+ {
275
+ [_e]: _c,
276
+ [_hE]: 400,
277
+ [_aQE]: [`PackedPolicyTooLarge`, 400],
278
+ },
279
+ [_m],
280
+ [0],
281
+ ];
282
+ schema.TypeRegistry.for(n0).registerError(PackedPolicyTooLargeException, PackedPolicyTooLargeException$1);
283
+ var PolicyDescriptorType = [3, n0, _PDT, 0, [_a], [0]];
284
+ var ProvidedContext = [3, n0, _PCr, 0, [_PAr, _CA], [0, 0]];
285
+ var RegionDisabledException = [
286
+ -3,
287
+ n0,
288
+ _RDE,
289
+ {
290
+ [_e]: _c,
291
+ [_hE]: 403,
292
+ [_aQE]: [`RegionDisabledException`, 403],
293
+ },
294
+ [_m],
295
+ [0],
296
+ ];
297
+ schema.TypeRegistry.for(n0).registerError(RegionDisabledException, RegionDisabledException$1);
298
+ var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
299
+ var STSServiceException = [-3, _s, "STSServiceException", 0, [], []];
300
+ schema.TypeRegistry.for(_s).registerError(STSServiceException, STSServiceException$1);
301
+ var policyDescriptorListType = [1, n0, _pDLT, 0, () => PolicyDescriptorType];
302
+ var ProvidedContextsListType = [1, n0, _PCLT, 0, () => ProvidedContext];
303
+ var tagListType = [1, n0, _tLT, 0, () => Tag];
304
+ var AssumeRole = [9, n0, _AR, 0, () => AssumeRoleRequest, () => AssumeRoleResponse];
305
+ var AssumeRoleWithWebIdentity = [
306
+ 9,
307
+ n0,
308
+ _ARWWI,
309
+ 0,
310
+ () => AssumeRoleWithWebIdentityRequest,
311
+ () => AssumeRoleWithWebIdentityResponse,
312
+ ];
640
313
 
641
314
  class AssumeRoleCommand extends smithyClient.Command
642
315
  .classBuilder()
643
316
  .ep(EndpointParameters.commonParams)
644
317
  .m(function (Command, cs, config, o) {
645
- return [
646
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
647
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
648
- ];
318
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
649
319
  })
650
320
  .s("AWSSecurityTokenServiceV20110615", "AssumeRole", {})
651
321
  .n("STSClient", "AssumeRoleCommand")
652
- .f(void 0, AssumeRoleResponseFilterSensitiveLog)
653
- .ser(se_AssumeRoleCommand)
654
- .de(de_AssumeRoleCommand)
322
+ .sc(AssumeRole)
655
323
  .build() {
656
324
  }
657
325
 
@@ -659,16 +327,11 @@ class AssumeRoleWithWebIdentityCommand extends smithyClient.Command
659
327
  .classBuilder()
660
328
  .ep(EndpointParameters.commonParams)
661
329
  .m(function (Command, cs, config, o) {
662
- return [
663
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
664
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
665
- ];
330
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
666
331
  })
667
332
  .s("AWSSecurityTokenServiceV20110615", "AssumeRoleWithWebIdentity", {})
668
333
  .n("STSClient", "AssumeRoleWithWebIdentityCommand")
669
- .f(AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog)
670
- .ser(se_AssumeRoleWithWebIdentityCommand)
671
- .de(de_AssumeRoleWithWebIdentityCommand)
334
+ .sc(AssumeRoleWithWebIdentity)
672
335
  .build() {
673
336
  }
674
337
 
@@ -804,20 +467,16 @@ Object.defineProperty(exports, "$Command", {
804
467
  get: function () { return smithyClient.Command; }
805
468
  });
806
469
  exports.AssumeRoleCommand = AssumeRoleCommand;
807
- exports.AssumeRoleResponseFilterSensitiveLog = AssumeRoleResponseFilterSensitiveLog;
808
470
  exports.AssumeRoleWithWebIdentityCommand = AssumeRoleWithWebIdentityCommand;
809
- exports.AssumeRoleWithWebIdentityRequestFilterSensitiveLog = AssumeRoleWithWebIdentityRequestFilterSensitiveLog;
810
- exports.AssumeRoleWithWebIdentityResponseFilterSensitiveLog = AssumeRoleWithWebIdentityResponseFilterSensitiveLog;
811
- exports.CredentialsFilterSensitiveLog = CredentialsFilterSensitiveLog;
812
- exports.ExpiredTokenException = ExpiredTokenException;
813
- exports.IDPCommunicationErrorException = IDPCommunicationErrorException;
814
- exports.IDPRejectedClaimException = IDPRejectedClaimException;
815
- exports.InvalidIdentityTokenException = InvalidIdentityTokenException;
816
- exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
817
- exports.PackedPolicyTooLargeException = PackedPolicyTooLargeException;
818
- exports.RegionDisabledException = RegionDisabledException;
471
+ exports.ExpiredTokenException = ExpiredTokenException$1;
472
+ exports.IDPCommunicationErrorException = IDPCommunicationErrorException$1;
473
+ exports.IDPRejectedClaimException = IDPRejectedClaimException$1;
474
+ exports.InvalidIdentityTokenException = InvalidIdentityTokenException$1;
475
+ exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException$1;
476
+ exports.PackedPolicyTooLargeException = PackedPolicyTooLargeException$1;
477
+ exports.RegionDisabledException = RegionDisabledException$1;
819
478
  exports.STS = STS;
820
- exports.STSServiceException = STSServiceException;
479
+ exports.STSServiceException = STSServiceException$1;
821
480
  exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider;
822
481
  exports.getDefaultRoleAssumer = getDefaultRoleAssumer;
823
482
  exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity;