@cdklabs/cdk-construct-connect-datalake 0.0.9 → 0.0.10

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 (4656) hide show
  1. package/.jsii +9 -9
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/index.js +1 -1
  4. package/node_modules/@aws-crypto/crc32/CHANGELOG.md +100 -0
  5. package/node_modules/@aws-crypto/crc32/LICENSE +201 -0
  6. package/node_modules/@aws-crypto/crc32/README.md +16 -0
  7. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.d.ts +7 -0
  8. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +31 -0
  9. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +1 -0
  10. package/node_modules/@aws-crypto/crc32/build/main/index.d.ts +7 -0
  11. package/node_modules/@aws-crypto/crc32/build/main/index.js +108 -0
  12. package/node_modules/@aws-crypto/crc32/build/main/index.js.map +1 -0
  13. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +7 -0
  14. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +28 -0
  15. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +1 -0
  16. package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +7 -0
  17. package/node_modules/@aws-crypto/crc32/build/module/index.js +103 -0
  18. package/node_modules/@aws-crypto/crc32/build/module/index.js.map +1 -0
  19. package/node_modules/@aws-crypto/crc32/package.json +32 -0
  20. package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
  21. package/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
  22. package/node_modules/@aws-crypto/crc32/tsconfig.json +9 -0
  23. package/node_modules/@aws-crypto/crc32/tsconfig.module.json +7 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -2
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +5 -5
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +318 -324
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +3 -3
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +14 -16
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +19 -24
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +9 -10
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +1 -1
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +6 -9
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +2 -2
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +2 -2
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +2 -2
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +2 -2
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +2 -2
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +2 -2
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +2 -2
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +2 -2
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +2 -2
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +2 -2
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +2 -2
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +2 -2
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +2 -2
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +2 -2
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +2 -2
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +2 -2
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +2 -2
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +2 -2
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +2 -2
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +2 -2
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +2 -2
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +2 -2
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +2 -2
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +2 -2
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +2 -2
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +2 -2
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +2 -2
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +2 -2
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +2 -2
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +2 -2
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +2 -2
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +2 -2
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +2 -2
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +2 -2
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +2 -2
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +2 -2
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +2 -2
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +2 -2
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +2 -2
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +2 -2
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +2 -2
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/bdd.js +1 -1
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +2 -2
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/CloudFormationServiceException.js +1 -1
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +5 -7
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +5 -10
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +3 -4
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +3 -3
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +1 -1
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +1 -1
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +1 -1
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +1 -1
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +1 -1
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +1 -1
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +1 -1
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForTypeRegistrationComplete.js +1 -1
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +6 -7
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +6 -4
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +6 -4
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +6 -4
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +6 -4
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -4
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +6 -4
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +6 -4
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +6 -4
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +6 -4
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +6 -4
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +6 -4
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +6 -4
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +6 -4
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -4
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +6 -4
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +6 -4
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +6 -4
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +6 -4
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +6 -4
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -4
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +6 -4
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +6 -4
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +6 -4
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +6 -4
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +6 -4
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +6 -4
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +6 -4
  171. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +6 -4
  172. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +6 -4
  173. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +6 -4
  174. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +6 -4
  175. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +6 -4
  176. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +6 -4
  177. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +6 -4
  178. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +6 -4
  179. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +6 -4
  180. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -4
  181. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +6 -4
  182. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +6 -4
  183. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +6 -4
  184. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +6 -4
  185. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +6 -4
  186. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +6 -4
  187. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +6 -4
  188. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +6 -4
  189. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +6 -4
  190. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +6 -4
  191. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +6 -4
  192. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +6 -4
  193. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +6 -4
  194. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +6 -4
  195. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +6 -4
  196. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +6 -4
  197. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +6 -4
  198. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +6 -4
  199. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +6 -4
  200. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +6 -4
  201. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +6 -4
  202. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +6 -4
  203. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +6 -4
  204. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +6 -4
  205. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +6 -4
  206. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +6 -4
  207. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +6 -4
  208. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +6 -4
  209. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +6 -4
  210. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +6 -4
  211. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +6 -4
  212. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +6 -4
  213. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +6 -4
  214. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +6 -4
  215. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +6 -4
  216. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +6 -4
  217. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -4
  218. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +6 -4
  219. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +6 -4
  220. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +6 -4
  221. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +6 -4
  222. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -4
  223. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +6 -4
  224. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +6 -4
  225. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +6 -4
  226. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +6 -4
  227. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +6 -4
  228. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +6 -4
  229. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +6 -4
  230. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -4
  231. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +6 -4
  232. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -4
  233. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +6 -4
  234. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/bdd.d.ts +1 -1
  235. package/node_modules/@aws-sdk/client-cloudformation/dist-types/extensionConfiguration.d.ts +1 -1
  236. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/CloudFormationServiceException.d.ts +1 -1
  237. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +1 -1
  238. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +3 -3
  239. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +3 -3
  240. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +3 -3
  241. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +1 -1
  242. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +9 -17
  243. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +6 -4
  244. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +6 -4
  245. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +6 -4
  246. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +6 -4
  247. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +6 -4
  248. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +6 -4
  249. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +6 -4
  250. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +6 -4
  251. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +6 -4
  252. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +6 -4
  253. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +6 -4
  254. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +6 -4
  255. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +6 -4
  256. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +6 -4
  257. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +6 -4
  258. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +6 -4
  259. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +6 -4
  260. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +6 -4
  261. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +6 -4
  262. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +6 -4
  263. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +6 -4
  264. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +6 -4
  265. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +6 -4
  266. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +6 -4
  267. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +6 -4
  268. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +6 -4
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +6 -4
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +6 -4
  271. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +6 -4
  272. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +6 -4
  273. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +6 -4
  274. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +6 -4
  275. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +6 -4
  276. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +6 -4
  277. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +6 -4
  278. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +6 -4
  279. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +6 -4
  280. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +6 -4
  281. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +6 -4
  282. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +6 -4
  283. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +6 -4
  284. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +6 -4
  285. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +6 -4
  286. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +6 -4
  287. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +6 -4
  288. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +6 -4
  289. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +6 -4
  290. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +6 -4
  291. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +6 -4
  292. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +6 -4
  293. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +6 -4
  294. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +6 -4
  295. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +6 -4
  296. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +6 -4
  297. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +6 -4
  298. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +6 -4
  299. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +6 -4
  300. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +6 -4
  301. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +6 -4
  302. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +6 -4
  303. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +6 -4
  304. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +6 -4
  305. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +6 -4
  306. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +6 -4
  307. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +6 -4
  308. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +6 -4
  309. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +6 -4
  310. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +6 -4
  311. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +6 -4
  312. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +6 -4
  313. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +6 -4
  314. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +6 -6
  315. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +6 -4
  316. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +6 -4
  317. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +6 -4
  318. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +6 -4
  319. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +6 -4
  320. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +6 -4
  321. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +6 -4
  322. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +6 -4
  323. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +6 -4
  324. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +6 -4
  325. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +6 -4
  326. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +6 -6
  327. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +6 -4
  328. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +6 -4
  329. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +6 -4
  330. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +6 -4
  331. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +6 -4
  332. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +6 -4
  333. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  334. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  335. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +1 -1
  336. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +1 -1
  337. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -3
  338. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +3 -3
  339. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  340. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +1 -1
  341. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +1 -1
  342. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +1 -1
  343. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +1 -1
  344. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +1 -1
  345. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +1 -1
  346. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +1 -1
  347. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +1 -1
  348. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +1 -1
  349. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +1 -1
  350. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +1 -1
  351. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +1 -1
  352. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +1 -1
  353. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +1 -1
  354. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +1 -1
  355. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +1 -1
  356. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +1 -1
  357. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +1 -1
  358. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +1 -1
  359. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +1 -1
  360. package/node_modules/@aws-sdk/client-cloudformation/package.json +6 -36
  361. package/node_modules/@aws-sdk/client-connect/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  362. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +2 -2
  363. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +5 -5
  364. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +767 -768
  365. package/node_modules/@aws-sdk/client-connect/dist-cjs/models/ConnectServiceException.js +3 -3
  366. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.browser.js +14 -16
  367. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.js +19 -24
  368. package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.shared.js +9 -10
  369. package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +1 -1
  370. package/node_modules/@aws-sdk/client-connect/dist-es/ConnectClient.js +6 -9
  371. package/node_modules/@aws-sdk/client-connect/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  372. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ActivateEvaluationFormCommand.js +2 -2
  373. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateAnalyticsDataSetCommand.js +2 -2
  374. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateApprovedOriginCommand.js +2 -2
  375. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateBotCommand.js +2 -2
  376. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateContactWithUserCommand.js +2 -2
  377. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateDefaultVocabularyCommand.js +2 -2
  378. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateEmailAddressAliasCommand.js +2 -2
  379. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateFlowCommand.js +2 -2
  380. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateHoursOfOperationsCommand.js +2 -2
  381. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateInstanceStorageConfigCommand.js +2 -2
  382. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateLambdaFunctionCommand.js +2 -2
  383. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateLexBotCommand.js +2 -2
  384. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +2 -2
  385. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateQueueEmailAddressesCommand.js +2 -2
  386. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateQueueQuickConnectsCommand.js +2 -2
  387. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +2 -2
  388. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateSecurityKeyCommand.js +2 -2
  389. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateSecurityProfilesCommand.js +2 -2
  390. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateTrafficDistributionGroupUserCommand.js +2 -2
  391. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateUserProficienciesCommand.js +2 -2
  392. package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateWorkspaceCommand.js +2 -2
  393. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +2 -2
  394. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchCreateDataTableValueCommand.js +2 -2
  395. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDeleteDataTableValueCommand.js +2 -2
  396. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDescribeDataTableValueCommand.js +2 -2
  397. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +2 -2
  398. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchGetAttachedFileMetadataCommand.js +2 -2
  399. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchGetFlowAssociationCommand.js +2 -2
  400. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchPutContactCommand.js +2 -2
  401. package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchUpdateDataTableValueCommand.js +2 -2
  402. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ClaimPhoneNumberCommand.js +2 -2
  403. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CompleteAttachedFileUploadCommand.js +2 -2
  404. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateAgentStatusCommand.js +2 -2
  405. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactCommand.js +2 -2
  406. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowCommand.js +2 -2
  407. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleAliasCommand.js +2 -2
  408. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleCommand.js +2 -2
  409. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleVersionCommand.js +2 -2
  410. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowVersionCommand.js +2 -2
  411. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateDataTableAttributeCommand.js +2 -2
  412. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateDataTableCommand.js +2 -2
  413. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateEmailAddressCommand.js +2 -2
  414. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateEvaluationFormCommand.js +2 -2
  415. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateHoursOfOperationCommand.js +2 -2
  416. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +2 -2
  417. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateInstanceCommand.js +2 -2
  418. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateIntegrationAssociationCommand.js +2 -2
  419. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateNotificationCommand.js +2 -2
  420. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateParticipantCommand.js +2 -2
  421. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePersistentContactAssociationCommand.js +2 -2
  422. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePredefinedAttributeCommand.js +2 -2
  423. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePromptCommand.js +2 -2
  424. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePushNotificationRegistrationCommand.js +2 -2
  425. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateQueueCommand.js +2 -2
  426. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateQuickConnectCommand.js +2 -2
  427. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateRoutingProfileCommand.js +2 -2
  428. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateRuleCommand.js +2 -2
  429. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateSecurityProfileCommand.js +2 -2
  430. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateTaskTemplateCommand.js +2 -2
  431. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateTestCaseCommand.js +2 -2
  432. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateTrafficDistributionGroupCommand.js +2 -2
  433. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUseCaseCommand.js +2 -2
  434. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUserCommand.js +2 -2
  435. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUserHierarchyGroupCommand.js +2 -2
  436. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateViewCommand.js +2 -2
  437. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateViewVersionCommand.js +2 -2
  438. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateVocabularyCommand.js +2 -2
  439. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateWorkspaceCommand.js +2 -2
  440. package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateWorkspacePageCommand.js +2 -2
  441. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeactivateEvaluationFormCommand.js +2 -2
  442. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteAttachedFileCommand.js +2 -2
  443. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactEvaluationCommand.js +2 -2
  444. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowCommand.js +2 -2
  445. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +2 -2
  446. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleCommand.js +2 -2
  447. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +2 -2
  448. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowVersionCommand.js +2 -2
  449. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteDataTableAttributeCommand.js +2 -2
  450. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteDataTableCommand.js +2 -2
  451. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteEmailAddressCommand.js +2 -2
  452. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteEvaluationFormCommand.js +2 -2
  453. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteHoursOfOperationCommand.js +2 -2
  454. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +2 -2
  455. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteInstanceCommand.js +2 -2
  456. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteIntegrationAssociationCommand.js +2 -2
  457. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteNotificationCommand.js +2 -2
  458. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePredefinedAttributeCommand.js +2 -2
  459. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePromptCommand.js +2 -2
  460. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePushNotificationRegistrationCommand.js +2 -2
  461. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteQueueCommand.js +2 -2
  462. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteQuickConnectCommand.js +2 -2
  463. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteRoutingProfileCommand.js +2 -2
  464. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteRuleCommand.js +2 -2
  465. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteSecurityProfileCommand.js +2 -2
  466. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteTaskTemplateCommand.js +2 -2
  467. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteTestCaseCommand.js +2 -2
  468. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteTrafficDistributionGroupCommand.js +2 -2
  469. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUseCaseCommand.js +2 -2
  470. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUserCommand.js +2 -2
  471. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUserHierarchyGroupCommand.js +2 -2
  472. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteViewCommand.js +2 -2
  473. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteViewVersionCommand.js +2 -2
  474. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteVocabularyCommand.js +2 -2
  475. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
  476. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspaceMediaCommand.js +2 -2
  477. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspacePageCommand.js +2 -2
  478. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAgentStatusCommand.js +2 -2
  479. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAttachedFilesConfigurationCommand.js +2 -2
  480. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAuthenticationProfileCommand.js +2 -2
  481. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactCommand.js +2 -2
  482. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactEvaluationCommand.js +2 -2
  483. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowCommand.js +2 -2
  484. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +2 -2
  485. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowModuleCommand.js +2 -2
  486. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeDataTableAttributeCommand.js +2 -2
  487. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeDataTableCommand.js +2 -2
  488. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeEmailAddressCommand.js +2 -2
  489. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeEvaluationFormCommand.js +2 -2
  490. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeHoursOfOperationCommand.js +2 -2
  491. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +2 -2
  492. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceAttributeCommand.js +2 -2
  493. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceCommand.js +2 -2
  494. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceStorageConfigCommand.js +2 -2
  495. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeNotificationCommand.js +2 -2
  496. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePhoneNumberCommand.js +2 -2
  497. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePredefinedAttributeCommand.js +2 -2
  498. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePromptCommand.js +2 -2
  499. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeQueueCommand.js +2 -2
  500. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeQuickConnectCommand.js +2 -2
  501. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeRoutingProfileCommand.js +2 -2
  502. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeRuleCommand.js +2 -2
  503. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeSecurityProfileCommand.js +2 -2
  504. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeTestCaseCommand.js +2 -2
  505. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeTrafficDistributionGroupCommand.js +2 -2
  506. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserCommand.js +2 -2
  507. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserHierarchyGroupCommand.js +2 -2
  508. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserHierarchyStructureCommand.js +2 -2
  509. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeViewCommand.js +2 -2
  510. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeVocabularyCommand.js +2 -2
  511. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeWorkspaceCommand.js +2 -2
  512. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +2 -2
  513. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateApprovedOriginCommand.js +2 -2
  514. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateBotCommand.js +2 -2
  515. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateEmailAddressAliasCommand.js +2 -2
  516. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateFlowCommand.js +2 -2
  517. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateHoursOfOperationsCommand.js +2 -2
  518. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +2 -2
  519. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateLambdaFunctionCommand.js +2 -2
  520. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateLexBotCommand.js +2 -2
  521. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +2 -2
  522. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateQueueEmailAddressesCommand.js +2 -2
  523. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +2 -2
  524. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +2 -2
  525. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateSecurityKeyCommand.js +2 -2
  526. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateSecurityProfilesCommand.js +2 -2
  527. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateTrafficDistributionGroupUserCommand.js +2 -2
  528. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateUserProficienciesCommand.js +2 -2
  529. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateWorkspaceCommand.js +2 -2
  530. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DismissUserContactCommand.js +2 -2
  531. package/node_modules/@aws-sdk/client-connect/dist-es/commands/EvaluateDataTableValuesCommand.js +2 -2
  532. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetAttachedFileCommand.js +2 -2
  533. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetContactAttributesCommand.js +2 -2
  534. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetContactMetricsCommand.js +2 -2
  535. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetCurrentMetricDataCommand.js +2 -2
  536. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetCurrentUserDataCommand.js +2 -2
  537. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +2 -2
  538. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetFederationTokenCommand.js +2 -2
  539. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetFlowAssociationCommand.js +2 -2
  540. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetMetricDataCommand.js +2 -2
  541. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetMetricDataV2Command.js +2 -2
  542. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetPromptFileCommand.js +2 -2
  543. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetTaskTemplateCommand.js +2 -2
  544. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetTestCaseExecutionSummaryCommand.js +2 -2
  545. package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetTrafficDistributionCommand.js +2 -2
  546. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ImportPhoneNumberCommand.js +2 -2
  547. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ImportWorkspaceMediaCommand.js +2 -2
  548. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAgentStatusesCommand.js +2 -2
  549. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +2 -2
  550. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAnalyticsDataLakeDataSetsCommand.js +2 -2
  551. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListApprovedOriginsCommand.js +2 -2
  552. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAssociatedContactsCommand.js +2 -2
  553. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAttachedFilesConfigurationsCommand.js +2 -2
  554. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAuthenticationProfilesCommand.js +2 -2
  555. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListBotsCommand.js +2 -2
  556. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListChildHoursOfOperationsCommand.js +2 -2
  557. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactEvaluationsCommand.js +2 -2
  558. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModuleAliasesCommand.js +2 -2
  559. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModuleVersionsCommand.js +2 -2
  560. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModulesCommand.js +2 -2
  561. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowVersionsCommand.js +2 -2
  562. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowsCommand.js +2 -2
  563. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactReferencesCommand.js +2 -2
  564. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTableAttributesCommand.js +2 -2
  565. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTablePrimaryValuesCommand.js +2 -2
  566. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTableValuesCommand.js +2 -2
  567. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTablesCommand.js +2 -2
  568. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDefaultVocabulariesCommand.js +2 -2
  569. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEntitySecurityProfilesCommand.js +2 -2
  570. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEvaluationFormVersionsCommand.js +2 -2
  571. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEvaluationFormsCommand.js +2 -2
  572. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListFlowAssociationsCommand.js +2 -2
  573. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListHoursOfOperationOverridesCommand.js +2 -2
  574. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListHoursOfOperationsCommand.js +2 -2
  575. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstanceAttributesCommand.js +2 -2
  576. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstanceStorageConfigsCommand.js +2 -2
  577. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstancesCommand.js +2 -2
  578. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListIntegrationAssociationsCommand.js +2 -2
  579. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListLambdaFunctionsCommand.js +2 -2
  580. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListLexBotsCommand.js +2 -2
  581. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListNotificationsCommand.js +2 -2
  582. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPhoneNumbersCommand.js +2 -2
  583. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPhoneNumbersV2Command.js +2 -2
  584. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPredefinedAttributesCommand.js +2 -2
  585. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPromptsCommand.js +2 -2
  586. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQueueEmailAddressesCommand.js +2 -2
  587. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQueueQuickConnectsCommand.js +2 -2
  588. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQueuesCommand.js +2 -2
  589. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQuickConnectsCommand.js +2 -2
  590. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +2 -2
  591. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfileManualAssignmentQueuesCommand.js +2 -2
  592. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfileQueuesCommand.js +2 -2
  593. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfilesCommand.js +2 -2
  594. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRulesCommand.js +2 -2
  595. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityKeysCommand.js +2 -2
  596. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfileApplicationsCommand.js +2 -2
  597. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfileFlowModulesCommand.js +2 -2
  598. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfilePermissionsCommand.js +2 -2
  599. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfilesCommand.js +2 -2
  600. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  601. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTaskTemplatesCommand.js +2 -2
  602. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTestCaseExecutionRecordsCommand.js +2 -2
  603. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTestCaseExecutionsCommand.js +2 -2
  604. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTestCasesCommand.js +2 -2
  605. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTrafficDistributionGroupUsersCommand.js +2 -2
  606. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTrafficDistributionGroupsCommand.js +2 -2
  607. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUseCasesCommand.js +2 -2
  608. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUserHierarchyGroupsCommand.js +2 -2
  609. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUserNotificationsCommand.js +2 -2
  610. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUserProficienciesCommand.js +2 -2
  611. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUsersCommand.js +2 -2
  612. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListViewVersionsCommand.js +2 -2
  613. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListViewsCommand.js +2 -2
  614. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspaceMediaCommand.js +2 -2
  615. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspacePagesCommand.js +2 -2
  616. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspacesCommand.js +2 -2
  617. package/node_modules/@aws-sdk/client-connect/dist-es/commands/MonitorContactCommand.js +2 -2
  618. package/node_modules/@aws-sdk/client-connect/dist-es/commands/PauseContactCommand.js +2 -2
  619. package/node_modules/@aws-sdk/client-connect/dist-es/commands/PutUserStatusCommand.js +2 -2
  620. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ReleasePhoneNumberCommand.js +2 -2
  621. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ReplicateInstanceCommand.js +2 -2
  622. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ResumeContactCommand.js +2 -2
  623. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ResumeContactRecordingCommand.js +2 -2
  624. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchAgentStatusesCommand.js +2 -2
  625. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +2 -2
  626. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactEvaluationsCommand.js +2 -2
  627. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactFlowModulesCommand.js +2 -2
  628. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactFlowsCommand.js +2 -2
  629. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactsCommand.js +2 -2
  630. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchDataTablesCommand.js +2 -2
  631. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchEmailAddressesCommand.js +2 -2
  632. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchEvaluationFormsCommand.js +2 -2
  633. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +2 -2
  634. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchHoursOfOperationsCommand.js +2 -2
  635. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchNotificationsCommand.js +2 -2
  636. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchPredefinedAttributesCommand.js +2 -2
  637. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchPromptsCommand.js +2 -2
  638. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchQueuesCommand.js +2 -2
  639. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchQuickConnectsCommand.js +2 -2
  640. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchResourceTagsCommand.js +2 -2
  641. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchRoutingProfilesCommand.js +2 -2
  642. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchSecurityProfilesCommand.js +2 -2
  643. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchTestCasesCommand.js +2 -2
  644. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchUserHierarchyGroupsCommand.js +2 -2
  645. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchUsersCommand.js +2 -2
  646. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchViewsCommand.js +2 -2
  647. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchVocabulariesCommand.js +2 -2
  648. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchWorkspaceAssociationsCommand.js +2 -2
  649. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchWorkspacesCommand.js +2 -2
  650. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SendChatIntegrationEventCommand.js +2 -2
  651. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SendOutboundEmailCommand.js +2 -2
  652. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartAttachedFileUploadCommand.js +2 -2
  653. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartChatContactCommand.js +2 -2
  654. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactEvaluationCommand.js +2 -2
  655. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactMediaProcessingCommand.js +2 -2
  656. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactRecordingCommand.js +2 -2
  657. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactStreamingCommand.js +2 -2
  658. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartEmailContactCommand.js +2 -2
  659. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundChatContactCommand.js +2 -2
  660. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundEmailContactCommand.js +2 -2
  661. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundVoiceContactCommand.js +2 -2
  662. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartScreenSharingCommand.js +2 -2
  663. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartTaskContactCommand.js +2 -2
  664. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartTestCaseExecutionCommand.js +2 -2
  665. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartWebRTCContactCommand.js +2 -2
  666. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactCommand.js +2 -2
  667. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactMediaProcessingCommand.js +2 -2
  668. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactRecordingCommand.js +2 -2
  669. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactStreamingCommand.js +2 -2
  670. package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopTestCaseExecutionCommand.js +2 -2
  671. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SubmitContactEvaluationCommand.js +2 -2
  672. package/node_modules/@aws-sdk/client-connect/dist-es/commands/SuspendContactRecordingCommand.js +2 -2
  673. package/node_modules/@aws-sdk/client-connect/dist-es/commands/TagContactCommand.js +2 -2
  674. package/node_modules/@aws-sdk/client-connect/dist-es/commands/TagResourceCommand.js +2 -2
  675. package/node_modules/@aws-sdk/client-connect/dist-es/commands/TransferContactCommand.js +2 -2
  676. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UntagContactCommand.js +2 -2
  677. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UntagResourceCommand.js +2 -2
  678. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAgentStatusCommand.js +2 -2
  679. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAttachedFilesConfigurationCommand.js +2 -2
  680. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAuthenticationProfileCommand.js +2 -2
  681. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactAttributesCommand.js +2 -2
  682. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactCommand.js +2 -2
  683. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactEvaluationCommand.js +2 -2
  684. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowContentCommand.js +2 -2
  685. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowMetadataCommand.js +2 -2
  686. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +2 -2
  687. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleContentCommand.js +2 -2
  688. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +2 -2
  689. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowNameCommand.js +2 -2
  690. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactRoutingDataCommand.js +2 -2
  691. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactScheduleCommand.js +2 -2
  692. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTableAttributeCommand.js +2 -2
  693. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTableMetadataCommand.js +2 -2
  694. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTablePrimaryValuesCommand.js +2 -2
  695. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateEmailAddressMetadataCommand.js +2 -2
  696. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateEvaluationFormCommand.js +2 -2
  697. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateHoursOfOperationCommand.js +2 -2
  698. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +2 -2
  699. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateInstanceAttributeCommand.js +2 -2
  700. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateInstanceStorageConfigCommand.js +2 -2
  701. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateNotificationContentCommand.js +2 -2
  702. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateParticipantAuthenticationCommand.js +2 -2
  703. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateParticipantRoleConfigCommand.js +2 -2
  704. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePhoneNumberCommand.js +2 -2
  705. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePhoneNumberMetadataCommand.js +2 -2
  706. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePredefinedAttributeCommand.js +2 -2
  707. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePromptCommand.js +2 -2
  708. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +2 -2
  709. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueMaxContactsCommand.js +2 -2
  710. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueNameCommand.js +2 -2
  711. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +2 -2
  712. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +2 -2
  713. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueStatusCommand.js +2 -2
  714. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQuickConnectConfigCommand.js +2 -2
  715. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQuickConnectNameCommand.js +2 -2
  716. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.js +2 -2
  717. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +2 -2
  718. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +2 -2
  719. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileNameCommand.js +2 -2
  720. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +2 -2
  721. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRuleCommand.js +2 -2
  722. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateSecurityProfileCommand.js +2 -2
  723. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateTaskTemplateCommand.js +2 -2
  724. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateTestCaseCommand.js +2 -2
  725. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateTrafficDistributionCommand.js +2 -2
  726. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserConfigCommand.js +2 -2
  727. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyCommand.js +2 -2
  728. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +2 -2
  729. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyStructureCommand.js +2 -2
  730. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserIdentityInfoCommand.js +2 -2
  731. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserNotificationStatusCommand.js +2 -2
  732. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserPhoneConfigCommand.js +2 -2
  733. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserProficienciesCommand.js +2 -2
  734. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserRoutingProfileCommand.js +2 -2
  735. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserSecurityProfilesCommand.js +2 -2
  736. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateViewContentCommand.js +2 -2
  737. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateViewMetadataCommand.js +2 -2
  738. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceMetadataCommand.js +2 -2
  739. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspacePageCommand.js +2 -2
  740. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceThemeCommand.js +2 -2
  741. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceVisibilityCommand.js +2 -2
  742. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/bdd.js +1 -1
  743. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/endpointResolver.js +2 -2
  744. package/node_modules/@aws-sdk/client-connect/dist-es/models/ConnectServiceException.js +1 -1
  745. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +4 -0
  746. package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.browser.js +5 -7
  747. package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.js +5 -10
  748. package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.shared.js +3 -4
  749. package/node_modules/@aws-sdk/client-connect/dist-es/runtimeExtensions.js +3 -3
  750. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +6 -7
  751. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ActivateEvaluationFormCommand.d.ts +6 -4
  752. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +6 -4
  753. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateApprovedOriginCommand.d.ts +6 -4
  754. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateBotCommand.d.ts +6 -4
  755. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateContactWithUserCommand.d.ts +6 -4
  756. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +6 -4
  757. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +6 -4
  758. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateFlowCommand.d.ts +6 -4
  759. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateHoursOfOperationsCommand.d.ts +6 -4
  760. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -4
  761. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +6 -4
  762. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateLexBotCommand.d.ts +6 -4
  763. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +6 -4
  764. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateQueueEmailAddressesCommand.d.ts +6 -4
  765. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +6 -4
  766. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +6 -4
  767. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateSecurityKeyCommand.d.ts +6 -4
  768. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateSecurityProfilesCommand.d.ts +6 -4
  769. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +6 -4
  770. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateUserProficienciesCommand.d.ts +6 -4
  771. package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateWorkspaceCommand.d.ts +6 -4
  772. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +6 -4
  773. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +6 -4
  774. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +6 -4
  775. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +6 -4
  776. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +6 -4
  777. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +6 -4
  778. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +6 -4
  779. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchPutContactCommand.d.ts +6 -4
  780. package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +6 -4
  781. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ClaimPhoneNumberCommand.d.ts +6 -4
  782. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CompleteAttachedFileUploadCommand.d.ts +6 -4
  783. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateAgentStatusCommand.d.ts +6 -4
  784. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactCommand.d.ts +6 -4
  785. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowCommand.d.ts +6 -4
  786. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +6 -4
  787. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleCommand.d.ts +6 -4
  788. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +6 -4
  789. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowVersionCommand.d.ts +6 -4
  790. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateDataTableAttributeCommand.d.ts +6 -4
  791. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateDataTableCommand.d.ts +6 -4
  792. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEmailAddressCommand.d.ts +6 -4
  793. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEvaluationFormCommand.d.ts +6 -4
  794. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateHoursOfOperationCommand.d.ts +6 -4
  795. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +6 -4
  796. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateInstanceCommand.d.ts +6 -4
  797. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +6 -4
  798. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateNotificationCommand.d.ts +6 -4
  799. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateParticipantCommand.d.ts +6 -4
  800. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePersistentContactAssociationCommand.d.ts +6 -4
  801. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +6 -4
  802. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePromptCommand.d.ts +6 -4
  803. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +6 -4
  804. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateQueueCommand.d.ts +6 -4
  805. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateQuickConnectCommand.d.ts +6 -4
  806. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRoutingProfileCommand.d.ts +6 -4
  807. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRuleCommand.d.ts +7 -5
  808. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateSecurityProfileCommand.d.ts +6 -4
  809. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateTaskTemplateCommand.d.ts +6 -4
  810. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateTestCaseCommand.d.ts +6 -4
  811. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +6 -4
  812. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUseCaseCommand.d.ts +6 -4
  813. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUserCommand.d.ts +6 -4
  814. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +6 -4
  815. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewCommand.d.ts +6 -4
  816. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewVersionCommand.d.ts +6 -4
  817. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +6 -4
  818. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateWorkspaceCommand.d.ts +6 -4
  819. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateWorkspacePageCommand.d.ts +6 -4
  820. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +6 -4
  821. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteAttachedFileCommand.d.ts +6 -4
  822. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactEvaluationCommand.d.ts +6 -4
  823. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowCommand.d.ts +6 -4
  824. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +6 -4
  825. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +6 -4
  826. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +6 -4
  827. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +6 -4
  828. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteDataTableAttributeCommand.d.ts +6 -4
  829. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteDataTableCommand.d.ts +6 -4
  830. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteEmailAddressCommand.d.ts +6 -4
  831. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteEvaluationFormCommand.d.ts +6 -4
  832. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +6 -4
  833. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +6 -4
  834. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteInstanceCommand.d.ts +6 -4
  835. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +6 -4
  836. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteNotificationCommand.d.ts +6 -4
  837. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +6 -4
  838. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePromptCommand.d.ts +6 -4
  839. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +6 -4
  840. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteQueueCommand.d.ts +6 -4
  841. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteQuickConnectCommand.d.ts +6 -4
  842. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteRoutingProfileCommand.d.ts +6 -4
  843. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
  844. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteSecurityProfileCommand.d.ts +6 -4
  845. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteTaskTemplateCommand.d.ts +6 -4
  846. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteTestCaseCommand.d.ts +6 -4
  847. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +6 -4
  848. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUseCaseCommand.d.ts +6 -4
  849. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUserCommand.d.ts +6 -4
  850. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +6 -4
  851. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteViewCommand.d.ts +6 -4
  852. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteViewVersionCommand.d.ts +6 -4
  853. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteVocabularyCommand.d.ts +6 -4
  854. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -4
  855. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspaceMediaCommand.d.ts +6 -4
  856. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspacePageCommand.d.ts +6 -4
  857. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAgentStatusCommand.d.ts +6 -4
  858. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAttachedFilesConfigurationCommand.d.ts +6 -4
  859. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +6 -4
  860. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +6 -4
  861. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +6 -4
  862. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowCommand.d.ts +6 -4
  863. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +6 -4
  864. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +6 -4
  865. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +6 -4
  866. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeDataTableCommand.d.ts +6 -4
  867. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEmailAddressCommand.d.ts +6 -4
  868. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEvaluationFormCommand.d.ts +6 -4
  869. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +6 -4
  870. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +6 -4
  871. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +6 -4
  872. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceCommand.d.ts +6 -4
  873. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +6 -4
  874. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeNotificationCommand.d.ts +6 -4
  875. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePhoneNumberCommand.d.ts +6 -4
  876. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +6 -4
  877. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePromptCommand.d.ts +6 -4
  878. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeQueueCommand.d.ts +6 -4
  879. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeQuickConnectCommand.d.ts +6 -4
  880. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRoutingProfileCommand.d.ts +6 -4
  881. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRuleCommand.d.ts +7 -5
  882. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeSecurityProfileCommand.d.ts +6 -4
  883. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeTestCaseCommand.d.ts +6 -4
  884. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +6 -4
  885. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserCommand.d.ts +6 -4
  886. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +6 -4
  887. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +6 -4
  888. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeViewCommand.d.ts +6 -4
  889. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeVocabularyCommand.d.ts +6 -4
  890. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeWorkspaceCommand.d.ts +6 -4
  891. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +6 -4
  892. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +6 -4
  893. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateBotCommand.d.ts +6 -4
  894. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +6 -4
  895. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateFlowCommand.d.ts +6 -4
  896. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateHoursOfOperationsCommand.d.ts +6 -4
  897. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +6 -4
  898. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +6 -4
  899. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateLexBotCommand.d.ts +6 -4
  900. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +6 -4
  901. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateQueueEmailAddressesCommand.d.ts +6 -4
  902. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +6 -4
  903. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +6 -4
  904. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +6 -4
  905. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateSecurityProfilesCommand.d.ts +6 -4
  906. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +6 -4
  907. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateUserProficienciesCommand.d.ts +6 -4
  908. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateWorkspaceCommand.d.ts +6 -4
  909. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DismissUserContactCommand.d.ts +6 -4
  910. package/node_modules/@aws-sdk/client-connect/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +6 -4
  911. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetAttachedFileCommand.d.ts +6 -4
  912. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetContactAttributesCommand.d.ts +6 -4
  913. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetContactMetricsCommand.d.ts +6 -4
  914. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetCurrentMetricDataCommand.d.ts +6 -4
  915. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetCurrentUserDataCommand.d.ts +6 -4
  916. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +6 -4
  917. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetFederationTokenCommand.d.ts +6 -4
  918. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetFlowAssociationCommand.d.ts +6 -4
  919. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataCommand.d.ts +6 -4
  920. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +6 -4
  921. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +6 -4
  922. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +6 -4
  923. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +6 -4
  924. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTrafficDistributionCommand.d.ts +6 -4
  925. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ImportPhoneNumberCommand.d.ts +6 -4
  926. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +6 -4
  927. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAgentStatusesCommand.d.ts +6 -4
  928. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +6 -4
  929. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +6 -4
  930. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListApprovedOriginsCommand.d.ts +6 -4
  931. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAssociatedContactsCommand.d.ts +6 -4
  932. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +6 -4
  933. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +6 -4
  934. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListBotsCommand.d.ts +6 -4
  935. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListChildHoursOfOperationsCommand.d.ts +6 -4
  936. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactEvaluationsCommand.d.ts +6 -4
  937. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +6 -4
  938. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +6 -4
  939. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModulesCommand.d.ts +6 -4
  940. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowVersionsCommand.d.ts +6 -4
  941. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowsCommand.d.ts +6 -4
  942. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactReferencesCommand.d.ts +6 -4
  943. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTableAttributesCommand.d.ts +6 -4
  944. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +6 -4
  945. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTableValuesCommand.d.ts +6 -4
  946. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTablesCommand.d.ts +6 -4
  947. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +6 -4
  948. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEntitySecurityProfilesCommand.d.ts +6 -4
  949. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +6 -4
  950. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEvaluationFormsCommand.d.ts +6 -4
  951. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListFlowAssociationsCommand.d.ts +6 -4
  952. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +6 -4
  953. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListHoursOfOperationsCommand.d.ts +6 -4
  954. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstanceAttributesCommand.d.ts +6 -4
  955. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +6 -4
  956. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstancesCommand.d.ts +6 -4
  957. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +6 -4
  958. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListLambdaFunctionsCommand.d.ts +6 -4
  959. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListLexBotsCommand.d.ts +6 -4
  960. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListNotificationsCommand.d.ts +6 -4
  961. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPhoneNumbersCommand.d.ts +6 -4
  962. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPhoneNumbersV2Command.d.ts +6 -4
  963. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPredefinedAttributesCommand.d.ts +6 -4
  964. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPromptsCommand.d.ts +6 -4
  965. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueueEmailAddressesCommand.d.ts +6 -4
  966. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +6 -4
  967. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueuesCommand.d.ts +6 -4
  968. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQuickConnectsCommand.d.ts +6 -4
  969. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +6 -4
  970. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +6 -4
  971. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +6 -4
  972. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfilesCommand.d.ts +6 -4
  973. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRulesCommand.d.ts +8 -6
  974. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityKeysCommand.d.ts +6 -4
  975. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +6 -4
  976. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfileFlowModulesCommand.d.ts +6 -4
  977. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +6 -4
  978. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfilesCommand.d.ts +6 -4
  979. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  980. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTaskTemplatesCommand.d.ts +6 -4
  981. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTestCaseExecutionRecordsCommand.d.ts +6 -4
  982. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +6 -4
  983. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTestCasesCommand.d.ts +6 -4
  984. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +6 -4
  985. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +6 -4
  986. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUseCasesCommand.d.ts +6 -4
  987. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +6 -4
  988. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUserNotificationsCommand.d.ts +6 -4
  989. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUserProficienciesCommand.d.ts +6 -4
  990. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUsersCommand.d.ts +6 -4
  991. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListViewVersionsCommand.d.ts +6 -4
  992. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListViewsCommand.d.ts +6 -4
  993. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspaceMediaCommand.d.ts +6 -4
  994. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspacePagesCommand.d.ts +6 -4
  995. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspacesCommand.d.ts +6 -4
  996. package/node_modules/@aws-sdk/client-connect/dist-types/commands/MonitorContactCommand.d.ts +6 -4
  997. package/node_modules/@aws-sdk/client-connect/dist-types/commands/PauseContactCommand.d.ts +6 -4
  998. package/node_modules/@aws-sdk/client-connect/dist-types/commands/PutUserStatusCommand.d.ts +6 -4
  999. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ReleasePhoneNumberCommand.d.ts +6 -4
  1000. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ReplicateInstanceCommand.d.ts +6 -4
  1001. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ResumeContactCommand.d.ts +6 -4
  1002. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ResumeContactRecordingCommand.d.ts +6 -4
  1003. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchAgentStatusesCommand.d.ts +6 -4
  1004. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +6 -4
  1005. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +6 -4
  1006. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactFlowModulesCommand.d.ts +6 -4
  1007. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactFlowsCommand.d.ts +6 -4
  1008. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +6 -4
  1009. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchDataTablesCommand.d.ts +6 -4
  1010. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEmailAddressesCommand.d.ts +6 -4
  1011. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEvaluationFormsCommand.d.ts +6 -4
  1012. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +6 -4
  1013. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +6 -4
  1014. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchNotificationsCommand.d.ts +6 -4
  1015. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +6 -4
  1016. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +6 -4
  1017. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +6 -4
  1018. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +6 -4
  1019. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +6 -4
  1020. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchRoutingProfilesCommand.d.ts +6 -4
  1021. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchSecurityProfilesCommand.d.ts +6 -4
  1022. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchTestCasesCommand.d.ts +6 -4
  1023. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +6 -4
  1024. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchUsersCommand.d.ts +6 -4
  1025. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchViewsCommand.d.ts +6 -4
  1026. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchVocabulariesCommand.d.ts +6 -4
  1027. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +6 -4
  1028. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchWorkspacesCommand.d.ts +6 -4
  1029. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SendChatIntegrationEventCommand.d.ts +6 -4
  1030. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SendOutboundEmailCommand.d.ts +6 -4
  1031. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartAttachedFileUploadCommand.d.ts +6 -4
  1032. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartChatContactCommand.d.ts +6 -4
  1033. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactEvaluationCommand.d.ts +6 -4
  1034. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactMediaProcessingCommand.d.ts +6 -4
  1035. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactRecordingCommand.d.ts +6 -4
  1036. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactStreamingCommand.d.ts +6 -4
  1037. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEmailContactCommand.d.ts +6 -4
  1038. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundChatContactCommand.d.ts +6 -4
  1039. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundEmailContactCommand.d.ts +6 -4
  1040. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +6 -4
  1041. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartScreenSharingCommand.d.ts +6 -4
  1042. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartTaskContactCommand.d.ts +6 -4
  1043. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartTestCaseExecutionCommand.d.ts +6 -4
  1044. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartWebRTCContactCommand.d.ts +6 -4
  1045. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactCommand.d.ts +6 -4
  1046. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactMediaProcessingCommand.d.ts +6 -4
  1047. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactRecordingCommand.d.ts +6 -4
  1048. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactStreamingCommand.d.ts +6 -4
  1049. package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopTestCaseExecutionCommand.d.ts +6 -4
  1050. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SubmitContactEvaluationCommand.d.ts +6 -4
  1051. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SuspendContactRecordingCommand.d.ts +6 -4
  1052. package/node_modules/@aws-sdk/client-connect/dist-types/commands/TagContactCommand.d.ts +6 -4
  1053. package/node_modules/@aws-sdk/client-connect/dist-types/commands/TagResourceCommand.d.ts +6 -4
  1054. package/node_modules/@aws-sdk/client-connect/dist-types/commands/TransferContactCommand.d.ts +6 -4
  1055. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UntagContactCommand.d.ts +6 -4
  1056. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  1057. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -4
  1058. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +6 -4
  1059. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +6 -4
  1060. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactAttributesCommand.d.ts +6 -4
  1061. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactCommand.d.ts +6 -4
  1062. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactEvaluationCommand.d.ts +6 -4
  1063. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowContentCommand.d.ts +6 -4
  1064. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +6 -4
  1065. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +6 -4
  1066. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +6 -4
  1067. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +6 -4
  1068. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowNameCommand.d.ts +6 -4
  1069. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +6 -4
  1070. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactScheduleCommand.d.ts +6 -4
  1071. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +6 -4
  1072. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +6 -4
  1073. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +6 -4
  1074. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +6 -4
  1075. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts +6 -4
  1076. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +6 -4
  1077. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +6 -4
  1078. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +6 -4
  1079. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +6 -4
  1080. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateNotificationContentCommand.d.ts +6 -4
  1081. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateParticipantAuthenticationCommand.d.ts +6 -4
  1082. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +6 -4
  1083. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePhoneNumberCommand.d.ts +6 -4
  1084. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +6 -4
  1085. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +6 -4
  1086. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePromptCommand.d.ts +6 -4
  1087. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +6 -4
  1088. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +6 -4
  1089. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueNameCommand.d.ts +6 -4
  1090. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +6 -4
  1091. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +6 -4
  1092. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueStatusCommand.d.ts +6 -4
  1093. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +6 -4
  1094. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +6 -4
  1095. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +6 -4
  1096. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +6 -4
  1097. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +6 -4
  1098. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +6 -4
  1099. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +6 -4
  1100. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRuleCommand.d.ts +6 -4
  1101. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateSecurityProfileCommand.d.ts +6 -4
  1102. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateTaskTemplateCommand.d.ts +6 -4
  1103. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateTestCaseCommand.d.ts +6 -4
  1104. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -4
  1105. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserConfigCommand.d.ts +6 -4
  1106. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyCommand.d.ts +6 -4
  1107. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +6 -4
  1108. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +6 -4
  1109. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +6 -4
  1110. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserNotificationStatusCommand.d.ts +6 -4
  1111. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +6 -4
  1112. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserProficienciesCommand.d.ts +6 -4
  1113. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +6 -4
  1114. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +6 -4
  1115. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateViewContentCommand.d.ts +6 -4
  1116. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateViewMetadataCommand.d.ts +6 -4
  1117. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +6 -4
  1118. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspacePageCommand.d.ts +6 -4
  1119. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +6 -4
  1120. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +6 -4
  1121. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +1 -1
  1122. package/node_modules/@aws-sdk/client-connect/dist-types/extensionConfiguration.d.ts +1 -1
  1123. package/node_modules/@aws-sdk/client-connect/dist-types/models/ConnectServiceException.d.ts +1 -1
  1124. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +4 -0
  1125. package/node_modules/@aws-sdk/client-connect/dist-types/models/errors.d.ts +1 -1
  1126. package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.browser.d.ts +3 -3
  1127. package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.d.ts +3 -3
  1128. package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.native.d.ts +3 -3
  1129. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +9 -17
  1130. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ActivateEvaluationFormCommand.d.ts +6 -4
  1131. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +6 -4
  1132. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +6 -4
  1133. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +6 -4
  1134. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateContactWithUserCommand.d.ts +6 -4
  1135. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +6 -4
  1136. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateEmailAddressAliasCommand.d.ts +6 -4
  1137. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +6 -4
  1138. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateHoursOfOperationsCommand.d.ts +6 -4
  1139. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -4
  1140. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +6 -4
  1141. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +6 -4
  1142. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +6 -4
  1143. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateQueueEmailAddressesCommand.d.ts +6 -4
  1144. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +6 -4
  1145. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +6 -4
  1146. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +6 -4
  1147. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +6 -4
  1148. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +6 -4
  1149. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateUserProficienciesCommand.d.ts +6 -4
  1150. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +6 -4
  1151. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +6 -4
  1152. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +6 -4
  1153. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +6 -4
  1154. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +6 -4
  1155. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +6 -4
  1156. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchGetAttachedFileMetadataCommand.d.ts +6 -4
  1157. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchGetFlowAssociationCommand.d.ts +6 -4
  1158. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchPutContactCommand.d.ts +6 -4
  1159. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +6 -4
  1160. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +6 -4
  1161. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CompleteAttachedFileUploadCommand.d.ts +6 -4
  1162. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +6 -4
  1163. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactCommand.d.ts +6 -4
  1164. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +6 -4
  1165. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +6 -4
  1166. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +6 -4
  1167. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +6 -4
  1168. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowVersionCommand.d.ts +6 -4
  1169. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +6 -4
  1170. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +6 -4
  1171. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +6 -4
  1172. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +6 -4
  1173. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +6 -4
  1174. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateHoursOfOperationOverrideCommand.d.ts +6 -4
  1175. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +6 -4
  1176. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +6 -4
  1177. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +6 -4
  1178. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateParticipantCommand.d.ts +6 -4
  1179. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreatePersistentContactAssociationCommand.d.ts +6 -4
  1180. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreatePredefinedAttributeCommand.d.ts +6 -4
  1181. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreatePromptCommand.d.ts +6 -4
  1182. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreatePushNotificationRegistrationCommand.d.ts +6 -4
  1183. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +6 -4
  1184. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +6 -4
  1185. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +6 -4
  1186. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +6 -4
  1187. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +6 -4
  1188. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +6 -4
  1189. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +6 -4
  1190. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +6 -4
  1191. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +6 -4
  1192. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateUserCommand.d.ts +6 -4
  1193. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +6 -4
  1194. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewCommand.d.ts +6 -4
  1195. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +6 -4
  1196. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +6 -4
  1197. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +6 -4
  1198. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +6 -4
  1199. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +6 -4
  1200. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +6 -4
  1201. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +6 -4
  1202. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +6 -4
  1203. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +6 -4
  1204. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +6 -4
  1205. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +6 -4
  1206. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +6 -4
  1207. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +6 -4
  1208. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +6 -4
  1209. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +6 -4
  1210. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +6 -4
  1211. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +6 -4
  1212. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +6 -4
  1213. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +6 -4
  1214. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +6 -4
  1215. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +6 -4
  1216. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +6 -4
  1217. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +6 -4
  1218. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +6 -4
  1219. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +6 -4
  1220. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +6 -4
  1221. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +6 -4
  1222. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
  1223. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +6 -4
  1224. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +6 -4
  1225. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteTestCaseCommand.d.ts +6 -4
  1226. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +6 -4
  1227. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +6 -4
  1228. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +6 -4
  1229. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +6 -4
  1230. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +6 -4
  1231. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +6 -4
  1232. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +6 -4
  1233. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +6 -4
  1234. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +6 -4
  1235. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +6 -4
  1236. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +6 -4
  1237. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +6 -4
  1238. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +6 -4
  1239. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +6 -4
  1240. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +6 -4
  1241. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +6 -4
  1242. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +6 -4
  1243. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +6 -4
  1244. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +6 -4
  1245. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +6 -4
  1246. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +6 -4
  1247. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +6 -4
  1248. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +6 -4
  1249. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeHoursOfOperationOverrideCommand.d.ts +6 -4
  1250. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +6 -4
  1251. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +6 -4
  1252. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +6 -4
  1253. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeNotificationCommand.d.ts +6 -4
  1254. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +6 -4
  1255. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribePredefinedAttributeCommand.d.ts +6 -4
  1256. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribePromptCommand.d.ts +6 -4
  1257. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +6 -4
  1258. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +6 -4
  1259. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +6 -4
  1260. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +6 -4
  1261. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +6 -4
  1262. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeTestCaseCommand.d.ts +6 -4
  1263. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +6 -4
  1264. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +6 -4
  1265. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +6 -4
  1266. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +6 -4
  1267. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +6 -4
  1268. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +6 -4
  1269. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +6 -4
  1270. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +6 -4
  1271. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +6 -4
  1272. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +6 -4
  1273. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateEmailAddressAliasCommand.d.ts +6 -4
  1274. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +6 -4
  1275. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateHoursOfOperationsCommand.d.ts +6 -4
  1276. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +6 -4
  1277. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +6 -4
  1278. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +6 -4
  1279. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +6 -4
  1280. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateQueueEmailAddressesCommand.d.ts +6 -4
  1281. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +6 -4
  1282. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +6 -4
  1283. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +6 -4
  1284. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +6 -4
  1285. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +6 -4
  1286. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateUserProficienciesCommand.d.ts +6 -4
  1287. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +6 -4
  1288. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DismissUserContactCommand.d.ts +6 -4
  1289. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +6 -4
  1290. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetAttachedFileCommand.d.ts +6 -4
  1291. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +6 -4
  1292. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetContactMetricsCommand.d.ts +6 -4
  1293. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +6 -4
  1294. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +6 -4
  1295. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +6 -4
  1296. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +6 -4
  1297. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +6 -4
  1298. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +6 -4
  1299. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +6 -4
  1300. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +6 -4
  1301. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +6 -4
  1302. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +6 -4
  1303. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +6 -4
  1304. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +6 -4
  1305. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +6 -4
  1306. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +6 -4
  1307. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +6 -4
  1308. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +6 -4
  1309. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +6 -4
  1310. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +6 -4
  1311. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +6 -4
  1312. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +6 -4
  1313. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListBotsCommand.d.ts +6 -8
  1314. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListChildHoursOfOperationsCommand.d.ts +6 -4
  1315. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +6 -4
  1316. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +6 -4
  1317. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +6 -4
  1318. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +6 -4
  1319. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +6 -4
  1320. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +6 -4
  1321. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +6 -4
  1322. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +6 -4
  1323. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +6 -4
  1324. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +6 -4
  1325. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +6 -4
  1326. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +6 -4
  1327. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +6 -4
  1328. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +6 -4
  1329. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +6 -4
  1330. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +6 -4
  1331. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +6 -4
  1332. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +6 -4
  1333. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +6 -4
  1334. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +6 -4
  1335. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +6 -4
  1336. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +6 -4
  1337. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +6 -4
  1338. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +6 -4
  1339. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +6 -4
  1340. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +6 -4
  1341. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +6 -4
  1342. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +6 -4
  1343. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +6 -4
  1344. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListQueueEmailAddressesCommand.d.ts +6 -4
  1345. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +6 -4
  1346. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +6 -4
  1347. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +6 -4
  1348. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +6 -4
  1349. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +6 -4
  1350. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +6 -4
  1351. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +6 -4
  1352. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListRulesCommand.d.ts +6 -8
  1353. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +6 -4
  1354. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +6 -4
  1355. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +6 -4
  1356. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +6 -4
  1357. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +6 -4
  1358. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  1359. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +6 -4
  1360. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListTestCaseExecutionRecordsCommand.d.ts +6 -4
  1361. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListTestCaseExecutionsCommand.d.ts +6 -4
  1362. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListTestCasesCommand.d.ts +6 -4
  1363. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +6 -4
  1364. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +6 -4
  1365. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +6 -4
  1366. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +6 -4
  1367. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListUserNotificationsCommand.d.ts +6 -4
  1368. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListUserProficienciesCommand.d.ts +6 -4
  1369. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListUsersCommand.d.ts +6 -8
  1370. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListViewVersionsCommand.d.ts +6 -4
  1371. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListViewsCommand.d.ts +6 -8
  1372. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +6 -4
  1373. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +6 -4
  1374. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +6 -4
  1375. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/MonitorContactCommand.d.ts +6 -4
  1376. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/PauseContactCommand.d.ts +6 -4
  1377. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +6 -4
  1378. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +6 -4
  1379. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ReplicateInstanceCommand.d.ts +6 -4
  1380. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ResumeContactCommand.d.ts +6 -4
  1381. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +6 -4
  1382. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +6 -4
  1383. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +6 -4
  1384. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +6 -4
  1385. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +6 -4
  1386. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +6 -4
  1387. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +6 -4
  1388. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +6 -4
  1389. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +6 -4
  1390. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +6 -4
  1391. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +6 -4
  1392. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +6 -4
  1393. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +6 -4
  1394. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +6 -4
  1395. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +6 -4
  1396. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +6 -4
  1397. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +6 -4
  1398. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +6 -4
  1399. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +6 -4
  1400. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +6 -4
  1401. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +6 -4
  1402. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +6 -4
  1403. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +6 -4
  1404. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +6 -4
  1405. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +6 -4
  1406. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +6 -4
  1407. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +6 -4
  1408. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +6 -4
  1409. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +6 -4
  1410. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartAttachedFileUploadCommand.d.ts +6 -4
  1411. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +6 -4
  1412. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +6 -4
  1413. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +6 -4
  1414. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +6 -4
  1415. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +6 -4
  1416. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +6 -4
  1417. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +6 -4
  1418. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +6 -4
  1419. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +6 -4
  1420. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +6 -4
  1421. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +6 -4
  1422. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartTestCaseExecutionCommand.d.ts +6 -4
  1423. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +6 -4
  1424. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactCommand.d.ts +6 -4
  1425. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +6 -4
  1426. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +6 -4
  1427. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +6 -4
  1428. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopTestCaseExecutionCommand.d.ts +6 -4
  1429. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +6 -4
  1430. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +6 -4
  1431. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TagContactCommand.d.ts +6 -4
  1432. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  1433. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TransferContactCommand.d.ts +6 -4
  1434. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UntagContactCommand.d.ts +6 -4
  1435. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  1436. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +6 -4
  1437. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +6 -4
  1438. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +6 -4
  1439. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +6 -4
  1440. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +6 -4
  1441. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +6 -4
  1442. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +6 -4
  1443. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +6 -4
  1444. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +6 -4
  1445. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +6 -4
  1446. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +6 -4
  1447. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +6 -4
  1448. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +6 -4
  1449. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +6 -4
  1450. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +6 -4
  1451. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +6 -4
  1452. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +6 -4
  1453. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +6 -4
  1454. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +6 -4
  1455. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +6 -4
  1456. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +6 -4
  1457. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +6 -4
  1458. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +6 -4
  1459. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateNotificationContentCommand.d.ts +6 -4
  1460. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +6 -4
  1461. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +6 -4
  1462. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +6 -4
  1463. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +6 -4
  1464. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +6 -4
  1465. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +6 -4
  1466. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +6 -4
  1467. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +6 -4
  1468. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +6 -4
  1469. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +6 -4
  1470. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +6 -4
  1471. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +6 -4
  1472. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +6 -4
  1473. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +6 -4
  1474. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +6 -4
  1475. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +6 -4
  1476. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +6 -4
  1477. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +6 -4
  1478. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +6 -4
  1479. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +6 -4
  1480. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +6 -4
  1481. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +6 -4
  1482. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateTestCaseCommand.d.ts +6 -4
  1483. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +6 -4
  1484. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserConfigCommand.d.ts +6 -4
  1485. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +6 -4
  1486. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +6 -4
  1487. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +6 -4
  1488. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +6 -4
  1489. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserNotificationStatusCommand.d.ts +6 -4
  1490. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +6 -4
  1491. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +6 -4
  1492. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +6 -4
  1493. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +6 -4
  1494. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +6 -4
  1495. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +6 -4
  1496. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +6 -4
  1497. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +6 -4
  1498. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +6 -4
  1499. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +6 -4
  1500. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  1501. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  1502. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/ConnectServiceException.d.ts +1 -1
  1503. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +4 -0
  1504. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/errors.d.ts +1 -1
  1505. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -3
  1506. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.d.ts +3 -3
  1507. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  1508. package/node_modules/@aws-sdk/client-connect/package.json +6 -35
  1509. package/node_modules/@aws-sdk/client-glue/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  1510. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +2 -2
  1511. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +5 -5
  1512. package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +553 -558
  1513. package/node_modules/@aws-sdk/client-glue/dist-cjs/models/GlueServiceException.js +3 -3
  1514. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.browser.js +14 -16
  1515. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.js +19 -24
  1516. package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.shared.js +9 -10
  1517. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +3 -2
  1518. package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +1 -1
  1519. package/node_modules/@aws-sdk/client-glue/dist-es/GlueClient.js +6 -9
  1520. package/node_modules/@aws-sdk/client-glue/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  1521. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchCreatePartitionCommand.js +2 -2
  1522. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchDeleteConnectionCommand.js +2 -2
  1523. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchDeletePartitionCommand.js +2 -2
  1524. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchDeleteTableCommand.js +2 -2
  1525. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchDeleteTableVersionCommand.js +2 -2
  1526. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetBlueprintsCommand.js +2 -2
  1527. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetCrawlersCommand.js +2 -2
  1528. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetCustomEntityTypesCommand.js +2 -2
  1529. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -2
  1530. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetDevEndpointsCommand.js +2 -2
  1531. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetJobsCommand.js +2 -2
  1532. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetPartitionCommand.js +2 -2
  1533. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetTableOptimizerCommand.js +2 -2
  1534. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetTriggersCommand.js +2 -2
  1535. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetWorkflowsCommand.js +2 -2
  1536. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +2 -2
  1537. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchStopJobRunCommand.js +2 -2
  1538. package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchUpdatePartitionCommand.js +2 -2
  1539. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +2 -2
  1540. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +2 -2
  1541. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CancelMLTaskRunCommand.js +2 -2
  1542. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CancelStatementCommand.js +2 -2
  1543. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CheckSchemaVersionValidityCommand.js +2 -2
  1544. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateBlueprintCommand.js +2 -2
  1545. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateCatalogCommand.js +2 -2
  1546. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateClassifierCommand.js +2 -2
  1547. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateColumnStatisticsTaskSettingsCommand.js +2 -2
  1548. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateConnectionCommand.js +2 -2
  1549. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateCrawlerCommand.js +2 -2
  1550. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateCustomEntityTypeCommand.js +2 -2
  1551. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateDataQualityRulesetCommand.js +2 -2
  1552. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateDatabaseCommand.js +2 -2
  1553. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateDevEndpointCommand.js +2 -2
  1554. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlueIdentityCenterConfigurationCommand.js +2 -2
  1555. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateIntegrationCommand.js +2 -2
  1556. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +2 -2
  1557. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +2 -2
  1558. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateJobCommand.js +2 -2
  1559. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateMLTransformCommand.js +2 -2
  1560. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreatePartitionCommand.js +2 -2
  1561. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreatePartitionIndexCommand.js +2 -2
  1562. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateRegistryCommand.js +2 -2
  1563. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateSchemaCommand.js +2 -2
  1564. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateScriptCommand.js +2 -2
  1565. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -2
  1566. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateSessionCommand.js +2 -2
  1567. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateTableCommand.js +2 -2
  1568. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateTableOptimizerCommand.js +2 -2
  1569. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateTriggerCommand.js +2 -2
  1570. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateUsageProfileCommand.js +2 -2
  1571. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateUserDefinedFunctionCommand.js +2 -2
  1572. package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateWorkflowCommand.js +2 -2
  1573. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteBlueprintCommand.js +2 -2
  1574. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteCatalogCommand.js +2 -2
  1575. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteClassifierCommand.js +2 -2
  1576. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +2 -2
  1577. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +2 -2
  1578. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteColumnStatisticsTaskSettingsCommand.js +2 -2
  1579. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteConnectionCommand.js +2 -2
  1580. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteConnectionTypeCommand.js +2 -2
  1581. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteCrawlerCommand.js +2 -2
  1582. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteCustomEntityTypeCommand.js +2 -2
  1583. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteDataQualityRulesetCommand.js +2 -2
  1584. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteDatabaseCommand.js +2 -2
  1585. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteDevEndpointCommand.js +2 -2
  1586. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlueIdentityCenterConfigurationCommand.js +2 -2
  1587. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteIntegrationCommand.js +2 -2
  1588. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteIntegrationResourcePropertyCommand.js +2 -2
  1589. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +2 -2
  1590. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteJobCommand.js +2 -2
  1591. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteMLTransformCommand.js +2 -2
  1592. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeletePartitionCommand.js +2 -2
  1593. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeletePartitionIndexCommand.js +2 -2
  1594. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteRegistryCommand.js +2 -2
  1595. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  1596. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteSchemaCommand.js +2 -2
  1597. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteSchemaVersionsCommand.js +2 -2
  1598. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteSecurityConfigurationCommand.js +2 -2
  1599. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteSessionCommand.js +2 -2
  1600. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteTableCommand.js +2 -2
  1601. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteTableOptimizerCommand.js +2 -2
  1602. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteTableVersionCommand.js +2 -2
  1603. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteTriggerCommand.js +2 -2
  1604. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteUsageProfileCommand.js +2 -2
  1605. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteUserDefinedFunctionCommand.js +2 -2
  1606. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  1607. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DescribeConnectionTypeCommand.js +2 -2
  1608. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DescribeEntityCommand.js +2 -2
  1609. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DescribeInboundIntegrationsCommand.js +2 -2
  1610. package/node_modules/@aws-sdk/client-glue/dist-es/commands/DescribeIntegrationsCommand.js +2 -2
  1611. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetBlueprintCommand.js +2 -2
  1612. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetBlueprintRunCommand.js +2 -2
  1613. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetBlueprintRunsCommand.js +2 -2
  1614. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetCatalogCommand.js +2 -2
  1615. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetCatalogImportStatusCommand.js +2 -2
  1616. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetCatalogsCommand.js +2 -2
  1617. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetClassifierCommand.js +2 -2
  1618. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetClassifiersCommand.js +2 -2
  1619. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +2 -2
  1620. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetColumnStatisticsForTableCommand.js +2 -2
  1621. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetColumnStatisticsTaskRunCommand.js +2 -2
  1622. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetColumnStatisticsTaskRunsCommand.js +2 -2
  1623. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetColumnStatisticsTaskSettingsCommand.js +2 -2
  1624. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetConnectionCommand.js +2 -2
  1625. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetConnectionsCommand.js +2 -2
  1626. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetCrawlerCommand.js +2 -2
  1627. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetCrawlerMetricsCommand.js +2 -2
  1628. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetCrawlersCommand.js +2 -2
  1629. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetCustomEntityTypeCommand.js +2 -2
  1630. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +2 -2
  1631. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDataQualityModelCommand.js +2 -2
  1632. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDataQualityModelResultCommand.js +2 -2
  1633. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDataQualityResultCommand.js +2 -2
  1634. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +2 -2
  1635. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDataQualityRulesetCommand.js +2 -2
  1636. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +2 -2
  1637. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDatabaseCommand.js +2 -2
  1638. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDatabasesCommand.js +2 -2
  1639. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDataflowGraphCommand.js +2 -2
  1640. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDevEndpointCommand.js +2 -2
  1641. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDevEndpointsCommand.js +2 -2
  1642. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetEntityRecordsCommand.js +2 -2
  1643. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlueIdentityCenterConfigurationCommand.js +2 -2
  1644. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetIntegrationResourcePropertyCommand.js +2 -2
  1645. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetIntegrationTablePropertiesCommand.js +2 -2
  1646. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetJobBookmarkCommand.js +2 -2
  1647. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetJobCommand.js +2 -2
  1648. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetJobRunCommand.js +2 -2
  1649. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetJobRunsCommand.js +2 -2
  1650. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetJobsCommand.js +2 -2
  1651. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetMLTaskRunCommand.js +2 -2
  1652. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetMLTaskRunsCommand.js +2 -2
  1653. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetMLTransformCommand.js +2 -2
  1654. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetMLTransformsCommand.js +2 -2
  1655. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetMappingCommand.js +2 -2
  1656. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetMaterializedViewRefreshTaskRunCommand.js +2 -2
  1657. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetPartitionCommand.js +2 -2
  1658. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetPartitionIndexesCommand.js +2 -2
  1659. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetPartitionsCommand.js +2 -2
  1660. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetPlanCommand.js +2 -2
  1661. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetRegistryCommand.js +2 -2
  1662. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
  1663. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  1664. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSchemaByDefinitionCommand.js +2 -2
  1665. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSchemaCommand.js +2 -2
  1666. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSchemaVersionCommand.js +2 -2
  1667. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSchemaVersionsDiffCommand.js +2 -2
  1668. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSecurityConfigurationCommand.js +2 -2
  1669. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSecurityConfigurationsCommand.js +2 -2
  1670. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSessionCommand.js +2 -2
  1671. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetStatementCommand.js +2 -2
  1672. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetTableCommand.js +2 -2
  1673. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetTableOptimizerCommand.js +2 -2
  1674. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetTableVersionCommand.js +2 -2
  1675. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetTableVersionsCommand.js +2 -2
  1676. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetTablesCommand.js +2 -2
  1677. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetTagsCommand.js +2 -2
  1678. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetTriggerCommand.js +2 -2
  1679. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetTriggersCommand.js +2 -2
  1680. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +2 -2
  1681. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +2 -2
  1682. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetUnfilteredTableMetadataCommand.js +2 -2
  1683. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetUsageProfileCommand.js +2 -2
  1684. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetUserDefinedFunctionCommand.js +2 -2
  1685. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetUserDefinedFunctionsCommand.js +2 -2
  1686. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetWorkflowCommand.js +2 -2
  1687. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetWorkflowRunCommand.js +2 -2
  1688. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetWorkflowRunPropertiesCommand.js +2 -2
  1689. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetWorkflowRunsCommand.js +2 -2
  1690. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ImportCatalogToGlueCommand.js +2 -2
  1691. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListBlueprintsCommand.js +2 -2
  1692. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListColumnStatisticsTaskRunsCommand.js +2 -2
  1693. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListConnectionTypesCommand.js +2 -2
  1694. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListCrawlersCommand.js +2 -2
  1695. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListCrawlsCommand.js +2 -2
  1696. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListCustomEntityTypesCommand.js +2 -2
  1697. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListDataQualityResultsCommand.js +2 -2
  1698. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +2 -2
  1699. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +2 -2
  1700. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListDataQualityRulesetsCommand.js +2 -2
  1701. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +2 -2
  1702. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListDataQualityStatisticsCommand.js +2 -2
  1703. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListDevEndpointsCommand.js +2 -2
  1704. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListEntitiesCommand.js +2 -2
  1705. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListIntegrationResourcePropertiesCommand.js +2 -2
  1706. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListJobsCommand.js +2 -2
  1707. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListMLTransformsCommand.js +2 -2
  1708. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListMaterializedViewRefreshTaskRunsCommand.js +2 -2
  1709. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListRegistriesCommand.js +2 -2
  1710. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListSchemaVersionsCommand.js +2 -2
  1711. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListSchemasCommand.js +2 -2
  1712. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListSessionsCommand.js +2 -2
  1713. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListStatementsCommand.js +2 -2
  1714. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListTableOptimizerRunsCommand.js +2 -2
  1715. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListTriggersCommand.js +2 -2
  1716. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListUsageProfilesCommand.js +2 -2
  1717. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListWorkflowsCommand.js +2 -2
  1718. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ModifyIntegrationCommand.js +2 -2
  1719. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +2 -2
  1720. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +2 -2
  1721. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  1722. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutSchemaVersionMetadataCommand.js +2 -2
  1723. package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutWorkflowRunPropertiesCommand.js +2 -2
  1724. package/node_modules/@aws-sdk/client-glue/dist-es/commands/QuerySchemaVersionMetadataCommand.js +2 -2
  1725. package/node_modules/@aws-sdk/client-glue/dist-es/commands/RegisterConnectionTypeCommand.js +2 -2
  1726. package/node_modules/@aws-sdk/client-glue/dist-es/commands/RegisterSchemaVersionCommand.js +2 -2
  1727. package/node_modules/@aws-sdk/client-glue/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +2 -2
  1728. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ResetJobBookmarkCommand.js +2 -2
  1729. package/node_modules/@aws-sdk/client-glue/dist-es/commands/ResumeWorkflowRunCommand.js +2 -2
  1730. package/node_modules/@aws-sdk/client-glue/dist-es/commands/RunStatementCommand.js +2 -2
  1731. package/node_modules/@aws-sdk/client-glue/dist-es/commands/SearchTablesCommand.js +2 -2
  1732. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartBlueprintRunCommand.js +2 -2
  1733. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartColumnStatisticsTaskRunCommand.js +2 -2
  1734. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartColumnStatisticsTaskRunScheduleCommand.js +2 -2
  1735. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartCrawlerCommand.js +2 -2
  1736. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartCrawlerScheduleCommand.js +2 -2
  1737. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +2 -2
  1738. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +2 -2
  1739. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartExportLabelsTaskRunCommand.js +2 -2
  1740. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartImportLabelsTaskRunCommand.js +2 -2
  1741. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartJobRunCommand.js +2 -2
  1742. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartMLEvaluationTaskRunCommand.js +2 -2
  1743. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +2 -2
  1744. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartMaterializedViewRefreshTaskRunCommand.js +2 -2
  1745. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartTriggerCommand.js +2 -2
  1746. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StartWorkflowRunCommand.js +2 -2
  1747. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StopColumnStatisticsTaskRunCommand.js +2 -2
  1748. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StopColumnStatisticsTaskRunScheduleCommand.js +2 -2
  1749. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StopCrawlerCommand.js +2 -2
  1750. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StopCrawlerScheduleCommand.js +2 -2
  1751. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StopMaterializedViewRefreshTaskRunCommand.js +2 -2
  1752. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StopSessionCommand.js +2 -2
  1753. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StopTriggerCommand.js +2 -2
  1754. package/node_modules/@aws-sdk/client-glue/dist-es/commands/StopWorkflowRunCommand.js +2 -2
  1755. package/node_modules/@aws-sdk/client-glue/dist-es/commands/TagResourceCommand.js +2 -2
  1756. package/node_modules/@aws-sdk/client-glue/dist-es/commands/TestConnectionCommand.js +2 -2
  1757. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UntagResourceCommand.js +2 -2
  1758. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateBlueprintCommand.js +2 -2
  1759. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateCatalogCommand.js +2 -2
  1760. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateClassifierCommand.js +2 -2
  1761. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +2 -2
  1762. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +2 -2
  1763. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateColumnStatisticsTaskSettingsCommand.js +2 -2
  1764. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateConnectionCommand.js +2 -2
  1765. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateCrawlerCommand.js +2 -2
  1766. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateCrawlerScheduleCommand.js +2 -2
  1767. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateDataQualityRulesetCommand.js +2 -2
  1768. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateDatabaseCommand.js +2 -2
  1769. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateDevEndpointCommand.js +2 -2
  1770. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlueIdentityCenterConfigurationCommand.js +2 -2
  1771. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +2 -2
  1772. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +2 -2
  1773. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateJobCommand.js +2 -2
  1774. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateJobFromSourceControlCommand.js +2 -2
  1775. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateMLTransformCommand.js +2 -2
  1776. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdatePartitionCommand.js +2 -2
  1777. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateRegistryCommand.js +2 -2
  1778. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateSchemaCommand.js +2 -2
  1779. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateSourceControlFromJobCommand.js +2 -2
  1780. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateTableCommand.js +2 -2
  1781. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateTableOptimizerCommand.js +2 -2
  1782. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateTriggerCommand.js +2 -2
  1783. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateUsageProfileCommand.js +2 -2
  1784. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateUserDefinedFunctionCommand.js +2 -2
  1785. package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateWorkflowCommand.js +2 -2
  1786. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +1 -1
  1787. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +2 -2
  1788. package/node_modules/@aws-sdk/client-glue/dist-es/models/GlueServiceException.js +1 -1
  1789. package/node_modules/@aws-sdk/client-glue/dist-es/runtimeConfig.browser.js +5 -7
  1790. package/node_modules/@aws-sdk/client-glue/dist-es/runtimeConfig.js +5 -10
  1791. package/node_modules/@aws-sdk/client-glue/dist-es/runtimeConfig.shared.js +3 -4
  1792. package/node_modules/@aws-sdk/client-glue/dist-es/runtimeExtensions.js +3 -3
  1793. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +3 -2
  1794. package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +6 -7
  1795. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchCreatePartitionCommand.d.ts +6 -4
  1796. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchDeleteConnectionCommand.d.ts +6 -4
  1797. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchDeletePartitionCommand.d.ts +6 -4
  1798. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchDeleteTableCommand.d.ts +6 -4
  1799. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +6 -4
  1800. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetBlueprintsCommand.d.ts +6 -4
  1801. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetCrawlersCommand.d.ts +6 -4
  1802. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +6 -4
  1803. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +6 -4
  1804. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +6 -4
  1805. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetJobsCommand.d.ts +6 -4
  1806. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetPartitionCommand.d.ts +6 -4
  1807. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +6 -4
  1808. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetTriggersCommand.d.ts +6 -4
  1809. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetWorkflowsCommand.d.ts +6 -4
  1810. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +6 -4
  1811. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchStopJobRunCommand.d.ts +6 -4
  1812. package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchUpdatePartitionCommand.d.ts +6 -4
  1813. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  1814. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  1815. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CancelMLTaskRunCommand.d.ts +6 -4
  1816. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CancelStatementCommand.d.ts +6 -4
  1817. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +6 -4
  1818. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateBlueprintCommand.d.ts +6 -4
  1819. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCatalogCommand.d.ts +6 -4
  1820. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateClassifierCommand.d.ts +6 -4
  1821. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  1822. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
  1823. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCrawlerCommand.d.ts +6 -4
  1824. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +6 -4
  1825. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +6 -4
  1826. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDatabaseCommand.d.ts +6 -4
  1827. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDevEndpointCommand.d.ts +6 -4
  1828. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  1829. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateIntegrationCommand.d.ts +6 -4
  1830. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateIntegrationResourcePropertyCommand.d.ts +6 -4
  1831. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateIntegrationTablePropertiesCommand.d.ts +6 -4
  1832. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateJobCommand.d.ts +6 -4
  1833. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateMLTransformCommand.d.ts +6 -4
  1834. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreatePartitionCommand.d.ts +6 -4
  1835. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreatePartitionIndexCommand.d.ts +6 -4
  1836. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateRegistryCommand.d.ts +6 -4
  1837. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSchemaCommand.d.ts +6 -4
  1838. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateScriptCommand.d.ts +6 -4
  1839. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -4
  1840. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSessionCommand.d.ts +6 -4
  1841. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateTableCommand.d.ts +6 -4
  1842. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateTableOptimizerCommand.d.ts +6 -4
  1843. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateTriggerCommand.d.ts +6 -4
  1844. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateUsageProfileCommand.d.ts +6 -4
  1845. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +6 -4
  1846. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateWorkflowCommand.d.ts +6 -4
  1847. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -4
  1848. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteCatalogCommand.d.ts +6 -4
  1849. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteClassifierCommand.d.ts +6 -4
  1850. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +6 -4
  1851. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +6 -4
  1852. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  1853. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
  1854. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteConnectionTypeCommand.d.ts +6 -4
  1855. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteCrawlerCommand.d.ts +6 -4
  1856. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +6 -4
  1857. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +6 -4
  1858. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -4
  1859. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteDevEndpointCommand.d.ts +6 -4
  1860. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  1861. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -4
  1862. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteIntegrationResourcePropertyCommand.d.ts +6 -4
  1863. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteIntegrationTablePropertiesCommand.d.ts +6 -4
  1864. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteJobCommand.d.ts +6 -4
  1865. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteMLTransformCommand.d.ts +6 -4
  1866. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeletePartitionCommand.d.ts +6 -4
  1867. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeletePartitionIndexCommand.d.ts +6 -4
  1868. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteRegistryCommand.d.ts +6 -4
  1869. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  1870. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteSchemaCommand.d.ts +6 -4
  1871. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +6 -4
  1872. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +6 -4
  1873. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteSessionCommand.d.ts +6 -4
  1874. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteTableCommand.d.ts +6 -4
  1875. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteTableOptimizerCommand.d.ts +6 -4
  1876. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteTableVersionCommand.d.ts +6 -4
  1877. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteTriggerCommand.d.ts +6 -4
  1878. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteUsageProfileCommand.d.ts +6 -4
  1879. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +6 -4
  1880. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -4
  1881. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DescribeConnectionTypeCommand.d.ts +6 -4
  1882. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DescribeEntityCommand.d.ts +6 -4
  1883. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +6 -4
  1884. package/node_modules/@aws-sdk/client-glue/dist-types/commands/DescribeIntegrationsCommand.d.ts +6 -4
  1885. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetBlueprintCommand.d.ts +6 -4
  1886. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetBlueprintRunCommand.d.ts +6 -4
  1887. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetBlueprintRunsCommand.d.ts +6 -4
  1888. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetCatalogCommand.d.ts +6 -4
  1889. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetCatalogImportStatusCommand.d.ts +6 -4
  1890. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetCatalogsCommand.d.ts +7 -4
  1891. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetClassifierCommand.d.ts +6 -4
  1892. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetClassifiersCommand.d.ts +6 -4
  1893. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +6 -4
  1894. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +6 -4
  1895. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +6 -4
  1896. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +6 -4
  1897. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  1898. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  1899. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetConnectionsCommand.d.ts +6 -4
  1900. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetCrawlerCommand.d.ts +6 -4
  1901. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetCrawlerMetricsCommand.d.ts +6 -4
  1902. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetCrawlersCommand.d.ts +6 -4
  1903. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetCustomEntityTypeCommand.d.ts +6 -4
  1904. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +6 -4
  1905. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityModelCommand.d.ts +6 -4
  1906. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityModelResultCommand.d.ts +6 -4
  1907. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityResultCommand.d.ts +6 -4
  1908. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  1909. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityRulesetCommand.d.ts +6 -4
  1910. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  1911. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDatabaseCommand.d.ts +6 -4
  1912. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDatabasesCommand.d.ts +6 -4
  1913. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataflowGraphCommand.d.ts +6 -4
  1914. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointCommand.d.ts +6 -4
  1915. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointsCommand.d.ts +6 -4
  1916. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetEntityRecordsCommand.d.ts +6 -4
  1917. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  1918. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +6 -4
  1919. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +6 -4
  1920. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobBookmarkCommand.d.ts +6 -4
  1921. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobCommand.d.ts +6 -4
  1922. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunCommand.d.ts +6 -4
  1923. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunsCommand.d.ts +6 -4
  1924. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobsCommand.d.ts +6 -4
  1925. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunCommand.d.ts +6 -4
  1926. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunsCommand.d.ts +6 -4
  1927. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTransformCommand.d.ts +6 -4
  1928. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTransformsCommand.d.ts +6 -4
  1929. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMappingCommand.d.ts +6 -4
  1930. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  1931. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionCommand.d.ts +6 -4
  1932. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionIndexesCommand.d.ts +6 -4
  1933. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionsCommand.d.ts +6 -4
  1934. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPlanCommand.d.ts +6 -4
  1935. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetRegistryCommand.d.ts +6 -4
  1936. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -4
  1937. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  1938. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +6 -4
  1939. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSchemaCommand.d.ts +6 -4
  1940. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSchemaVersionCommand.d.ts +6 -4
  1941. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +6 -4
  1942. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSecurityConfigurationCommand.d.ts +6 -4
  1943. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +6 -4
  1944. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionCommand.d.ts +6 -4
  1945. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetStatementCommand.d.ts +6 -4
  1946. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +6 -4
  1947. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableOptimizerCommand.d.ts +6 -4
  1948. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +6 -4
  1949. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +6 -4
  1950. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +6 -4
  1951. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTagsCommand.d.ts +6 -4
  1952. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTriggerCommand.d.ts +6 -4
  1953. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTriggersCommand.d.ts +6 -4
  1954. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +6 -4
  1955. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +6 -4
  1956. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +6 -4
  1957. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUsageProfileCommand.d.ts +6 -4
  1958. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +6 -4
  1959. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +6 -4
  1960. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetWorkflowCommand.d.ts +6 -4
  1961. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetWorkflowRunCommand.d.ts +6 -4
  1962. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +6 -4
  1963. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetWorkflowRunsCommand.d.ts +6 -4
  1964. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ImportCatalogToGlueCommand.d.ts +6 -4
  1965. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListBlueprintsCommand.d.ts +6 -4
  1966. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +6 -4
  1967. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListConnectionTypesCommand.d.ts +6 -4
  1968. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListCrawlersCommand.d.ts +6 -4
  1969. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListCrawlsCommand.d.ts +6 -4
  1970. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListCustomEntityTypesCommand.d.ts +6 -4
  1971. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListDataQualityResultsCommand.d.ts +6 -4
  1972. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +6 -4
  1973. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +6 -4
  1974. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +6 -4
  1975. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +6 -4
  1976. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +6 -4
  1977. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListDevEndpointsCommand.d.ts +6 -4
  1978. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListEntitiesCommand.d.ts +6 -4
  1979. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListIntegrationResourcePropertiesCommand.d.ts +6 -4
  1980. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListJobsCommand.d.ts +6 -4
  1981. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListMLTransformsCommand.d.ts +6 -4
  1982. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +6 -4
  1983. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListRegistriesCommand.d.ts +6 -4
  1984. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSchemaVersionsCommand.d.ts +6 -4
  1985. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSchemasCommand.d.ts +6 -4
  1986. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +6 -4
  1987. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListStatementsCommand.d.ts +6 -4
  1988. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +6 -4
  1989. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListTriggersCommand.d.ts +6 -4
  1990. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListUsageProfilesCommand.d.ts +6 -4
  1991. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListWorkflowsCommand.d.ts +6 -4
  1992. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ModifyIntegrationCommand.d.ts +6 -4
  1993. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +6 -4
  1994. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +6 -4
  1995. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  1996. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +6 -4
  1997. package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +6 -4
  1998. package/node_modules/@aws-sdk/client-glue/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +6 -4
  1999. package/node_modules/@aws-sdk/client-glue/dist-types/commands/RegisterConnectionTypeCommand.d.ts +6 -4
  2000. package/node_modules/@aws-sdk/client-glue/dist-types/commands/RegisterSchemaVersionCommand.d.ts +6 -4
  2001. package/node_modules/@aws-sdk/client-glue/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +6 -4
  2002. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ResetJobBookmarkCommand.d.ts +6 -4
  2003. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ResumeWorkflowRunCommand.d.ts +6 -4
  2004. package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -4
  2005. package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +6 -4
  2006. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartBlueprintRunCommand.d.ts +6 -4
  2007. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +6 -4
  2008. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +6 -4
  2009. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartCrawlerCommand.d.ts +6 -4
  2010. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartCrawlerScheduleCommand.d.ts +6 -4
  2011. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  2012. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  2013. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +6 -4
  2014. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +6 -4
  2015. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartJobRunCommand.d.ts +6 -4
  2016. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -4
  2017. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -4
  2018. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  2019. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartTriggerCommand.d.ts +6 -4
  2020. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -4
  2021. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +6 -4
  2022. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +6 -4
  2023. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerCommand.d.ts +6 -4
  2024. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerScheduleCommand.d.ts +6 -4
  2025. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  2026. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopSessionCommand.d.ts +6 -4
  2027. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopTriggerCommand.d.ts +6 -4
  2028. package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopWorkflowRunCommand.d.ts +6 -4
  2029. package/node_modules/@aws-sdk/client-glue/dist-types/commands/TagResourceCommand.d.ts +6 -4
  2030. package/node_modules/@aws-sdk/client-glue/dist-types/commands/TestConnectionCommand.d.ts +6 -4
  2031. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  2032. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -4
  2033. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCatalogCommand.d.ts +6 -4
  2034. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateClassifierCommand.d.ts +6 -4
  2035. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +6 -4
  2036. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +6 -4
  2037. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  2038. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateConnectionCommand.d.ts +6 -4
  2039. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerCommand.d.ts +6 -4
  2040. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +6 -4
  2041. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +6 -4
  2042. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +6 -4
  2043. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDevEndpointCommand.d.ts +6 -4
  2044. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  2045. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +6 -4
  2046. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +6 -4
  2047. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateJobCommand.d.ts +6 -4
  2048. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +6 -4
  2049. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateMLTransformCommand.d.ts +6 -4
  2050. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdatePartitionCommand.d.ts +6 -4
  2051. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateRegistryCommand.d.ts +6 -4
  2052. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateSchemaCommand.d.ts +6 -4
  2053. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +6 -4
  2054. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateTableCommand.d.ts +6 -4
  2055. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateTableOptimizerCommand.d.ts +6 -4
  2056. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateTriggerCommand.d.ts +6 -4
  2057. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateUsageProfileCommand.d.ts +6 -4
  2058. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +6 -4
  2059. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -4
  2060. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +1 -1
  2061. package/node_modules/@aws-sdk/client-glue/dist-types/extensionConfiguration.d.ts +1 -1
  2062. package/node_modules/@aws-sdk/client-glue/dist-types/models/GlueServiceException.d.ts +1 -1
  2063. package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +1 -1
  2064. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +2 -2
  2065. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +5 -0
  2066. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +1 -1
  2067. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +3 -3
  2068. package/node_modules/@aws-sdk/client-glue/dist-types/runtimeConfig.browser.d.ts +3 -3
  2069. package/node_modules/@aws-sdk/client-glue/dist-types/runtimeConfig.d.ts +3 -3
  2070. package/node_modules/@aws-sdk/client-glue/dist-types/runtimeConfig.native.d.ts +3 -3
  2071. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +9 -17
  2072. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +6 -4
  2073. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +6 -4
  2074. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +6 -4
  2075. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +6 -4
  2076. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +6 -4
  2077. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +6 -4
  2078. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +6 -4
  2079. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +6 -4
  2080. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +6 -4
  2081. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +6 -4
  2082. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +6 -4
  2083. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +6 -4
  2084. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +6 -4
  2085. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +6 -4
  2086. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +6 -4
  2087. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +6 -4
  2088. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +6 -4
  2089. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +6 -4
  2090. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  2091. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  2092. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +6 -4
  2093. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +6 -4
  2094. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +6 -4
  2095. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +6 -4
  2096. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCatalogCommand.d.ts +6 -4
  2097. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +6 -4
  2098. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  2099. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
  2100. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +6 -4
  2101. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +6 -4
  2102. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +6 -4
  2103. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +6 -4
  2104. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +6 -4
  2105. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  2106. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +6 -4
  2107. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateIntegrationResourcePropertyCommand.d.ts +6 -4
  2108. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateIntegrationTablePropertiesCommand.d.ts +6 -4
  2109. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateJobCommand.d.ts +6 -8
  2110. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +6 -4
  2111. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +6 -4
  2112. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +6 -4
  2113. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +6 -4
  2114. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +6 -4
  2115. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +6 -4
  2116. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +6 -4
  2117. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
  2118. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateTableCommand.d.ts +6 -4
  2119. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +6 -4
  2120. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +6 -4
  2121. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateUsageProfileCommand.d.ts +6 -4
  2122. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +6 -4
  2123. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +6 -4
  2124. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +6 -4
  2125. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteCatalogCommand.d.ts +6 -4
  2126. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +6 -4
  2127. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +6 -4
  2128. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +6 -4
  2129. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  2130. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
  2131. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteConnectionTypeCommand.d.ts +6 -4
  2132. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +6 -4
  2133. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +6 -4
  2134. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +6 -4
  2135. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +6 -4
  2136. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +6 -4
  2137. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  2138. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +6 -4
  2139. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteIntegrationResourcePropertyCommand.d.ts +6 -4
  2140. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteIntegrationTablePropertiesCommand.d.ts +6 -4
  2141. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +6 -8
  2142. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +6 -4
  2143. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +6 -4
  2144. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +6 -4
  2145. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +6 -4
  2146. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  2147. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +6 -4
  2148. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +6 -4
  2149. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +6 -4
  2150. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +6 -4
  2151. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +6 -4
  2152. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +6 -4
  2153. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +6 -4
  2154. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +6 -4
  2155. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteUsageProfileCommand.d.ts +6 -4
  2156. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +6 -4
  2157. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +6 -4
  2158. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DescribeConnectionTypeCommand.d.ts +6 -4
  2159. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +6 -4
  2160. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +6 -4
  2161. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +6 -4
  2162. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +6 -4
  2163. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +6 -4
  2164. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +6 -4
  2165. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +6 -4
  2166. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +6 -4
  2167. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +6 -4
  2168. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +6 -4
  2169. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +6 -4
  2170. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +6 -4
  2171. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +6 -4
  2172. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +6 -4
  2173. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +6 -4
  2174. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  2175. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
  2176. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +6 -4
  2177. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +6 -4
  2178. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +6 -4
  2179. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +6 -4
  2180. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +6 -4
  2181. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +6 -4
  2182. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +6 -4
  2183. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +6 -4
  2184. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +6 -4
  2185. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  2186. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +6 -4
  2187. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  2188. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +6 -4
  2189. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +6 -4
  2190. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +6 -4
  2191. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +6 -4
  2192. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +6 -4
  2193. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +6 -4
  2194. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  2195. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +6 -4
  2196. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +6 -4
  2197. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +6 -4
  2198. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
  2199. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +6 -8
  2200. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +6 -4
  2201. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobsCommand.d.ts +6 -4
  2202. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +6 -4
  2203. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +6 -4
  2204. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +6 -4
  2205. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +6 -4
  2206. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMappingCommand.d.ts +6 -4
  2207. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  2208. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +6 -4
  2209. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +6 -4
  2210. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +6 -4
  2211. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetPlanCommand.d.ts +6 -4
  2212. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +6 -4
  2213. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +6 -4
  2214. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  2215. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +6 -4
  2216. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +6 -8
  2217. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +6 -4
  2218. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +6 -4
  2219. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +6 -4
  2220. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +6 -4
  2221. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionCommand.d.ts +6 -4
  2222. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetStatementCommand.d.ts +6 -4
  2223. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetTableCommand.d.ts +6 -8
  2224. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +6 -4
  2225. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +6 -4
  2226. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +6 -4
  2227. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetTablesCommand.d.ts +6 -8
  2228. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -4
  2229. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +6 -4
  2230. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +6 -4
  2231. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +6 -4
  2232. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +6 -4
  2233. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +6 -4
  2234. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetUsageProfileCommand.d.ts +6 -4
  2235. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +6 -4
  2236. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +6 -4
  2237. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +6 -4
  2238. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +6 -4
  2239. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +6 -4
  2240. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +6 -4
  2241. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +6 -4
  2242. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +6 -4
  2243. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +6 -4
  2244. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListConnectionTypesCommand.d.ts +6 -4
  2245. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +6 -4
  2246. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +6 -4
  2247. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +6 -4
  2248. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +6 -4
  2249. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +6 -4
  2250. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +6 -4
  2251. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +6 -4
  2252. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +6 -4
  2253. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +6 -4
  2254. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +6 -4
  2255. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +6 -4
  2256. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListIntegrationResourcePropertiesCommand.d.ts +6 -4
  2257. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
  2258. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +6 -4
  2259. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +6 -4
  2260. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +6 -4
  2261. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +6 -4
  2262. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +6 -4
  2263. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +6 -4
  2264. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +6 -4
  2265. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +6 -4
  2266. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +6 -4
  2267. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListUsageProfilesCommand.d.ts +6 -4
  2268. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +6 -4
  2269. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +6 -4
  2270. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +6 -4
  2271. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +6 -4
  2272. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  2273. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +6 -4
  2274. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +6 -4
  2275. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +6 -4
  2276. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/RegisterConnectionTypeCommand.d.ts +6 -4
  2277. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +6 -4
  2278. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +6 -4
  2279. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +6 -4
  2280. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +6 -4
  2281. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/RunStatementCommand.d.ts +6 -4
  2282. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +6 -4
  2283. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +6 -4
  2284. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +6 -4
  2285. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +6 -4
  2286. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +6 -4
  2287. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +6 -4
  2288. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -4
  2289. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -4
  2290. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +6 -4
  2291. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +6 -4
  2292. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +6 -4
  2293. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -4
  2294. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -4
  2295. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  2296. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +6 -4
  2297. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +6 -4
  2298. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +6 -4
  2299. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +6 -4
  2300. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +6 -4
  2301. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +6 -4
  2302. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +6 -4
  2303. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopSessionCommand.d.ts +6 -4
  2304. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +6 -4
  2305. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +6 -4
  2306. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  2307. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +6 -4
  2308. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  2309. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +6 -4
  2310. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +6 -4
  2311. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +6 -4
  2312. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +6 -4
  2313. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +6 -4
  2314. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +6 -4
  2315. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +6 -4
  2316. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +6 -4
  2317. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +6 -4
  2318. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +6 -4
  2319. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +6 -4
  2320. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +6 -4
  2321. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +6 -4
  2322. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +6 -4
  2323. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +6 -4
  2324. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +6 -8
  2325. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +6 -4
  2326. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +6 -4
  2327. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +6 -4
  2328. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +6 -4
  2329. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +6 -4
  2330. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +6 -4
  2331. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +6 -4
  2332. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +6 -4
  2333. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +6 -4
  2334. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +6 -4
  2335. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +6 -4
  2336. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +6 -4
  2337. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  2338. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  2339. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/GlueServiceException.d.ts +1 -1
  2340. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +1 -1
  2341. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +1 -0
  2342. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -3
  2343. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/runtimeConfig.d.ts +3 -3
  2344. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  2345. package/node_modules/@aws-sdk/client-glue/package.json +6 -35
  2346. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2347. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +2 -2
  2348. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +5 -5
  2349. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/index.js +145 -150
  2350. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/LakeFormationServiceException.js +3 -3
  2351. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.browser.js +14 -16
  2352. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.js +19 -24
  2353. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.shared.js +10 -12
  2354. package/node_modules/@aws-sdk/client-lakeformation/dist-es/LakeFormation.js +1 -1
  2355. package/node_modules/@aws-sdk/client-lakeformation/dist-es/LakeFormationClient.js +6 -9
  2356. package/node_modules/@aws-sdk/client-lakeformation/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  2357. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/AddLFTagsToResourceCommand.js +2 -2
  2358. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +2 -2
  2359. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/BatchGrantPermissionsCommand.js +2 -2
  2360. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/BatchRevokePermissionsCommand.js +2 -2
  2361. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/CancelTransactionCommand.js +2 -2
  2362. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/CommitTransactionCommand.js +2 -2
  2363. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/CreateDataCellsFilterCommand.js +2 -2
  2364. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/CreateLFTagCommand.js +2 -2
  2365. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/CreateLFTagExpressionCommand.js +2 -2
  2366. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +2 -2
  2367. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/CreateLakeFormationOptInCommand.js +2 -2
  2368. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DeleteDataCellsFilterCommand.js +2 -2
  2369. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DeleteLFTagCommand.js +2 -2
  2370. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DeleteLFTagExpressionCommand.js +2 -2
  2371. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +2 -2
  2372. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DeleteLakeFormationOptInCommand.js +2 -2
  2373. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DeleteObjectsOnCancelCommand.js +2 -2
  2374. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DeregisterResourceCommand.js +2 -2
  2375. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +2 -2
  2376. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DescribeResourceCommand.js +2 -2
  2377. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/DescribeTransactionCommand.js +2 -2
  2378. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ExtendTransactionCommand.js +2 -2
  2379. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetDataCellsFilterCommand.js +2 -2
  2380. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetDataLakePrincipalCommand.js +2 -2
  2381. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetDataLakeSettingsCommand.js +2 -2
  2382. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetEffectivePermissionsForPathCommand.js +2 -2
  2383. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetLFTagCommand.js +2 -2
  2384. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetLFTagExpressionCommand.js +2 -2
  2385. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetQueryStateCommand.js +2 -2
  2386. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetQueryStatisticsCommand.js +2 -2
  2387. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetResourceLFTagsCommand.js +2 -2
  2388. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetTableObjectsCommand.js +2 -2
  2389. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetTemporaryDataLocationCredentialsCommand.js +2 -2
  2390. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +2 -2
  2391. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +2 -2
  2392. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetWorkUnitResultsCommand.js +2 -2
  2393. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GetWorkUnitsCommand.js +2 -2
  2394. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/GrantPermissionsCommand.js +2 -2
  2395. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ListDataCellsFilterCommand.js +2 -2
  2396. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ListLFTagExpressionsCommand.js +2 -2
  2397. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ListLFTagsCommand.js +2 -2
  2398. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ListLakeFormationOptInsCommand.js +2 -2
  2399. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ListPermissionsCommand.js +2 -2
  2400. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ListResourcesCommand.js +2 -2
  2401. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ListTableStorageOptimizersCommand.js +2 -2
  2402. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/ListTransactionsCommand.js +2 -2
  2403. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/PutDataLakeSettingsCommand.js +2 -2
  2404. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/RegisterResourceCommand.js +2 -2
  2405. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/RemoveLFTagsFromResourceCommand.js +2 -2
  2406. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/RevokePermissionsCommand.js +2 -2
  2407. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/SearchDatabasesByLFTagsCommand.js +2 -2
  2408. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/SearchTablesByLFTagsCommand.js +2 -2
  2409. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/StartQueryPlanningCommand.js +2 -2
  2410. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/StartTransactionCommand.js +2 -2
  2411. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/UpdateDataCellsFilterCommand.js +2 -2
  2412. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/UpdateLFTagCommand.js +2 -2
  2413. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/UpdateLFTagExpressionCommand.js +2 -2
  2414. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +2 -2
  2415. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/UpdateResourceCommand.js +2 -2
  2416. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/UpdateTableObjectsCommand.js +2 -2
  2417. package/node_modules/@aws-sdk/client-lakeformation/dist-es/commands/UpdateTableStorageOptimizerCommand.js +2 -2
  2418. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +1 -1
  2419. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +2 -2
  2420. package/node_modules/@aws-sdk/client-lakeformation/dist-es/models/LakeFormationServiceException.js +1 -1
  2421. package/node_modules/@aws-sdk/client-lakeformation/dist-es/runtimeConfig.browser.js +5 -7
  2422. package/node_modules/@aws-sdk/client-lakeformation/dist-es/runtimeConfig.js +5 -10
  2423. package/node_modules/@aws-sdk/client-lakeformation/dist-es/runtimeConfig.shared.js +3 -5
  2424. package/node_modules/@aws-sdk/client-lakeformation/dist-es/runtimeExtensions.js +3 -3
  2425. package/node_modules/@aws-sdk/client-lakeformation/dist-types/LakeFormationClient.d.ts +6 -7
  2426. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/AddLFTagsToResourceCommand.d.ts +6 -4
  2427. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +6 -4
  2428. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/BatchGrantPermissionsCommand.d.ts +6 -4
  2429. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/BatchRevokePermissionsCommand.d.ts +6 -4
  2430. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/CancelTransactionCommand.d.ts +6 -4
  2431. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/CommitTransactionCommand.d.ts +6 -4
  2432. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/CreateDataCellsFilterCommand.d.ts +6 -4
  2433. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/CreateLFTagCommand.d.ts +6 -4
  2434. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/CreateLFTagExpressionCommand.d.ts +6 -4
  2435. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
  2436. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +6 -4
  2437. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +6 -4
  2438. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DeleteLFTagCommand.d.ts +6 -4
  2439. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DeleteLFTagExpressionCommand.d.ts +6 -4
  2440. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
  2441. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +6 -4
  2442. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +6 -4
  2443. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DeregisterResourceCommand.d.ts +6 -4
  2444. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
  2445. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DescribeResourceCommand.d.ts +6 -4
  2446. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/DescribeTransactionCommand.d.ts +6 -4
  2447. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ExtendTransactionCommand.d.ts +6 -4
  2448. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetDataCellsFilterCommand.d.ts +6 -4
  2449. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetDataLakePrincipalCommand.d.ts +6 -4
  2450. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetDataLakeSettingsCommand.d.ts +6 -4
  2451. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +6 -4
  2452. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetLFTagCommand.d.ts +6 -4
  2453. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetLFTagExpressionCommand.d.ts +6 -4
  2454. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetQueryStateCommand.d.ts +6 -4
  2455. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetQueryStatisticsCommand.d.ts +6 -4
  2456. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetResourceLFTagsCommand.d.ts +6 -4
  2457. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetTableObjectsCommand.d.ts +6 -4
  2458. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetTemporaryDataLocationCredentialsCommand.d.ts +6 -4
  2459. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +6 -4
  2460. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +6 -4
  2461. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetWorkUnitResultsCommand.d.ts +6 -4
  2462. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GetWorkUnitsCommand.d.ts +6 -4
  2463. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/GrantPermissionsCommand.d.ts +6 -4
  2464. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ListDataCellsFilterCommand.d.ts +6 -4
  2465. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ListLFTagExpressionsCommand.d.ts +6 -4
  2466. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ListLFTagsCommand.d.ts +6 -4
  2467. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +6 -4
  2468. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ListPermissionsCommand.d.ts +6 -4
  2469. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ListResourcesCommand.d.ts +6 -4
  2470. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +6 -4
  2471. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/ListTransactionsCommand.d.ts +6 -4
  2472. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/PutDataLakeSettingsCommand.d.ts +6 -4
  2473. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/RegisterResourceCommand.d.ts +6 -4
  2474. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +6 -4
  2475. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/RevokePermissionsCommand.d.ts +6 -4
  2476. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +6 -4
  2477. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +6 -4
  2478. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/StartQueryPlanningCommand.d.ts +6 -4
  2479. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/StartTransactionCommand.d.ts +6 -4
  2480. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +6 -4
  2481. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/UpdateLFTagCommand.d.ts +6 -4
  2482. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/UpdateLFTagExpressionCommand.d.ts +6 -4
  2483. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
  2484. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/UpdateResourceCommand.d.ts +6 -4
  2485. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/UpdateTableObjectsCommand.d.ts +6 -4
  2486. package/node_modules/@aws-sdk/client-lakeformation/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +6 -4
  2487. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +1 -1
  2488. package/node_modules/@aws-sdk/client-lakeformation/dist-types/extensionConfiguration.d.ts +1 -1
  2489. package/node_modules/@aws-sdk/client-lakeformation/dist-types/models/LakeFormationServiceException.d.ts +1 -1
  2490. package/node_modules/@aws-sdk/client-lakeformation/dist-types/models/errors.d.ts +1 -1
  2491. package/node_modules/@aws-sdk/client-lakeformation/dist-types/runtimeConfig.browser.d.ts +3 -3
  2492. package/node_modules/@aws-sdk/client-lakeformation/dist-types/runtimeConfig.d.ts +3 -3
  2493. package/node_modules/@aws-sdk/client-lakeformation/dist-types/runtimeConfig.native.d.ts +3 -3
  2494. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/LakeFormationClient.d.ts +9 -17
  2495. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +6 -4
  2496. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +6 -4
  2497. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +6 -4
  2498. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +6 -4
  2499. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +6 -4
  2500. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +6 -4
  2501. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +6 -4
  2502. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +6 -4
  2503. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/CreateLFTagExpressionCommand.d.ts +6 -4
  2504. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
  2505. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +6 -4
  2506. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +6 -4
  2507. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +6 -4
  2508. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DeleteLFTagExpressionCommand.d.ts +6 -4
  2509. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
  2510. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +6 -4
  2511. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +6 -4
  2512. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +6 -4
  2513. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
  2514. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +6 -4
  2515. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +6 -4
  2516. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +6 -4
  2517. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetDataCellsFilterCommand.d.ts +6 -4
  2518. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetDataLakePrincipalCommand.d.ts +6 -4
  2519. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +6 -4
  2520. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +6 -4
  2521. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +6 -8
  2522. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetLFTagExpressionCommand.d.ts +6 -4
  2523. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +6 -4
  2524. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +6 -4
  2525. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +6 -4
  2526. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +6 -4
  2527. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetTemporaryDataLocationCredentialsCommand.d.ts +6 -4
  2528. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +6 -4
  2529. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +6 -4
  2530. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +6 -4
  2531. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +6 -4
  2532. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +6 -4
  2533. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +6 -4
  2534. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ListLFTagExpressionsCommand.d.ts +6 -4
  2535. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +6 -4
  2536. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +6 -4
  2537. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +6 -4
  2538. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +6 -4
  2539. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +6 -4
  2540. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +6 -4
  2541. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +6 -4
  2542. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +6 -4
  2543. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +6 -4
  2544. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +6 -4
  2545. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +6 -4
  2546. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +6 -4
  2547. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +6 -4
  2548. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +6 -4
  2549. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/UpdateDataCellsFilterCommand.d.ts +6 -4
  2550. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +6 -4
  2551. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/UpdateLFTagExpressionCommand.d.ts +6 -4
  2552. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +6 -4
  2553. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +6 -4
  2554. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +6 -4
  2555. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +6 -4
  2556. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  2557. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  2558. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/models/LakeFormationServiceException.d.ts +1 -1
  2559. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/models/errors.d.ts +1 -1
  2560. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -3
  2561. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/runtimeConfig.d.ts +3 -3
  2562. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  2563. package/node_modules/@aws-sdk/client-lakeformation/package.json +6 -36
  2564. package/node_modules/@aws-sdk/client-ram/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2565. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +2 -2
  2566. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +5 -5
  2567. package/node_modules/@aws-sdk/client-ram/dist-cjs/index.js +93 -98
  2568. package/node_modules/@aws-sdk/client-ram/dist-cjs/models/RAMServiceException.js +3 -3
  2569. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.browser.js +14 -16
  2570. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.js +19 -24
  2571. package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.shared.js +9 -10
  2572. package/node_modules/@aws-sdk/client-ram/dist-es/RAM.js +1 -1
  2573. package/node_modules/@aws-sdk/client-ram/dist-es/RAMClient.js +6 -9
  2574. package/node_modules/@aws-sdk/client-ram/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  2575. package/node_modules/@aws-sdk/client-ram/dist-es/commands/AcceptResourceShareInvitationCommand.js +2 -2
  2576. package/node_modules/@aws-sdk/client-ram/dist-es/commands/AssociateResourceShareCommand.js +2 -2
  2577. package/node_modules/@aws-sdk/client-ram/dist-es/commands/AssociateResourceSharePermissionCommand.js +2 -2
  2578. package/node_modules/@aws-sdk/client-ram/dist-es/commands/CreatePermissionCommand.js +2 -2
  2579. package/node_modules/@aws-sdk/client-ram/dist-es/commands/CreatePermissionVersionCommand.js +2 -2
  2580. package/node_modules/@aws-sdk/client-ram/dist-es/commands/CreateResourceShareCommand.js +2 -2
  2581. package/node_modules/@aws-sdk/client-ram/dist-es/commands/DeletePermissionCommand.js +2 -2
  2582. package/node_modules/@aws-sdk/client-ram/dist-es/commands/DeletePermissionVersionCommand.js +2 -2
  2583. package/node_modules/@aws-sdk/client-ram/dist-es/commands/DeleteResourceShareCommand.js +2 -2
  2584. package/node_modules/@aws-sdk/client-ram/dist-es/commands/DisassociateResourceShareCommand.js +2 -2
  2585. package/node_modules/@aws-sdk/client-ram/dist-es/commands/DisassociateResourceSharePermissionCommand.js +2 -2
  2586. package/node_modules/@aws-sdk/client-ram/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +2 -2
  2587. package/node_modules/@aws-sdk/client-ram/dist-es/commands/GetPermissionCommand.js +2 -2
  2588. package/node_modules/@aws-sdk/client-ram/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
  2589. package/node_modules/@aws-sdk/client-ram/dist-es/commands/GetResourceShareAssociationsCommand.js +2 -2
  2590. package/node_modules/@aws-sdk/client-ram/dist-es/commands/GetResourceShareInvitationsCommand.js +2 -2
  2591. package/node_modules/@aws-sdk/client-ram/dist-es/commands/GetResourceSharesCommand.js +2 -2
  2592. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListPendingInvitationResourcesCommand.js +2 -2
  2593. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListPermissionAssociationsCommand.js +2 -2
  2594. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListPermissionVersionsCommand.js +2 -2
  2595. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListPermissionsCommand.js +2 -2
  2596. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListPrincipalsCommand.js +2 -2
  2597. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +2 -2
  2598. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListResourceSharePermissionsCommand.js +2 -2
  2599. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListResourceTypesCommand.js +2 -2
  2600. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListResourcesCommand.js +2 -2
  2601. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ListSourceAssociationsCommand.js +2 -2
  2602. package/node_modules/@aws-sdk/client-ram/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +2 -2
  2603. package/node_modules/@aws-sdk/client-ram/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -2
  2604. package/node_modules/@aws-sdk/client-ram/dist-es/commands/RejectResourceShareInvitationCommand.js +2 -2
  2605. package/node_modules/@aws-sdk/client-ram/dist-es/commands/ReplacePermissionAssociationsCommand.js +2 -2
  2606. package/node_modules/@aws-sdk/client-ram/dist-es/commands/SetDefaultPermissionVersionCommand.js +2 -2
  2607. package/node_modules/@aws-sdk/client-ram/dist-es/commands/TagResourceCommand.js +2 -2
  2608. package/node_modules/@aws-sdk/client-ram/dist-es/commands/UntagResourceCommand.js +2 -2
  2609. package/node_modules/@aws-sdk/client-ram/dist-es/commands/UpdateResourceShareCommand.js +2 -2
  2610. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +1 -1
  2611. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +2 -2
  2612. package/node_modules/@aws-sdk/client-ram/dist-es/models/RAMServiceException.js +1 -1
  2613. package/node_modules/@aws-sdk/client-ram/dist-es/runtimeConfig.browser.js +5 -7
  2614. package/node_modules/@aws-sdk/client-ram/dist-es/runtimeConfig.js +5 -10
  2615. package/node_modules/@aws-sdk/client-ram/dist-es/runtimeConfig.shared.js +3 -4
  2616. package/node_modules/@aws-sdk/client-ram/dist-es/runtimeExtensions.js +3 -3
  2617. package/node_modules/@aws-sdk/client-ram/dist-types/RAMClient.d.ts +6 -7
  2618. package/node_modules/@aws-sdk/client-ram/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +6 -4
  2619. package/node_modules/@aws-sdk/client-ram/dist-types/commands/AssociateResourceShareCommand.d.ts +6 -4
  2620. package/node_modules/@aws-sdk/client-ram/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +6 -4
  2621. package/node_modules/@aws-sdk/client-ram/dist-types/commands/CreatePermissionCommand.d.ts +6 -4
  2622. package/node_modules/@aws-sdk/client-ram/dist-types/commands/CreatePermissionVersionCommand.d.ts +6 -4
  2623. package/node_modules/@aws-sdk/client-ram/dist-types/commands/CreateResourceShareCommand.d.ts +6 -4
  2624. package/node_modules/@aws-sdk/client-ram/dist-types/commands/DeletePermissionCommand.d.ts +6 -4
  2625. package/node_modules/@aws-sdk/client-ram/dist-types/commands/DeletePermissionVersionCommand.d.ts +6 -4
  2626. package/node_modules/@aws-sdk/client-ram/dist-types/commands/DeleteResourceShareCommand.d.ts +6 -4
  2627. package/node_modules/@aws-sdk/client-ram/dist-types/commands/DisassociateResourceShareCommand.d.ts +6 -4
  2628. package/node_modules/@aws-sdk/client-ram/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +6 -4
  2629. package/node_modules/@aws-sdk/client-ram/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +6 -4
  2630. package/node_modules/@aws-sdk/client-ram/dist-types/commands/GetPermissionCommand.d.ts +6 -4
  2631. package/node_modules/@aws-sdk/client-ram/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -4
  2632. package/node_modules/@aws-sdk/client-ram/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +6 -4
  2633. package/node_modules/@aws-sdk/client-ram/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +6 -4
  2634. package/node_modules/@aws-sdk/client-ram/dist-types/commands/GetResourceSharesCommand.d.ts +6 -4
  2635. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +6 -4
  2636. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListPermissionAssociationsCommand.d.ts +6 -4
  2637. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListPermissionVersionsCommand.d.ts +6 -4
  2638. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListPermissionsCommand.d.ts +6 -4
  2639. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListPrincipalsCommand.d.ts +6 -4
  2640. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +6 -4
  2641. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +6 -4
  2642. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListResourceTypesCommand.d.ts +6 -4
  2643. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListResourcesCommand.d.ts +6 -4
  2644. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ListSourceAssociationsCommand.d.ts +6 -4
  2645. package/node_modules/@aws-sdk/client-ram/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +6 -4
  2646. package/node_modules/@aws-sdk/client-ram/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +6 -4
  2647. package/node_modules/@aws-sdk/client-ram/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +6 -4
  2648. package/node_modules/@aws-sdk/client-ram/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +6 -4
  2649. package/node_modules/@aws-sdk/client-ram/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +6 -4
  2650. package/node_modules/@aws-sdk/client-ram/dist-types/commands/TagResourceCommand.d.ts +6 -4
  2651. package/node_modules/@aws-sdk/client-ram/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  2652. package/node_modules/@aws-sdk/client-ram/dist-types/commands/UpdateResourceShareCommand.d.ts +6 -4
  2653. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +1 -1
  2654. package/node_modules/@aws-sdk/client-ram/dist-types/extensionConfiguration.d.ts +1 -1
  2655. package/node_modules/@aws-sdk/client-ram/dist-types/models/RAMServiceException.d.ts +1 -1
  2656. package/node_modules/@aws-sdk/client-ram/dist-types/models/errors.d.ts +1 -1
  2657. package/node_modules/@aws-sdk/client-ram/dist-types/runtimeConfig.browser.d.ts +3 -3
  2658. package/node_modules/@aws-sdk/client-ram/dist-types/runtimeConfig.d.ts +3 -3
  2659. package/node_modules/@aws-sdk/client-ram/dist-types/runtimeConfig.native.d.ts +3 -3
  2660. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/RAMClient.d.ts +9 -17
  2661. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +6 -4
  2662. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +6 -4
  2663. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +6 -4
  2664. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +6 -4
  2665. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +6 -4
  2666. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +6 -4
  2667. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +6 -4
  2668. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +6 -4
  2669. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +6 -4
  2670. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +6 -4
  2671. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +6 -4
  2672. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +6 -4
  2673. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +6 -4
  2674. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +6 -4
  2675. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +6 -4
  2676. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +6 -4
  2677. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +6 -4
  2678. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +6 -4
  2679. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +6 -4
  2680. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +6 -4
  2681. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +6 -4
  2682. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +6 -4
  2683. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +6 -4
  2684. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +6 -4
  2685. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +6 -4
  2686. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +6 -4
  2687. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ListSourceAssociationsCommand.d.ts +6 -4
  2688. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +6 -4
  2689. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +6 -4
  2690. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +6 -4
  2691. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +6 -4
  2692. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +6 -4
  2693. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  2694. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  2695. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +6 -4
  2696. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  2697. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  2698. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/models/RAMServiceException.d.ts +1 -1
  2699. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/models/errors.d.ts +1 -1
  2700. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -3
  2701. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/runtimeConfig.d.ts +3 -3
  2702. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  2703. package/node_modules/@aws-sdk/client-ram/package.json +6 -35
  2704. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +11 -17
  2705. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +2 -2
  2706. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +4 -4
  2707. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +155 -57
  2708. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +3 -3
  2709. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +12 -14
  2710. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +19 -23
  2711. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +9 -10
  2712. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +1 -1
  2713. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +5 -5
  2714. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +5 -10
  2715. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +2 -2
  2716. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +2 -2
  2717. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  2718. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +2 -2
  2719. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +2 -2
  2720. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +2 -2
  2721. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +2 -2
  2722. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetDelegatedAccessTokenCommand.js +2 -2
  2723. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +2 -2
  2724. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +2 -2
  2725. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetWebIdentityTokenCommand.js +2 -2
  2726. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -5
  2727. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +1 -1
  2728. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +1 -1
  2729. package/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +1 -1
  2730. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +4 -6
  2731. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +4 -8
  2732. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +3 -4
  2733. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +2 -2
  2734. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +5 -5
  2735. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -13
  2736. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +6 -4
  2737. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +6 -4
  2738. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  2739. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +6 -4
  2740. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -4
  2741. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +6 -4
  2742. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +6 -4
  2743. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetDelegatedAccessTokenCommand.d.ts +6 -4
  2744. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +6 -4
  2745. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -4
  2746. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetWebIdentityTokenCommand.d.ts +6 -4
  2747. package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -9
  2748. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +1 -1
  2749. package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +1 -1
  2750. package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +1 -1
  2751. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -1
  2752. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -3
  2753. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +3 -3
  2754. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -3
  2755. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -1
  2756. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +8 -14
  2757. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +2 -12
  2758. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +6 -4
  2759. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +6 -4
  2760. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  2761. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +6 -4
  2762. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +6 -4
  2763. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +6 -4
  2764. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +6 -4
  2765. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetDelegatedAccessTokenCommand.d.ts +6 -4
  2766. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +6 -4
  2767. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +6 -4
  2768. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetWebIdentityTokenCommand.d.ts +6 -4
  2769. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -3
  2770. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  2771. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  2772. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +1 -1
  2773. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -1
  2774. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -4
  2775. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +4 -4
  2776. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
  2777. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  2778. package/node_modules/@aws-sdk/client-sts/package.json +15 -36
  2779. package/node_modules/@aws-sdk/core/dist-cjs/index.js +69 -57
  2780. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
  2781. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
  2782. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +717 -2
  2783. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
  2784. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
  2785. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +56 -41
  2786. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
  2787. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  2788. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  2789. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
  2790. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
  2791. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
  2792. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js +33 -0
  2793. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
  2794. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js +29 -0
  2795. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/check-features.js +49 -0
  2796. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/user-agent-middleware.js +82 -0
  2797. package/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/awsRegionConfig.js +2 -0
  2798. package/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/stsRegionDefaultResolver.js +15 -0
  2799. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +1 -1
  2800. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/aws.js +10 -0
  2801. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  2802. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partition.js +41 -0
  2803. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
  2804. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/isIpAddress.js +1 -0
  2805. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  2806. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/resolveEndpoint.js +1 -0
  2807. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/types/EndpointError.js +1 -0
  2808. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
  2809. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.js +53 -0
  2810. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js +75 -0
  2811. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.js +9 -0
  2812. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
  2813. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
  2814. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
  2815. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
  2816. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +1 -1
  2817. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
  2818. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
  2819. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +7 -6
  2820. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
  2821. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -1
  2822. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
  2823. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
  2824. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  2825. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +28 -13
  2826. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  2827. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -3
  2828. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +1 -1
  2829. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
  2830. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -3
  2831. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
  2832. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
  2833. package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-format-url/format-url.js +29 -0
  2834. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +3 -1
  2835. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +13 -14
  2836. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  2837. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +47 -0
  2838. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +38 -4
  2839. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +48 -0
  2840. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +35 -0
  2841. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -0
  2842. package/node_modules/@aws-sdk/core/dist-types/submodules/client/region-config-resolver/awsRegionConfig.d.ts +15 -0
  2843. package/node_modules/@aws-sdk/core/dist-types/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +14 -0
  2844. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/aws.d.ts +2 -0
  2845. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -0
  2846. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -0
  2847. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -0
  2848. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -0
  2849. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -0
  2850. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -0
  2851. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -0
  2852. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -0
  2853. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/shared.d.ts +1 -0
  2854. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +14 -0
  2855. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
  2856. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +27 -0
  2857. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +13 -0
  2858. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  2859. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  2860. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  2861. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  2862. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -0
  2863. package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-format-url/format-url.d.ts +2 -0
  2864. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +0 -1
  2865. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +65 -3
  2866. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  2867. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +116 -0
  2868. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +123 -4
  2869. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +116 -0
  2870. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +4 -0
  2871. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/awsRegionConfig.d.ts +8 -0
  2872. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +7 -0
  2873. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/aws.d.ts +2 -0
  2874. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -0
  2875. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -0
  2876. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -0
  2877. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -0
  2878. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +6 -0
  2879. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -0
  2880. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +5 -0
  2881. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -0
  2882. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/shared.d.ts +12 -0
  2883. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +9 -0
  2884. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
  2885. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +6 -0
  2886. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  2887. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  2888. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +1 -1
  2889. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +6 -0
  2890. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -0
  2891. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -0
  2892. package/node_modules/@aws-sdk/core/package.json +37 -15
  2893. package/node_modules/@aws-sdk/core/util.d.ts +7 -0
  2894. package/node_modules/@aws-sdk/core/util.js +5 -0
  2895. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  2896. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  2897. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  2898. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  2899. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
  2900. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -3
  2901. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
  2902. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
  2903. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
  2904. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
  2905. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  2906. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
  2907. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +1 -1
  2908. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
  2909. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -10
  2910. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
  2911. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  2912. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
  2913. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
  2914. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  2915. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +1 -1
  2916. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -1
  2917. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -12
  2918. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
  2919. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
  2920. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
  2921. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -1
  2922. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +1 -1
  2923. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -6
  2924. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
  2925. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
  2926. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  2927. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -10
  2928. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
  2929. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  2930. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
  2931. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  2932. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +1 -1
  2933. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -4
  2934. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
  2935. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
  2936. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
  2937. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  2938. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  2939. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +1 -1
  2940. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -6
  2941. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
  2942. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
  2943. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
  2944. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -5
  2945. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +6 -37
  2946. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -33
  2947. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +2 -35
  2948. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -19
  2949. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +6 -45
  2950. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -1
  2951. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -1
  2952. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -18
  2953. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +4 -24
  2954. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +1 -2
  2955. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +1 -2
  2956. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -24
  2957. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -188
  2958. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +1 -2
  2959. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -2
  2960. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -23
  2961. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +524 -63
  2962. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +458 -60
  2963. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +403 -60
  2964. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +597 -60
  2965. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +831 -58
  2966. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  2967. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +6 -9
  2968. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  2969. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
  2970. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
  2971. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +1 -1
  2972. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  2973. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
  2974. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +5 -7
  2975. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +5 -10
  2976. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
  2977. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +3 -3
  2978. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  2979. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +6 -9
  2980. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  2981. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  2982. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +1 -1
  2983. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +2 -2
  2984. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
  2985. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +5 -7
  2986. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +5 -10
  2987. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
  2988. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +3 -3
  2989. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  2990. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +6 -9
  2991. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  2992. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
  2993. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +1 -1
  2994. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +2 -2
  2995. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
  2996. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +5 -7
  2997. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +5 -10
  2998. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
  2999. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +3 -3
  3000. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  3001. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +6 -9
  3002. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  3003. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  3004. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +1 -1
  3005. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  3006. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
  3007. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +5 -7
  3008. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +5 -10
  3009. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
  3010. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +3 -3
  3011. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  3012. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +6 -9
  3013. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +5 -10
  3014. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  3015. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  3016. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -7
  3017. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +1 -1
  3018. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +2 -2
  3019. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
  3020. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +5 -7
  3021. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +5 -10
  3022. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +3 -4
  3023. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +3 -3
  3024. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +6 -7
  3025. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  3026. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  3027. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +1 -1
  3028. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  3029. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  3030. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +1 -1
  3031. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +5 -5
  3032. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +4 -4
  3033. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +5 -5
  3034. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +6 -7
  3035. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  3036. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +1 -1
  3037. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +1 -1
  3038. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
  3039. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  3040. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +5 -5
  3041. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +4 -4
  3042. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +5 -5
  3043. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +6 -7
  3044. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  3045. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +1 -1
  3046. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +1 -1
  3047. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +1 -1
  3048. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +1 -1
  3049. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +5 -5
  3050. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +4 -4
  3051. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +5 -5
  3052. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +6 -7
  3053. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  3054. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +1 -1
  3055. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  3056. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  3057. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  3058. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +5 -5
  3059. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +4 -4
  3060. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +5 -5
  3061. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +6 -7
  3062. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -13
  3063. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  3064. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  3065. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -9
  3066. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +1 -1
  3067. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +1 -1
  3068. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  3069. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -1
  3070. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +5 -5
  3071. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +4 -4
  3072. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +5 -5
  3073. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +9 -17
  3074. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  3075. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  3076. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +1 -1
  3077. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  3078. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  3079. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +1 -1
  3080. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +5 -5
  3081. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +4 -4
  3082. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +6 -6
  3083. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +9 -17
  3084. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  3085. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +1 -1
  3086. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +1 -1
  3087. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
  3088. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +1 -1
  3089. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +5 -5
  3090. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +4 -4
  3091. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +6 -6
  3092. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +9 -17
  3093. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  3094. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +1 -1
  3095. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +1 -1
  3096. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +1 -1
  3097. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +1 -1
  3098. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +5 -5
  3099. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +4 -4
  3100. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +6 -6
  3101. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +9 -17
  3102. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  3103. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +1 -1
  3104. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  3105. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  3106. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +1 -1
  3107. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +5 -5
  3108. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -4
  3109. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -6
  3110. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +9 -17
  3111. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -12
  3112. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  3113. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  3114. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -3
  3115. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +1 -1
  3116. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +1 -1
  3117. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  3118. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -1
  3119. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +5 -5
  3120. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -4
  3121. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +6 -6
  3122. package/node_modules/@aws-sdk/nested-clients/package.json +6 -35
  3123. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +10 -33
  3124. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -3
  3125. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -3
  3126. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -23
  3127. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +38 -2
  3128. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +2 -2
  3129. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js +36 -0
  3130. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -2
  3131. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +1 -1
  3132. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4SignWithCredentials.d.ts +20 -0
  3133. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +3 -5
  3134. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +21 -0
  3135. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +9 -2
  3136. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -4
  3137. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
  3138. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
  3139. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
  3140. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  3141. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  3142. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  3143. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  3144. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  3145. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  3146. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  3147. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  3148. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  3149. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -1
  3150. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  3151. package/node_modules/@aws-sdk/token-providers/package.json +4 -5
  3152. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +12 -401
  3153. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +2 -6
  3154. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +8 -6
  3155. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -19
  3156. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +10 -58
  3157. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +1 -53
  3158. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -27
  3159. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -18
  3160. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +7 -180
  3161. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +1 -2
  3162. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -2
  3163. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -29
  3164. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
  3165. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  3166. package/node_modules/@smithy/core/checksum.d.ts +5 -0
  3167. package/node_modules/@smithy/core/checksum.js +5 -0
  3168. package/node_modules/@smithy/core/client.d.ts +7 -0
  3169. package/node_modules/@smithy/core/client.js +6 -0
  3170. package/node_modules/@smithy/core/config.d.ts +5 -0
  3171. package/node_modules/@smithy/core/config.js +5 -0
  3172. package/node_modules/@smithy/core/dist-cjs/index.js +6 -7
  3173. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +2 -2
  3174. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +4 -4
  3175. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +9 -13
  3176. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +202 -0
  3177. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +259 -0
  3178. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +229 -0
  3179. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1136 -0
  3180. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +375 -0
  3181. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +735 -0
  3182. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +364 -0
  3183. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +860 -0
  3184. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +873 -3
  3185. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +866 -0
  3186. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +627 -3
  3187. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +297 -20
  3188. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +800 -0
  3189. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +827 -0
  3190. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +17 -5
  3191. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +1405 -0
  3192. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1094 -2
  3193. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +1405 -0
  3194. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
  3195. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -2
  3196. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  3197. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +2 -2
  3198. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +1 -3
  3199. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +3 -4
  3200. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +1 -2
  3201. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -2
  3202. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +2 -3
  3203. package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js +9 -0
  3204. package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.js +27 -0
  3205. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js +8 -0
  3206. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js +18 -0
  3207. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js +24 -0
  3208. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js +19 -0
  3209. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +6 -0
  3210. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +5 -0
  3211. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +6 -0
  3212. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +3 -0
  3213. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +168 -0
  3214. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +26 -0
  3215. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js +51 -0
  3216. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +131 -0
  3217. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +49 -0
  3218. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js +9 -0
  3219. package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js +48 -0
  3220. package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js +87 -0
  3221. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +15 -0
  3222. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +15 -0
  3223. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
  3224. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js +14 -0
  3225. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +15 -0
  3226. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +30 -0
  3227. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +98 -0
  3228. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.js +19 -0
  3229. package/node_modules/@smithy/core/dist-es/submodules/config/index.browser.js +43 -0
  3230. package/node_modules/@smithy/core/dist-es/submodules/config/index.js +29 -0
  3231. package/node_modules/@smithy/core/dist-es/submodules/config/index.native.js +43 -0
  3232. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js +10 -0
  3233. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js +14 -0
  3234. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js +24 -0
  3235. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js +3 -0
  3236. package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js +1 -0
  3237. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigFilepath.js +4 -0
  3238. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getCredentialsFilepath.js +4 -0
  3239. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js +22 -0
  3240. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js +8 -0
  3241. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js +11 -0
  3242. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js +39 -0
  3243. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +22 -0
  3244. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +21 -0
  3245. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +3 -0
  3246. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +65 -0
  3247. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +31 -0
  3248. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -0
  3249. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +47 -0
  3250. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js +26 -0
  3251. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +25 -0
  3252. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +1 -1
  3253. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js +46 -0
  3254. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -1
  3255. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/EventStreamCodec.js +65 -0
  3256. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +184 -0
  3257. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Int64.js +44 -0
  3258. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/MessageDecoderStream.js +15 -0
  3259. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/MessageEncoderStream.js +18 -0
  3260. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.js +17 -0
  3261. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.js +15 -0
  3262. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/TestVectors.fixture.js +146 -0
  3263. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/splitMessage.js +30 -0
  3264. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.js +21 -0
  3265. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.js +45 -0
  3266. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/utils.js +28 -0
  3267. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.js +3 -0
  3268. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.js +30 -0
  3269. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/getChunkedStream.js +66 -0
  3270. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.js +47 -0
  3271. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.browser.js +14 -0
  3272. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +14 -1
  3273. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -4
  3274. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -2
  3275. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +2 -2
  3276. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +1 -1
  3277. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +12 -0
  3278. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +39 -0
  3279. package/node_modules/@smithy/core/dist-es/submodules/protocols/querystring-builder/buildQueryString.js +21 -0
  3280. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  3281. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +1 -3
  3282. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +1 -1
  3283. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +1 -2
  3284. package/node_modules/@smithy/core/dist-es/submodules/protocols/url-parser/parseUrl.js +18 -0
  3285. package/node_modules/@smithy/core/dist-es/submodules/retry/index.browser.js +27 -0
  3286. package/node_modules/@smithy/core/dist-es/submodules/retry/index.js +20 -0
  3287. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +50 -0
  3288. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.js +3 -0
  3289. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.js +22 -0
  3290. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +49 -0
  3291. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +22 -0
  3292. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +95 -0
  3293. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
  3294. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.js +2 -0
  3295. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.js +7 -0
  3296. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +109 -0
  3297. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/AdaptiveRetryStrategy.js +36 -0
  3298. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +19 -0
  3299. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +111 -0
  3300. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +93 -0
  3301. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +12 -0
  3302. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
  3303. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -1
  3304. package/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js +36 -0
  3305. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +41 -0
  3306. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +40 -10
  3307. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +43 -0
  3308. package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +58 -0
  3309. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.browser.js +36 -0
  3310. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js +12 -0
  3311. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +35 -0
  3312. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js +15 -0
  3313. package/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js +27 -0
  3314. package/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js +13 -0
  3315. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +23 -0
  3316. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +60 -0
  3317. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +35 -0
  3318. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js +9 -0
  3319. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js +57 -0
  3320. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +38 -0
  3321. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +64 -0
  3322. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +50 -0
  3323. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js +13 -0
  3324. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +53 -0
  3325. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +48 -0
  3326. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js +5 -0
  3327. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +10 -0
  3328. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js +10 -0
  3329. package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js +32 -0
  3330. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
  3331. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -1
  3332. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  3333. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +1 -1
  3334. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +1 -1
  3335. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  3336. package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +2 -2
  3337. package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +2 -1
  3338. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +3 -3
  3339. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +5 -4
  3340. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +4 -4
  3341. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +3 -4
  3342. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +3 -3
  3343. package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
  3344. package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
  3345. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
  3346. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
  3347. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
  3348. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
  3349. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +5 -0
  3350. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +5 -0
  3351. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +5 -0
  3352. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +12 -0
  3353. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +16 -0
  3354. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +26 -0
  3355. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +84 -0
  3356. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +119 -0
  3357. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
  3358. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
  3359. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
  3360. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/exceptions.d.ts +42 -0
  3361. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
  3362. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +38 -0
  3363. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
  3364. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
  3365. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/object-mapping.d.ts +163 -0
  3366. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/ser-utils.d.ts +14 -0
  3367. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/serde-json.d.ts +10 -0
  3368. package/node_modules/@smithy/core/dist-types/submodules/client/util-middleware/getSmithyContext.d.ts +5 -0
  3369. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/createWaiter.d.ts +11 -0
  3370. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/poller.d.ts +11 -0
  3371. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/utils/validate.d.ts +8 -0
  3372. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
  3373. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
  3374. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
  3375. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
  3376. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
  3377. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
  3378. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
  3379. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
  3380. package/node_modules/@smithy/core/dist-types/submodules/config/index.browser.d.ts +55 -0
  3381. package/node_modules/@smithy/core/dist-types/submodules/config/index.d.ts +36 -0
  3382. package/node_modules/@smithy/core/dist-types/submodules/config/index.native.d.ts +55 -0
  3383. package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/configLoader.d.ts +31 -0
  3384. package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
  3385. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
  3386. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/ProviderError.d.ts +38 -0
  3387. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
  3388. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/chain.d.ts +12 -0
  3389. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/fromValue.d.ts +5 -0
  3390. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
  3391. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
  3392. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
  3393. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
  3394. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
  3395. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +24 -0
  3396. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +23 -0
  3397. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  3398. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +21 -0
  3399. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +2 -0
  3400. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
  3401. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +11 -0
  3402. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +12 -0
  3403. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +110 -0
  3404. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
  3405. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
  3406. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +12 -0
  3407. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
  3408. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
  3409. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
  3410. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
  3411. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
  3412. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
  3413. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
  3414. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
  3415. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
  3416. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
  3417. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/HeaderMarshaller.d.ts +12 -0
  3418. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/Int64.d.ts +20 -0
  3419. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/Message.d.ts +26 -0
  3420. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/MessageDecoderStream.d.ts +17 -0
  3421. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/MessageEncoderStream.d.ts +18 -0
  3422. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.d.ts +17 -0
  3423. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.d.ts +17 -0
  3424. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/TestVectors.fixture.d.ts +2 -0
  3425. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/splitMessage.d.ts +11 -0
  3426. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/vectorTypes.fixture.d.ts +12 -0
  3427. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
  3428. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
  3429. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
  3430. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.d.ts +27 -0
  3431. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
  3432. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/getChunkedStream.d.ts +4 -0
  3433. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
  3434. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.browser.d.ts +23 -0
  3435. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +23 -1
  3436. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +2 -2
  3437. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +3 -3
  3438. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +2 -2
  3439. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +14 -0
  3440. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/Field.d.ts +49 -0
  3441. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +33 -0
  3442. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +32 -0
  3443. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpRequest.d.ts +55 -0
  3444. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +3 -2
  3445. package/node_modules/@smithy/core/dist-types/submodules/retry/index.browser.d.ts +26 -0
  3446. package/node_modules/@smithy/core/dist-types/submodules/retry/index.d.ts +20 -0
  3447. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +68 -0
  3448. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  3449. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  3450. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
  3451. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
  3452. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
  3453. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/constants.d.ts +60 -0
  3454. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
  3455. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  3456. package/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +7 -19
  3457. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +39 -0
  3458. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +37 -10
  3459. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +37 -0
  3460. package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +4 -6
  3461. package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +31 -51
  3462. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +3 -12
  3463. package/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +1 -2
  3464. package/node_modules/@smithy/core/dist-types/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
  3465. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
  3466. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +60 -0
  3467. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
  3468. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
  3469. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +51 -0
  3470. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
  3471. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
  3472. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/headStream.d.ts +9 -0
  3473. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
  3474. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/splitStream.d.ts +11 -0
  3475. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +6 -0
  3476. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +3 -0
  3477. package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
  3478. package/node_modules/@smithy/core/dist-types/submodules/serde/uuid/v4.d.ts +24 -0
  3479. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +2 -2
  3480. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +2 -2
  3481. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +2 -1
  3482. package/node_modules/@smithy/core/package.json +111 -12
  3483. package/node_modules/@smithy/core/retry.d.ts +5 -0
  3484. package/node_modules/@smithy/core/retry.js +5 -0
  3485. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +39 -41
  3486. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +1 -1
  3487. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +3 -3
  3488. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +2 -3
  3489. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -3
  3490. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +2 -2
  3491. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  3492. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  3493. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +3 -3
  3494. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +3 -3
  3495. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  3496. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -2
  3497. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -2
  3498. package/node_modules/@smithy/credential-provider-imds/package.json +3 -5
  3499. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -7
  3500. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +1 -2
  3501. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  3502. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +2 -1
  3503. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -7
  3504. package/node_modules/@smithy/fetch-http-handler/package.json +4 -6
  3505. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +30 -4
  3506. package/node_modules/@smithy/is-array-buffer/package.json +12 -13
  3507. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +45 -25
  3508. package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +1 -1
  3509. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +26 -16
  3510. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +9 -2
  3511. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +6 -4
  3512. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +1 -1
  3513. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  3514. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  3515. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +6 -5
  3516. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -0
  3517. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  3518. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +7 -2
  3519. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -2
  3520. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  3521. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  3522. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -1
  3523. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -2
  3524. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -1
  3525. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  3526. package/node_modules/@smithy/node-http-handler/package.json +4 -5
  3527. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +167 -170
  3528. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +1 -2
  3529. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +3 -4
  3530. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +3 -4
  3531. package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +1 -2
  3532. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
  3533. package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +1 -3
  3534. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +1 -1
  3535. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +1 -1
  3536. package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +2 -1
  3537. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -2
  3538. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +1 -1
  3539. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +2 -3
  3540. package/node_modules/@smithy/signature-v4/package.json +3 -8
  3541. package/node_modules/@smithy/types/README.md +3 -3
  3542. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -6
  3543. package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +6 -4
  3544. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +7 -10
  3545. package/node_modules/@smithy/types/dist-types/checksum.d.ts +4 -6
  3546. package/node_modules/@smithy/types/dist-types/client.d.ts +8 -8
  3547. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  3548. package/node_modules/@smithy/types/dist-types/crypto.d.ts +6 -8
  3549. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +6 -7
  3550. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +10 -10
  3551. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +9 -10
  3552. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  3553. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +10 -10
  3554. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
  3555. package/node_modules/@smithy/types/dist-types/http.d.ts +18 -21
  3556. package/node_modules/@smithy/types/dist-types/logger.d.ts +2 -2
  3557. package/node_modules/@smithy/types/dist-types/middleware.d.ts +28 -27
  3558. package/node_modules/@smithy/types/dist-types/pagination.d.ts +4 -4
  3559. package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -10
  3560. package/node_modules/@smithy/types/dist-types/shapes.d.ts +9 -12
  3561. package/node_modules/@smithy/types/dist-types/signature.d.ts +4 -4
  3562. package/node_modules/@smithy/types/dist-types/stream.d.ts +2 -2
  3563. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +7 -11
  3564. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +23 -29
  3565. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +9 -19
  3566. package/node_modules/@smithy/types/dist-types/transfer.d.ts +2 -1
  3567. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +4 -4
  3568. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +14 -18
  3569. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +2 -2
  3570. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +12 -12
  3571. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +14 -9
  3572. package/node_modules/@smithy/types/dist-types/uri.d.ts +2 -2
  3573. package/node_modules/@smithy/types/dist-types/util.d.ts +28 -28
  3574. package/node_modules/@smithy/types/package.json +1 -1
  3575. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +44 -17
  3576. package/node_modules/@smithy/util-buffer-from/package.json +14 -15
  3577. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +60 -27
  3578. package/node_modules/@smithy/util-utf8/package.json +13 -14
  3579. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  3580. package/node_modules/fast-xml-parser/README.md +0 -3
  3581. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  3582. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  3583. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  3584. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
  3585. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  3586. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  3587. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  3588. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  3589. package/node_modules/fast-xml-parser/package.json +2 -4
  3590. package/node_modules/fast-xml-parser/src/fxp.d.ts +1 -0
  3591. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
  3592. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
  3593. package/package.json +9 -9
  3594. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  3595. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +0 -10
  3596. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  3597. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  3598. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +0 -60
  3599. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  3600. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +0 -10
  3601. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  3602. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  3603. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  3604. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  3605. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +0 -61
  3606. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +0 -201
  3607. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +0 -4
  3608. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  3609. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  3610. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  3611. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  3612. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  3613. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  3614. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  3615. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  3616. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  3617. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  3618. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  3619. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  3620. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  3621. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +0 -10
  3622. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  3623. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  3624. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  3625. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  3626. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +0 -60
  3627. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  3628. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +0 -10
  3629. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  3630. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  3631. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  3632. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  3633. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +0 -61
  3634. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +0 -201
  3635. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +0 -4
  3636. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  3637. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  3638. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  3639. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  3640. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  3641. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  3642. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  3643. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  3644. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  3645. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  3646. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  3647. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  3648. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  3649. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  3650. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  3651. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  3652. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  3653. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  3654. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  3655. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  3656. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  3657. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  3658. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  3659. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  3660. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  3661. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -55
  3662. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  3663. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -19
  3664. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -13
  3665. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  3666. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  3667. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
  3668. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
  3669. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +0 -29
  3670. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -2
  3671. package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +0 -201
  3672. package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +0 -4
  3673. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -581
  3674. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +0 -11
  3675. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +0 -7
  3676. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +0 -36
  3677. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +0 -32
  3678. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +0 -9
  3679. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +0 -25
  3680. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +0 -41
  3681. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +0 -42
  3682. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +0 -33
  3683. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +0 -39
  3684. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -14
  3685. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -49
  3686. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js +0 -41
  3687. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +0 -13
  3688. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -38
  3689. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +0 -41
  3690. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +0 -7
  3691. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +0 -7
  3692. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -17
  3693. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +0 -51
  3694. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +0 -8
  3695. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +0 -4
  3696. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +0 -25
  3697. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +0 -13
  3698. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +0 -16
  3699. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +0 -9
  3700. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +0 -20
  3701. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +0 -10
  3702. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +0 -20
  3703. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +0 -26
  3704. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +0 -16
  3705. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +0 -16
  3706. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +0 -32
  3707. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +0 -17
  3708. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +0 -37
  3709. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +0 -27
  3710. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +0 -32
  3711. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +0 -9
  3712. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +0 -9
  3713. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +0 -6
  3714. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +0 -12
  3715. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +0 -79
  3716. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +0 -21
  3717. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +0 -4
  3718. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +0 -5
  3719. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +0 -9
  3720. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +0 -13
  3721. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +0 -9
  3722. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +0 -15
  3723. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +0 -6
  3724. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +0 -17
  3725. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +0 -14
  3726. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +0 -14
  3727. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +0 -12
  3728. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +0 -31
  3729. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/SignatureV4S3Express.d.ts +0 -19
  3730. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +0 -11
  3731. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +0 -40
  3732. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +0 -27
  3733. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +0 -21
  3734. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +0 -17
  3735. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +0 -2
  3736. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +0 -8
  3737. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +0 -33
  3738. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +0 -19
  3739. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +0 -1
  3740. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +0 -2
  3741. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +0 -13
  3742. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +0 -14
  3743. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +0 -79
  3744. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +0 -49
  3745. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -82
  3746. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  3747. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
  3748. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +0 -100
  3749. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
  3750. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
  3751. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
  3752. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
  3753. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
  3754. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
  3755. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
  3756. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
  3757. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
  3758. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +0 -90
  3759. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
  3760. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
  3761. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
  3762. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
  3763. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
  3764. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
  3765. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
  3766. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
  3767. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
  3768. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +0 -80
  3769. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
  3770. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
  3771. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
  3772. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
  3773. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
  3774. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
  3775. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
  3776. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
  3777. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
  3778. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +0 -80
  3779. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  3780. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
  3781. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
  3782. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  3783. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
  3784. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  3785. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
  3786. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
  3787. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -55
  3788. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  3789. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -144
  3790. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  3791. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +0 -150
  3792. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  3793. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
  3794. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -96
  3795. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  3796. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -74
  3797. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  3798. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -57
  3799. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  3800. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
  3801. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -20
  3802. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
  3803. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +0 -2
  3804. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +0 -16
  3805. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +0 -15
  3806. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +0 -14
  3807. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  3808. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +0 -11
  3809. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +0 -7
  3810. package/node_modules/@aws-sdk/util-arn-parser/LICENSE +0 -201
  3811. package/node_modules/@aws-sdk/util-arn-parser/README.md +0 -4
  3812. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +0 -27
  3813. package/node_modules/@aws-sdk/util-arn-parser/package.json +0 -55
  3814. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  3815. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  3816. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  3817. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  3818. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  3819. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  3820. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  3821. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  3822. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  3823. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  3824. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  3825. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  3826. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  3827. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  3828. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  3829. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  3830. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  3831. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  3832. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  3833. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  3834. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  3835. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  3836. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  3837. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  3838. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  3839. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  3840. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  3841. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  3842. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  3843. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  3844. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  3845. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  3846. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  3847. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  3848. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  3849. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -57
  3850. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  3851. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +0 -14
  3852. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +0 -9
  3853. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +0 -75
  3854. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +0 -9
  3855. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +0 -13
  3856. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  3857. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -6
  3858. package/node_modules/@smithy/config-resolver/LICENSE +0 -201
  3859. package/node_modules/@smithy/config-resolver/README.md +0 -17
  3860. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -198
  3861. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -14
  3862. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -14
  3863. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  3864. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -10
  3865. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -14
  3866. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  3867. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +0 -15
  3868. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  3869. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  3870. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -23
  3871. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -23
  3872. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  3873. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  3874. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  3875. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  3876. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  3877. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  3878. package/node_modules/@smithy/config-resolver/package.json +0 -65
  3879. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -2
  3880. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  3881. package/node_modules/@smithy/hash-node/LICENSE +0 -201
  3882. package/node_modules/@smithy/hash-node/README.md +0 -17
  3883. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -42
  3884. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -37
  3885. package/node_modules/@smithy/hash-node/package.json +0 -64
  3886. package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  3887. package/node_modules/@smithy/invalid-dependency/README.md +0 -17
  3888. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -10
  3889. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
  3890. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
  3891. package/node_modules/@smithy/invalid-dependency/package.json +0 -60
  3892. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  3893. package/node_modules/@smithy/middleware-content-length/README.md +0 -17
  3894. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -46
  3895. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  3896. package/node_modules/@smithy/middleware-content-length/package.json +0 -63
  3897. package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  3898. package/node_modules/@smithy/middleware-endpoint/README.md +0 -17
  3899. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
  3900. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
  3901. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
  3902. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -264
  3903. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
  3904. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -64
  3905. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
  3906. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
  3907. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -17
  3908. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -36
  3909. package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
  3910. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -6
  3911. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -24
  3912. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  3913. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
  3914. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
  3915. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
  3916. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -6
  3917. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
  3918. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
  3919. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -18
  3920. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -109
  3921. package/node_modules/@smithy/middleware-endpoint/package.json +0 -74
  3922. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  3923. package/node_modules/@smithy/middleware-retry/README.md +0 -24
  3924. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -396
  3925. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  3926. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  3927. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -48
  3928. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -8
  3929. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  3930. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  3931. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +0 -49
  3932. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +0 -21
  3933. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +0 -94
  3934. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/defaultRetryQuota.js +0 -27
  3935. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/delayDecider.js +0 -2
  3936. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/retryDecider.js +0 -7
  3937. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -105
  3938. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -68
  3939. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -8
  3940. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  3941. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  3942. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +0 -24
  3943. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -14
  3944. package/node_modules/@smithy/middleware-retry/package.json +0 -79
  3945. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  3946. package/node_modules/@smithy/middleware-serde/README.md +0 -17
  3947. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -104
  3948. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -58
  3949. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  3950. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  3951. package/node_modules/@smithy/middleware-serde/package.json +0 -65
  3952. package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  3953. package/node_modules/@smithy/middleware-stack/README.md +0 -91
  3954. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -285
  3955. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  3956. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
  3957. package/node_modules/@smithy/middleware-stack/package.json +0 -63
  3958. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  3959. package/node_modules/@smithy/node-config-provider/README.md +0 -17
  3960. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -62
  3961. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -9
  3962. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
  3963. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
  3964. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  3965. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  3966. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -31
  3967. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -22
  3968. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -4
  3969. package/node_modules/@smithy/node-config-provider/package.json +0 -65
  3970. package/node_modules/@smithy/property-provider/LICENSE +0 -201
  3971. package/node_modules/@smithy/property-provider/README.md +0 -17
  3972. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -117
  3973. package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  3974. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  3975. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -31
  3976. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
  3977. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -31
  3978. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  3979. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  3980. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  3981. package/node_modules/@smithy/property-provider/package.json +0 -60
  3982. package/node_modules/@smithy/protocol-http/LICENSE +0 -201
  3983. package/node_modules/@smithy/protocol-http/README.md +0 -17
  3984. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -169
  3985. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
  3986. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
  3987. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -50
  3988. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -33
  3989. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
  3990. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -35
  3991. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -56
  3992. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
  3993. package/node_modules/@smithy/protocol-http/package.json +0 -61
  3994. package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  3995. package/node_modules/@smithy/querystring-builder/README.md +0 -17
  3996. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -26
  3997. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
  3998. package/node_modules/@smithy/querystring-builder/package.json +0 -60
  3999. package/node_modules/@smithy/querystring-parser/LICENSE +0 -201
  4000. package/node_modules/@smithy/querystring-parser/README.md +0 -17
  4001. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -27
  4002. package/node_modules/@smithy/querystring-parser/package.json +0 -60
  4003. package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  4004. package/node_modules/@smithy/service-error-classification/README.md +0 -17
  4005. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -83
  4006. package/node_modules/@smithy/service-error-classification/package.json +0 -59
  4007. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  4008. package/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  4009. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  4010. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  4011. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
  4012. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
  4013. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
  4014. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  4015. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  4016. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  4017. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  4018. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
  4019. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
  4020. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  4021. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  4022. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
  4023. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  4024. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
  4025. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  4026. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  4027. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  4028. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  4029. package/node_modules/@smithy/smithy-client/README.md +0 -17
  4030. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -642
  4031. package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -51
  4032. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
  4033. package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -131
  4034. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
  4035. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -49
  4036. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -9
  4037. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  4038. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -20
  4039. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
  4040. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -87
  4041. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
  4042. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -119
  4043. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -18
  4044. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -15
  4045. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  4046. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -42
  4047. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  4048. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -26
  4049. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  4050. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  4051. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  4052. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  4053. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -21
  4054. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  4055. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
  4056. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -15
  4057. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
  4058. package/node_modules/@smithy/smithy-client/package.json +0 -69
  4059. package/node_modules/@smithy/url-parser/LICENSE +0 -201
  4060. package/node_modules/@smithy/url-parser/README.md +0 -17
  4061. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -23
  4062. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
  4063. package/node_modules/@smithy/url-parser/package.json +0 -61
  4064. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  4065. package/node_modules/@smithy/util-base64/README.md +0 -4
  4066. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -12
  4067. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  4068. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  4069. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  4070. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -38
  4071. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  4072. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  4073. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  4074. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  4075. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  4076. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  4077. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  4078. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -5
  4079. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  4080. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  4081. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  4082. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  4083. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  4084. package/node_modules/@smithy/util-base64/package.json +0 -74
  4085. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  4086. package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  4087. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -30
  4088. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  4089. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  4090. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  4091. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  4092. package/node_modules/@smithy/util-body-length-browser/package.json +0 -61
  4093. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  4094. package/node_modules/@smithy/util-body-length-node/README.md +0 -12
  4095. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -32
  4096. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -27
  4097. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  4098. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  4099. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  4100. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  4101. package/node_modules/@smithy/util-body-length-node/package.json +0 -62
  4102. package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  4103. package/node_modules/@smithy/util-config-provider/README.md +0 -4
  4104. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -30
  4105. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
  4106. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
  4107. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
  4108. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
  4109. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
  4110. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
  4111. package/node_modules/@smithy/util-config-provider/package.json +0 -63
  4112. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  4113. package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -17
  4114. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  4115. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -16
  4116. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -34
  4117. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  4118. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  4119. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  4120. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -30
  4121. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  4122. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  4123. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  4124. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  4125. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  4126. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -65
  4127. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  4128. package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -17
  4129. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -74
  4130. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  4131. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  4132. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  4133. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  4134. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  4135. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
  4136. package/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  4137. package/node_modules/@smithy/util-endpoints/README.md +0 -17
  4138. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -573
  4139. package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -8
  4140. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -46
  4141. package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
  4142. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +0 -7
  4143. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
  4144. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -8
  4145. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  4146. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  4147. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -11
  4148. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  4149. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -7
  4150. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -8
  4151. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  4152. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -8
  4153. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  4154. package/node_modules/@smithy/util-endpoints/package.json +0 -68
  4155. package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  4156. package/node_modules/@smithy/util-hex-encoding/README.md +0 -4
  4157. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -38
  4158. package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
  4159. package/node_modules/@smithy/util-hex-encoding/package.json +0 -61
  4160. package/node_modules/@smithy/util-middleware/LICENSE +0 -201
  4161. package/node_modules/@smithy/util-middleware/README.md +0 -17
  4162. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -15
  4163. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
  4164. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
  4165. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
  4166. package/node_modules/@smithy/util-middleware/package.json +0 -66
  4167. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  4168. package/node_modules/@smithy/util-retry/README.md +0 -78
  4169. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -347
  4170. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -36
  4171. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -19
  4172. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -111
  4173. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -93
  4174. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -8
  4175. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -38
  4176. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -60
  4177. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -8
  4178. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +0 -11
  4179. package/node_modules/@smithy/util-retry/package.json +0 -70
  4180. package/node_modules/@smithy/util-stream/LICENSE +0 -201
  4181. package/node_modules/@smithy/util-stream/README.md +0 -6
  4182. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -36
  4183. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -7
  4184. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -64
  4185. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -39
  4186. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -12
  4187. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -60
  4188. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -103
  4189. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
  4190. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -41
  4191. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -34
  4192. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -42
  4193. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -108
  4194. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -68
  4195. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -54
  4196. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -10
  4197. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -16
  4198. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -10
  4199. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -23
  4200. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -60
  4201. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -35
  4202. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -9
  4203. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -57
  4204. package/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -38
  4205. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -9
  4206. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
  4207. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -50
  4208. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -13
  4209. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
  4210. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -61
  4211. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -14
  4212. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -13
  4213. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -15
  4214. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -50
  4215. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -10
  4216. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -9
  4217. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -12
  4218. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
  4219. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -11
  4220. package/node_modules/@smithy/util-stream/package.json +0 -98
  4221. package/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
  4222. package/node_modules/@smithy/util-uri-escape/README.md +0 -10
  4223. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -9
  4224. package/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
  4225. package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
  4226. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
  4227. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
  4228. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
  4229. package/node_modules/@smithy/util-uri-escape/package.json +0 -60
  4230. package/node_modules/@smithy/util-waiter/LICENSE +0 -201
  4231. package/node_modules/@smithy/util-waiter/README.md +0 -17
  4232. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +0 -204
  4233. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +0 -48
  4234. package/node_modules/@smithy/util-waiter/dist-es/index.js +0 -2
  4235. package/node_modules/@smithy/util-waiter/dist-es/poller.js +0 -87
  4236. package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +0 -2
  4237. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +0 -11
  4238. package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +0 -2
  4239. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +0 -11
  4240. package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +0 -8
  4241. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +0 -8
  4242. package/node_modules/@smithy/util-waiter/package.json +0 -62
  4243. package/node_modules/@smithy/uuid/LICENSE +0 -201
  4244. package/node_modules/@smithy/uuid/README.md +0 -10
  4245. package/node_modules/@smithy/uuid/dist-cjs/index.js +0 -36
  4246. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +0 -6
  4247. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +0 -4
  4248. package/node_modules/@smithy/uuid/dist-es/index.js +0 -1
  4249. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +0 -1
  4250. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +0 -2
  4251. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +0 -1
  4252. package/node_modules/@smithy/uuid/dist-es/v4.js +0 -31
  4253. package/node_modules/@smithy/uuid/dist-types/index.d.ts +0 -1
  4254. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +0 -1
  4255. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +0 -2
  4256. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +0 -1
  4257. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +0 -1
  4258. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +0 -1
  4259. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +0 -2
  4260. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +0 -1
  4261. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +0 -19
  4262. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +0 -19
  4263. package/node_modules/@smithy/uuid/package.json +0 -66
  4264. /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
  4265. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
  4266. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
  4267. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
  4268. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
  4269. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
  4270. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
  4271. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
  4272. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/extensions/index.js → core/dist-es/submodules/client/region-config-resolver/extensions.js} +0 -0
  4273. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
  4274. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
  4275. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
  4276. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
  4277. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
  4278. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
  4279. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
  4280. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
  4281. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
  4282. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
  4283. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.native.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.native.js} +0 -0
  4284. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/crt-availability.js +0 -0
  4285. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
  4286. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
  4287. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
  4288. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
  4289. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
  4290. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/is-crt-available.js +0 -0
  4291. /package/node_modules/@aws-sdk/{util-arn-parser/dist-es/index.js → core/dist-es/submodules/util/util-arn-parser/arn.js} +0 -0
  4292. /package/node_modules/@aws-sdk/{middleware-logger/dist-types → core/dist-types/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
  4293. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
  4294. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts → core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
  4295. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
  4296. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
  4297. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
  4298. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
  4299. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
  4300. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
  4301. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
  4302. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
  4303. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/extensions/index.d.ts → core/dist-types/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
  4304. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
  4305. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
  4306. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
  4307. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
  4308. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
  4309. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
  4310. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
  4311. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.native.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
  4312. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
  4313. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
  4314. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
  4315. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
  4316. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
  4317. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
  4318. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
  4319. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
  4320. /package/node_modules/@aws-sdk/{util-arn-parser/dist-types/index.d.ts → core/dist-types/submodules/util/util-arn-parser/arn.d.ts} +0 -0
  4321. /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
  4322. /package/node_modules/@aws-sdk/{middleware-logger/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
  4323. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
  4324. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
  4325. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
  4326. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
  4327. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
  4328. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
  4329. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
  4330. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
  4331. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
  4332. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
  4333. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/extensions/index.d.ts → core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
  4334. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
  4335. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
  4336. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
  4337. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
  4338. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
  4339. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
  4340. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
  4341. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
  4342. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.native.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
  4343. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
  4344. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
  4345. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
  4346. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
  4347. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
  4348. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
  4349. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
  4350. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
  4351. /package/node_modules/@aws-sdk/{util-arn-parser/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts} +0 -0
  4352. /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidFunction.js +0 -0
  4353. /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidProvider.js +0 -0
  4354. /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/client/middleware-stack}/MiddlewareStack.js +0 -0
  4355. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/client/middleware-stack}/types.js +0 -0
  4356. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/NoOpLogger.js +0 -0
  4357. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/constants.js +0 -0
  4358. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/create-aggregated-client.js +0 -0
  4359. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/default-error-handler.js +0 -0
  4360. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/defaults-mode.js +0 -0
  4361. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/emitWarningIfUnsupportedVersion.js +0 -0
  4362. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/exceptions.js +0 -0
  4363. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/extensions/retry.js +0 -0
  4364. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-array-if-single-item.js +0 -0
  4365. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-value-from-text-node.js +0 -0
  4366. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/is-serializable-header-value.js +0 -0
  4367. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/object-mapping.js +0 -0
  4368. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/schemaLogFilter.js +0 -0
  4369. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/ser-utils.js +0 -0
  4370. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/serde-json.js +0 -0
  4371. /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/getSmithyContext.js +0 -0
  4372. /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/normalizeProvider.js +0 -0
  4373. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/circularReplacer.js +0 -0
  4374. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/sleep.js +0 -0
  4375. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/validate.js +0 -0
  4376. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/waiter.js +0 -0
  4377. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.js +0 -0
  4378. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/config.js +0 -0
  4379. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/getRealRegion.js +0 -0
  4380. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/isFipsRegion.js +0 -0
  4381. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.js +0 -0
  4382. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariant.js +0 -0
  4383. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.js +0 -0
  4384. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/PartitionHash.js +0 -0
  4385. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/RegionHash.js +0 -0
  4386. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.js +0 -0
  4387. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getRegionInfo.js +0 -0
  4388. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedHostname.js +0 -0
  4389. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedPartition.js +0 -0
  4390. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.js +0 -0
  4391. /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/constants.js +0 -0
  4392. /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/defaultsModeConfig.js +0 -0
  4393. /package/node_modules/@smithy/{node-config-provider/dist-es → core/dist-es/submodules/config/node-config-provider}/getSelectorName.js +0 -0
  4394. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/CredentialsProviderError.js +0 -0
  4395. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/ProviderError.js +0 -0
  4396. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/TokenProviderError.js +0 -0
  4397. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/chain.js +0 -0
  4398. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/memoize.js +0 -0
  4399. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/constants.js +0 -0
  4400. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/externalDataInterceptor.js +0 -0
  4401. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getConfigData.js +0 -0
  4402. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getProfileName.js +0 -0
  4403. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getSsoSessionData.js +0 -0
  4404. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/loadSsoSessionData.js +0 -0
  4405. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/mergeConfigFiles.js +0 -0
  4406. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseIni.js +0 -0
  4407. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseKnownFiles.js +0 -0
  4408. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/readFile.js +0 -0
  4409. /package/node_modules/@smithy/{middleware-retry/dist-es/retry-pre-sra-deprecated → core/dist-es/submodules/config/shared-ini-file-loader}/types.js +0 -0
  4410. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/booleanSelector.js +0 -0
  4411. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/numberSelector.js +0 -0
  4412. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/types.js +0 -0
  4413. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.js +0 -0
  4414. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.browser.js +0 -0
  4415. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.js +0 -0
  4416. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/index.js +0 -0
  4417. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/s3.js +0 -0
  4418. /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/types.js +0 -0
  4419. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.js +0 -0
  4420. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/cache/EndpointCache.js +0 -0
  4421. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/debugId.js +0 -0
  4422. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/index.js +0 -0
  4423. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/toDebugString.js +0 -0
  4424. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/decideEndpoint.js +0 -0
  4425. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/getEndpointUrlConfig.js +0 -0
  4426. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/booleanEquals.js +0 -0
  4427. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/coalesce.js +0 -0
  4428. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttr.js +0 -0
  4429. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttrPathList.js +0 -0
  4430. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/index.js +0 -0
  4431. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isIpAddress.js +0 -0
  4432. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isSet.js +0 -0
  4433. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.js +0 -0
  4434. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/ite.js +0 -0
  4435. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/not.js +0 -0
  4436. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/parseURL.js +0 -0
  4437. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/split.js +0 -0
  4438. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/stringEquals.js +0 -0
  4439. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/substring.js +0 -0
  4440. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/uriEncode.js +0 -0
  4441. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/resolveEndpoint.js +0 -0
  4442. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointError.js +0 -0
  4443. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointFunctions.js +0 -0
  4444. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.js +0 -0
  4445. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.js +0 -0
  4446. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/RuleSetObject.js +0 -0
  4447. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/TreeRuleObject.js +0 -0
  4448. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/index.js +0 -0
  4449. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/shared.js +0 -0
  4450. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/callFunction.js +0 -0
  4451. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.js +0 -0
  4452. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/endpointFunctions.js +0 -0
  4453. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateCondition.js +0 -0
  4454. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateConditions.js +0 -0
  4455. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateEndpointRule.js +0 -0
  4456. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateErrorRule.js +0 -0
  4457. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateRules.js +0 -0
  4458. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.js +0 -0
  4459. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.js +0 -0
  4460. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointHeaders.js +0 -0
  4461. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointProperties.js +0 -0
  4462. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.js +0 -0
  4463. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointUrl.js +0 -0
  4464. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getReferenceValue.js +0 -0
  4465. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/index.js +0 -0
  4466. /package/node_modules/{@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js → @smithy/core/dist-es/submodules/event-streams/eventstream-codec/Message.js} +0 -0
  4467. /package/node_modules/{@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js → @smithy/core/dist-es/submodules/event-streams/eventstream-codec/vectorTypes.fixture.js} +0 -0
  4468. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Field.js +0 -0
  4469. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Fields.js +0 -0
  4470. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/extensions/httpExtensionConfiguration.js +0 -0
  4471. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpHandler.js +0 -0
  4472. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpRequest.js +0 -0
  4473. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpResponse.js +0 -0
  4474. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/isValidHostname.js +0 -0
  4475. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/types.js +0 -0
  4476. /package/node_modules/@smithy/{querystring-parser/dist-es/index.js → core/dist-es/submodules/protocols/querystring-parser/parseQueryString.js} +0 -0
  4477. /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri-path.js +0 -0
  4478. /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri.js +0 -0
  4479. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/isStreamingPayload/isStreamingPayload.browser.js +0 -0
  4480. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/longPollMiddleware.js +0 -0
  4481. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated}/types.js +0 -0
  4482. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/util.js +0 -0
  4483. /package/node_modules/@smithy/{service-error-classification/dist-es → core/dist-es/submodules/retry/service-error-classification}/constants.js +0 -0
  4484. /package/node_modules/@smithy/{service-error-classification/dist-es/index.js → core/dist-es/submodules/retry/service-error-classification/service-error-classification.js} +0 -0
  4485. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.js +0 -0
  4486. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryToken.js +0 -0
  4487. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/config.js +0 -0
  4488. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/constants.js +0 -0
  4489. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/retries-2026-config.js +0 -0
  4490. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/types.js +0 -0
  4491. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js → @smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js} +0 -0
  4492. /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serdePlugin.js +0 -0
  4493. /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serializerMiddleware.js +0 -0
  4494. /package/node_modules/@smithy/{util-base64/dist-es/constants.browser.js → core/dist-es/submodules/serde/util-base64/constants-for-browser.js} +0 -0
  4495. /package/node_modules/@smithy/{util-body-length-browser/dist-es/calculateBodyLength.js → core/dist-es/submodules/serde/util-body-length/calculateBodyLength.browser.js} +0 -0
  4496. /package/node_modules/@smithy/{util-hex-encoding/dist-es/index.js → core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js} +0 -0
  4497. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/ByteArrayCollector.js +0 -0
  4498. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/checksum/ChecksumStream.browser.js +0 -0
  4499. /package/node_modules/@smithy/{util-stream/dist-es/createBufferedReadableStream.js → core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js} +0 -0
  4500. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.js +0 -0
  4501. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.js +0 -0
  4502. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/headStream.browser.js +0 -0
  4503. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/splitStream.browser.js +0 -0
  4504. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/stream-type-check.js +0 -0
  4505. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/fromUtf8.browser.js +0 -0
  4506. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUint8Array.js +0 -0
  4507. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUtf8.browser.js +0 -0
  4508. /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidFunction.d.ts +0 -0
  4509. /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidProvider.d.ts +0 -0
  4510. /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/MiddlewareStack.d.ts +0 -0
  4511. /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/types.d.ts +0 -0
  4512. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/NoOpLogger.d.ts +0 -0
  4513. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/constants.d.ts +0 -0
  4514. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/defaults-mode.d.ts +0 -0
  4515. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/extensions/retry.d.ts +0 -0
  4516. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/is-serializable-header-value.d.ts +0 -0
  4517. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/schemaLogFilter.d.ts +0 -0
  4518. /package/node_modules/@smithy/{util-middleware/dist-types → core/dist-types/submodules/client/util-middleware}/normalizeProvider.d.ts +0 -0
  4519. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/circularReplacer.d.ts +0 -0
  4520. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/utils/sleep.d.ts +0 -0
  4521. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/waiter.d.ts +0 -0
  4522. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -0
  4523. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -0
  4524. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/checkRegion.d.ts +0 -0
  4525. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/getRealRegion.d.ts +0 -0
  4526. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/isFipsRegion.d.ts +0 -0
  4527. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.d.ts +0 -0
  4528. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariant.d.ts +0 -0
  4529. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.d.ts +0 -0
  4530. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/PartitionHash.d.ts +0 -0
  4531. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/RegionHash.d.ts +0 -0
  4532. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.d.ts +0 -0
  4533. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getRegionInfo.d.ts +0 -0
  4534. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedHostname.d.ts +0 -0
  4535. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedPartition.d.ts +0 -0
  4536. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.d.ts +0 -0
  4537. /package/node_modules/@smithy/{util-defaults-mode-node/dist-types → core/dist-types/submodules/config/defaults-mode}/constants.d.ts +0 -0
  4538. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromEnv.d.ts +0 -0
  4539. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromStatic.d.ts +0 -0
  4540. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/getSelectorName.d.ts +0 -0
  4541. /package/node_modules/@smithy/{property-provider/dist-types → core/dist-types/submodules/config/property-provider}/memoize.d.ts +0 -0
  4542. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/constants.d.ts +0 -0
  4543. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/externalDataInterceptor.d.ts +0 -0
  4544. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getConfigFilepath.d.ts +0 -0
  4545. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getCredentialsFilepath.d.ts +0 -0
  4546. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getHomeDir.d.ts +0 -0
  4547. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getProfileName.d.ts +0 -0
  4548. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getSSOTokenFilepath.d.ts +0 -0
  4549. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSharedConfigFiles.d.ts +0 -0
  4550. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSsoSessionData.d.ts +0 -0
  4551. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/mergeConfigFiles.d.ts +0 -0
  4552. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/readFile.d.ts +0 -0
  4553. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/types.d.ts +0 -0
  4554. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/booleanSelector.d.ts +0 -0
  4555. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/numberSelector.d.ts +0 -0
  4556. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/types.d.ts +0 -0
  4557. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.d.ts +0 -0
  4558. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.d.ts +0 -0
  4559. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.d.ts +0 -0
  4560. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/index.d.ts +0 -0
  4561. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/s3.d.ts +0 -0
  4562. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/types.d.ts +0 -0
  4563. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.d.ts +0 -0
  4564. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/debugId.d.ts +0 -0
  4565. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/index.d.ts +0 -0
  4566. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/toDebugString.d.ts +0 -0
  4567. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/booleanEquals.d.ts +0 -0
  4568. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/coalesce.d.ts +0 -0
  4569. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttr.d.ts +0 -0
  4570. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttrPathList.d.ts +0 -0
  4571. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/index.d.ts +0 -0
  4572. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  4573. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isSet.d.ts +0 -0
  4574. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.d.ts +0 -0
  4575. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/ite.d.ts +0 -0
  4576. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/not.d.ts +0 -0
  4577. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/split.d.ts +0 -0
  4578. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/stringEquals.d.ts +0 -0
  4579. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/substring.d.ts +0 -0
  4580. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/uriEncode.d.ts +0 -0
  4581. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointError.d.ts +0 -0
  4582. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointFunctions.d.ts +0 -0
  4583. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  4584. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  4585. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  4586. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  4587. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/index.d.ts +0 -0
  4588. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/shared.d.ts +0 -0
  4589. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/callFunction.d.ts +0 -0
  4590. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.d.ts +0 -0
  4591. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/endpointFunctions.d.ts +0 -0
  4592. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateConditions.d.ts +0 -0
  4593. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateEndpointRule.d.ts +0 -0
  4594. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.d.ts +0 -0
  4595. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.d.ts +0 -0
  4596. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.d.ts +0 -0
  4597. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/getReferenceValue.d.ts +0 -0
  4598. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/index.d.ts +0 -0
  4599. /package/node_modules/@smithy/{middleware-content-length/dist-types/index.d.ts → core/dist-types/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts} +0 -0
  4600. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/Fields.d.ts +0 -0
  4601. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/httpResponse.d.ts +0 -0
  4602. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/isValidHostname.d.ts +0 -0
  4603. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/types.d.ts +0 -0
  4604. /package/node_modules/@smithy/{querystring-builder/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-builder/buildQueryString.d.ts} +0 -0
  4605. /package/node_modules/@smithy/{querystring-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-parser/parseQueryString.d.ts} +0 -0
  4606. /package/node_modules/@smithy/{url-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/url-parser/parseUrl.d.ts} +0 -0
  4607. /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri-path.d.ts +0 -0
  4608. /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri.d.ts +0 -0
  4609. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/longPollMiddleware.d.ts +0 -0
  4610. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/omitRetryHeadersMiddleware.d.ts +0 -0
  4611. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/parseRetryAfterHeader.d.ts +0 -0
  4612. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +0 -0
  4613. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +0 -0
  4614. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/delayDecider.d.ts +0 -0
  4615. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/retryDecider.d.ts +0 -0
  4616. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/types.d.ts +0 -0
  4617. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/util.d.ts +0 -0
  4618. /package/node_modules/@smithy/{service-error-classification/dist-types → core/dist-types/submodules/retry/service-error-classification}/constants.d.ts +0 -0
  4619. /package/node_modules/@smithy/{service-error-classification/dist-types/index.d.ts → core/dist-types/submodules/retry/service-error-classification/service-error-classification.d.ts} +0 -0
  4620. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/ConfiguredRetryStrategy.d.ts +0 -0
  4621. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRateLimiter.d.ts +0 -0
  4622. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.d.ts +0 -0
  4623. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryToken.d.ts +0 -0
  4624. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/StandardRetryStrategy.d.ts +0 -0
  4625. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/config.d.ts +0 -0
  4626. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/types.d.ts +0 -0
  4627. /package/node_modules/@smithy/{hash-node/dist-types/index.d.ts → core/dist-types/submodules/serde/hash-node/hash-node.d.ts} +0 -0
  4628. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts → @smithy/core/dist-types/submodules/serde/is-array-buffer/is-array-buffer.d.ts} +0 -0
  4629. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/deserializerMiddleware.d.ts +0 -0
  4630. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serdePlugin.d.ts +0 -0
  4631. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serializerMiddleware.d.ts +0 -0
  4632. /package/node_modules/@smithy/{util-base64/dist-types/constants.browser.d.ts → core/dist-types/submodules/serde/util-base64/constants-for-browser.d.ts} +0 -0
  4633. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.browser.d.ts +0 -0
  4634. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.d.ts +0 -0
  4635. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.browser.d.ts +0 -0
  4636. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.d.ts +0 -0
  4637. /package/node_modules/@smithy/{util-body-length-browser/dist-types/calculateBodyLength.d.ts → core/dist-types/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts} +0 -0
  4638. /package/node_modules/@smithy/{util-body-length-node/dist-types → core/dist-types/submodules/serde/util-body-length}/calculateBodyLength.d.ts +0 -0
  4639. /package/node_modules/@smithy/{util-hex-encoding/dist-types/index.d.ts → core/dist-types/submodules/serde/util-hex-encoding/hex-encoding.d.ts} +0 -0
  4640. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/ByteArrayCollector.d.ts +0 -0
  4641. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/checksum/ChecksumStream.browser.d.ts +0 -0
  4642. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.d.ts +0 -0
  4643. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/headStream.browser.d.ts +0 -0
  4644. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/sdk-stream-mixin.browser.d.ts +0 -0
  4645. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/splitStream.browser.d.ts +0 -0
  4646. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/stream-type-check.d.ts +0 -0
  4647. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.browser.d.ts +0 -0
  4648. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.d.ts +0 -0
  4649. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUint8Array.d.ts +0 -0
  4650. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.browser.d.ts +0 -0
  4651. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.d.ts +0 -0
  4652. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  4653. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
  4654. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
  4655. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  4656. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
@@ -1,20 +1,15 @@
1
1
  'use strict';
2
2
 
3
- var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
- var middlewareLogger = require('@aws-sdk/middleware-logger');
5
- var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
- var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
3
+ var client$1 = require('@aws-sdk/core/client');
8
4
  var core = require('@smithy/core');
5
+ var client = require('@smithy/core/client');
6
+ var config = require('@smithy/core/config');
7
+ var endpoints = require('@smithy/core/endpoints');
8
+ var protocols = require('@smithy/core/protocols');
9
+ var retry = require('@smithy/core/retry');
9
10
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
11
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
12
  var runtimeConfig = require('./runtimeConfig');
16
- var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
13
  var schemas_0 = require('./schemas/schemas_0');
19
14
  var errors = require('./models/errors');
20
15
  var GlueServiceException = require('./models/GlueServiceException');
@@ -73,33 +68,33 @@ const resolveHttpAuthRuntimeConfig = (config) => {
73
68
  };
74
69
 
75
70
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
76
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
71
+ const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
77
72
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
78
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
73
+ return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
79
74
  };
80
75
 
81
- class GlueClient extends smithyClient.Client {
76
+ class GlueClient extends client.Client {
82
77
  config;
83
78
  constructor(...[configuration]) {
84
79
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
85
80
  super(_config_0);
86
81
  this.initConfig = _config_0;
87
82
  const _config_1 = resolveClientEndpointParameters(_config_0);
88
- const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
89
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
90
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
91
- const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
92
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
83
+ const _config_2 = client$1.resolveUserAgentConfig(_config_1);
84
+ const _config_3 = retry.resolveRetryConfig(_config_2);
85
+ const _config_4 = config.resolveRegionConfig(_config_3);
86
+ const _config_5 = client$1.resolveHostHeaderConfig(_config_4);
87
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
93
88
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
94
89
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
95
90
  this.config = _config_8;
96
91
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
97
- this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
98
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
99
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
100
- this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
101
- this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
102
- this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
92
+ this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));
93
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
94
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
95
+ this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));
96
+ this.middlewareStack.use(client$1.getLoggerPlugin(this.config));
97
+ this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));
103
98
  this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
104
99
  httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultGlueHttpAuthSchemeParametersProvider,
105
100
  identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
@@ -113,11 +108,11 @@ class GlueClient extends smithyClient.Client {
113
108
  }
114
109
  }
115
110
 
116
- class BatchCreatePartitionCommand extends smithyClient.Command
111
+ class BatchCreatePartitionCommand extends client.Command
117
112
  .classBuilder()
118
113
  .ep(commonParams)
119
114
  .m(function (Command, cs, config, o) {
120
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
115
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
121
116
  })
122
117
  .s("AWSGlue", "BatchCreatePartition", {})
123
118
  .n("GlueClient", "BatchCreatePartitionCommand")
@@ -125,11 +120,11 @@ class BatchCreatePartitionCommand extends smithyClient.Command
125
120
  .build() {
126
121
  }
127
122
 
128
- class BatchDeleteConnectionCommand extends smithyClient.Command
123
+ class BatchDeleteConnectionCommand extends client.Command
129
124
  .classBuilder()
130
125
  .ep(commonParams)
131
126
  .m(function (Command, cs, config, o) {
132
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
127
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
133
128
  })
134
129
  .s("AWSGlue", "BatchDeleteConnection", {})
135
130
  .n("GlueClient", "BatchDeleteConnectionCommand")
@@ -137,11 +132,11 @@ class BatchDeleteConnectionCommand extends smithyClient.Command
137
132
  .build() {
138
133
  }
139
134
 
140
- class BatchDeletePartitionCommand extends smithyClient.Command
135
+ class BatchDeletePartitionCommand extends client.Command
141
136
  .classBuilder()
142
137
  .ep(commonParams)
143
138
  .m(function (Command, cs, config, o) {
144
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
139
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
145
140
  })
146
141
  .s("AWSGlue", "BatchDeletePartition", {})
147
142
  .n("GlueClient", "BatchDeletePartitionCommand")
@@ -149,11 +144,11 @@ class BatchDeletePartitionCommand extends smithyClient.Command
149
144
  .build() {
150
145
  }
151
146
 
152
- class BatchDeleteTableCommand extends smithyClient.Command
147
+ class BatchDeleteTableCommand extends client.Command
153
148
  .classBuilder()
154
149
  .ep(commonParams)
155
150
  .m(function (Command, cs, config, o) {
156
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
151
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
157
152
  })
158
153
  .s("AWSGlue", "BatchDeleteTable", {})
159
154
  .n("GlueClient", "BatchDeleteTableCommand")
@@ -161,11 +156,11 @@ class BatchDeleteTableCommand extends smithyClient.Command
161
156
  .build() {
162
157
  }
163
158
 
164
- class BatchDeleteTableVersionCommand extends smithyClient.Command
159
+ class BatchDeleteTableVersionCommand extends client.Command
165
160
  .classBuilder()
166
161
  .ep(commonParams)
167
162
  .m(function (Command, cs, config, o) {
168
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
163
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
169
164
  })
170
165
  .s("AWSGlue", "BatchDeleteTableVersion", {})
171
166
  .n("GlueClient", "BatchDeleteTableVersionCommand")
@@ -173,11 +168,11 @@ class BatchDeleteTableVersionCommand extends smithyClient.Command
173
168
  .build() {
174
169
  }
175
170
 
176
- class BatchGetBlueprintsCommand extends smithyClient.Command
171
+ class BatchGetBlueprintsCommand extends client.Command
177
172
  .classBuilder()
178
173
  .ep(commonParams)
179
174
  .m(function (Command, cs, config, o) {
180
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
175
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
181
176
  })
182
177
  .s("AWSGlue", "BatchGetBlueprints", {})
183
178
  .n("GlueClient", "BatchGetBlueprintsCommand")
@@ -185,11 +180,11 @@ class BatchGetBlueprintsCommand extends smithyClient.Command
185
180
  .build() {
186
181
  }
187
182
 
188
- class BatchGetCrawlersCommand extends smithyClient.Command
183
+ class BatchGetCrawlersCommand extends client.Command
189
184
  .classBuilder()
190
185
  .ep(commonParams)
191
186
  .m(function (Command, cs, config, o) {
192
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
187
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
193
188
  })
194
189
  .s("AWSGlue", "BatchGetCrawlers", {})
195
190
  .n("GlueClient", "BatchGetCrawlersCommand")
@@ -197,11 +192,11 @@ class BatchGetCrawlersCommand extends smithyClient.Command
197
192
  .build() {
198
193
  }
199
194
 
200
- class BatchGetCustomEntityTypesCommand extends smithyClient.Command
195
+ class BatchGetCustomEntityTypesCommand extends client.Command
201
196
  .classBuilder()
202
197
  .ep(commonParams)
203
198
  .m(function (Command, cs, config, o) {
204
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
199
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
205
200
  })
206
201
  .s("AWSGlue", "BatchGetCustomEntityTypes", {})
207
202
  .n("GlueClient", "BatchGetCustomEntityTypesCommand")
@@ -209,11 +204,11 @@ class BatchGetCustomEntityTypesCommand extends smithyClient.Command
209
204
  .build() {
210
205
  }
211
206
 
212
- class BatchGetDataQualityResultCommand extends smithyClient.Command
207
+ class BatchGetDataQualityResultCommand extends client.Command
213
208
  .classBuilder()
214
209
  .ep(commonParams)
215
210
  .m(function (Command, cs, config, o) {
216
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
211
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
217
212
  })
218
213
  .s("AWSGlue", "BatchGetDataQualityResult", {})
219
214
  .n("GlueClient", "BatchGetDataQualityResultCommand")
@@ -221,11 +216,11 @@ class BatchGetDataQualityResultCommand extends smithyClient.Command
221
216
  .build() {
222
217
  }
223
218
 
224
- class BatchGetDevEndpointsCommand extends smithyClient.Command
219
+ class BatchGetDevEndpointsCommand extends client.Command
225
220
  .classBuilder()
226
221
  .ep(commonParams)
227
222
  .m(function (Command, cs, config, o) {
228
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
223
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
229
224
  })
230
225
  .s("AWSGlue", "BatchGetDevEndpoints", {})
231
226
  .n("GlueClient", "BatchGetDevEndpointsCommand")
@@ -233,11 +228,11 @@ class BatchGetDevEndpointsCommand extends smithyClient.Command
233
228
  .build() {
234
229
  }
235
230
 
236
- class BatchGetJobsCommand extends smithyClient.Command
231
+ class BatchGetJobsCommand extends client.Command
237
232
  .classBuilder()
238
233
  .ep(commonParams)
239
234
  .m(function (Command, cs, config, o) {
240
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
235
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
241
236
  })
242
237
  .s("AWSGlue", "BatchGetJobs", {})
243
238
  .n("GlueClient", "BatchGetJobsCommand")
@@ -245,11 +240,11 @@ class BatchGetJobsCommand extends smithyClient.Command
245
240
  .build() {
246
241
  }
247
242
 
248
- class BatchGetPartitionCommand extends smithyClient.Command
243
+ class BatchGetPartitionCommand extends client.Command
249
244
  .classBuilder()
250
245
  .ep(commonParams)
251
246
  .m(function (Command, cs, config, o) {
252
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
247
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
253
248
  })
254
249
  .s("AWSGlue", "BatchGetPartition", {})
255
250
  .n("GlueClient", "BatchGetPartitionCommand")
@@ -257,11 +252,11 @@ class BatchGetPartitionCommand extends smithyClient.Command
257
252
  .build() {
258
253
  }
259
254
 
260
- class BatchGetTableOptimizerCommand extends smithyClient.Command
255
+ class BatchGetTableOptimizerCommand extends client.Command
261
256
  .classBuilder()
262
257
  .ep(commonParams)
263
258
  .m(function (Command, cs, config, o) {
264
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
259
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
265
260
  })
266
261
  .s("AWSGlue", "BatchGetTableOptimizer", {})
267
262
  .n("GlueClient", "BatchGetTableOptimizerCommand")
@@ -269,11 +264,11 @@ class BatchGetTableOptimizerCommand extends smithyClient.Command
269
264
  .build() {
270
265
  }
271
266
 
272
- class BatchGetTriggersCommand extends smithyClient.Command
267
+ class BatchGetTriggersCommand extends client.Command
273
268
  .classBuilder()
274
269
  .ep(commonParams)
275
270
  .m(function (Command, cs, config, o) {
276
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
271
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
277
272
  })
278
273
  .s("AWSGlue", "BatchGetTriggers", {})
279
274
  .n("GlueClient", "BatchGetTriggersCommand")
@@ -281,11 +276,11 @@ class BatchGetTriggersCommand extends smithyClient.Command
281
276
  .build() {
282
277
  }
283
278
 
284
- class BatchGetWorkflowsCommand extends smithyClient.Command
279
+ class BatchGetWorkflowsCommand extends client.Command
285
280
  .classBuilder()
286
281
  .ep(commonParams)
287
282
  .m(function (Command, cs, config, o) {
288
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
283
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
289
284
  })
290
285
  .s("AWSGlue", "BatchGetWorkflows", {})
291
286
  .n("GlueClient", "BatchGetWorkflowsCommand")
@@ -293,11 +288,11 @@ class BatchGetWorkflowsCommand extends smithyClient.Command
293
288
  .build() {
294
289
  }
295
290
 
296
- class BatchPutDataQualityStatisticAnnotationCommand extends smithyClient.Command
291
+ class BatchPutDataQualityStatisticAnnotationCommand extends client.Command
297
292
  .classBuilder()
298
293
  .ep(commonParams)
299
294
  .m(function (Command, cs, config, o) {
300
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
295
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
301
296
  })
302
297
  .s("AWSGlue", "BatchPutDataQualityStatisticAnnotation", {})
303
298
  .n("GlueClient", "BatchPutDataQualityStatisticAnnotationCommand")
@@ -305,11 +300,11 @@ class BatchPutDataQualityStatisticAnnotationCommand extends smithyClient.Command
305
300
  .build() {
306
301
  }
307
302
 
308
- class BatchStopJobRunCommand extends smithyClient.Command
303
+ class BatchStopJobRunCommand extends client.Command
309
304
  .classBuilder()
310
305
  .ep(commonParams)
311
306
  .m(function (Command, cs, config, o) {
312
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
307
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
313
308
  })
314
309
  .s("AWSGlue", "BatchStopJobRun", {})
315
310
  .n("GlueClient", "BatchStopJobRunCommand")
@@ -317,11 +312,11 @@ class BatchStopJobRunCommand extends smithyClient.Command
317
312
  .build() {
318
313
  }
319
314
 
320
- class BatchUpdatePartitionCommand extends smithyClient.Command
315
+ class BatchUpdatePartitionCommand extends client.Command
321
316
  .classBuilder()
322
317
  .ep(commonParams)
323
318
  .m(function (Command, cs, config, o) {
324
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
319
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
325
320
  })
326
321
  .s("AWSGlue", "BatchUpdatePartition", {})
327
322
  .n("GlueClient", "BatchUpdatePartitionCommand")
@@ -329,11 +324,11 @@ class BatchUpdatePartitionCommand extends smithyClient.Command
329
324
  .build() {
330
325
  }
331
326
 
332
- class CancelDataQualityRuleRecommendationRunCommand extends smithyClient.Command
327
+ class CancelDataQualityRuleRecommendationRunCommand extends client.Command
333
328
  .classBuilder()
334
329
  .ep(commonParams)
335
330
  .m(function (Command, cs, config, o) {
336
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
331
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
337
332
  })
338
333
  .s("AWSGlue", "CancelDataQualityRuleRecommendationRun", {})
339
334
  .n("GlueClient", "CancelDataQualityRuleRecommendationRunCommand")
@@ -341,11 +336,11 @@ class CancelDataQualityRuleRecommendationRunCommand extends smithyClient.Command
341
336
  .build() {
342
337
  }
343
338
 
344
- class CancelDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
339
+ class CancelDataQualityRulesetEvaluationRunCommand extends client.Command
345
340
  .classBuilder()
346
341
  .ep(commonParams)
347
342
  .m(function (Command, cs, config, o) {
348
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
343
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
349
344
  })
350
345
  .s("AWSGlue", "CancelDataQualityRulesetEvaluationRun", {})
351
346
  .n("GlueClient", "CancelDataQualityRulesetEvaluationRunCommand")
@@ -353,11 +348,11 @@ class CancelDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
353
348
  .build() {
354
349
  }
355
350
 
356
- class CancelMLTaskRunCommand extends smithyClient.Command
351
+ class CancelMLTaskRunCommand extends client.Command
357
352
  .classBuilder()
358
353
  .ep(commonParams)
359
354
  .m(function (Command, cs, config, o) {
360
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
355
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
361
356
  })
362
357
  .s("AWSGlue", "CancelMLTaskRun", {})
363
358
  .n("GlueClient", "CancelMLTaskRunCommand")
@@ -365,11 +360,11 @@ class CancelMLTaskRunCommand extends smithyClient.Command
365
360
  .build() {
366
361
  }
367
362
 
368
- class CancelStatementCommand extends smithyClient.Command
363
+ class CancelStatementCommand extends client.Command
369
364
  .classBuilder()
370
365
  .ep(commonParams)
371
366
  .m(function (Command, cs, config, o) {
372
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
367
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
373
368
  })
374
369
  .s("AWSGlue", "CancelStatement", {})
375
370
  .n("GlueClient", "CancelStatementCommand")
@@ -377,11 +372,11 @@ class CancelStatementCommand extends smithyClient.Command
377
372
  .build() {
378
373
  }
379
374
 
380
- class CheckSchemaVersionValidityCommand extends smithyClient.Command
375
+ class CheckSchemaVersionValidityCommand extends client.Command
381
376
  .classBuilder()
382
377
  .ep(commonParams)
383
378
  .m(function (Command, cs, config, o) {
384
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
379
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
385
380
  })
386
381
  .s("AWSGlue", "CheckSchemaVersionValidity", {})
387
382
  .n("GlueClient", "CheckSchemaVersionValidityCommand")
@@ -389,11 +384,11 @@ class CheckSchemaVersionValidityCommand extends smithyClient.Command
389
384
  .build() {
390
385
  }
391
386
 
392
- class CreateBlueprintCommand extends smithyClient.Command
387
+ class CreateBlueprintCommand extends client.Command
393
388
  .classBuilder()
394
389
  .ep(commonParams)
395
390
  .m(function (Command, cs, config, o) {
396
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
391
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
397
392
  })
398
393
  .s("AWSGlue", "CreateBlueprint", {})
399
394
  .n("GlueClient", "CreateBlueprintCommand")
@@ -401,11 +396,11 @@ class CreateBlueprintCommand extends smithyClient.Command
401
396
  .build() {
402
397
  }
403
398
 
404
- class CreateCatalogCommand extends smithyClient.Command
399
+ class CreateCatalogCommand extends client.Command
405
400
  .classBuilder()
406
401
  .ep(commonParams)
407
402
  .m(function (Command, cs, config, o) {
408
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
403
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
409
404
  })
410
405
  .s("AWSGlue", "CreateCatalog", {})
411
406
  .n("GlueClient", "CreateCatalogCommand")
@@ -413,11 +408,11 @@ class CreateCatalogCommand extends smithyClient.Command
413
408
  .build() {
414
409
  }
415
410
 
416
- class CreateClassifierCommand extends smithyClient.Command
411
+ class CreateClassifierCommand extends client.Command
417
412
  .classBuilder()
418
413
  .ep(commonParams)
419
414
  .m(function (Command, cs, config, o) {
420
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
415
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
421
416
  })
422
417
  .s("AWSGlue", "CreateClassifier", {})
423
418
  .n("GlueClient", "CreateClassifierCommand")
@@ -425,11 +420,11 @@ class CreateClassifierCommand extends smithyClient.Command
425
420
  .build() {
426
421
  }
427
422
 
428
- class CreateColumnStatisticsTaskSettingsCommand extends smithyClient.Command
423
+ class CreateColumnStatisticsTaskSettingsCommand extends client.Command
429
424
  .classBuilder()
430
425
  .ep(commonParams)
431
426
  .m(function (Command, cs, config, o) {
432
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
427
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
433
428
  })
434
429
  .s("AWSGlue", "CreateColumnStatisticsTaskSettings", {})
435
430
  .n("GlueClient", "CreateColumnStatisticsTaskSettingsCommand")
@@ -437,11 +432,11 @@ class CreateColumnStatisticsTaskSettingsCommand extends smithyClient.Command
437
432
  .build() {
438
433
  }
439
434
 
440
- class CreateConnectionCommand extends smithyClient.Command
435
+ class CreateConnectionCommand extends client.Command
441
436
  .classBuilder()
442
437
  .ep(commonParams)
443
438
  .m(function (Command, cs, config, o) {
444
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
439
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
445
440
  })
446
441
  .s("AWSGlue", "CreateConnection", {})
447
442
  .n("GlueClient", "CreateConnectionCommand")
@@ -449,11 +444,11 @@ class CreateConnectionCommand extends smithyClient.Command
449
444
  .build() {
450
445
  }
451
446
 
452
- class CreateCrawlerCommand extends smithyClient.Command
447
+ class CreateCrawlerCommand extends client.Command
453
448
  .classBuilder()
454
449
  .ep(commonParams)
455
450
  .m(function (Command, cs, config, o) {
456
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
451
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
457
452
  })
458
453
  .s("AWSGlue", "CreateCrawler", {})
459
454
  .n("GlueClient", "CreateCrawlerCommand")
@@ -461,11 +456,11 @@ class CreateCrawlerCommand extends smithyClient.Command
461
456
  .build() {
462
457
  }
463
458
 
464
- class CreateCustomEntityTypeCommand extends smithyClient.Command
459
+ class CreateCustomEntityTypeCommand extends client.Command
465
460
  .classBuilder()
466
461
  .ep(commonParams)
467
462
  .m(function (Command, cs, config, o) {
468
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
463
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
469
464
  })
470
465
  .s("AWSGlue", "CreateCustomEntityType", {})
471
466
  .n("GlueClient", "CreateCustomEntityTypeCommand")
@@ -473,11 +468,11 @@ class CreateCustomEntityTypeCommand extends smithyClient.Command
473
468
  .build() {
474
469
  }
475
470
 
476
- class CreateDatabaseCommand extends smithyClient.Command
471
+ class CreateDatabaseCommand extends client.Command
477
472
  .classBuilder()
478
473
  .ep(commonParams)
479
474
  .m(function (Command, cs, config, o) {
480
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
475
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
481
476
  })
482
477
  .s("AWSGlue", "CreateDatabase", {})
483
478
  .n("GlueClient", "CreateDatabaseCommand")
@@ -485,11 +480,11 @@ class CreateDatabaseCommand extends smithyClient.Command
485
480
  .build() {
486
481
  }
487
482
 
488
- class CreateDataQualityRulesetCommand extends smithyClient.Command
483
+ class CreateDataQualityRulesetCommand extends client.Command
489
484
  .classBuilder()
490
485
  .ep(commonParams)
491
486
  .m(function (Command, cs, config, o) {
492
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
487
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
493
488
  })
494
489
  .s("AWSGlue", "CreateDataQualityRuleset", {})
495
490
  .n("GlueClient", "CreateDataQualityRulesetCommand")
@@ -497,11 +492,11 @@ class CreateDataQualityRulesetCommand extends smithyClient.Command
497
492
  .build() {
498
493
  }
499
494
 
500
- class CreateDevEndpointCommand extends smithyClient.Command
495
+ class CreateDevEndpointCommand extends client.Command
501
496
  .classBuilder()
502
497
  .ep(commonParams)
503
498
  .m(function (Command, cs, config, o) {
504
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
499
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
505
500
  })
506
501
  .s("AWSGlue", "CreateDevEndpoint", {})
507
502
  .n("GlueClient", "CreateDevEndpointCommand")
@@ -509,11 +504,11 @@ class CreateDevEndpointCommand extends smithyClient.Command
509
504
  .build() {
510
505
  }
511
506
 
512
- class CreateGlueIdentityCenterConfigurationCommand extends smithyClient.Command
507
+ class CreateGlueIdentityCenterConfigurationCommand extends client.Command
513
508
  .classBuilder()
514
509
  .ep(commonParams)
515
510
  .m(function (Command, cs, config, o) {
516
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
511
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
517
512
  })
518
513
  .s("AWSGlue", "CreateGlueIdentityCenterConfiguration", {})
519
514
  .n("GlueClient", "CreateGlueIdentityCenterConfigurationCommand")
@@ -521,11 +516,11 @@ class CreateGlueIdentityCenterConfigurationCommand extends smithyClient.Command
521
516
  .build() {
522
517
  }
523
518
 
524
- class CreateIntegrationCommand extends smithyClient.Command
519
+ class CreateIntegrationCommand extends client.Command
525
520
  .classBuilder()
526
521
  .ep(commonParams)
527
522
  .m(function (Command, cs, config, o) {
528
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
523
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
529
524
  })
530
525
  .s("AWSGlue", "CreateIntegration", {})
531
526
  .n("GlueClient", "CreateIntegrationCommand")
@@ -533,11 +528,11 @@ class CreateIntegrationCommand extends smithyClient.Command
533
528
  .build() {
534
529
  }
535
530
 
536
- class CreateIntegrationResourcePropertyCommand extends smithyClient.Command
531
+ class CreateIntegrationResourcePropertyCommand extends client.Command
537
532
  .classBuilder()
538
533
  .ep(commonParams)
539
534
  .m(function (Command, cs, config, o) {
540
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
535
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
541
536
  })
542
537
  .s("AWSGlue", "CreateIntegrationResourceProperty", {})
543
538
  .n("GlueClient", "CreateIntegrationResourcePropertyCommand")
@@ -545,11 +540,11 @@ class CreateIntegrationResourcePropertyCommand extends smithyClient.Command
545
540
  .build() {
546
541
  }
547
542
 
548
- class CreateIntegrationTablePropertiesCommand extends smithyClient.Command
543
+ class CreateIntegrationTablePropertiesCommand extends client.Command
549
544
  .classBuilder()
550
545
  .ep(commonParams)
551
546
  .m(function (Command, cs, config, o) {
552
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
547
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
553
548
  })
554
549
  .s("AWSGlue", "CreateIntegrationTableProperties", {})
555
550
  .n("GlueClient", "CreateIntegrationTablePropertiesCommand")
@@ -557,11 +552,11 @@ class CreateIntegrationTablePropertiesCommand extends smithyClient.Command
557
552
  .build() {
558
553
  }
559
554
 
560
- class CreateJobCommand extends smithyClient.Command
555
+ class CreateJobCommand extends client.Command
561
556
  .classBuilder()
562
557
  .ep(commonParams)
563
558
  .m(function (Command, cs, config, o) {
564
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
559
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
565
560
  })
566
561
  .s("AWSGlue", "CreateJob", {})
567
562
  .n("GlueClient", "CreateJobCommand")
@@ -569,11 +564,11 @@ class CreateJobCommand extends smithyClient.Command
569
564
  .build() {
570
565
  }
571
566
 
572
- class CreateMLTransformCommand extends smithyClient.Command
567
+ class CreateMLTransformCommand extends client.Command
573
568
  .classBuilder()
574
569
  .ep(commonParams)
575
570
  .m(function (Command, cs, config, o) {
576
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
571
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
577
572
  })
578
573
  .s("AWSGlue", "CreateMLTransform", {})
579
574
  .n("GlueClient", "CreateMLTransformCommand")
@@ -581,11 +576,11 @@ class CreateMLTransformCommand extends smithyClient.Command
581
576
  .build() {
582
577
  }
583
578
 
584
- class CreatePartitionCommand extends smithyClient.Command
579
+ class CreatePartitionCommand extends client.Command
585
580
  .classBuilder()
586
581
  .ep(commonParams)
587
582
  .m(function (Command, cs, config, o) {
588
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
583
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
589
584
  })
590
585
  .s("AWSGlue", "CreatePartition", {})
591
586
  .n("GlueClient", "CreatePartitionCommand")
@@ -593,11 +588,11 @@ class CreatePartitionCommand extends smithyClient.Command
593
588
  .build() {
594
589
  }
595
590
 
596
- class CreatePartitionIndexCommand extends smithyClient.Command
591
+ class CreatePartitionIndexCommand extends client.Command
597
592
  .classBuilder()
598
593
  .ep(commonParams)
599
594
  .m(function (Command, cs, config, o) {
600
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
595
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
601
596
  })
602
597
  .s("AWSGlue", "CreatePartitionIndex", {})
603
598
  .n("GlueClient", "CreatePartitionIndexCommand")
@@ -605,11 +600,11 @@ class CreatePartitionIndexCommand extends smithyClient.Command
605
600
  .build() {
606
601
  }
607
602
 
608
- class CreateRegistryCommand extends smithyClient.Command
603
+ class CreateRegistryCommand extends client.Command
609
604
  .classBuilder()
610
605
  .ep(commonParams)
611
606
  .m(function (Command, cs, config, o) {
612
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
607
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
613
608
  })
614
609
  .s("AWSGlue", "CreateRegistry", {})
615
610
  .n("GlueClient", "CreateRegistryCommand")
@@ -617,11 +612,11 @@ class CreateRegistryCommand extends smithyClient.Command
617
612
  .build() {
618
613
  }
619
614
 
620
- class CreateSchemaCommand extends smithyClient.Command
615
+ class CreateSchemaCommand extends client.Command
621
616
  .classBuilder()
622
617
  .ep(commonParams)
623
618
  .m(function (Command, cs, config, o) {
624
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
619
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
625
620
  })
626
621
  .s("AWSGlue", "CreateSchema", {})
627
622
  .n("GlueClient", "CreateSchemaCommand")
@@ -629,11 +624,11 @@ class CreateSchemaCommand extends smithyClient.Command
629
624
  .build() {
630
625
  }
631
626
 
632
- class CreateScriptCommand extends smithyClient.Command
627
+ class CreateScriptCommand extends client.Command
633
628
  .classBuilder()
634
629
  .ep(commonParams)
635
630
  .m(function (Command, cs, config, o) {
636
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
631
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
637
632
  })
638
633
  .s("AWSGlue", "CreateScript", {})
639
634
  .n("GlueClient", "CreateScriptCommand")
@@ -641,11 +636,11 @@ class CreateScriptCommand extends smithyClient.Command
641
636
  .build() {
642
637
  }
643
638
 
644
- class CreateSecurityConfigurationCommand extends smithyClient.Command
639
+ class CreateSecurityConfigurationCommand extends client.Command
645
640
  .classBuilder()
646
641
  .ep(commonParams)
647
642
  .m(function (Command, cs, config, o) {
648
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
643
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
649
644
  })
650
645
  .s("AWSGlue", "CreateSecurityConfiguration", {})
651
646
  .n("GlueClient", "CreateSecurityConfigurationCommand")
@@ -653,11 +648,11 @@ class CreateSecurityConfigurationCommand extends smithyClient.Command
653
648
  .build() {
654
649
  }
655
650
 
656
- class CreateSessionCommand extends smithyClient.Command
651
+ class CreateSessionCommand extends client.Command
657
652
  .classBuilder()
658
653
  .ep(commonParams)
659
654
  .m(function (Command, cs, config, o) {
660
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
655
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
661
656
  })
662
657
  .s("AWSGlue", "CreateSession", {})
663
658
  .n("GlueClient", "CreateSessionCommand")
@@ -665,11 +660,11 @@ class CreateSessionCommand extends smithyClient.Command
665
660
  .build() {
666
661
  }
667
662
 
668
- class CreateTableCommand extends smithyClient.Command
663
+ class CreateTableCommand extends client.Command
669
664
  .classBuilder()
670
665
  .ep(commonParams)
671
666
  .m(function (Command, cs, config, o) {
672
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
667
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
673
668
  })
674
669
  .s("AWSGlue", "CreateTable", {})
675
670
  .n("GlueClient", "CreateTableCommand")
@@ -677,11 +672,11 @@ class CreateTableCommand extends smithyClient.Command
677
672
  .build() {
678
673
  }
679
674
 
680
- class CreateTableOptimizerCommand extends smithyClient.Command
675
+ class CreateTableOptimizerCommand extends client.Command
681
676
  .classBuilder()
682
677
  .ep(commonParams)
683
678
  .m(function (Command, cs, config, o) {
684
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
679
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
685
680
  })
686
681
  .s("AWSGlue", "CreateTableOptimizer", {})
687
682
  .n("GlueClient", "CreateTableOptimizerCommand")
@@ -689,11 +684,11 @@ class CreateTableOptimizerCommand extends smithyClient.Command
689
684
  .build() {
690
685
  }
691
686
 
692
- class CreateTriggerCommand extends smithyClient.Command
687
+ class CreateTriggerCommand extends client.Command
693
688
  .classBuilder()
694
689
  .ep(commonParams)
695
690
  .m(function (Command, cs, config, o) {
696
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
691
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
697
692
  })
698
693
  .s("AWSGlue", "CreateTrigger", {})
699
694
  .n("GlueClient", "CreateTriggerCommand")
@@ -701,11 +696,11 @@ class CreateTriggerCommand extends smithyClient.Command
701
696
  .build() {
702
697
  }
703
698
 
704
- class CreateUsageProfileCommand extends smithyClient.Command
699
+ class CreateUsageProfileCommand extends client.Command
705
700
  .classBuilder()
706
701
  .ep(commonParams)
707
702
  .m(function (Command, cs, config, o) {
708
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
703
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
709
704
  })
710
705
  .s("AWSGlue", "CreateUsageProfile", {})
711
706
  .n("GlueClient", "CreateUsageProfileCommand")
@@ -713,11 +708,11 @@ class CreateUsageProfileCommand extends smithyClient.Command
713
708
  .build() {
714
709
  }
715
710
 
716
- class CreateUserDefinedFunctionCommand extends smithyClient.Command
711
+ class CreateUserDefinedFunctionCommand extends client.Command
717
712
  .classBuilder()
718
713
  .ep(commonParams)
719
714
  .m(function (Command, cs, config, o) {
720
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
715
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
721
716
  })
722
717
  .s("AWSGlue", "CreateUserDefinedFunction", {})
723
718
  .n("GlueClient", "CreateUserDefinedFunctionCommand")
@@ -725,11 +720,11 @@ class CreateUserDefinedFunctionCommand extends smithyClient.Command
725
720
  .build() {
726
721
  }
727
722
 
728
- class CreateWorkflowCommand extends smithyClient.Command
723
+ class CreateWorkflowCommand extends client.Command
729
724
  .classBuilder()
730
725
  .ep(commonParams)
731
726
  .m(function (Command, cs, config, o) {
732
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
727
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
733
728
  })
734
729
  .s("AWSGlue", "CreateWorkflow", {})
735
730
  .n("GlueClient", "CreateWorkflowCommand")
@@ -737,11 +732,11 @@ class CreateWorkflowCommand extends smithyClient.Command
737
732
  .build() {
738
733
  }
739
734
 
740
- class DeleteBlueprintCommand extends smithyClient.Command
735
+ class DeleteBlueprintCommand extends client.Command
741
736
  .classBuilder()
742
737
  .ep(commonParams)
743
738
  .m(function (Command, cs, config, o) {
744
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
739
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
745
740
  })
746
741
  .s("AWSGlue", "DeleteBlueprint", {})
747
742
  .n("GlueClient", "DeleteBlueprintCommand")
@@ -749,11 +744,11 @@ class DeleteBlueprintCommand extends smithyClient.Command
749
744
  .build() {
750
745
  }
751
746
 
752
- class DeleteCatalogCommand extends smithyClient.Command
747
+ class DeleteCatalogCommand extends client.Command
753
748
  .classBuilder()
754
749
  .ep(commonParams)
755
750
  .m(function (Command, cs, config, o) {
756
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
751
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
757
752
  })
758
753
  .s("AWSGlue", "DeleteCatalog", {})
759
754
  .n("GlueClient", "DeleteCatalogCommand")
@@ -761,11 +756,11 @@ class DeleteCatalogCommand extends smithyClient.Command
761
756
  .build() {
762
757
  }
763
758
 
764
- class DeleteClassifierCommand extends smithyClient.Command
759
+ class DeleteClassifierCommand extends client.Command
765
760
  .classBuilder()
766
761
  .ep(commonParams)
767
762
  .m(function (Command, cs, config, o) {
768
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
763
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
769
764
  })
770
765
  .s("AWSGlue", "DeleteClassifier", {})
771
766
  .n("GlueClient", "DeleteClassifierCommand")
@@ -773,11 +768,11 @@ class DeleteClassifierCommand extends smithyClient.Command
773
768
  .build() {
774
769
  }
775
770
 
776
- class DeleteColumnStatisticsForPartitionCommand extends smithyClient.Command
771
+ class DeleteColumnStatisticsForPartitionCommand extends client.Command
777
772
  .classBuilder()
778
773
  .ep(commonParams)
779
774
  .m(function (Command, cs, config, o) {
780
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
775
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
781
776
  })
782
777
  .s("AWSGlue", "DeleteColumnStatisticsForPartition", {})
783
778
  .n("GlueClient", "DeleteColumnStatisticsForPartitionCommand")
@@ -785,11 +780,11 @@ class DeleteColumnStatisticsForPartitionCommand extends smithyClient.Command
785
780
  .build() {
786
781
  }
787
782
 
788
- class DeleteColumnStatisticsForTableCommand extends smithyClient.Command
783
+ class DeleteColumnStatisticsForTableCommand extends client.Command
789
784
  .classBuilder()
790
785
  .ep(commonParams)
791
786
  .m(function (Command, cs, config, o) {
792
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
787
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
793
788
  })
794
789
  .s("AWSGlue", "DeleteColumnStatisticsForTable", {})
795
790
  .n("GlueClient", "DeleteColumnStatisticsForTableCommand")
@@ -797,11 +792,11 @@ class DeleteColumnStatisticsForTableCommand extends smithyClient.Command
797
792
  .build() {
798
793
  }
799
794
 
800
- class DeleteColumnStatisticsTaskSettingsCommand extends smithyClient.Command
795
+ class DeleteColumnStatisticsTaskSettingsCommand extends client.Command
801
796
  .classBuilder()
802
797
  .ep(commonParams)
803
798
  .m(function (Command, cs, config, o) {
804
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
799
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
805
800
  })
806
801
  .s("AWSGlue", "DeleteColumnStatisticsTaskSettings", {})
807
802
  .n("GlueClient", "DeleteColumnStatisticsTaskSettingsCommand")
@@ -809,11 +804,11 @@ class DeleteColumnStatisticsTaskSettingsCommand extends smithyClient.Command
809
804
  .build() {
810
805
  }
811
806
 
812
- class DeleteConnectionCommand extends smithyClient.Command
807
+ class DeleteConnectionCommand extends client.Command
813
808
  .classBuilder()
814
809
  .ep(commonParams)
815
810
  .m(function (Command, cs, config, o) {
816
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
811
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
817
812
  })
818
813
  .s("AWSGlue", "DeleteConnection", {})
819
814
  .n("GlueClient", "DeleteConnectionCommand")
@@ -821,11 +816,11 @@ class DeleteConnectionCommand extends smithyClient.Command
821
816
  .build() {
822
817
  }
823
818
 
824
- class DeleteConnectionTypeCommand extends smithyClient.Command
819
+ class DeleteConnectionTypeCommand extends client.Command
825
820
  .classBuilder()
826
821
  .ep(commonParams)
827
822
  .m(function (Command, cs, config, o) {
828
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
823
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
829
824
  })
830
825
  .s("AWSGlue", "DeleteConnectionType", {})
831
826
  .n("GlueClient", "DeleteConnectionTypeCommand")
@@ -833,11 +828,11 @@ class DeleteConnectionTypeCommand extends smithyClient.Command
833
828
  .build() {
834
829
  }
835
830
 
836
- class DeleteCrawlerCommand extends smithyClient.Command
831
+ class DeleteCrawlerCommand extends client.Command
837
832
  .classBuilder()
838
833
  .ep(commonParams)
839
834
  .m(function (Command, cs, config, o) {
840
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
835
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
841
836
  })
842
837
  .s("AWSGlue", "DeleteCrawler", {})
843
838
  .n("GlueClient", "DeleteCrawlerCommand")
@@ -845,11 +840,11 @@ class DeleteCrawlerCommand extends smithyClient.Command
845
840
  .build() {
846
841
  }
847
842
 
848
- class DeleteCustomEntityTypeCommand extends smithyClient.Command
843
+ class DeleteCustomEntityTypeCommand extends client.Command
849
844
  .classBuilder()
850
845
  .ep(commonParams)
851
846
  .m(function (Command, cs, config, o) {
852
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
847
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
853
848
  })
854
849
  .s("AWSGlue", "DeleteCustomEntityType", {})
855
850
  .n("GlueClient", "DeleteCustomEntityTypeCommand")
@@ -857,11 +852,11 @@ class DeleteCustomEntityTypeCommand extends smithyClient.Command
857
852
  .build() {
858
853
  }
859
854
 
860
- class DeleteDatabaseCommand extends smithyClient.Command
855
+ class DeleteDatabaseCommand extends client.Command
861
856
  .classBuilder()
862
857
  .ep(commonParams)
863
858
  .m(function (Command, cs, config, o) {
864
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
859
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
865
860
  })
866
861
  .s("AWSGlue", "DeleteDatabase", {})
867
862
  .n("GlueClient", "DeleteDatabaseCommand")
@@ -869,11 +864,11 @@ class DeleteDatabaseCommand extends smithyClient.Command
869
864
  .build() {
870
865
  }
871
866
 
872
- class DeleteDataQualityRulesetCommand extends smithyClient.Command
867
+ class DeleteDataQualityRulesetCommand extends client.Command
873
868
  .classBuilder()
874
869
  .ep(commonParams)
875
870
  .m(function (Command, cs, config, o) {
876
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
871
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
877
872
  })
878
873
  .s("AWSGlue", "DeleteDataQualityRuleset", {})
879
874
  .n("GlueClient", "DeleteDataQualityRulesetCommand")
@@ -881,11 +876,11 @@ class DeleteDataQualityRulesetCommand extends smithyClient.Command
881
876
  .build() {
882
877
  }
883
878
 
884
- class DeleteDevEndpointCommand extends smithyClient.Command
879
+ class DeleteDevEndpointCommand extends client.Command
885
880
  .classBuilder()
886
881
  .ep(commonParams)
887
882
  .m(function (Command, cs, config, o) {
888
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
883
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
889
884
  })
890
885
  .s("AWSGlue", "DeleteDevEndpoint", {})
891
886
  .n("GlueClient", "DeleteDevEndpointCommand")
@@ -893,11 +888,11 @@ class DeleteDevEndpointCommand extends smithyClient.Command
893
888
  .build() {
894
889
  }
895
890
 
896
- class DeleteGlueIdentityCenterConfigurationCommand extends smithyClient.Command
891
+ class DeleteGlueIdentityCenterConfigurationCommand extends client.Command
897
892
  .classBuilder()
898
893
  .ep(commonParams)
899
894
  .m(function (Command, cs, config, o) {
900
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
895
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
901
896
  })
902
897
  .s("AWSGlue", "DeleteGlueIdentityCenterConfiguration", {})
903
898
  .n("GlueClient", "DeleteGlueIdentityCenterConfigurationCommand")
@@ -905,11 +900,11 @@ class DeleteGlueIdentityCenterConfigurationCommand extends smithyClient.Command
905
900
  .build() {
906
901
  }
907
902
 
908
- class DeleteIntegrationCommand extends smithyClient.Command
903
+ class DeleteIntegrationCommand extends client.Command
909
904
  .classBuilder()
910
905
  .ep(commonParams)
911
906
  .m(function (Command, cs, config, o) {
912
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
907
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
913
908
  })
914
909
  .s("AWSGlue", "DeleteIntegration", {})
915
910
  .n("GlueClient", "DeleteIntegrationCommand")
@@ -917,11 +912,11 @@ class DeleteIntegrationCommand extends smithyClient.Command
917
912
  .build() {
918
913
  }
919
914
 
920
- class DeleteIntegrationResourcePropertyCommand extends smithyClient.Command
915
+ class DeleteIntegrationResourcePropertyCommand extends client.Command
921
916
  .classBuilder()
922
917
  .ep(commonParams)
923
918
  .m(function (Command, cs, config, o) {
924
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
919
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
925
920
  })
926
921
  .s("AWSGlue", "DeleteIntegrationResourceProperty", {})
927
922
  .n("GlueClient", "DeleteIntegrationResourcePropertyCommand")
@@ -929,11 +924,11 @@ class DeleteIntegrationResourcePropertyCommand extends smithyClient.Command
929
924
  .build() {
930
925
  }
931
926
 
932
- class DeleteIntegrationTablePropertiesCommand extends smithyClient.Command
927
+ class DeleteIntegrationTablePropertiesCommand extends client.Command
933
928
  .classBuilder()
934
929
  .ep(commonParams)
935
930
  .m(function (Command, cs, config, o) {
936
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
931
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
937
932
  })
938
933
  .s("AWSGlue", "DeleteIntegrationTableProperties", {})
939
934
  .n("GlueClient", "DeleteIntegrationTablePropertiesCommand")
@@ -941,11 +936,11 @@ class DeleteIntegrationTablePropertiesCommand extends smithyClient.Command
941
936
  .build() {
942
937
  }
943
938
 
944
- class DeleteJobCommand extends smithyClient.Command
939
+ class DeleteJobCommand extends client.Command
945
940
  .classBuilder()
946
941
  .ep(commonParams)
947
942
  .m(function (Command, cs, config, o) {
948
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
943
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
949
944
  })
950
945
  .s("AWSGlue", "DeleteJob", {})
951
946
  .n("GlueClient", "DeleteJobCommand")
@@ -953,11 +948,11 @@ class DeleteJobCommand extends smithyClient.Command
953
948
  .build() {
954
949
  }
955
950
 
956
- class DeleteMLTransformCommand extends smithyClient.Command
951
+ class DeleteMLTransformCommand extends client.Command
957
952
  .classBuilder()
958
953
  .ep(commonParams)
959
954
  .m(function (Command, cs, config, o) {
960
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
955
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
961
956
  })
962
957
  .s("AWSGlue", "DeleteMLTransform", {})
963
958
  .n("GlueClient", "DeleteMLTransformCommand")
@@ -965,11 +960,11 @@ class DeleteMLTransformCommand extends smithyClient.Command
965
960
  .build() {
966
961
  }
967
962
 
968
- class DeletePartitionCommand extends smithyClient.Command
963
+ class DeletePartitionCommand extends client.Command
969
964
  .classBuilder()
970
965
  .ep(commonParams)
971
966
  .m(function (Command, cs, config, o) {
972
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
967
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
973
968
  })
974
969
  .s("AWSGlue", "DeletePartition", {})
975
970
  .n("GlueClient", "DeletePartitionCommand")
@@ -977,11 +972,11 @@ class DeletePartitionCommand extends smithyClient.Command
977
972
  .build() {
978
973
  }
979
974
 
980
- class DeletePartitionIndexCommand extends smithyClient.Command
975
+ class DeletePartitionIndexCommand extends client.Command
981
976
  .classBuilder()
982
977
  .ep(commonParams)
983
978
  .m(function (Command, cs, config, o) {
984
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
979
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
985
980
  })
986
981
  .s("AWSGlue", "DeletePartitionIndex", {})
987
982
  .n("GlueClient", "DeletePartitionIndexCommand")
@@ -989,11 +984,11 @@ class DeletePartitionIndexCommand extends smithyClient.Command
989
984
  .build() {
990
985
  }
991
986
 
992
- class DeleteRegistryCommand extends smithyClient.Command
987
+ class DeleteRegistryCommand extends client.Command
993
988
  .classBuilder()
994
989
  .ep(commonParams)
995
990
  .m(function (Command, cs, config, o) {
996
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
991
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
997
992
  })
998
993
  .s("AWSGlue", "DeleteRegistry", {})
999
994
  .n("GlueClient", "DeleteRegistryCommand")
@@ -1001,11 +996,11 @@ class DeleteRegistryCommand extends smithyClient.Command
1001
996
  .build() {
1002
997
  }
1003
998
 
1004
- class DeleteResourcePolicyCommand extends smithyClient.Command
999
+ class DeleteResourcePolicyCommand extends client.Command
1005
1000
  .classBuilder()
1006
1001
  .ep(commonParams)
1007
1002
  .m(function (Command, cs, config, o) {
1008
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1003
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1009
1004
  })
1010
1005
  .s("AWSGlue", "DeleteResourcePolicy", {})
1011
1006
  .n("GlueClient", "DeleteResourcePolicyCommand")
@@ -1013,11 +1008,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
1013
1008
  .build() {
1014
1009
  }
1015
1010
 
1016
- class DeleteSchemaCommand extends smithyClient.Command
1011
+ class DeleteSchemaCommand extends client.Command
1017
1012
  .classBuilder()
1018
1013
  .ep(commonParams)
1019
1014
  .m(function (Command, cs, config, o) {
1020
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1015
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1021
1016
  })
1022
1017
  .s("AWSGlue", "DeleteSchema", {})
1023
1018
  .n("GlueClient", "DeleteSchemaCommand")
@@ -1025,11 +1020,11 @@ class DeleteSchemaCommand extends smithyClient.Command
1025
1020
  .build() {
1026
1021
  }
1027
1022
 
1028
- class DeleteSchemaVersionsCommand extends smithyClient.Command
1023
+ class DeleteSchemaVersionsCommand extends client.Command
1029
1024
  .classBuilder()
1030
1025
  .ep(commonParams)
1031
1026
  .m(function (Command, cs, config, o) {
1032
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1027
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1033
1028
  })
1034
1029
  .s("AWSGlue", "DeleteSchemaVersions", {})
1035
1030
  .n("GlueClient", "DeleteSchemaVersionsCommand")
@@ -1037,11 +1032,11 @@ class DeleteSchemaVersionsCommand extends smithyClient.Command
1037
1032
  .build() {
1038
1033
  }
1039
1034
 
1040
- class DeleteSecurityConfigurationCommand extends smithyClient.Command
1035
+ class DeleteSecurityConfigurationCommand extends client.Command
1041
1036
  .classBuilder()
1042
1037
  .ep(commonParams)
1043
1038
  .m(function (Command, cs, config, o) {
1044
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1039
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1045
1040
  })
1046
1041
  .s("AWSGlue", "DeleteSecurityConfiguration", {})
1047
1042
  .n("GlueClient", "DeleteSecurityConfigurationCommand")
@@ -1049,11 +1044,11 @@ class DeleteSecurityConfigurationCommand extends smithyClient.Command
1049
1044
  .build() {
1050
1045
  }
1051
1046
 
1052
- class DeleteSessionCommand extends smithyClient.Command
1047
+ class DeleteSessionCommand extends client.Command
1053
1048
  .classBuilder()
1054
1049
  .ep(commonParams)
1055
1050
  .m(function (Command, cs, config, o) {
1056
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1051
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1057
1052
  })
1058
1053
  .s("AWSGlue", "DeleteSession", {})
1059
1054
  .n("GlueClient", "DeleteSessionCommand")
@@ -1061,11 +1056,11 @@ class DeleteSessionCommand extends smithyClient.Command
1061
1056
  .build() {
1062
1057
  }
1063
1058
 
1064
- class DeleteTableCommand extends smithyClient.Command
1059
+ class DeleteTableCommand extends client.Command
1065
1060
  .classBuilder()
1066
1061
  .ep(commonParams)
1067
1062
  .m(function (Command, cs, config, o) {
1068
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1063
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1069
1064
  })
1070
1065
  .s("AWSGlue", "DeleteTable", {})
1071
1066
  .n("GlueClient", "DeleteTableCommand")
@@ -1073,11 +1068,11 @@ class DeleteTableCommand extends smithyClient.Command
1073
1068
  .build() {
1074
1069
  }
1075
1070
 
1076
- class DeleteTableOptimizerCommand extends smithyClient.Command
1071
+ class DeleteTableOptimizerCommand extends client.Command
1077
1072
  .classBuilder()
1078
1073
  .ep(commonParams)
1079
1074
  .m(function (Command, cs, config, o) {
1080
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1075
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1081
1076
  })
1082
1077
  .s("AWSGlue", "DeleteTableOptimizer", {})
1083
1078
  .n("GlueClient", "DeleteTableOptimizerCommand")
@@ -1085,11 +1080,11 @@ class DeleteTableOptimizerCommand extends smithyClient.Command
1085
1080
  .build() {
1086
1081
  }
1087
1082
 
1088
- class DeleteTableVersionCommand extends smithyClient.Command
1083
+ class DeleteTableVersionCommand extends client.Command
1089
1084
  .classBuilder()
1090
1085
  .ep(commonParams)
1091
1086
  .m(function (Command, cs, config, o) {
1092
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1087
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1093
1088
  })
1094
1089
  .s("AWSGlue", "DeleteTableVersion", {})
1095
1090
  .n("GlueClient", "DeleteTableVersionCommand")
@@ -1097,11 +1092,11 @@ class DeleteTableVersionCommand extends smithyClient.Command
1097
1092
  .build() {
1098
1093
  }
1099
1094
 
1100
- class DeleteTriggerCommand extends smithyClient.Command
1095
+ class DeleteTriggerCommand extends client.Command
1101
1096
  .classBuilder()
1102
1097
  .ep(commonParams)
1103
1098
  .m(function (Command, cs, config, o) {
1104
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1099
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1105
1100
  })
1106
1101
  .s("AWSGlue", "DeleteTrigger", {})
1107
1102
  .n("GlueClient", "DeleteTriggerCommand")
@@ -1109,11 +1104,11 @@ class DeleteTriggerCommand extends smithyClient.Command
1109
1104
  .build() {
1110
1105
  }
1111
1106
 
1112
- class DeleteUsageProfileCommand extends smithyClient.Command
1107
+ class DeleteUsageProfileCommand extends client.Command
1113
1108
  .classBuilder()
1114
1109
  .ep(commonParams)
1115
1110
  .m(function (Command, cs, config, o) {
1116
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1111
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1117
1112
  })
1118
1113
  .s("AWSGlue", "DeleteUsageProfile", {})
1119
1114
  .n("GlueClient", "DeleteUsageProfileCommand")
@@ -1121,11 +1116,11 @@ class DeleteUsageProfileCommand extends smithyClient.Command
1121
1116
  .build() {
1122
1117
  }
1123
1118
 
1124
- class DeleteUserDefinedFunctionCommand extends smithyClient.Command
1119
+ class DeleteUserDefinedFunctionCommand extends client.Command
1125
1120
  .classBuilder()
1126
1121
  .ep(commonParams)
1127
1122
  .m(function (Command, cs, config, o) {
1128
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1123
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1129
1124
  })
1130
1125
  .s("AWSGlue", "DeleteUserDefinedFunction", {})
1131
1126
  .n("GlueClient", "DeleteUserDefinedFunctionCommand")
@@ -1133,11 +1128,11 @@ class DeleteUserDefinedFunctionCommand extends smithyClient.Command
1133
1128
  .build() {
1134
1129
  }
1135
1130
 
1136
- class DeleteWorkflowCommand extends smithyClient.Command
1131
+ class DeleteWorkflowCommand extends client.Command
1137
1132
  .classBuilder()
1138
1133
  .ep(commonParams)
1139
1134
  .m(function (Command, cs, config, o) {
1140
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1135
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1141
1136
  })
1142
1137
  .s("AWSGlue", "DeleteWorkflow", {})
1143
1138
  .n("GlueClient", "DeleteWorkflowCommand")
@@ -1145,11 +1140,11 @@ class DeleteWorkflowCommand extends smithyClient.Command
1145
1140
  .build() {
1146
1141
  }
1147
1142
 
1148
- class DescribeConnectionTypeCommand extends smithyClient.Command
1143
+ class DescribeConnectionTypeCommand extends client.Command
1149
1144
  .classBuilder()
1150
1145
  .ep(commonParams)
1151
1146
  .m(function (Command, cs, config, o) {
1152
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1147
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1153
1148
  })
1154
1149
  .s("AWSGlue", "DescribeConnectionType", {})
1155
1150
  .n("GlueClient", "DescribeConnectionTypeCommand")
@@ -1157,11 +1152,11 @@ class DescribeConnectionTypeCommand extends smithyClient.Command
1157
1152
  .build() {
1158
1153
  }
1159
1154
 
1160
- class DescribeEntityCommand extends smithyClient.Command
1155
+ class DescribeEntityCommand extends client.Command
1161
1156
  .classBuilder()
1162
1157
  .ep(commonParams)
1163
1158
  .m(function (Command, cs, config, o) {
1164
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1159
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1165
1160
  })
1166
1161
  .s("AWSGlue", "DescribeEntity", {})
1167
1162
  .n("GlueClient", "DescribeEntityCommand")
@@ -1169,11 +1164,11 @@ class DescribeEntityCommand extends smithyClient.Command
1169
1164
  .build() {
1170
1165
  }
1171
1166
 
1172
- class DescribeInboundIntegrationsCommand extends smithyClient.Command
1167
+ class DescribeInboundIntegrationsCommand extends client.Command
1173
1168
  .classBuilder()
1174
1169
  .ep(commonParams)
1175
1170
  .m(function (Command, cs, config, o) {
1176
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1171
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1177
1172
  })
1178
1173
  .s("AWSGlue", "DescribeInboundIntegrations", {})
1179
1174
  .n("GlueClient", "DescribeInboundIntegrationsCommand")
@@ -1181,11 +1176,11 @@ class DescribeInboundIntegrationsCommand extends smithyClient.Command
1181
1176
  .build() {
1182
1177
  }
1183
1178
 
1184
- class DescribeIntegrationsCommand extends smithyClient.Command
1179
+ class DescribeIntegrationsCommand extends client.Command
1185
1180
  .classBuilder()
1186
1181
  .ep(commonParams)
1187
1182
  .m(function (Command, cs, config, o) {
1188
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1183
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1189
1184
  })
1190
1185
  .s("AWSGlue", "DescribeIntegrations", {})
1191
1186
  .n("GlueClient", "DescribeIntegrationsCommand")
@@ -1193,11 +1188,11 @@ class DescribeIntegrationsCommand extends smithyClient.Command
1193
1188
  .build() {
1194
1189
  }
1195
1190
 
1196
- class GetBlueprintCommand extends smithyClient.Command
1191
+ class GetBlueprintCommand extends client.Command
1197
1192
  .classBuilder()
1198
1193
  .ep(commonParams)
1199
1194
  .m(function (Command, cs, config, o) {
1200
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1195
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1201
1196
  })
1202
1197
  .s("AWSGlue", "GetBlueprint", {})
1203
1198
  .n("GlueClient", "GetBlueprintCommand")
@@ -1205,11 +1200,11 @@ class GetBlueprintCommand extends smithyClient.Command
1205
1200
  .build() {
1206
1201
  }
1207
1202
 
1208
- class GetBlueprintRunCommand extends smithyClient.Command
1203
+ class GetBlueprintRunCommand extends client.Command
1209
1204
  .classBuilder()
1210
1205
  .ep(commonParams)
1211
1206
  .m(function (Command, cs, config, o) {
1212
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1207
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1213
1208
  })
1214
1209
  .s("AWSGlue", "GetBlueprintRun", {})
1215
1210
  .n("GlueClient", "GetBlueprintRunCommand")
@@ -1217,11 +1212,11 @@ class GetBlueprintRunCommand extends smithyClient.Command
1217
1212
  .build() {
1218
1213
  }
1219
1214
 
1220
- class GetBlueprintRunsCommand extends smithyClient.Command
1215
+ class GetBlueprintRunsCommand extends client.Command
1221
1216
  .classBuilder()
1222
1217
  .ep(commonParams)
1223
1218
  .m(function (Command, cs, config, o) {
1224
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1219
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1225
1220
  })
1226
1221
  .s("AWSGlue", "GetBlueprintRuns", {})
1227
1222
  .n("GlueClient", "GetBlueprintRunsCommand")
@@ -1229,11 +1224,11 @@ class GetBlueprintRunsCommand extends smithyClient.Command
1229
1224
  .build() {
1230
1225
  }
1231
1226
 
1232
- class GetCatalogCommand extends smithyClient.Command
1227
+ class GetCatalogCommand extends client.Command
1233
1228
  .classBuilder()
1234
1229
  .ep(commonParams)
1235
1230
  .m(function (Command, cs, config, o) {
1236
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1231
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1237
1232
  })
1238
1233
  .s("AWSGlue", "GetCatalog", {})
1239
1234
  .n("GlueClient", "GetCatalogCommand")
@@ -1241,11 +1236,11 @@ class GetCatalogCommand extends smithyClient.Command
1241
1236
  .build() {
1242
1237
  }
1243
1238
 
1244
- class GetCatalogImportStatusCommand extends smithyClient.Command
1239
+ class GetCatalogImportStatusCommand extends client.Command
1245
1240
  .classBuilder()
1246
1241
  .ep(commonParams)
1247
1242
  .m(function (Command, cs, config, o) {
1248
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1243
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1249
1244
  })
1250
1245
  .s("AWSGlue", "GetCatalogImportStatus", {})
1251
1246
  .n("GlueClient", "GetCatalogImportStatusCommand")
@@ -1253,11 +1248,11 @@ class GetCatalogImportStatusCommand extends smithyClient.Command
1253
1248
  .build() {
1254
1249
  }
1255
1250
 
1256
- class GetCatalogsCommand extends smithyClient.Command
1251
+ class GetCatalogsCommand extends client.Command
1257
1252
  .classBuilder()
1258
1253
  .ep(commonParams)
1259
1254
  .m(function (Command, cs, config, o) {
1260
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1255
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1261
1256
  })
1262
1257
  .s("AWSGlue", "GetCatalogs", {})
1263
1258
  .n("GlueClient", "GetCatalogsCommand")
@@ -1265,11 +1260,11 @@ class GetCatalogsCommand extends smithyClient.Command
1265
1260
  .build() {
1266
1261
  }
1267
1262
 
1268
- class GetClassifierCommand extends smithyClient.Command
1263
+ class GetClassifierCommand extends client.Command
1269
1264
  .classBuilder()
1270
1265
  .ep(commonParams)
1271
1266
  .m(function (Command, cs, config, o) {
1272
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1267
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1273
1268
  })
1274
1269
  .s("AWSGlue", "GetClassifier", {})
1275
1270
  .n("GlueClient", "GetClassifierCommand")
@@ -1277,11 +1272,11 @@ class GetClassifierCommand extends smithyClient.Command
1277
1272
  .build() {
1278
1273
  }
1279
1274
 
1280
- class GetClassifiersCommand extends smithyClient.Command
1275
+ class GetClassifiersCommand extends client.Command
1281
1276
  .classBuilder()
1282
1277
  .ep(commonParams)
1283
1278
  .m(function (Command, cs, config, o) {
1284
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1279
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1285
1280
  })
1286
1281
  .s("AWSGlue", "GetClassifiers", {})
1287
1282
  .n("GlueClient", "GetClassifiersCommand")
@@ -1289,11 +1284,11 @@ class GetClassifiersCommand extends smithyClient.Command
1289
1284
  .build() {
1290
1285
  }
1291
1286
 
1292
- class GetColumnStatisticsForPartitionCommand extends smithyClient.Command
1287
+ class GetColumnStatisticsForPartitionCommand extends client.Command
1293
1288
  .classBuilder()
1294
1289
  .ep(commonParams)
1295
1290
  .m(function (Command, cs, config, o) {
1296
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1291
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1297
1292
  })
1298
1293
  .s("AWSGlue", "GetColumnStatisticsForPartition", {})
1299
1294
  .n("GlueClient", "GetColumnStatisticsForPartitionCommand")
@@ -1301,11 +1296,11 @@ class GetColumnStatisticsForPartitionCommand extends smithyClient.Command
1301
1296
  .build() {
1302
1297
  }
1303
1298
 
1304
- class GetColumnStatisticsForTableCommand extends smithyClient.Command
1299
+ class GetColumnStatisticsForTableCommand extends client.Command
1305
1300
  .classBuilder()
1306
1301
  .ep(commonParams)
1307
1302
  .m(function (Command, cs, config, o) {
1308
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1303
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1309
1304
  })
1310
1305
  .s("AWSGlue", "GetColumnStatisticsForTable", {})
1311
1306
  .n("GlueClient", "GetColumnStatisticsForTableCommand")
@@ -1313,11 +1308,11 @@ class GetColumnStatisticsForTableCommand extends smithyClient.Command
1313
1308
  .build() {
1314
1309
  }
1315
1310
 
1316
- class GetColumnStatisticsTaskRunCommand extends smithyClient.Command
1311
+ class GetColumnStatisticsTaskRunCommand extends client.Command
1317
1312
  .classBuilder()
1318
1313
  .ep(commonParams)
1319
1314
  .m(function (Command, cs, config, o) {
1320
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1315
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1321
1316
  })
1322
1317
  .s("AWSGlue", "GetColumnStatisticsTaskRun", {})
1323
1318
  .n("GlueClient", "GetColumnStatisticsTaskRunCommand")
@@ -1325,11 +1320,11 @@ class GetColumnStatisticsTaskRunCommand extends smithyClient.Command
1325
1320
  .build() {
1326
1321
  }
1327
1322
 
1328
- class GetColumnStatisticsTaskRunsCommand extends smithyClient.Command
1323
+ class GetColumnStatisticsTaskRunsCommand extends client.Command
1329
1324
  .classBuilder()
1330
1325
  .ep(commonParams)
1331
1326
  .m(function (Command, cs, config, o) {
1332
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1327
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1333
1328
  })
1334
1329
  .s("AWSGlue", "GetColumnStatisticsTaskRuns", {})
1335
1330
  .n("GlueClient", "GetColumnStatisticsTaskRunsCommand")
@@ -1337,11 +1332,11 @@ class GetColumnStatisticsTaskRunsCommand extends smithyClient.Command
1337
1332
  .build() {
1338
1333
  }
1339
1334
 
1340
- class GetColumnStatisticsTaskSettingsCommand extends smithyClient.Command
1335
+ class GetColumnStatisticsTaskSettingsCommand extends client.Command
1341
1336
  .classBuilder()
1342
1337
  .ep(commonParams)
1343
1338
  .m(function (Command, cs, config, o) {
1344
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1339
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1345
1340
  })
1346
1341
  .s("AWSGlue", "GetColumnStatisticsTaskSettings", {})
1347
1342
  .n("GlueClient", "GetColumnStatisticsTaskSettingsCommand")
@@ -1349,11 +1344,11 @@ class GetColumnStatisticsTaskSettingsCommand extends smithyClient.Command
1349
1344
  .build() {
1350
1345
  }
1351
1346
 
1352
- class GetConnectionCommand extends smithyClient.Command
1347
+ class GetConnectionCommand extends client.Command
1353
1348
  .classBuilder()
1354
1349
  .ep(commonParams)
1355
1350
  .m(function (Command, cs, config, o) {
1356
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1351
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1357
1352
  })
1358
1353
  .s("AWSGlue", "GetConnection", {})
1359
1354
  .n("GlueClient", "GetConnectionCommand")
@@ -1361,11 +1356,11 @@ class GetConnectionCommand extends smithyClient.Command
1361
1356
  .build() {
1362
1357
  }
1363
1358
 
1364
- class GetConnectionsCommand extends smithyClient.Command
1359
+ class GetConnectionsCommand extends client.Command
1365
1360
  .classBuilder()
1366
1361
  .ep(commonParams)
1367
1362
  .m(function (Command, cs, config, o) {
1368
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1363
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1369
1364
  })
1370
1365
  .s("AWSGlue", "GetConnections", {})
1371
1366
  .n("GlueClient", "GetConnectionsCommand")
@@ -1373,11 +1368,11 @@ class GetConnectionsCommand extends smithyClient.Command
1373
1368
  .build() {
1374
1369
  }
1375
1370
 
1376
- class GetCrawlerCommand extends smithyClient.Command
1371
+ class GetCrawlerCommand extends client.Command
1377
1372
  .classBuilder()
1378
1373
  .ep(commonParams)
1379
1374
  .m(function (Command, cs, config, o) {
1380
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1375
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1381
1376
  })
1382
1377
  .s("AWSGlue", "GetCrawler", {})
1383
1378
  .n("GlueClient", "GetCrawlerCommand")
@@ -1385,11 +1380,11 @@ class GetCrawlerCommand extends smithyClient.Command
1385
1380
  .build() {
1386
1381
  }
1387
1382
 
1388
- class GetCrawlerMetricsCommand extends smithyClient.Command
1383
+ class GetCrawlerMetricsCommand extends client.Command
1389
1384
  .classBuilder()
1390
1385
  .ep(commonParams)
1391
1386
  .m(function (Command, cs, config, o) {
1392
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1387
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1393
1388
  })
1394
1389
  .s("AWSGlue", "GetCrawlerMetrics", {})
1395
1390
  .n("GlueClient", "GetCrawlerMetricsCommand")
@@ -1397,11 +1392,11 @@ class GetCrawlerMetricsCommand extends smithyClient.Command
1397
1392
  .build() {
1398
1393
  }
1399
1394
 
1400
- class GetCrawlersCommand extends smithyClient.Command
1395
+ class GetCrawlersCommand extends client.Command
1401
1396
  .classBuilder()
1402
1397
  .ep(commonParams)
1403
1398
  .m(function (Command, cs, config, o) {
1404
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1399
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1405
1400
  })
1406
1401
  .s("AWSGlue", "GetCrawlers", {})
1407
1402
  .n("GlueClient", "GetCrawlersCommand")
@@ -1409,11 +1404,11 @@ class GetCrawlersCommand extends smithyClient.Command
1409
1404
  .build() {
1410
1405
  }
1411
1406
 
1412
- class GetCustomEntityTypeCommand extends smithyClient.Command
1407
+ class GetCustomEntityTypeCommand extends client.Command
1413
1408
  .classBuilder()
1414
1409
  .ep(commonParams)
1415
1410
  .m(function (Command, cs, config, o) {
1416
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1411
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1417
1412
  })
1418
1413
  .s("AWSGlue", "GetCustomEntityType", {})
1419
1414
  .n("GlueClient", "GetCustomEntityTypeCommand")
@@ -1421,11 +1416,11 @@ class GetCustomEntityTypeCommand extends smithyClient.Command
1421
1416
  .build() {
1422
1417
  }
1423
1418
 
1424
- class GetDatabaseCommand extends smithyClient.Command
1419
+ class GetDatabaseCommand extends client.Command
1425
1420
  .classBuilder()
1426
1421
  .ep(commonParams)
1427
1422
  .m(function (Command, cs, config, o) {
1428
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1423
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1429
1424
  })
1430
1425
  .s("AWSGlue", "GetDatabase", {})
1431
1426
  .n("GlueClient", "GetDatabaseCommand")
@@ -1433,11 +1428,11 @@ class GetDatabaseCommand extends smithyClient.Command
1433
1428
  .build() {
1434
1429
  }
1435
1430
 
1436
- class GetDatabasesCommand extends smithyClient.Command
1431
+ class GetDatabasesCommand extends client.Command
1437
1432
  .classBuilder()
1438
1433
  .ep(commonParams)
1439
1434
  .m(function (Command, cs, config, o) {
1440
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1435
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1441
1436
  })
1442
1437
  .s("AWSGlue", "GetDatabases", {})
1443
1438
  .n("GlueClient", "GetDatabasesCommand")
@@ -1445,11 +1440,11 @@ class GetDatabasesCommand extends smithyClient.Command
1445
1440
  .build() {
1446
1441
  }
1447
1442
 
1448
- class GetDataCatalogEncryptionSettingsCommand extends smithyClient.Command
1443
+ class GetDataCatalogEncryptionSettingsCommand extends client.Command
1449
1444
  .classBuilder()
1450
1445
  .ep(commonParams)
1451
1446
  .m(function (Command, cs, config, o) {
1452
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1447
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1453
1448
  })
1454
1449
  .s("AWSGlue", "GetDataCatalogEncryptionSettings", {})
1455
1450
  .n("GlueClient", "GetDataCatalogEncryptionSettingsCommand")
@@ -1457,11 +1452,11 @@ class GetDataCatalogEncryptionSettingsCommand extends smithyClient.Command
1457
1452
  .build() {
1458
1453
  }
1459
1454
 
1460
- class GetDataflowGraphCommand extends smithyClient.Command
1455
+ class GetDataflowGraphCommand extends client.Command
1461
1456
  .classBuilder()
1462
1457
  .ep(commonParams)
1463
1458
  .m(function (Command, cs, config, o) {
1464
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1459
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1465
1460
  })
1466
1461
  .s("AWSGlue", "GetDataflowGraph", {})
1467
1462
  .n("GlueClient", "GetDataflowGraphCommand")
@@ -1469,11 +1464,11 @@ class GetDataflowGraphCommand extends smithyClient.Command
1469
1464
  .build() {
1470
1465
  }
1471
1466
 
1472
- class GetDataQualityModelCommand extends smithyClient.Command
1467
+ class GetDataQualityModelCommand extends client.Command
1473
1468
  .classBuilder()
1474
1469
  .ep(commonParams)
1475
1470
  .m(function (Command, cs, config, o) {
1476
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1471
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1477
1472
  })
1478
1473
  .s("AWSGlue", "GetDataQualityModel", {})
1479
1474
  .n("GlueClient", "GetDataQualityModelCommand")
@@ -1481,11 +1476,11 @@ class GetDataQualityModelCommand extends smithyClient.Command
1481
1476
  .build() {
1482
1477
  }
1483
1478
 
1484
- class GetDataQualityModelResultCommand extends smithyClient.Command
1479
+ class GetDataQualityModelResultCommand extends client.Command
1485
1480
  .classBuilder()
1486
1481
  .ep(commonParams)
1487
1482
  .m(function (Command, cs, config, o) {
1488
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1483
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1489
1484
  })
1490
1485
  .s("AWSGlue", "GetDataQualityModelResult", {})
1491
1486
  .n("GlueClient", "GetDataQualityModelResultCommand")
@@ -1493,11 +1488,11 @@ class GetDataQualityModelResultCommand extends smithyClient.Command
1493
1488
  .build() {
1494
1489
  }
1495
1490
 
1496
- class GetDataQualityResultCommand extends smithyClient.Command
1491
+ class GetDataQualityResultCommand extends client.Command
1497
1492
  .classBuilder()
1498
1493
  .ep(commonParams)
1499
1494
  .m(function (Command, cs, config, o) {
1500
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1495
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1501
1496
  })
1502
1497
  .s("AWSGlue", "GetDataQualityResult", {})
1503
1498
  .n("GlueClient", "GetDataQualityResultCommand")
@@ -1505,11 +1500,11 @@ class GetDataQualityResultCommand extends smithyClient.Command
1505
1500
  .build() {
1506
1501
  }
1507
1502
 
1508
- class GetDataQualityRuleRecommendationRunCommand extends smithyClient.Command
1503
+ class GetDataQualityRuleRecommendationRunCommand extends client.Command
1509
1504
  .classBuilder()
1510
1505
  .ep(commonParams)
1511
1506
  .m(function (Command, cs, config, o) {
1512
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1507
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1513
1508
  })
1514
1509
  .s("AWSGlue", "GetDataQualityRuleRecommendationRun", {})
1515
1510
  .n("GlueClient", "GetDataQualityRuleRecommendationRunCommand")
@@ -1517,11 +1512,11 @@ class GetDataQualityRuleRecommendationRunCommand extends smithyClient.Command
1517
1512
  .build() {
1518
1513
  }
1519
1514
 
1520
- class GetDataQualityRulesetCommand extends smithyClient.Command
1515
+ class GetDataQualityRulesetCommand extends client.Command
1521
1516
  .classBuilder()
1522
1517
  .ep(commonParams)
1523
1518
  .m(function (Command, cs, config, o) {
1524
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1519
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1525
1520
  })
1526
1521
  .s("AWSGlue", "GetDataQualityRuleset", {})
1527
1522
  .n("GlueClient", "GetDataQualityRulesetCommand")
@@ -1529,11 +1524,11 @@ class GetDataQualityRulesetCommand extends smithyClient.Command
1529
1524
  .build() {
1530
1525
  }
1531
1526
 
1532
- class GetDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
1527
+ class GetDataQualityRulesetEvaluationRunCommand extends client.Command
1533
1528
  .classBuilder()
1534
1529
  .ep(commonParams)
1535
1530
  .m(function (Command, cs, config, o) {
1536
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1531
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1537
1532
  })
1538
1533
  .s("AWSGlue", "GetDataQualityRulesetEvaluationRun", {})
1539
1534
  .n("GlueClient", "GetDataQualityRulesetEvaluationRunCommand")
@@ -1541,11 +1536,11 @@ class GetDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
1541
1536
  .build() {
1542
1537
  }
1543
1538
 
1544
- class GetDevEndpointCommand extends smithyClient.Command
1539
+ class GetDevEndpointCommand extends client.Command
1545
1540
  .classBuilder()
1546
1541
  .ep(commonParams)
1547
1542
  .m(function (Command, cs, config, o) {
1548
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1543
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1549
1544
  })
1550
1545
  .s("AWSGlue", "GetDevEndpoint", {})
1551
1546
  .n("GlueClient", "GetDevEndpointCommand")
@@ -1553,11 +1548,11 @@ class GetDevEndpointCommand extends smithyClient.Command
1553
1548
  .build() {
1554
1549
  }
1555
1550
 
1556
- class GetDevEndpointsCommand extends smithyClient.Command
1551
+ class GetDevEndpointsCommand extends client.Command
1557
1552
  .classBuilder()
1558
1553
  .ep(commonParams)
1559
1554
  .m(function (Command, cs, config, o) {
1560
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1555
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1561
1556
  })
1562
1557
  .s("AWSGlue", "GetDevEndpoints", {})
1563
1558
  .n("GlueClient", "GetDevEndpointsCommand")
@@ -1565,11 +1560,11 @@ class GetDevEndpointsCommand extends smithyClient.Command
1565
1560
  .build() {
1566
1561
  }
1567
1562
 
1568
- class GetEntityRecordsCommand extends smithyClient.Command
1563
+ class GetEntityRecordsCommand extends client.Command
1569
1564
  .classBuilder()
1570
1565
  .ep(commonParams)
1571
1566
  .m(function (Command, cs, config, o) {
1572
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1567
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1573
1568
  })
1574
1569
  .s("AWSGlue", "GetEntityRecords", {})
1575
1570
  .n("GlueClient", "GetEntityRecordsCommand")
@@ -1577,11 +1572,11 @@ class GetEntityRecordsCommand extends smithyClient.Command
1577
1572
  .build() {
1578
1573
  }
1579
1574
 
1580
- class GetGlueIdentityCenterConfigurationCommand extends smithyClient.Command
1575
+ class GetGlueIdentityCenterConfigurationCommand extends client.Command
1581
1576
  .classBuilder()
1582
1577
  .ep(commonParams)
1583
1578
  .m(function (Command, cs, config, o) {
1584
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1579
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1585
1580
  })
1586
1581
  .s("AWSGlue", "GetGlueIdentityCenterConfiguration", {})
1587
1582
  .n("GlueClient", "GetGlueIdentityCenterConfigurationCommand")
@@ -1589,11 +1584,11 @@ class GetGlueIdentityCenterConfigurationCommand extends smithyClient.Command
1589
1584
  .build() {
1590
1585
  }
1591
1586
 
1592
- class GetIntegrationResourcePropertyCommand extends smithyClient.Command
1587
+ class GetIntegrationResourcePropertyCommand extends client.Command
1593
1588
  .classBuilder()
1594
1589
  .ep(commonParams)
1595
1590
  .m(function (Command, cs, config, o) {
1596
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1591
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1597
1592
  })
1598
1593
  .s("AWSGlue", "GetIntegrationResourceProperty", {})
1599
1594
  .n("GlueClient", "GetIntegrationResourcePropertyCommand")
@@ -1601,11 +1596,11 @@ class GetIntegrationResourcePropertyCommand extends smithyClient.Command
1601
1596
  .build() {
1602
1597
  }
1603
1598
 
1604
- class GetIntegrationTablePropertiesCommand extends smithyClient.Command
1599
+ class GetIntegrationTablePropertiesCommand extends client.Command
1605
1600
  .classBuilder()
1606
1601
  .ep(commonParams)
1607
1602
  .m(function (Command, cs, config, o) {
1608
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1603
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1609
1604
  })
1610
1605
  .s("AWSGlue", "GetIntegrationTableProperties", {})
1611
1606
  .n("GlueClient", "GetIntegrationTablePropertiesCommand")
@@ -1613,11 +1608,11 @@ class GetIntegrationTablePropertiesCommand extends smithyClient.Command
1613
1608
  .build() {
1614
1609
  }
1615
1610
 
1616
- class GetJobBookmarkCommand extends smithyClient.Command
1611
+ class GetJobBookmarkCommand extends client.Command
1617
1612
  .classBuilder()
1618
1613
  .ep(commonParams)
1619
1614
  .m(function (Command, cs, config, o) {
1620
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1615
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1621
1616
  })
1622
1617
  .s("AWSGlue", "GetJobBookmark", {})
1623
1618
  .n("GlueClient", "GetJobBookmarkCommand")
@@ -1625,11 +1620,11 @@ class GetJobBookmarkCommand extends smithyClient.Command
1625
1620
  .build() {
1626
1621
  }
1627
1622
 
1628
- class GetJobCommand extends smithyClient.Command
1623
+ class GetJobCommand extends client.Command
1629
1624
  .classBuilder()
1630
1625
  .ep(commonParams)
1631
1626
  .m(function (Command, cs, config, o) {
1632
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1627
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1633
1628
  })
1634
1629
  .s("AWSGlue", "GetJob", {})
1635
1630
  .n("GlueClient", "GetJobCommand")
@@ -1637,11 +1632,11 @@ class GetJobCommand extends smithyClient.Command
1637
1632
  .build() {
1638
1633
  }
1639
1634
 
1640
- class GetJobRunCommand extends smithyClient.Command
1635
+ class GetJobRunCommand extends client.Command
1641
1636
  .classBuilder()
1642
1637
  .ep(commonParams)
1643
1638
  .m(function (Command, cs, config, o) {
1644
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1639
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1645
1640
  })
1646
1641
  .s("AWSGlue", "GetJobRun", {})
1647
1642
  .n("GlueClient", "GetJobRunCommand")
@@ -1649,11 +1644,11 @@ class GetJobRunCommand extends smithyClient.Command
1649
1644
  .build() {
1650
1645
  }
1651
1646
 
1652
- class GetJobRunsCommand extends smithyClient.Command
1647
+ class GetJobRunsCommand extends client.Command
1653
1648
  .classBuilder()
1654
1649
  .ep(commonParams)
1655
1650
  .m(function (Command, cs, config, o) {
1656
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1651
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1657
1652
  })
1658
1653
  .s("AWSGlue", "GetJobRuns", {})
1659
1654
  .n("GlueClient", "GetJobRunsCommand")
@@ -1661,11 +1656,11 @@ class GetJobRunsCommand extends smithyClient.Command
1661
1656
  .build() {
1662
1657
  }
1663
1658
 
1664
- class GetJobsCommand extends smithyClient.Command
1659
+ class GetJobsCommand extends client.Command
1665
1660
  .classBuilder()
1666
1661
  .ep(commonParams)
1667
1662
  .m(function (Command, cs, config, o) {
1668
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1663
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1669
1664
  })
1670
1665
  .s("AWSGlue", "GetJobs", {})
1671
1666
  .n("GlueClient", "GetJobsCommand")
@@ -1673,11 +1668,11 @@ class GetJobsCommand extends smithyClient.Command
1673
1668
  .build() {
1674
1669
  }
1675
1670
 
1676
- class GetMappingCommand extends smithyClient.Command
1671
+ class GetMappingCommand extends client.Command
1677
1672
  .classBuilder()
1678
1673
  .ep(commonParams)
1679
1674
  .m(function (Command, cs, config, o) {
1680
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1675
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1681
1676
  })
1682
1677
  .s("AWSGlue", "GetMapping", {})
1683
1678
  .n("GlueClient", "GetMappingCommand")
@@ -1685,11 +1680,11 @@ class GetMappingCommand extends smithyClient.Command
1685
1680
  .build() {
1686
1681
  }
1687
1682
 
1688
- class GetMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
1683
+ class GetMaterializedViewRefreshTaskRunCommand extends client.Command
1689
1684
  .classBuilder()
1690
1685
  .ep(commonParams)
1691
1686
  .m(function (Command, cs, config, o) {
1692
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1687
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1693
1688
  })
1694
1689
  .s("AWSGlue", "GetMaterializedViewRefreshTaskRun", {})
1695
1690
  .n("GlueClient", "GetMaterializedViewRefreshTaskRunCommand")
@@ -1697,11 +1692,11 @@ class GetMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
1697
1692
  .build() {
1698
1693
  }
1699
1694
 
1700
- class GetMLTaskRunCommand extends smithyClient.Command
1695
+ class GetMLTaskRunCommand extends client.Command
1701
1696
  .classBuilder()
1702
1697
  .ep(commonParams)
1703
1698
  .m(function (Command, cs, config, o) {
1704
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1699
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1705
1700
  })
1706
1701
  .s("AWSGlue", "GetMLTaskRun", {})
1707
1702
  .n("GlueClient", "GetMLTaskRunCommand")
@@ -1709,11 +1704,11 @@ class GetMLTaskRunCommand extends smithyClient.Command
1709
1704
  .build() {
1710
1705
  }
1711
1706
 
1712
- class GetMLTaskRunsCommand extends smithyClient.Command
1707
+ class GetMLTaskRunsCommand extends client.Command
1713
1708
  .classBuilder()
1714
1709
  .ep(commonParams)
1715
1710
  .m(function (Command, cs, config, o) {
1716
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1711
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1717
1712
  })
1718
1713
  .s("AWSGlue", "GetMLTaskRuns", {})
1719
1714
  .n("GlueClient", "GetMLTaskRunsCommand")
@@ -1721,11 +1716,11 @@ class GetMLTaskRunsCommand extends smithyClient.Command
1721
1716
  .build() {
1722
1717
  }
1723
1718
 
1724
- class GetMLTransformCommand extends smithyClient.Command
1719
+ class GetMLTransformCommand extends client.Command
1725
1720
  .classBuilder()
1726
1721
  .ep(commonParams)
1727
1722
  .m(function (Command, cs, config, o) {
1728
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1723
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1729
1724
  })
1730
1725
  .s("AWSGlue", "GetMLTransform", {})
1731
1726
  .n("GlueClient", "GetMLTransformCommand")
@@ -1733,11 +1728,11 @@ class GetMLTransformCommand extends smithyClient.Command
1733
1728
  .build() {
1734
1729
  }
1735
1730
 
1736
- class GetMLTransformsCommand extends smithyClient.Command
1731
+ class GetMLTransformsCommand extends client.Command
1737
1732
  .classBuilder()
1738
1733
  .ep(commonParams)
1739
1734
  .m(function (Command, cs, config, o) {
1740
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1735
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1741
1736
  })
1742
1737
  .s("AWSGlue", "GetMLTransforms", {})
1743
1738
  .n("GlueClient", "GetMLTransformsCommand")
@@ -1745,11 +1740,11 @@ class GetMLTransformsCommand extends smithyClient.Command
1745
1740
  .build() {
1746
1741
  }
1747
1742
 
1748
- class GetPartitionCommand extends smithyClient.Command
1743
+ class GetPartitionCommand extends client.Command
1749
1744
  .classBuilder()
1750
1745
  .ep(commonParams)
1751
1746
  .m(function (Command, cs, config, o) {
1752
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1747
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1753
1748
  })
1754
1749
  .s("AWSGlue", "GetPartition", {})
1755
1750
  .n("GlueClient", "GetPartitionCommand")
@@ -1757,11 +1752,11 @@ class GetPartitionCommand extends smithyClient.Command
1757
1752
  .build() {
1758
1753
  }
1759
1754
 
1760
- class GetPartitionIndexesCommand extends smithyClient.Command
1755
+ class GetPartitionIndexesCommand extends client.Command
1761
1756
  .classBuilder()
1762
1757
  .ep(commonParams)
1763
1758
  .m(function (Command, cs, config, o) {
1764
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1759
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1765
1760
  })
1766
1761
  .s("AWSGlue", "GetPartitionIndexes", {})
1767
1762
  .n("GlueClient", "GetPartitionIndexesCommand")
@@ -1769,11 +1764,11 @@ class GetPartitionIndexesCommand extends smithyClient.Command
1769
1764
  .build() {
1770
1765
  }
1771
1766
 
1772
- class GetPartitionsCommand extends smithyClient.Command
1767
+ class GetPartitionsCommand extends client.Command
1773
1768
  .classBuilder()
1774
1769
  .ep(commonParams)
1775
1770
  .m(function (Command, cs, config, o) {
1776
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1771
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1777
1772
  })
1778
1773
  .s("AWSGlue", "GetPartitions", {})
1779
1774
  .n("GlueClient", "GetPartitionsCommand")
@@ -1781,11 +1776,11 @@ class GetPartitionsCommand extends smithyClient.Command
1781
1776
  .build() {
1782
1777
  }
1783
1778
 
1784
- class GetPlanCommand extends smithyClient.Command
1779
+ class GetPlanCommand extends client.Command
1785
1780
  .classBuilder()
1786
1781
  .ep(commonParams)
1787
1782
  .m(function (Command, cs, config, o) {
1788
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1783
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1789
1784
  })
1790
1785
  .s("AWSGlue", "GetPlan", {})
1791
1786
  .n("GlueClient", "GetPlanCommand")
@@ -1793,11 +1788,11 @@ class GetPlanCommand extends smithyClient.Command
1793
1788
  .build() {
1794
1789
  }
1795
1790
 
1796
- class GetRegistryCommand extends smithyClient.Command
1791
+ class GetRegistryCommand extends client.Command
1797
1792
  .classBuilder()
1798
1793
  .ep(commonParams)
1799
1794
  .m(function (Command, cs, config, o) {
1800
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1795
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1801
1796
  })
1802
1797
  .s("AWSGlue", "GetRegistry", {})
1803
1798
  .n("GlueClient", "GetRegistryCommand")
@@ -1805,11 +1800,11 @@ class GetRegistryCommand extends smithyClient.Command
1805
1800
  .build() {
1806
1801
  }
1807
1802
 
1808
- class GetResourcePoliciesCommand extends smithyClient.Command
1803
+ class GetResourcePoliciesCommand extends client.Command
1809
1804
  .classBuilder()
1810
1805
  .ep(commonParams)
1811
1806
  .m(function (Command, cs, config, o) {
1812
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1807
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1813
1808
  })
1814
1809
  .s("AWSGlue", "GetResourcePolicies", {})
1815
1810
  .n("GlueClient", "GetResourcePoliciesCommand")
@@ -1817,11 +1812,11 @@ class GetResourcePoliciesCommand extends smithyClient.Command
1817
1812
  .build() {
1818
1813
  }
1819
1814
 
1820
- class GetResourcePolicyCommand extends smithyClient.Command
1815
+ class GetResourcePolicyCommand extends client.Command
1821
1816
  .classBuilder()
1822
1817
  .ep(commonParams)
1823
1818
  .m(function (Command, cs, config, o) {
1824
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1819
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1825
1820
  })
1826
1821
  .s("AWSGlue", "GetResourcePolicy", {})
1827
1822
  .n("GlueClient", "GetResourcePolicyCommand")
@@ -1829,11 +1824,11 @@ class GetResourcePolicyCommand extends smithyClient.Command
1829
1824
  .build() {
1830
1825
  }
1831
1826
 
1832
- class GetSchemaByDefinitionCommand extends smithyClient.Command
1827
+ class GetSchemaByDefinitionCommand extends client.Command
1833
1828
  .classBuilder()
1834
1829
  .ep(commonParams)
1835
1830
  .m(function (Command, cs, config, o) {
1836
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1831
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1837
1832
  })
1838
1833
  .s("AWSGlue", "GetSchemaByDefinition", {})
1839
1834
  .n("GlueClient", "GetSchemaByDefinitionCommand")
@@ -1841,11 +1836,11 @@ class GetSchemaByDefinitionCommand extends smithyClient.Command
1841
1836
  .build() {
1842
1837
  }
1843
1838
 
1844
- class GetSchemaCommand extends smithyClient.Command
1839
+ class GetSchemaCommand extends client.Command
1845
1840
  .classBuilder()
1846
1841
  .ep(commonParams)
1847
1842
  .m(function (Command, cs, config, o) {
1848
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1843
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1849
1844
  })
1850
1845
  .s("AWSGlue", "GetSchema", {})
1851
1846
  .n("GlueClient", "GetSchemaCommand")
@@ -1853,11 +1848,11 @@ class GetSchemaCommand extends smithyClient.Command
1853
1848
  .build() {
1854
1849
  }
1855
1850
 
1856
- class GetSchemaVersionCommand extends smithyClient.Command
1851
+ class GetSchemaVersionCommand extends client.Command
1857
1852
  .classBuilder()
1858
1853
  .ep(commonParams)
1859
1854
  .m(function (Command, cs, config, o) {
1860
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1855
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1861
1856
  })
1862
1857
  .s("AWSGlue", "GetSchemaVersion", {})
1863
1858
  .n("GlueClient", "GetSchemaVersionCommand")
@@ -1865,11 +1860,11 @@ class GetSchemaVersionCommand extends smithyClient.Command
1865
1860
  .build() {
1866
1861
  }
1867
1862
 
1868
- class GetSchemaVersionsDiffCommand extends smithyClient.Command
1863
+ class GetSchemaVersionsDiffCommand extends client.Command
1869
1864
  .classBuilder()
1870
1865
  .ep(commonParams)
1871
1866
  .m(function (Command, cs, config, o) {
1872
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1867
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1873
1868
  })
1874
1869
  .s("AWSGlue", "GetSchemaVersionsDiff", {})
1875
1870
  .n("GlueClient", "GetSchemaVersionsDiffCommand")
@@ -1877,11 +1872,11 @@ class GetSchemaVersionsDiffCommand extends smithyClient.Command
1877
1872
  .build() {
1878
1873
  }
1879
1874
 
1880
- class GetSecurityConfigurationCommand extends smithyClient.Command
1875
+ class GetSecurityConfigurationCommand extends client.Command
1881
1876
  .classBuilder()
1882
1877
  .ep(commonParams)
1883
1878
  .m(function (Command, cs, config, o) {
1884
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1879
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1885
1880
  })
1886
1881
  .s("AWSGlue", "GetSecurityConfiguration", {})
1887
1882
  .n("GlueClient", "GetSecurityConfigurationCommand")
@@ -1889,11 +1884,11 @@ class GetSecurityConfigurationCommand extends smithyClient.Command
1889
1884
  .build() {
1890
1885
  }
1891
1886
 
1892
- class GetSecurityConfigurationsCommand extends smithyClient.Command
1887
+ class GetSecurityConfigurationsCommand extends client.Command
1893
1888
  .classBuilder()
1894
1889
  .ep(commonParams)
1895
1890
  .m(function (Command, cs, config, o) {
1896
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1891
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1897
1892
  })
1898
1893
  .s("AWSGlue", "GetSecurityConfigurations", {})
1899
1894
  .n("GlueClient", "GetSecurityConfigurationsCommand")
@@ -1901,11 +1896,11 @@ class GetSecurityConfigurationsCommand extends smithyClient.Command
1901
1896
  .build() {
1902
1897
  }
1903
1898
 
1904
- class GetSessionCommand extends smithyClient.Command
1899
+ class GetSessionCommand extends client.Command
1905
1900
  .classBuilder()
1906
1901
  .ep(commonParams)
1907
1902
  .m(function (Command, cs, config, o) {
1908
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1903
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1909
1904
  })
1910
1905
  .s("AWSGlue", "GetSession", {})
1911
1906
  .n("GlueClient", "GetSessionCommand")
@@ -1913,11 +1908,11 @@ class GetSessionCommand extends smithyClient.Command
1913
1908
  .build() {
1914
1909
  }
1915
1910
 
1916
- class GetStatementCommand extends smithyClient.Command
1911
+ class GetStatementCommand extends client.Command
1917
1912
  .classBuilder()
1918
1913
  .ep(commonParams)
1919
1914
  .m(function (Command, cs, config, o) {
1920
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1915
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1921
1916
  })
1922
1917
  .s("AWSGlue", "GetStatement", {})
1923
1918
  .n("GlueClient", "GetStatementCommand")
@@ -1925,11 +1920,11 @@ class GetStatementCommand extends smithyClient.Command
1925
1920
  .build() {
1926
1921
  }
1927
1922
 
1928
- class GetTableCommand extends smithyClient.Command
1923
+ class GetTableCommand extends client.Command
1929
1924
  .classBuilder()
1930
1925
  .ep(commonParams)
1931
1926
  .m(function (Command, cs, config, o) {
1932
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1927
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1933
1928
  })
1934
1929
  .s("AWSGlue", "GetTable", {})
1935
1930
  .n("GlueClient", "GetTableCommand")
@@ -1937,11 +1932,11 @@ class GetTableCommand extends smithyClient.Command
1937
1932
  .build() {
1938
1933
  }
1939
1934
 
1940
- class GetTableOptimizerCommand extends smithyClient.Command
1935
+ class GetTableOptimizerCommand extends client.Command
1941
1936
  .classBuilder()
1942
1937
  .ep(commonParams)
1943
1938
  .m(function (Command, cs, config, o) {
1944
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1939
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1945
1940
  })
1946
1941
  .s("AWSGlue", "GetTableOptimizer", {})
1947
1942
  .n("GlueClient", "GetTableOptimizerCommand")
@@ -1949,11 +1944,11 @@ class GetTableOptimizerCommand extends smithyClient.Command
1949
1944
  .build() {
1950
1945
  }
1951
1946
 
1952
- class GetTablesCommand extends smithyClient.Command
1947
+ class GetTablesCommand extends client.Command
1953
1948
  .classBuilder()
1954
1949
  .ep(commonParams)
1955
1950
  .m(function (Command, cs, config, o) {
1956
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1951
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1957
1952
  })
1958
1953
  .s("AWSGlue", "GetTables", {})
1959
1954
  .n("GlueClient", "GetTablesCommand")
@@ -1961,11 +1956,11 @@ class GetTablesCommand extends smithyClient.Command
1961
1956
  .build() {
1962
1957
  }
1963
1958
 
1964
- class GetTableVersionCommand extends smithyClient.Command
1959
+ class GetTableVersionCommand extends client.Command
1965
1960
  .classBuilder()
1966
1961
  .ep(commonParams)
1967
1962
  .m(function (Command, cs, config, o) {
1968
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1963
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1969
1964
  })
1970
1965
  .s("AWSGlue", "GetTableVersion", {})
1971
1966
  .n("GlueClient", "GetTableVersionCommand")
@@ -1973,11 +1968,11 @@ class GetTableVersionCommand extends smithyClient.Command
1973
1968
  .build() {
1974
1969
  }
1975
1970
 
1976
- class GetTableVersionsCommand extends smithyClient.Command
1971
+ class GetTableVersionsCommand extends client.Command
1977
1972
  .classBuilder()
1978
1973
  .ep(commonParams)
1979
1974
  .m(function (Command, cs, config, o) {
1980
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1975
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1981
1976
  })
1982
1977
  .s("AWSGlue", "GetTableVersions", {})
1983
1978
  .n("GlueClient", "GetTableVersionsCommand")
@@ -1985,11 +1980,11 @@ class GetTableVersionsCommand extends smithyClient.Command
1985
1980
  .build() {
1986
1981
  }
1987
1982
 
1988
- class GetTagsCommand extends smithyClient.Command
1983
+ class GetTagsCommand extends client.Command
1989
1984
  .classBuilder()
1990
1985
  .ep(commonParams)
1991
1986
  .m(function (Command, cs, config, o) {
1992
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1987
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1993
1988
  })
1994
1989
  .s("AWSGlue", "GetTags", {})
1995
1990
  .n("GlueClient", "GetTagsCommand")
@@ -1997,11 +1992,11 @@ class GetTagsCommand extends smithyClient.Command
1997
1992
  .build() {
1998
1993
  }
1999
1994
 
2000
- class GetTriggerCommand extends smithyClient.Command
1995
+ class GetTriggerCommand extends client.Command
2001
1996
  .classBuilder()
2002
1997
  .ep(commonParams)
2003
1998
  .m(function (Command, cs, config, o) {
2004
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1999
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2005
2000
  })
2006
2001
  .s("AWSGlue", "GetTrigger", {})
2007
2002
  .n("GlueClient", "GetTriggerCommand")
@@ -2009,11 +2004,11 @@ class GetTriggerCommand extends smithyClient.Command
2009
2004
  .build() {
2010
2005
  }
2011
2006
 
2012
- class GetTriggersCommand extends smithyClient.Command
2007
+ class GetTriggersCommand extends client.Command
2013
2008
  .classBuilder()
2014
2009
  .ep(commonParams)
2015
2010
  .m(function (Command, cs, config, o) {
2016
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2011
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2017
2012
  })
2018
2013
  .s("AWSGlue", "GetTriggers", {})
2019
2014
  .n("GlueClient", "GetTriggersCommand")
@@ -2021,11 +2016,11 @@ class GetTriggersCommand extends smithyClient.Command
2021
2016
  .build() {
2022
2017
  }
2023
2018
 
2024
- class GetUnfilteredPartitionMetadataCommand extends smithyClient.Command
2019
+ class GetUnfilteredPartitionMetadataCommand extends client.Command
2025
2020
  .classBuilder()
2026
2021
  .ep(commonParams)
2027
2022
  .m(function (Command, cs, config, o) {
2028
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2023
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2029
2024
  })
2030
2025
  .s("AWSGlue", "GetUnfilteredPartitionMetadata", {})
2031
2026
  .n("GlueClient", "GetUnfilteredPartitionMetadataCommand")
@@ -2033,11 +2028,11 @@ class GetUnfilteredPartitionMetadataCommand extends smithyClient.Command
2033
2028
  .build() {
2034
2029
  }
2035
2030
 
2036
- class GetUnfilteredPartitionsMetadataCommand extends smithyClient.Command
2031
+ class GetUnfilteredPartitionsMetadataCommand extends client.Command
2037
2032
  .classBuilder()
2038
2033
  .ep(commonParams)
2039
2034
  .m(function (Command, cs, config, o) {
2040
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2035
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2041
2036
  })
2042
2037
  .s("AWSGlue", "GetUnfilteredPartitionsMetadata", {})
2043
2038
  .n("GlueClient", "GetUnfilteredPartitionsMetadataCommand")
@@ -2045,11 +2040,11 @@ class GetUnfilteredPartitionsMetadataCommand extends smithyClient.Command
2045
2040
  .build() {
2046
2041
  }
2047
2042
 
2048
- class GetUnfilteredTableMetadataCommand extends smithyClient.Command
2043
+ class GetUnfilteredTableMetadataCommand extends client.Command
2049
2044
  .classBuilder()
2050
2045
  .ep(commonParams)
2051
2046
  .m(function (Command, cs, config, o) {
2052
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2047
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2053
2048
  })
2054
2049
  .s("AWSGlue", "GetUnfilteredTableMetadata", {})
2055
2050
  .n("GlueClient", "GetUnfilteredTableMetadataCommand")
@@ -2057,11 +2052,11 @@ class GetUnfilteredTableMetadataCommand extends smithyClient.Command
2057
2052
  .build() {
2058
2053
  }
2059
2054
 
2060
- class GetUsageProfileCommand extends smithyClient.Command
2055
+ class GetUsageProfileCommand extends client.Command
2061
2056
  .classBuilder()
2062
2057
  .ep(commonParams)
2063
2058
  .m(function (Command, cs, config, o) {
2064
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2059
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2065
2060
  })
2066
2061
  .s("AWSGlue", "GetUsageProfile", {})
2067
2062
  .n("GlueClient", "GetUsageProfileCommand")
@@ -2069,11 +2064,11 @@ class GetUsageProfileCommand extends smithyClient.Command
2069
2064
  .build() {
2070
2065
  }
2071
2066
 
2072
- class GetUserDefinedFunctionCommand extends smithyClient.Command
2067
+ class GetUserDefinedFunctionCommand extends client.Command
2073
2068
  .classBuilder()
2074
2069
  .ep(commonParams)
2075
2070
  .m(function (Command, cs, config, o) {
2076
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2071
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2077
2072
  })
2078
2073
  .s("AWSGlue", "GetUserDefinedFunction", {})
2079
2074
  .n("GlueClient", "GetUserDefinedFunctionCommand")
@@ -2081,11 +2076,11 @@ class GetUserDefinedFunctionCommand extends smithyClient.Command
2081
2076
  .build() {
2082
2077
  }
2083
2078
 
2084
- class GetUserDefinedFunctionsCommand extends smithyClient.Command
2079
+ class GetUserDefinedFunctionsCommand extends client.Command
2085
2080
  .classBuilder()
2086
2081
  .ep(commonParams)
2087
2082
  .m(function (Command, cs, config, o) {
2088
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2083
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2089
2084
  })
2090
2085
  .s("AWSGlue", "GetUserDefinedFunctions", {})
2091
2086
  .n("GlueClient", "GetUserDefinedFunctionsCommand")
@@ -2093,11 +2088,11 @@ class GetUserDefinedFunctionsCommand extends smithyClient.Command
2093
2088
  .build() {
2094
2089
  }
2095
2090
 
2096
- class GetWorkflowCommand extends smithyClient.Command
2091
+ class GetWorkflowCommand extends client.Command
2097
2092
  .classBuilder()
2098
2093
  .ep(commonParams)
2099
2094
  .m(function (Command, cs, config, o) {
2100
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2095
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2101
2096
  })
2102
2097
  .s("AWSGlue", "GetWorkflow", {})
2103
2098
  .n("GlueClient", "GetWorkflowCommand")
@@ -2105,11 +2100,11 @@ class GetWorkflowCommand extends smithyClient.Command
2105
2100
  .build() {
2106
2101
  }
2107
2102
 
2108
- class GetWorkflowRunCommand extends smithyClient.Command
2103
+ class GetWorkflowRunCommand extends client.Command
2109
2104
  .classBuilder()
2110
2105
  .ep(commonParams)
2111
2106
  .m(function (Command, cs, config, o) {
2112
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2107
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2113
2108
  })
2114
2109
  .s("AWSGlue", "GetWorkflowRun", {})
2115
2110
  .n("GlueClient", "GetWorkflowRunCommand")
@@ -2117,11 +2112,11 @@ class GetWorkflowRunCommand extends smithyClient.Command
2117
2112
  .build() {
2118
2113
  }
2119
2114
 
2120
- class GetWorkflowRunPropertiesCommand extends smithyClient.Command
2115
+ class GetWorkflowRunPropertiesCommand extends client.Command
2121
2116
  .classBuilder()
2122
2117
  .ep(commonParams)
2123
2118
  .m(function (Command, cs, config, o) {
2124
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2125
2120
  })
2126
2121
  .s("AWSGlue", "GetWorkflowRunProperties", {})
2127
2122
  .n("GlueClient", "GetWorkflowRunPropertiesCommand")
@@ -2129,11 +2124,11 @@ class GetWorkflowRunPropertiesCommand extends smithyClient.Command
2129
2124
  .build() {
2130
2125
  }
2131
2126
 
2132
- class GetWorkflowRunsCommand extends smithyClient.Command
2127
+ class GetWorkflowRunsCommand extends client.Command
2133
2128
  .classBuilder()
2134
2129
  .ep(commonParams)
2135
2130
  .m(function (Command, cs, config, o) {
2136
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2137
2132
  })
2138
2133
  .s("AWSGlue", "GetWorkflowRuns", {})
2139
2134
  .n("GlueClient", "GetWorkflowRunsCommand")
@@ -2141,11 +2136,11 @@ class GetWorkflowRunsCommand extends smithyClient.Command
2141
2136
  .build() {
2142
2137
  }
2143
2138
 
2144
- class ImportCatalogToGlueCommand extends smithyClient.Command
2139
+ class ImportCatalogToGlueCommand extends client.Command
2145
2140
  .classBuilder()
2146
2141
  .ep(commonParams)
2147
2142
  .m(function (Command, cs, config, o) {
2148
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2149
2144
  })
2150
2145
  .s("AWSGlue", "ImportCatalogToGlue", {})
2151
2146
  .n("GlueClient", "ImportCatalogToGlueCommand")
@@ -2153,11 +2148,11 @@ class ImportCatalogToGlueCommand extends smithyClient.Command
2153
2148
  .build() {
2154
2149
  }
2155
2150
 
2156
- class ListBlueprintsCommand extends smithyClient.Command
2151
+ class ListBlueprintsCommand extends client.Command
2157
2152
  .classBuilder()
2158
2153
  .ep(commonParams)
2159
2154
  .m(function (Command, cs, config, o) {
2160
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2161
2156
  })
2162
2157
  .s("AWSGlue", "ListBlueprints", {})
2163
2158
  .n("GlueClient", "ListBlueprintsCommand")
@@ -2165,11 +2160,11 @@ class ListBlueprintsCommand extends smithyClient.Command
2165
2160
  .build() {
2166
2161
  }
2167
2162
 
2168
- class ListColumnStatisticsTaskRunsCommand extends smithyClient.Command
2163
+ class ListColumnStatisticsTaskRunsCommand extends client.Command
2169
2164
  .classBuilder()
2170
2165
  .ep(commonParams)
2171
2166
  .m(function (Command, cs, config, o) {
2172
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2173
2168
  })
2174
2169
  .s("AWSGlue", "ListColumnStatisticsTaskRuns", {})
2175
2170
  .n("GlueClient", "ListColumnStatisticsTaskRunsCommand")
@@ -2177,11 +2172,11 @@ class ListColumnStatisticsTaskRunsCommand extends smithyClient.Command
2177
2172
  .build() {
2178
2173
  }
2179
2174
 
2180
- class ListConnectionTypesCommand extends smithyClient.Command
2175
+ class ListConnectionTypesCommand extends client.Command
2181
2176
  .classBuilder()
2182
2177
  .ep(commonParams)
2183
2178
  .m(function (Command, cs, config, o) {
2184
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
2180
  })
2186
2181
  .s("AWSGlue", "ListConnectionTypes", {})
2187
2182
  .n("GlueClient", "ListConnectionTypesCommand")
@@ -2189,11 +2184,11 @@ class ListConnectionTypesCommand extends smithyClient.Command
2189
2184
  .build() {
2190
2185
  }
2191
2186
 
2192
- class ListCrawlersCommand extends smithyClient.Command
2187
+ class ListCrawlersCommand extends client.Command
2193
2188
  .classBuilder()
2194
2189
  .ep(commonParams)
2195
2190
  .m(function (Command, cs, config, o) {
2196
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2197
2192
  })
2198
2193
  .s("AWSGlue", "ListCrawlers", {})
2199
2194
  .n("GlueClient", "ListCrawlersCommand")
@@ -2201,11 +2196,11 @@ class ListCrawlersCommand extends smithyClient.Command
2201
2196
  .build() {
2202
2197
  }
2203
2198
 
2204
- class ListCrawlsCommand extends smithyClient.Command
2199
+ class ListCrawlsCommand extends client.Command
2205
2200
  .classBuilder()
2206
2201
  .ep(commonParams)
2207
2202
  .m(function (Command, cs, config, o) {
2208
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2209
2204
  })
2210
2205
  .s("AWSGlue", "ListCrawls", {})
2211
2206
  .n("GlueClient", "ListCrawlsCommand")
@@ -2213,11 +2208,11 @@ class ListCrawlsCommand extends smithyClient.Command
2213
2208
  .build() {
2214
2209
  }
2215
2210
 
2216
- class ListCustomEntityTypesCommand extends smithyClient.Command
2211
+ class ListCustomEntityTypesCommand extends client.Command
2217
2212
  .classBuilder()
2218
2213
  .ep(commonParams)
2219
2214
  .m(function (Command, cs, config, o) {
2220
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2221
2216
  })
2222
2217
  .s("AWSGlue", "ListCustomEntityTypes", {})
2223
2218
  .n("GlueClient", "ListCustomEntityTypesCommand")
@@ -2225,11 +2220,11 @@ class ListCustomEntityTypesCommand extends smithyClient.Command
2225
2220
  .build() {
2226
2221
  }
2227
2222
 
2228
- class ListDataQualityResultsCommand extends smithyClient.Command
2223
+ class ListDataQualityResultsCommand extends client.Command
2229
2224
  .classBuilder()
2230
2225
  .ep(commonParams)
2231
2226
  .m(function (Command, cs, config, o) {
2232
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2233
2228
  })
2234
2229
  .s("AWSGlue", "ListDataQualityResults", {})
2235
2230
  .n("GlueClient", "ListDataQualityResultsCommand")
@@ -2237,11 +2232,11 @@ class ListDataQualityResultsCommand extends smithyClient.Command
2237
2232
  .build() {
2238
2233
  }
2239
2234
 
2240
- class ListDataQualityRuleRecommendationRunsCommand extends smithyClient.Command
2235
+ class ListDataQualityRuleRecommendationRunsCommand extends client.Command
2241
2236
  .classBuilder()
2242
2237
  .ep(commonParams)
2243
2238
  .m(function (Command, cs, config, o) {
2244
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2245
2240
  })
2246
2241
  .s("AWSGlue", "ListDataQualityRuleRecommendationRuns", {})
2247
2242
  .n("GlueClient", "ListDataQualityRuleRecommendationRunsCommand")
@@ -2249,11 +2244,11 @@ class ListDataQualityRuleRecommendationRunsCommand extends smithyClient.Command
2249
2244
  .build() {
2250
2245
  }
2251
2246
 
2252
- class ListDataQualityRulesetEvaluationRunsCommand extends smithyClient.Command
2247
+ class ListDataQualityRulesetEvaluationRunsCommand extends client.Command
2253
2248
  .classBuilder()
2254
2249
  .ep(commonParams)
2255
2250
  .m(function (Command, cs, config, o) {
2256
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2257
2252
  })
2258
2253
  .s("AWSGlue", "ListDataQualityRulesetEvaluationRuns", {})
2259
2254
  .n("GlueClient", "ListDataQualityRulesetEvaluationRunsCommand")
@@ -2261,11 +2256,11 @@ class ListDataQualityRulesetEvaluationRunsCommand extends smithyClient.Command
2261
2256
  .build() {
2262
2257
  }
2263
2258
 
2264
- class ListDataQualityRulesetsCommand extends smithyClient.Command
2259
+ class ListDataQualityRulesetsCommand extends client.Command
2265
2260
  .classBuilder()
2266
2261
  .ep(commonParams)
2267
2262
  .m(function (Command, cs, config, o) {
2268
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2269
2264
  })
2270
2265
  .s("AWSGlue", "ListDataQualityRulesets", {})
2271
2266
  .n("GlueClient", "ListDataQualityRulesetsCommand")
@@ -2273,11 +2268,11 @@ class ListDataQualityRulesetsCommand extends smithyClient.Command
2273
2268
  .build() {
2274
2269
  }
2275
2270
 
2276
- class ListDataQualityStatisticAnnotationsCommand extends smithyClient.Command
2271
+ class ListDataQualityStatisticAnnotationsCommand extends client.Command
2277
2272
  .classBuilder()
2278
2273
  .ep(commonParams)
2279
2274
  .m(function (Command, cs, config, o) {
2280
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2281
2276
  })
2282
2277
  .s("AWSGlue", "ListDataQualityStatisticAnnotations", {})
2283
2278
  .n("GlueClient", "ListDataQualityStatisticAnnotationsCommand")
@@ -2285,11 +2280,11 @@ class ListDataQualityStatisticAnnotationsCommand extends smithyClient.Command
2285
2280
  .build() {
2286
2281
  }
2287
2282
 
2288
- class ListDataQualityStatisticsCommand extends smithyClient.Command
2283
+ class ListDataQualityStatisticsCommand extends client.Command
2289
2284
  .classBuilder()
2290
2285
  .ep(commonParams)
2291
2286
  .m(function (Command, cs, config, o) {
2292
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
2288
  })
2294
2289
  .s("AWSGlue", "ListDataQualityStatistics", {})
2295
2290
  .n("GlueClient", "ListDataQualityStatisticsCommand")
@@ -2297,11 +2292,11 @@ class ListDataQualityStatisticsCommand extends smithyClient.Command
2297
2292
  .build() {
2298
2293
  }
2299
2294
 
2300
- class ListDevEndpointsCommand extends smithyClient.Command
2295
+ class ListDevEndpointsCommand extends client.Command
2301
2296
  .classBuilder()
2302
2297
  .ep(commonParams)
2303
2298
  .m(function (Command, cs, config, o) {
2304
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2299
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2305
2300
  })
2306
2301
  .s("AWSGlue", "ListDevEndpoints", {})
2307
2302
  .n("GlueClient", "ListDevEndpointsCommand")
@@ -2309,11 +2304,11 @@ class ListDevEndpointsCommand extends smithyClient.Command
2309
2304
  .build() {
2310
2305
  }
2311
2306
 
2312
- class ListEntitiesCommand extends smithyClient.Command
2307
+ class ListEntitiesCommand extends client.Command
2313
2308
  .classBuilder()
2314
2309
  .ep(commonParams)
2315
2310
  .m(function (Command, cs, config, o) {
2316
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2311
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2317
2312
  })
2318
2313
  .s("AWSGlue", "ListEntities", {})
2319
2314
  .n("GlueClient", "ListEntitiesCommand")
@@ -2321,11 +2316,11 @@ class ListEntitiesCommand extends smithyClient.Command
2321
2316
  .build() {
2322
2317
  }
2323
2318
 
2324
- class ListIntegrationResourcePropertiesCommand extends smithyClient.Command
2319
+ class ListIntegrationResourcePropertiesCommand extends client.Command
2325
2320
  .classBuilder()
2326
2321
  .ep(commonParams)
2327
2322
  .m(function (Command, cs, config, o) {
2328
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2323
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2329
2324
  })
2330
2325
  .s("AWSGlue", "ListIntegrationResourceProperties", {})
2331
2326
  .n("GlueClient", "ListIntegrationResourcePropertiesCommand")
@@ -2333,11 +2328,11 @@ class ListIntegrationResourcePropertiesCommand extends smithyClient.Command
2333
2328
  .build() {
2334
2329
  }
2335
2330
 
2336
- class ListJobsCommand extends smithyClient.Command
2331
+ class ListJobsCommand extends client.Command
2337
2332
  .classBuilder()
2338
2333
  .ep(commonParams)
2339
2334
  .m(function (Command, cs, config, o) {
2340
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2335
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2341
2336
  })
2342
2337
  .s("AWSGlue", "ListJobs", {})
2343
2338
  .n("GlueClient", "ListJobsCommand")
@@ -2345,11 +2340,11 @@ class ListJobsCommand extends smithyClient.Command
2345
2340
  .build() {
2346
2341
  }
2347
2342
 
2348
- class ListMaterializedViewRefreshTaskRunsCommand extends smithyClient.Command
2343
+ class ListMaterializedViewRefreshTaskRunsCommand extends client.Command
2349
2344
  .classBuilder()
2350
2345
  .ep(commonParams)
2351
2346
  .m(function (Command, cs, config, o) {
2352
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2347
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2353
2348
  })
2354
2349
  .s("AWSGlue", "ListMaterializedViewRefreshTaskRuns", {})
2355
2350
  .n("GlueClient", "ListMaterializedViewRefreshTaskRunsCommand")
@@ -2357,11 +2352,11 @@ class ListMaterializedViewRefreshTaskRunsCommand extends smithyClient.Command
2357
2352
  .build() {
2358
2353
  }
2359
2354
 
2360
- class ListMLTransformsCommand extends smithyClient.Command
2355
+ class ListMLTransformsCommand extends client.Command
2361
2356
  .classBuilder()
2362
2357
  .ep(commonParams)
2363
2358
  .m(function (Command, cs, config, o) {
2364
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2359
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2365
2360
  })
2366
2361
  .s("AWSGlue", "ListMLTransforms", {})
2367
2362
  .n("GlueClient", "ListMLTransformsCommand")
@@ -2369,11 +2364,11 @@ class ListMLTransformsCommand extends smithyClient.Command
2369
2364
  .build() {
2370
2365
  }
2371
2366
 
2372
- class ListRegistriesCommand extends smithyClient.Command
2367
+ class ListRegistriesCommand extends client.Command
2373
2368
  .classBuilder()
2374
2369
  .ep(commonParams)
2375
2370
  .m(function (Command, cs, config, o) {
2376
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2371
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2377
2372
  })
2378
2373
  .s("AWSGlue", "ListRegistries", {})
2379
2374
  .n("GlueClient", "ListRegistriesCommand")
@@ -2381,11 +2376,11 @@ class ListRegistriesCommand extends smithyClient.Command
2381
2376
  .build() {
2382
2377
  }
2383
2378
 
2384
- class ListSchemasCommand extends smithyClient.Command
2379
+ class ListSchemasCommand extends client.Command
2385
2380
  .classBuilder()
2386
2381
  .ep(commonParams)
2387
2382
  .m(function (Command, cs, config, o) {
2388
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2383
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2389
2384
  })
2390
2385
  .s("AWSGlue", "ListSchemas", {})
2391
2386
  .n("GlueClient", "ListSchemasCommand")
@@ -2393,11 +2388,11 @@ class ListSchemasCommand extends smithyClient.Command
2393
2388
  .build() {
2394
2389
  }
2395
2390
 
2396
- class ListSchemaVersionsCommand extends smithyClient.Command
2391
+ class ListSchemaVersionsCommand extends client.Command
2397
2392
  .classBuilder()
2398
2393
  .ep(commonParams)
2399
2394
  .m(function (Command, cs, config, o) {
2400
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2395
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2401
2396
  })
2402
2397
  .s("AWSGlue", "ListSchemaVersions", {})
2403
2398
  .n("GlueClient", "ListSchemaVersionsCommand")
@@ -2405,11 +2400,11 @@ class ListSchemaVersionsCommand extends smithyClient.Command
2405
2400
  .build() {
2406
2401
  }
2407
2402
 
2408
- class ListSessionsCommand extends smithyClient.Command
2403
+ class ListSessionsCommand extends client.Command
2409
2404
  .classBuilder()
2410
2405
  .ep(commonParams)
2411
2406
  .m(function (Command, cs, config, o) {
2412
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2407
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2413
2408
  })
2414
2409
  .s("AWSGlue", "ListSessions", {})
2415
2410
  .n("GlueClient", "ListSessionsCommand")
@@ -2417,11 +2412,11 @@ class ListSessionsCommand extends smithyClient.Command
2417
2412
  .build() {
2418
2413
  }
2419
2414
 
2420
- class ListStatementsCommand extends smithyClient.Command
2415
+ class ListStatementsCommand extends client.Command
2421
2416
  .classBuilder()
2422
2417
  .ep(commonParams)
2423
2418
  .m(function (Command, cs, config, o) {
2424
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2419
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2425
2420
  })
2426
2421
  .s("AWSGlue", "ListStatements", {})
2427
2422
  .n("GlueClient", "ListStatementsCommand")
@@ -2429,11 +2424,11 @@ class ListStatementsCommand extends smithyClient.Command
2429
2424
  .build() {
2430
2425
  }
2431
2426
 
2432
- class ListTableOptimizerRunsCommand extends smithyClient.Command
2427
+ class ListTableOptimizerRunsCommand extends client.Command
2433
2428
  .classBuilder()
2434
2429
  .ep(commonParams)
2435
2430
  .m(function (Command, cs, config, o) {
2436
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2431
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2437
2432
  })
2438
2433
  .s("AWSGlue", "ListTableOptimizerRuns", {})
2439
2434
  .n("GlueClient", "ListTableOptimizerRunsCommand")
@@ -2441,11 +2436,11 @@ class ListTableOptimizerRunsCommand extends smithyClient.Command
2441
2436
  .build() {
2442
2437
  }
2443
2438
 
2444
- class ListTriggersCommand extends smithyClient.Command
2439
+ class ListTriggersCommand extends client.Command
2445
2440
  .classBuilder()
2446
2441
  .ep(commonParams)
2447
2442
  .m(function (Command, cs, config, o) {
2448
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2443
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2449
2444
  })
2450
2445
  .s("AWSGlue", "ListTriggers", {})
2451
2446
  .n("GlueClient", "ListTriggersCommand")
@@ -2453,11 +2448,11 @@ class ListTriggersCommand extends smithyClient.Command
2453
2448
  .build() {
2454
2449
  }
2455
2450
 
2456
- class ListUsageProfilesCommand extends smithyClient.Command
2451
+ class ListUsageProfilesCommand extends client.Command
2457
2452
  .classBuilder()
2458
2453
  .ep(commonParams)
2459
2454
  .m(function (Command, cs, config, o) {
2460
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2455
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2461
2456
  })
2462
2457
  .s("AWSGlue", "ListUsageProfiles", {})
2463
2458
  .n("GlueClient", "ListUsageProfilesCommand")
@@ -2465,11 +2460,11 @@ class ListUsageProfilesCommand extends smithyClient.Command
2465
2460
  .build() {
2466
2461
  }
2467
2462
 
2468
- class ListWorkflowsCommand extends smithyClient.Command
2463
+ class ListWorkflowsCommand extends client.Command
2469
2464
  .classBuilder()
2470
2465
  .ep(commonParams)
2471
2466
  .m(function (Command, cs, config, o) {
2472
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2467
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2473
2468
  })
2474
2469
  .s("AWSGlue", "ListWorkflows", {})
2475
2470
  .n("GlueClient", "ListWorkflowsCommand")
@@ -2477,11 +2472,11 @@ class ListWorkflowsCommand extends smithyClient.Command
2477
2472
  .build() {
2478
2473
  }
2479
2474
 
2480
- class ModifyIntegrationCommand extends smithyClient.Command
2475
+ class ModifyIntegrationCommand extends client.Command
2481
2476
  .classBuilder()
2482
2477
  .ep(commonParams)
2483
2478
  .m(function (Command, cs, config, o) {
2484
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2479
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2485
2480
  })
2486
2481
  .s("AWSGlue", "ModifyIntegration", {})
2487
2482
  .n("GlueClient", "ModifyIntegrationCommand")
@@ -2489,11 +2484,11 @@ class ModifyIntegrationCommand extends smithyClient.Command
2489
2484
  .build() {
2490
2485
  }
2491
2486
 
2492
- class PutDataCatalogEncryptionSettingsCommand extends smithyClient.Command
2487
+ class PutDataCatalogEncryptionSettingsCommand extends client.Command
2493
2488
  .classBuilder()
2494
2489
  .ep(commonParams)
2495
2490
  .m(function (Command, cs, config, o) {
2496
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2491
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2497
2492
  })
2498
2493
  .s("AWSGlue", "PutDataCatalogEncryptionSettings", {})
2499
2494
  .n("GlueClient", "PutDataCatalogEncryptionSettingsCommand")
@@ -2501,11 +2496,11 @@ class PutDataCatalogEncryptionSettingsCommand extends smithyClient.Command
2501
2496
  .build() {
2502
2497
  }
2503
2498
 
2504
- class PutDataQualityProfileAnnotationCommand extends smithyClient.Command
2499
+ class PutDataQualityProfileAnnotationCommand extends client.Command
2505
2500
  .classBuilder()
2506
2501
  .ep(commonParams)
2507
2502
  .m(function (Command, cs, config, o) {
2508
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2503
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2509
2504
  })
2510
2505
  .s("AWSGlue", "PutDataQualityProfileAnnotation", {})
2511
2506
  .n("GlueClient", "PutDataQualityProfileAnnotationCommand")
@@ -2513,11 +2508,11 @@ class PutDataQualityProfileAnnotationCommand extends smithyClient.Command
2513
2508
  .build() {
2514
2509
  }
2515
2510
 
2516
- class PutResourcePolicyCommand extends smithyClient.Command
2511
+ class PutResourcePolicyCommand extends client.Command
2517
2512
  .classBuilder()
2518
2513
  .ep(commonParams)
2519
2514
  .m(function (Command, cs, config, o) {
2520
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2515
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2521
2516
  })
2522
2517
  .s("AWSGlue", "PutResourcePolicy", {})
2523
2518
  .n("GlueClient", "PutResourcePolicyCommand")
@@ -2525,11 +2520,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
2525
2520
  .build() {
2526
2521
  }
2527
2522
 
2528
- class PutSchemaVersionMetadataCommand extends smithyClient.Command
2523
+ class PutSchemaVersionMetadataCommand extends client.Command
2529
2524
  .classBuilder()
2530
2525
  .ep(commonParams)
2531
2526
  .m(function (Command, cs, config, o) {
2532
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2527
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2533
2528
  })
2534
2529
  .s("AWSGlue", "PutSchemaVersionMetadata", {})
2535
2530
  .n("GlueClient", "PutSchemaVersionMetadataCommand")
@@ -2537,11 +2532,11 @@ class PutSchemaVersionMetadataCommand extends smithyClient.Command
2537
2532
  .build() {
2538
2533
  }
2539
2534
 
2540
- class PutWorkflowRunPropertiesCommand extends smithyClient.Command
2535
+ class PutWorkflowRunPropertiesCommand extends client.Command
2541
2536
  .classBuilder()
2542
2537
  .ep(commonParams)
2543
2538
  .m(function (Command, cs, config, o) {
2544
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2539
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2545
2540
  })
2546
2541
  .s("AWSGlue", "PutWorkflowRunProperties", {})
2547
2542
  .n("GlueClient", "PutWorkflowRunPropertiesCommand")
@@ -2549,11 +2544,11 @@ class PutWorkflowRunPropertiesCommand extends smithyClient.Command
2549
2544
  .build() {
2550
2545
  }
2551
2546
 
2552
- class QuerySchemaVersionMetadataCommand extends smithyClient.Command
2547
+ class QuerySchemaVersionMetadataCommand extends client.Command
2553
2548
  .classBuilder()
2554
2549
  .ep(commonParams)
2555
2550
  .m(function (Command, cs, config, o) {
2556
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2551
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2557
2552
  })
2558
2553
  .s("AWSGlue", "QuerySchemaVersionMetadata", {})
2559
2554
  .n("GlueClient", "QuerySchemaVersionMetadataCommand")
@@ -2561,11 +2556,11 @@ class QuerySchemaVersionMetadataCommand extends smithyClient.Command
2561
2556
  .build() {
2562
2557
  }
2563
2558
 
2564
- class RegisterConnectionTypeCommand extends smithyClient.Command
2559
+ class RegisterConnectionTypeCommand extends client.Command
2565
2560
  .classBuilder()
2566
2561
  .ep(commonParams)
2567
2562
  .m(function (Command, cs, config, o) {
2568
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2563
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2569
2564
  })
2570
2565
  .s("AWSGlue", "RegisterConnectionType", {})
2571
2566
  .n("GlueClient", "RegisterConnectionTypeCommand")
@@ -2573,11 +2568,11 @@ class RegisterConnectionTypeCommand extends smithyClient.Command
2573
2568
  .build() {
2574
2569
  }
2575
2570
 
2576
- class RegisterSchemaVersionCommand extends smithyClient.Command
2571
+ class RegisterSchemaVersionCommand extends client.Command
2577
2572
  .classBuilder()
2578
2573
  .ep(commonParams)
2579
2574
  .m(function (Command, cs, config, o) {
2580
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2575
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2581
2576
  })
2582
2577
  .s("AWSGlue", "RegisterSchemaVersion", {})
2583
2578
  .n("GlueClient", "RegisterSchemaVersionCommand")
@@ -2585,11 +2580,11 @@ class RegisterSchemaVersionCommand extends smithyClient.Command
2585
2580
  .build() {
2586
2581
  }
2587
2582
 
2588
- class RemoveSchemaVersionMetadataCommand extends smithyClient.Command
2583
+ class RemoveSchemaVersionMetadataCommand extends client.Command
2589
2584
  .classBuilder()
2590
2585
  .ep(commonParams)
2591
2586
  .m(function (Command, cs, config, o) {
2592
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2587
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2593
2588
  })
2594
2589
  .s("AWSGlue", "RemoveSchemaVersionMetadata", {})
2595
2590
  .n("GlueClient", "RemoveSchemaVersionMetadataCommand")
@@ -2597,11 +2592,11 @@ class RemoveSchemaVersionMetadataCommand extends smithyClient.Command
2597
2592
  .build() {
2598
2593
  }
2599
2594
 
2600
- class ResetJobBookmarkCommand extends smithyClient.Command
2595
+ class ResetJobBookmarkCommand extends client.Command
2601
2596
  .classBuilder()
2602
2597
  .ep(commonParams)
2603
2598
  .m(function (Command, cs, config, o) {
2604
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2599
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2605
2600
  })
2606
2601
  .s("AWSGlue", "ResetJobBookmark", {})
2607
2602
  .n("GlueClient", "ResetJobBookmarkCommand")
@@ -2609,11 +2604,11 @@ class ResetJobBookmarkCommand extends smithyClient.Command
2609
2604
  .build() {
2610
2605
  }
2611
2606
 
2612
- class ResumeWorkflowRunCommand extends smithyClient.Command
2607
+ class ResumeWorkflowRunCommand extends client.Command
2613
2608
  .classBuilder()
2614
2609
  .ep(commonParams)
2615
2610
  .m(function (Command, cs, config, o) {
2616
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2611
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2617
2612
  })
2618
2613
  .s("AWSGlue", "ResumeWorkflowRun", {})
2619
2614
  .n("GlueClient", "ResumeWorkflowRunCommand")
@@ -2621,11 +2616,11 @@ class ResumeWorkflowRunCommand extends smithyClient.Command
2621
2616
  .build() {
2622
2617
  }
2623
2618
 
2624
- class RunStatementCommand extends smithyClient.Command
2619
+ class RunStatementCommand extends client.Command
2625
2620
  .classBuilder()
2626
2621
  .ep(commonParams)
2627
2622
  .m(function (Command, cs, config, o) {
2628
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2623
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2629
2624
  })
2630
2625
  .s("AWSGlue", "RunStatement", {})
2631
2626
  .n("GlueClient", "RunStatementCommand")
@@ -2633,11 +2628,11 @@ class RunStatementCommand extends smithyClient.Command
2633
2628
  .build() {
2634
2629
  }
2635
2630
 
2636
- class SearchTablesCommand extends smithyClient.Command
2631
+ class SearchTablesCommand extends client.Command
2637
2632
  .classBuilder()
2638
2633
  .ep(commonParams)
2639
2634
  .m(function (Command, cs, config, o) {
2640
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2635
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2641
2636
  })
2642
2637
  .s("AWSGlue", "SearchTables", {})
2643
2638
  .n("GlueClient", "SearchTablesCommand")
@@ -2645,11 +2640,11 @@ class SearchTablesCommand extends smithyClient.Command
2645
2640
  .build() {
2646
2641
  }
2647
2642
 
2648
- class StartBlueprintRunCommand extends smithyClient.Command
2643
+ class StartBlueprintRunCommand extends client.Command
2649
2644
  .classBuilder()
2650
2645
  .ep(commonParams)
2651
2646
  .m(function (Command, cs, config, o) {
2652
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2647
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2653
2648
  })
2654
2649
  .s("AWSGlue", "StartBlueprintRun", {})
2655
2650
  .n("GlueClient", "StartBlueprintRunCommand")
@@ -2657,11 +2652,11 @@ class StartBlueprintRunCommand extends smithyClient.Command
2657
2652
  .build() {
2658
2653
  }
2659
2654
 
2660
- class StartColumnStatisticsTaskRunCommand extends smithyClient.Command
2655
+ class StartColumnStatisticsTaskRunCommand extends client.Command
2661
2656
  .classBuilder()
2662
2657
  .ep(commonParams)
2663
2658
  .m(function (Command, cs, config, o) {
2664
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2659
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2665
2660
  })
2666
2661
  .s("AWSGlue", "StartColumnStatisticsTaskRun", {})
2667
2662
  .n("GlueClient", "StartColumnStatisticsTaskRunCommand")
@@ -2669,11 +2664,11 @@ class StartColumnStatisticsTaskRunCommand extends smithyClient.Command
2669
2664
  .build() {
2670
2665
  }
2671
2666
 
2672
- class StartColumnStatisticsTaskRunScheduleCommand extends smithyClient.Command
2667
+ class StartColumnStatisticsTaskRunScheduleCommand extends client.Command
2673
2668
  .classBuilder()
2674
2669
  .ep(commonParams)
2675
2670
  .m(function (Command, cs, config, o) {
2676
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2671
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2677
2672
  })
2678
2673
  .s("AWSGlue", "StartColumnStatisticsTaskRunSchedule", {})
2679
2674
  .n("GlueClient", "StartColumnStatisticsTaskRunScheduleCommand")
@@ -2681,11 +2676,11 @@ class StartColumnStatisticsTaskRunScheduleCommand extends smithyClient.Command
2681
2676
  .build() {
2682
2677
  }
2683
2678
 
2684
- class StartCrawlerCommand extends smithyClient.Command
2679
+ class StartCrawlerCommand extends client.Command
2685
2680
  .classBuilder()
2686
2681
  .ep(commonParams)
2687
2682
  .m(function (Command, cs, config, o) {
2688
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2683
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2689
2684
  })
2690
2685
  .s("AWSGlue", "StartCrawler", {})
2691
2686
  .n("GlueClient", "StartCrawlerCommand")
@@ -2693,11 +2688,11 @@ class StartCrawlerCommand extends smithyClient.Command
2693
2688
  .build() {
2694
2689
  }
2695
2690
 
2696
- class StartCrawlerScheduleCommand extends smithyClient.Command
2691
+ class StartCrawlerScheduleCommand extends client.Command
2697
2692
  .classBuilder()
2698
2693
  .ep(commonParams)
2699
2694
  .m(function (Command, cs, config, o) {
2700
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2695
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2701
2696
  })
2702
2697
  .s("AWSGlue", "StartCrawlerSchedule", {})
2703
2698
  .n("GlueClient", "StartCrawlerScheduleCommand")
@@ -2705,11 +2700,11 @@ class StartCrawlerScheduleCommand extends smithyClient.Command
2705
2700
  .build() {
2706
2701
  }
2707
2702
 
2708
- class StartDataQualityRuleRecommendationRunCommand extends smithyClient.Command
2703
+ class StartDataQualityRuleRecommendationRunCommand extends client.Command
2709
2704
  .classBuilder()
2710
2705
  .ep(commonParams)
2711
2706
  .m(function (Command, cs, config, o) {
2712
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2707
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2713
2708
  })
2714
2709
  .s("AWSGlue", "StartDataQualityRuleRecommendationRun", {})
2715
2710
  .n("GlueClient", "StartDataQualityRuleRecommendationRunCommand")
@@ -2717,11 +2712,11 @@ class StartDataQualityRuleRecommendationRunCommand extends smithyClient.Command
2717
2712
  .build() {
2718
2713
  }
2719
2714
 
2720
- class StartDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
2715
+ class StartDataQualityRulesetEvaluationRunCommand extends client.Command
2721
2716
  .classBuilder()
2722
2717
  .ep(commonParams)
2723
2718
  .m(function (Command, cs, config, o) {
2724
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2719
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2725
2720
  })
2726
2721
  .s("AWSGlue", "StartDataQualityRulesetEvaluationRun", {})
2727
2722
  .n("GlueClient", "StartDataQualityRulesetEvaluationRunCommand")
@@ -2729,11 +2724,11 @@ class StartDataQualityRulesetEvaluationRunCommand extends smithyClient.Command
2729
2724
  .build() {
2730
2725
  }
2731
2726
 
2732
- class StartExportLabelsTaskRunCommand extends smithyClient.Command
2727
+ class StartExportLabelsTaskRunCommand extends client.Command
2733
2728
  .classBuilder()
2734
2729
  .ep(commonParams)
2735
2730
  .m(function (Command, cs, config, o) {
2736
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2731
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2737
2732
  })
2738
2733
  .s("AWSGlue", "StartExportLabelsTaskRun", {})
2739
2734
  .n("GlueClient", "StartExportLabelsTaskRunCommand")
@@ -2741,11 +2736,11 @@ class StartExportLabelsTaskRunCommand extends smithyClient.Command
2741
2736
  .build() {
2742
2737
  }
2743
2738
 
2744
- class StartImportLabelsTaskRunCommand extends smithyClient.Command
2739
+ class StartImportLabelsTaskRunCommand extends client.Command
2745
2740
  .classBuilder()
2746
2741
  .ep(commonParams)
2747
2742
  .m(function (Command, cs, config, o) {
2748
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2743
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2749
2744
  })
2750
2745
  .s("AWSGlue", "StartImportLabelsTaskRun", {})
2751
2746
  .n("GlueClient", "StartImportLabelsTaskRunCommand")
@@ -2753,11 +2748,11 @@ class StartImportLabelsTaskRunCommand extends smithyClient.Command
2753
2748
  .build() {
2754
2749
  }
2755
2750
 
2756
- class StartJobRunCommand extends smithyClient.Command
2751
+ class StartJobRunCommand extends client.Command
2757
2752
  .classBuilder()
2758
2753
  .ep(commonParams)
2759
2754
  .m(function (Command, cs, config, o) {
2760
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2755
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2761
2756
  })
2762
2757
  .s("AWSGlue", "StartJobRun", {})
2763
2758
  .n("GlueClient", "StartJobRunCommand")
@@ -2765,11 +2760,11 @@ class StartJobRunCommand extends smithyClient.Command
2765
2760
  .build() {
2766
2761
  }
2767
2762
 
2768
- class StartMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
2763
+ class StartMaterializedViewRefreshTaskRunCommand extends client.Command
2769
2764
  .classBuilder()
2770
2765
  .ep(commonParams)
2771
2766
  .m(function (Command, cs, config, o) {
2772
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2767
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2773
2768
  })
2774
2769
  .s("AWSGlue", "StartMaterializedViewRefreshTaskRun", {})
2775
2770
  .n("GlueClient", "StartMaterializedViewRefreshTaskRunCommand")
@@ -2777,11 +2772,11 @@ class StartMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
2777
2772
  .build() {
2778
2773
  }
2779
2774
 
2780
- class StartMLEvaluationTaskRunCommand extends smithyClient.Command
2775
+ class StartMLEvaluationTaskRunCommand extends client.Command
2781
2776
  .classBuilder()
2782
2777
  .ep(commonParams)
2783
2778
  .m(function (Command, cs, config, o) {
2784
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2779
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2785
2780
  })
2786
2781
  .s("AWSGlue", "StartMLEvaluationTaskRun", {})
2787
2782
  .n("GlueClient", "StartMLEvaluationTaskRunCommand")
@@ -2789,11 +2784,11 @@ class StartMLEvaluationTaskRunCommand extends smithyClient.Command
2789
2784
  .build() {
2790
2785
  }
2791
2786
 
2792
- class StartMLLabelingSetGenerationTaskRunCommand extends smithyClient.Command
2787
+ class StartMLLabelingSetGenerationTaskRunCommand extends client.Command
2793
2788
  .classBuilder()
2794
2789
  .ep(commonParams)
2795
2790
  .m(function (Command, cs, config, o) {
2796
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2791
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2797
2792
  })
2798
2793
  .s("AWSGlue", "StartMLLabelingSetGenerationTaskRun", {})
2799
2794
  .n("GlueClient", "StartMLLabelingSetGenerationTaskRunCommand")
@@ -2801,11 +2796,11 @@ class StartMLLabelingSetGenerationTaskRunCommand extends smithyClient.Command
2801
2796
  .build() {
2802
2797
  }
2803
2798
 
2804
- class StartTriggerCommand extends smithyClient.Command
2799
+ class StartTriggerCommand extends client.Command
2805
2800
  .classBuilder()
2806
2801
  .ep(commonParams)
2807
2802
  .m(function (Command, cs, config, o) {
2808
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2803
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2809
2804
  })
2810
2805
  .s("AWSGlue", "StartTrigger", {})
2811
2806
  .n("GlueClient", "StartTriggerCommand")
@@ -2813,11 +2808,11 @@ class StartTriggerCommand extends smithyClient.Command
2813
2808
  .build() {
2814
2809
  }
2815
2810
 
2816
- class StartWorkflowRunCommand extends smithyClient.Command
2811
+ class StartWorkflowRunCommand extends client.Command
2817
2812
  .classBuilder()
2818
2813
  .ep(commonParams)
2819
2814
  .m(function (Command, cs, config, o) {
2820
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2815
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2821
2816
  })
2822
2817
  .s("AWSGlue", "StartWorkflowRun", {})
2823
2818
  .n("GlueClient", "StartWorkflowRunCommand")
@@ -2825,11 +2820,11 @@ class StartWorkflowRunCommand extends smithyClient.Command
2825
2820
  .build() {
2826
2821
  }
2827
2822
 
2828
- class StopColumnStatisticsTaskRunCommand extends smithyClient.Command
2823
+ class StopColumnStatisticsTaskRunCommand extends client.Command
2829
2824
  .classBuilder()
2830
2825
  .ep(commonParams)
2831
2826
  .m(function (Command, cs, config, o) {
2832
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2827
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2833
2828
  })
2834
2829
  .s("AWSGlue", "StopColumnStatisticsTaskRun", {})
2835
2830
  .n("GlueClient", "StopColumnStatisticsTaskRunCommand")
@@ -2837,11 +2832,11 @@ class StopColumnStatisticsTaskRunCommand extends smithyClient.Command
2837
2832
  .build() {
2838
2833
  }
2839
2834
 
2840
- class StopColumnStatisticsTaskRunScheduleCommand extends smithyClient.Command
2835
+ class StopColumnStatisticsTaskRunScheduleCommand extends client.Command
2841
2836
  .classBuilder()
2842
2837
  .ep(commonParams)
2843
2838
  .m(function (Command, cs, config, o) {
2844
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2839
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2845
2840
  })
2846
2841
  .s("AWSGlue", "StopColumnStatisticsTaskRunSchedule", {})
2847
2842
  .n("GlueClient", "StopColumnStatisticsTaskRunScheduleCommand")
@@ -2849,11 +2844,11 @@ class StopColumnStatisticsTaskRunScheduleCommand extends smithyClient.Command
2849
2844
  .build() {
2850
2845
  }
2851
2846
 
2852
- class StopCrawlerCommand extends smithyClient.Command
2847
+ class StopCrawlerCommand extends client.Command
2853
2848
  .classBuilder()
2854
2849
  .ep(commonParams)
2855
2850
  .m(function (Command, cs, config, o) {
2856
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2851
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2857
2852
  })
2858
2853
  .s("AWSGlue", "StopCrawler", {})
2859
2854
  .n("GlueClient", "StopCrawlerCommand")
@@ -2861,11 +2856,11 @@ class StopCrawlerCommand extends smithyClient.Command
2861
2856
  .build() {
2862
2857
  }
2863
2858
 
2864
- class StopCrawlerScheduleCommand extends smithyClient.Command
2859
+ class StopCrawlerScheduleCommand extends client.Command
2865
2860
  .classBuilder()
2866
2861
  .ep(commonParams)
2867
2862
  .m(function (Command, cs, config, o) {
2868
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2863
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2869
2864
  })
2870
2865
  .s("AWSGlue", "StopCrawlerSchedule", {})
2871
2866
  .n("GlueClient", "StopCrawlerScheduleCommand")
@@ -2873,11 +2868,11 @@ class StopCrawlerScheduleCommand extends smithyClient.Command
2873
2868
  .build() {
2874
2869
  }
2875
2870
 
2876
- class StopMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
2871
+ class StopMaterializedViewRefreshTaskRunCommand extends client.Command
2877
2872
  .classBuilder()
2878
2873
  .ep(commonParams)
2879
2874
  .m(function (Command, cs, config, o) {
2880
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2875
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2881
2876
  })
2882
2877
  .s("AWSGlue", "StopMaterializedViewRefreshTaskRun", {})
2883
2878
  .n("GlueClient", "StopMaterializedViewRefreshTaskRunCommand")
@@ -2885,11 +2880,11 @@ class StopMaterializedViewRefreshTaskRunCommand extends smithyClient.Command
2885
2880
  .build() {
2886
2881
  }
2887
2882
 
2888
- class StopSessionCommand extends smithyClient.Command
2883
+ class StopSessionCommand extends client.Command
2889
2884
  .classBuilder()
2890
2885
  .ep(commonParams)
2891
2886
  .m(function (Command, cs, config, o) {
2892
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2887
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2893
2888
  })
2894
2889
  .s("AWSGlue", "StopSession", {})
2895
2890
  .n("GlueClient", "StopSessionCommand")
@@ -2897,11 +2892,11 @@ class StopSessionCommand extends smithyClient.Command
2897
2892
  .build() {
2898
2893
  }
2899
2894
 
2900
- class StopTriggerCommand extends smithyClient.Command
2895
+ class StopTriggerCommand extends client.Command
2901
2896
  .classBuilder()
2902
2897
  .ep(commonParams)
2903
2898
  .m(function (Command, cs, config, o) {
2904
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2899
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2905
2900
  })
2906
2901
  .s("AWSGlue", "StopTrigger", {})
2907
2902
  .n("GlueClient", "StopTriggerCommand")
@@ -2909,11 +2904,11 @@ class StopTriggerCommand extends smithyClient.Command
2909
2904
  .build() {
2910
2905
  }
2911
2906
 
2912
- class StopWorkflowRunCommand extends smithyClient.Command
2907
+ class StopWorkflowRunCommand extends client.Command
2913
2908
  .classBuilder()
2914
2909
  .ep(commonParams)
2915
2910
  .m(function (Command, cs, config, o) {
2916
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2911
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2917
2912
  })
2918
2913
  .s("AWSGlue", "StopWorkflowRun", {})
2919
2914
  .n("GlueClient", "StopWorkflowRunCommand")
@@ -2921,11 +2916,11 @@ class StopWorkflowRunCommand extends smithyClient.Command
2921
2916
  .build() {
2922
2917
  }
2923
2918
 
2924
- class TagResourceCommand extends smithyClient.Command
2919
+ class TagResourceCommand extends client.Command
2925
2920
  .classBuilder()
2926
2921
  .ep(commonParams)
2927
2922
  .m(function (Command, cs, config, o) {
2928
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2923
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2929
2924
  })
2930
2925
  .s("AWSGlue", "TagResource", {})
2931
2926
  .n("GlueClient", "TagResourceCommand")
@@ -2933,11 +2928,11 @@ class TagResourceCommand extends smithyClient.Command
2933
2928
  .build() {
2934
2929
  }
2935
2930
 
2936
- class TestConnectionCommand extends smithyClient.Command
2931
+ class TestConnectionCommand extends client.Command
2937
2932
  .classBuilder()
2938
2933
  .ep(commonParams)
2939
2934
  .m(function (Command, cs, config, o) {
2940
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2935
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2941
2936
  })
2942
2937
  .s("AWSGlue", "TestConnection", {})
2943
2938
  .n("GlueClient", "TestConnectionCommand")
@@ -2945,11 +2940,11 @@ class TestConnectionCommand extends smithyClient.Command
2945
2940
  .build() {
2946
2941
  }
2947
2942
 
2948
- class UntagResourceCommand extends smithyClient.Command
2943
+ class UntagResourceCommand extends client.Command
2949
2944
  .classBuilder()
2950
2945
  .ep(commonParams)
2951
2946
  .m(function (Command, cs, config, o) {
2952
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2947
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2953
2948
  })
2954
2949
  .s("AWSGlue", "UntagResource", {})
2955
2950
  .n("GlueClient", "UntagResourceCommand")
@@ -2957,11 +2952,11 @@ class UntagResourceCommand extends smithyClient.Command
2957
2952
  .build() {
2958
2953
  }
2959
2954
 
2960
- class UpdateBlueprintCommand extends smithyClient.Command
2955
+ class UpdateBlueprintCommand extends client.Command
2961
2956
  .classBuilder()
2962
2957
  .ep(commonParams)
2963
2958
  .m(function (Command, cs, config, o) {
2964
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2959
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2965
2960
  })
2966
2961
  .s("AWSGlue", "UpdateBlueprint", {})
2967
2962
  .n("GlueClient", "UpdateBlueprintCommand")
@@ -2969,11 +2964,11 @@ class UpdateBlueprintCommand extends smithyClient.Command
2969
2964
  .build() {
2970
2965
  }
2971
2966
 
2972
- class UpdateCatalogCommand extends smithyClient.Command
2967
+ class UpdateCatalogCommand extends client.Command
2973
2968
  .classBuilder()
2974
2969
  .ep(commonParams)
2975
2970
  .m(function (Command, cs, config, o) {
2976
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2971
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2977
2972
  })
2978
2973
  .s("AWSGlue", "UpdateCatalog", {})
2979
2974
  .n("GlueClient", "UpdateCatalogCommand")
@@ -2981,11 +2976,11 @@ class UpdateCatalogCommand extends smithyClient.Command
2981
2976
  .build() {
2982
2977
  }
2983
2978
 
2984
- class UpdateClassifierCommand extends smithyClient.Command
2979
+ class UpdateClassifierCommand extends client.Command
2985
2980
  .classBuilder()
2986
2981
  .ep(commonParams)
2987
2982
  .m(function (Command, cs, config, o) {
2988
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2983
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2989
2984
  })
2990
2985
  .s("AWSGlue", "UpdateClassifier", {})
2991
2986
  .n("GlueClient", "UpdateClassifierCommand")
@@ -2993,11 +2988,11 @@ class UpdateClassifierCommand extends smithyClient.Command
2993
2988
  .build() {
2994
2989
  }
2995
2990
 
2996
- class UpdateColumnStatisticsForPartitionCommand extends smithyClient.Command
2991
+ class UpdateColumnStatisticsForPartitionCommand extends client.Command
2997
2992
  .classBuilder()
2998
2993
  .ep(commonParams)
2999
2994
  .m(function (Command, cs, config, o) {
3000
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2995
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3001
2996
  })
3002
2997
  .s("AWSGlue", "UpdateColumnStatisticsForPartition", {})
3003
2998
  .n("GlueClient", "UpdateColumnStatisticsForPartitionCommand")
@@ -3005,11 +3000,11 @@ class UpdateColumnStatisticsForPartitionCommand extends smithyClient.Command
3005
3000
  .build() {
3006
3001
  }
3007
3002
 
3008
- class UpdateColumnStatisticsForTableCommand extends smithyClient.Command
3003
+ class UpdateColumnStatisticsForTableCommand extends client.Command
3009
3004
  .classBuilder()
3010
3005
  .ep(commonParams)
3011
3006
  .m(function (Command, cs, config, o) {
3012
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3007
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3013
3008
  })
3014
3009
  .s("AWSGlue", "UpdateColumnStatisticsForTable", {})
3015
3010
  .n("GlueClient", "UpdateColumnStatisticsForTableCommand")
@@ -3017,11 +3012,11 @@ class UpdateColumnStatisticsForTableCommand extends smithyClient.Command
3017
3012
  .build() {
3018
3013
  }
3019
3014
 
3020
- class UpdateColumnStatisticsTaskSettingsCommand extends smithyClient.Command
3015
+ class UpdateColumnStatisticsTaskSettingsCommand extends client.Command
3021
3016
  .classBuilder()
3022
3017
  .ep(commonParams)
3023
3018
  .m(function (Command, cs, config, o) {
3024
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3019
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3025
3020
  })
3026
3021
  .s("AWSGlue", "UpdateColumnStatisticsTaskSettings", {})
3027
3022
  .n("GlueClient", "UpdateColumnStatisticsTaskSettingsCommand")
@@ -3029,11 +3024,11 @@ class UpdateColumnStatisticsTaskSettingsCommand extends smithyClient.Command
3029
3024
  .build() {
3030
3025
  }
3031
3026
 
3032
- class UpdateConnectionCommand extends smithyClient.Command
3027
+ class UpdateConnectionCommand extends client.Command
3033
3028
  .classBuilder()
3034
3029
  .ep(commonParams)
3035
3030
  .m(function (Command, cs, config, o) {
3036
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3031
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3037
3032
  })
3038
3033
  .s("AWSGlue", "UpdateConnection", {})
3039
3034
  .n("GlueClient", "UpdateConnectionCommand")
@@ -3041,11 +3036,11 @@ class UpdateConnectionCommand extends smithyClient.Command
3041
3036
  .build() {
3042
3037
  }
3043
3038
 
3044
- class UpdateCrawlerCommand extends smithyClient.Command
3039
+ class UpdateCrawlerCommand extends client.Command
3045
3040
  .classBuilder()
3046
3041
  .ep(commonParams)
3047
3042
  .m(function (Command, cs, config, o) {
3048
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3043
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3049
3044
  })
3050
3045
  .s("AWSGlue", "UpdateCrawler", {})
3051
3046
  .n("GlueClient", "UpdateCrawlerCommand")
@@ -3053,11 +3048,11 @@ class UpdateCrawlerCommand extends smithyClient.Command
3053
3048
  .build() {
3054
3049
  }
3055
3050
 
3056
- class UpdateCrawlerScheduleCommand extends smithyClient.Command
3051
+ class UpdateCrawlerScheduleCommand extends client.Command
3057
3052
  .classBuilder()
3058
3053
  .ep(commonParams)
3059
3054
  .m(function (Command, cs, config, o) {
3060
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3055
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3061
3056
  })
3062
3057
  .s("AWSGlue", "UpdateCrawlerSchedule", {})
3063
3058
  .n("GlueClient", "UpdateCrawlerScheduleCommand")
@@ -3065,11 +3060,11 @@ class UpdateCrawlerScheduleCommand extends smithyClient.Command
3065
3060
  .build() {
3066
3061
  }
3067
3062
 
3068
- class UpdateDatabaseCommand extends smithyClient.Command
3063
+ class UpdateDatabaseCommand extends client.Command
3069
3064
  .classBuilder()
3070
3065
  .ep(commonParams)
3071
3066
  .m(function (Command, cs, config, o) {
3072
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3067
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3073
3068
  })
3074
3069
  .s("AWSGlue", "UpdateDatabase", {})
3075
3070
  .n("GlueClient", "UpdateDatabaseCommand")
@@ -3077,11 +3072,11 @@ class UpdateDatabaseCommand extends smithyClient.Command
3077
3072
  .build() {
3078
3073
  }
3079
3074
 
3080
- class UpdateDataQualityRulesetCommand extends smithyClient.Command
3075
+ class UpdateDataQualityRulesetCommand extends client.Command
3081
3076
  .classBuilder()
3082
3077
  .ep(commonParams)
3083
3078
  .m(function (Command, cs, config, o) {
3084
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3079
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3085
3080
  })
3086
3081
  .s("AWSGlue", "UpdateDataQualityRuleset", {})
3087
3082
  .n("GlueClient", "UpdateDataQualityRulesetCommand")
@@ -3089,11 +3084,11 @@ class UpdateDataQualityRulesetCommand extends smithyClient.Command
3089
3084
  .build() {
3090
3085
  }
3091
3086
 
3092
- class UpdateDevEndpointCommand extends smithyClient.Command
3087
+ class UpdateDevEndpointCommand extends client.Command
3093
3088
  .classBuilder()
3094
3089
  .ep(commonParams)
3095
3090
  .m(function (Command, cs, config, o) {
3096
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3091
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3097
3092
  })
3098
3093
  .s("AWSGlue", "UpdateDevEndpoint", {})
3099
3094
  .n("GlueClient", "UpdateDevEndpointCommand")
@@ -3101,11 +3096,11 @@ class UpdateDevEndpointCommand extends smithyClient.Command
3101
3096
  .build() {
3102
3097
  }
3103
3098
 
3104
- class UpdateGlueIdentityCenterConfigurationCommand extends smithyClient.Command
3099
+ class UpdateGlueIdentityCenterConfigurationCommand extends client.Command
3105
3100
  .classBuilder()
3106
3101
  .ep(commonParams)
3107
3102
  .m(function (Command, cs, config, o) {
3108
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3103
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3109
3104
  })
3110
3105
  .s("AWSGlue", "UpdateGlueIdentityCenterConfiguration", {})
3111
3106
  .n("GlueClient", "UpdateGlueIdentityCenterConfigurationCommand")
@@ -3113,11 +3108,11 @@ class UpdateGlueIdentityCenterConfigurationCommand extends smithyClient.Command
3113
3108
  .build() {
3114
3109
  }
3115
3110
 
3116
- class UpdateIntegrationResourcePropertyCommand extends smithyClient.Command
3111
+ class UpdateIntegrationResourcePropertyCommand extends client.Command
3117
3112
  .classBuilder()
3118
3113
  .ep(commonParams)
3119
3114
  .m(function (Command, cs, config, o) {
3120
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3115
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3121
3116
  })
3122
3117
  .s("AWSGlue", "UpdateIntegrationResourceProperty", {})
3123
3118
  .n("GlueClient", "UpdateIntegrationResourcePropertyCommand")
@@ -3125,11 +3120,11 @@ class UpdateIntegrationResourcePropertyCommand extends smithyClient.Command
3125
3120
  .build() {
3126
3121
  }
3127
3122
 
3128
- class UpdateIntegrationTablePropertiesCommand extends smithyClient.Command
3123
+ class UpdateIntegrationTablePropertiesCommand extends client.Command
3129
3124
  .classBuilder()
3130
3125
  .ep(commonParams)
3131
3126
  .m(function (Command, cs, config, o) {
3132
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3127
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3133
3128
  })
3134
3129
  .s("AWSGlue", "UpdateIntegrationTableProperties", {})
3135
3130
  .n("GlueClient", "UpdateIntegrationTablePropertiesCommand")
@@ -3137,11 +3132,11 @@ class UpdateIntegrationTablePropertiesCommand extends smithyClient.Command
3137
3132
  .build() {
3138
3133
  }
3139
3134
 
3140
- class UpdateJobCommand extends smithyClient.Command
3135
+ class UpdateJobCommand extends client.Command
3141
3136
  .classBuilder()
3142
3137
  .ep(commonParams)
3143
3138
  .m(function (Command, cs, config, o) {
3144
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3139
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3145
3140
  })
3146
3141
  .s("AWSGlue", "UpdateJob", {})
3147
3142
  .n("GlueClient", "UpdateJobCommand")
@@ -3149,11 +3144,11 @@ class UpdateJobCommand extends smithyClient.Command
3149
3144
  .build() {
3150
3145
  }
3151
3146
 
3152
- class UpdateJobFromSourceControlCommand extends smithyClient.Command
3147
+ class UpdateJobFromSourceControlCommand extends client.Command
3153
3148
  .classBuilder()
3154
3149
  .ep(commonParams)
3155
3150
  .m(function (Command, cs, config, o) {
3156
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3151
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3157
3152
  })
3158
3153
  .s("AWSGlue", "UpdateJobFromSourceControl", {})
3159
3154
  .n("GlueClient", "UpdateJobFromSourceControlCommand")
@@ -3161,11 +3156,11 @@ class UpdateJobFromSourceControlCommand extends smithyClient.Command
3161
3156
  .build() {
3162
3157
  }
3163
3158
 
3164
- class UpdateMLTransformCommand extends smithyClient.Command
3159
+ class UpdateMLTransformCommand extends client.Command
3165
3160
  .classBuilder()
3166
3161
  .ep(commonParams)
3167
3162
  .m(function (Command, cs, config, o) {
3168
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3163
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3169
3164
  })
3170
3165
  .s("AWSGlue", "UpdateMLTransform", {})
3171
3166
  .n("GlueClient", "UpdateMLTransformCommand")
@@ -3173,11 +3168,11 @@ class UpdateMLTransformCommand extends smithyClient.Command
3173
3168
  .build() {
3174
3169
  }
3175
3170
 
3176
- class UpdatePartitionCommand extends smithyClient.Command
3171
+ class UpdatePartitionCommand extends client.Command
3177
3172
  .classBuilder()
3178
3173
  .ep(commonParams)
3179
3174
  .m(function (Command, cs, config, o) {
3180
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3175
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3181
3176
  })
3182
3177
  .s("AWSGlue", "UpdatePartition", {})
3183
3178
  .n("GlueClient", "UpdatePartitionCommand")
@@ -3185,11 +3180,11 @@ class UpdatePartitionCommand extends smithyClient.Command
3185
3180
  .build() {
3186
3181
  }
3187
3182
 
3188
- class UpdateRegistryCommand extends smithyClient.Command
3183
+ class UpdateRegistryCommand extends client.Command
3189
3184
  .classBuilder()
3190
3185
  .ep(commonParams)
3191
3186
  .m(function (Command, cs, config, o) {
3192
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3187
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3193
3188
  })
3194
3189
  .s("AWSGlue", "UpdateRegistry", {})
3195
3190
  .n("GlueClient", "UpdateRegistryCommand")
@@ -3197,11 +3192,11 @@ class UpdateRegistryCommand extends smithyClient.Command
3197
3192
  .build() {
3198
3193
  }
3199
3194
 
3200
- class UpdateSchemaCommand extends smithyClient.Command
3195
+ class UpdateSchemaCommand extends client.Command
3201
3196
  .classBuilder()
3202
3197
  .ep(commonParams)
3203
3198
  .m(function (Command, cs, config, o) {
3204
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3199
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3205
3200
  })
3206
3201
  .s("AWSGlue", "UpdateSchema", {})
3207
3202
  .n("GlueClient", "UpdateSchemaCommand")
@@ -3209,11 +3204,11 @@ class UpdateSchemaCommand extends smithyClient.Command
3209
3204
  .build() {
3210
3205
  }
3211
3206
 
3212
- class UpdateSourceControlFromJobCommand extends smithyClient.Command
3207
+ class UpdateSourceControlFromJobCommand extends client.Command
3213
3208
  .classBuilder()
3214
3209
  .ep(commonParams)
3215
3210
  .m(function (Command, cs, config, o) {
3216
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3211
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3217
3212
  })
3218
3213
  .s("AWSGlue", "UpdateSourceControlFromJob", {})
3219
3214
  .n("GlueClient", "UpdateSourceControlFromJobCommand")
@@ -3221,11 +3216,11 @@ class UpdateSourceControlFromJobCommand extends smithyClient.Command
3221
3216
  .build() {
3222
3217
  }
3223
3218
 
3224
- class UpdateTableCommand extends smithyClient.Command
3219
+ class UpdateTableCommand extends client.Command
3225
3220
  .classBuilder()
3226
3221
  .ep(commonParams)
3227
3222
  .m(function (Command, cs, config, o) {
3228
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3223
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3229
3224
  })
3230
3225
  .s("AWSGlue", "UpdateTable", {})
3231
3226
  .n("GlueClient", "UpdateTableCommand")
@@ -3233,11 +3228,11 @@ class UpdateTableCommand extends smithyClient.Command
3233
3228
  .build() {
3234
3229
  }
3235
3230
 
3236
- class UpdateTableOptimizerCommand extends smithyClient.Command
3231
+ class UpdateTableOptimizerCommand extends client.Command
3237
3232
  .classBuilder()
3238
3233
  .ep(commonParams)
3239
3234
  .m(function (Command, cs, config, o) {
3240
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3235
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3241
3236
  })
3242
3237
  .s("AWSGlue", "UpdateTableOptimizer", {})
3243
3238
  .n("GlueClient", "UpdateTableOptimizerCommand")
@@ -3245,11 +3240,11 @@ class UpdateTableOptimizerCommand extends smithyClient.Command
3245
3240
  .build() {
3246
3241
  }
3247
3242
 
3248
- class UpdateTriggerCommand extends smithyClient.Command
3243
+ class UpdateTriggerCommand extends client.Command
3249
3244
  .classBuilder()
3250
3245
  .ep(commonParams)
3251
3246
  .m(function (Command, cs, config, o) {
3252
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3247
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3253
3248
  })
3254
3249
  .s("AWSGlue", "UpdateTrigger", {})
3255
3250
  .n("GlueClient", "UpdateTriggerCommand")
@@ -3257,11 +3252,11 @@ class UpdateTriggerCommand extends smithyClient.Command
3257
3252
  .build() {
3258
3253
  }
3259
3254
 
3260
- class UpdateUsageProfileCommand extends smithyClient.Command
3255
+ class UpdateUsageProfileCommand extends client.Command
3261
3256
  .classBuilder()
3262
3257
  .ep(commonParams)
3263
3258
  .m(function (Command, cs, config, o) {
3264
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3259
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3265
3260
  })
3266
3261
  .s("AWSGlue", "UpdateUsageProfile", {})
3267
3262
  .n("GlueClient", "UpdateUsageProfileCommand")
@@ -3269,11 +3264,11 @@ class UpdateUsageProfileCommand extends smithyClient.Command
3269
3264
  .build() {
3270
3265
  }
3271
3266
 
3272
- class UpdateUserDefinedFunctionCommand extends smithyClient.Command
3267
+ class UpdateUserDefinedFunctionCommand extends client.Command
3273
3268
  .classBuilder()
3274
3269
  .ep(commonParams)
3275
3270
  .m(function (Command, cs, config, o) {
3276
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3271
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3277
3272
  })
3278
3273
  .s("AWSGlue", "UpdateUserDefinedFunction", {})
3279
3274
  .n("GlueClient", "UpdateUserDefinedFunctionCommand")
@@ -3281,11 +3276,11 @@ class UpdateUserDefinedFunctionCommand extends smithyClient.Command
3281
3276
  .build() {
3282
3277
  }
3283
3278
 
3284
- class UpdateWorkflowCommand extends smithyClient.Command
3279
+ class UpdateWorkflowCommand extends client.Command
3285
3280
  .classBuilder()
3286
3281
  .ep(commonParams)
3287
3282
  .m(function (Command, cs, config, o) {
3288
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3283
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3289
3284
  })
3290
3285
  .s("AWSGlue", "UpdateWorkflow", {})
3291
3286
  .n("GlueClient", "UpdateWorkflowCommand")
@@ -3702,7 +3697,7 @@ const paginators = {
3702
3697
  };
3703
3698
  class Glue extends GlueClient {
3704
3699
  }
3705
- smithyClient.createAggregatedClient(commands, Glue, { paginators });
3700
+ client.createAggregatedClient(commands, Glue, { paginators });
3706
3701
 
3707
3702
  const AdditionalOptionKeys = {
3708
3703
  CacheOption: "performanceTuning.caching",
@@ -4676,8 +4671,8 @@ const ViewUpdateAction = {
4676
4671
  REPLACE: "REPLACE",
4677
4672
  };
4678
4673
 
4679
- exports.$Command = smithyClient.Command;
4680
- exports.__Client = smithyClient.Client;
4674
+ exports.$Command = client.Command;
4675
+ exports.__Client = client.Client;
4681
4676
  exports.GlueServiceException = GlueServiceException.GlueServiceException;
4682
4677
  exports.AdditionalOptionKeys = AdditionalOptionKeys;
4683
4678
  exports.AggFunction = AggFunction;