@rio-cloud/cdk-v2-constructs 6.11.0 → 6.12.0

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 (3059) hide show
  1. package/.jsii +144 -45
  2. package/docs/API.md +138 -0
  3. package/docs/changelog.md +9 -0
  4. package/esbuild.mjs +4 -0
  5. package/lib/datadogv2/datadog-lambda-instrumentation.d.ts +1 -0
  6. package/lib/datadogv2/datadog-lambda-instrumentation.js +7 -13
  7. package/lib/datadogv2/datadog-shared-secrets.d.ts +19 -0
  8. package/lib/datadogv2/datadog-shared-secrets.js +86 -0
  9. package/lib/datadogv2/index.d.ts +1 -0
  10. package/lib/datadogv2/index.js +2 -1
  11. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +24031 -0
  12. package/lib/datadogv2/secret-locator-custom-resource/on-create.d.ts +3 -0
  13. package/lib/datadogv2/secret-locator-custom-resource/on-create.js +42 -0
  14. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +4499 -4310
  15. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +4499 -4310
  16. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +1947 -1834
  17. package/lib/fargate/rio-fargate-service-blue-green-alpha.js +10 -16
  18. package/node_modules/@aws-sdk/client-cloudformation/README.md +2 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +6 -2
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +94 -264
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +2 -1
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +12 -18
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +1 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +1 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +1 -3
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +1 -3
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +1 -3
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +1 -3
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +1 -3
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +1 -3
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +1 -3
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +1 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +1 -3
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +1 -3
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +1 -3
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +1 -3
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +1 -3
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +1 -3
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +1 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +1 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +1 -3
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +1 -3
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +1 -3
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +1 -3
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +1 -3
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +1 -3
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +1 -3
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +1 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +1 -3
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +1 -3
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +1 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +1 -3
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +1 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +1 -3
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +1 -3
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +1 -3
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +1 -3
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +1 -3
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +1 -3
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +1 -3
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +1 -3
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +1 -3
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +1 -3
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +1 -3
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +1 -3
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +1 -3
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +1 -3
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +1 -3
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +1 -3
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +1 -3
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +1 -3
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +1 -3
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +1 -3
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +1 -3
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +1 -3
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +1 -3
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +1 -3
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +1 -3
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +1 -3
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +1 -3
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +1 -3
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +1 -3
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +1 -3
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +1 -3
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +1 -3
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +1 -3
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +1 -3
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +1 -3
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +1 -3
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +1 -3
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +1 -3
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +1 -3
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +1 -3
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +1 -3
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +1 -3
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +1 -3
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +1 -3
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +1 -3
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +1 -3
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +1 -3
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +1 -3
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +1 -3
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +1 -3
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +7 -3
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +2 -2
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +3 -2
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +2 -1
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +4 -5
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +14 -3
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +15 -6
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -4
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +13 -2
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +21 -8
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +30 -13
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +14 -2
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +16 -2
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +15 -4
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +11 -0
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +14 -2
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +17 -4
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +17 -4
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +11 -0
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +16 -2
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +11 -0
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +13 -2
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +21 -8
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +13 -3
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +15 -3
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +13 -2
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +15 -3
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +15 -3
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +17 -5
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +11 -0
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +22 -8
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -5
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +13 -2
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +13 -2
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +22 -7
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +25 -12
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +11 -0
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +11 -0
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +15 -3
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +14 -2
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +18 -5
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +32 -16
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +23 -9
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +35 -18
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +14 -2
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +20 -9
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +15 -3
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +13 -2
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +15 -3
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +19 -7
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +15 -3
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +14 -2
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +16 -5
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +11 -0
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +15 -4
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +13 -2
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +15 -3
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +13 -1
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +14 -2
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +14 -3
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +13 -2
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +11 -0
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +11 -0
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +11 -0
  171. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +21 -8
  172. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +15 -4
  173. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +11 -0
  174. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +11 -0
  175. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +13 -1
  176. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +18 -5
  177. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +13 -2
  178. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +17 -4
  179. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +26 -10
  180. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +19 -6
  181. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +11 -0
  182. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +23 -7
  183. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +13 -1
  184. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +16 -4
  185. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +13 -2
  186. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +11 -0
  187. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +30 -16
  188. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +15 -3
  189. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +18 -6
  190. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +25 -12
  191. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +17 -3
  192. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +18 -6
  193. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +14 -3
  194. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
  195. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2118 -1689
  196. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +425 -351
  197. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +6 -3
  198. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +6 -3
  199. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +6 -3
  200. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -8
  201. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +12 -1
  202. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +12 -1
  203. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +12 -1
  204. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +12 -1
  205. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +12 -1
  206. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +12 -1
  207. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +12 -1
  208. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +12 -1
  209. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +12 -1
  210. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +12 -1
  211. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +12 -1
  212. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +12 -1
  213. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +12 -1
  214. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +12 -1
  215. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +12 -1
  216. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +12 -1
  217. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +12 -1
  218. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +12 -1
  219. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -1
  220. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +12 -1
  221. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +12 -1
  222. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +12 -1
  223. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +12 -1
  224. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +12 -1
  225. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +12 -1
  226. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +12 -1
  227. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +12 -1
  228. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +12 -1
  229. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +12 -1
  230. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +12 -1
  231. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +12 -1
  232. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +12 -1
  233. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +12 -1
  234. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +12 -1
  235. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +12 -1
  236. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +12 -1
  237. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +12 -1
  238. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +12 -1
  239. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +12 -1
  240. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +12 -1
  241. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +12 -1
  242. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +12 -1
  243. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +12 -1
  244. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +12 -1
  245. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +12 -1
  246. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +12 -1
  247. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +12 -1
  248. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +12 -1
  249. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +12 -1
  250. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
  251. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +12 -1
  252. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +12 -1
  253. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +12 -1
  254. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +12 -1
  255. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +12 -1
  256. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +12 -1
  257. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +12 -1
  258. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +12 -1
  259. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +12 -1
  260. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +12 -1
  261. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +12 -1
  262. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +12 -1
  263. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +12 -1
  264. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +12 -1
  265. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +12 -1
  266. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +12 -1
  267. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +12 -1
  268. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +12 -1
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +12 -1
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +12 -1
  271. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +12 -1
  272. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +12 -1
  273. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +12 -1
  274. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +12 -1
  275. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +12 -1
  276. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +12 -1
  277. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +12 -1
  278. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +12 -1
  279. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +12 -1
  280. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +12 -1
  281. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +12 -1
  282. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +12 -1
  283. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  284. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  285. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  286. package/node_modules/@aws-sdk/client-cloudformation/package.json +37 -37
  287. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.browser.js +1 -1
  288. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +2 -1
  289. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.browser.js +2 -2
  290. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +3 -2
  291. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +2 -1
  292. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +2 -1
  293. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +2 -1
  294. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
  295. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  296. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
  297. package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
  298. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.browser.js +1 -1
  299. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.js +1 -1
  300. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.browser.js +2 -2
  301. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js +2 -2
  302. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +3 -1
  303. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +3 -1
  304. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -1
  305. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +210 -13
  306. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
  309. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
  310. package/node_modules/@aws-sdk/client-ecs/package.json +20 -20
  311. package/node_modules/@aws-sdk/client-organizations/README.md +716 -0
  312. package/node_modules/@aws-sdk/client-organizations/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  313. package/node_modules/@aws-sdk/client-organizations/dist-cjs/endpoint/ruleset.js +7 -0
  314. package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +4417 -0
  315. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.browser.js +39 -0
  316. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.js +50 -0
  317. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.shared.js +34 -0
  318. package/node_modules/@aws-sdk/client-organizations/dist-es/Organizations.js +117 -0
  319. package/node_modules/@aws-sdk/client-organizations/dist-es/OrganizationsClient.js +46 -0
  320. package/node_modules/@aws-sdk/client-organizations/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  321. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/AcceptHandshakeCommand.js +23 -0
  322. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/AttachPolicyCommand.js +22 -0
  323. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CancelHandshakeCommand.js +23 -0
  324. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CloseAccountCommand.js +22 -0
  325. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateAccountCommand.js +23 -0
  326. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateGovCloudAccountCommand.js +23 -0
  327. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateOrganizationCommand.js +23 -0
  328. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateOrganizationalUnitCommand.js +22 -0
  329. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreatePolicyCommand.js +22 -0
  330. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeclineHandshakeCommand.js +23 -0
  331. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteOrganizationCommand.js +22 -0
  332. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteOrganizationalUnitCommand.js +22 -0
  333. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeletePolicyCommand.js +22 -0
  334. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
  335. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +22 -0
  336. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeAccountCommand.js +23 -0
  337. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeCreateAccountStatusCommand.js +23 -0
  338. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeEffectivePolicyCommand.js +22 -0
  339. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeHandshakeCommand.js +23 -0
  340. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeOrganizationCommand.js +23 -0
  341. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeOrganizationalUnitCommand.js +22 -0
  342. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribePolicyCommand.js +22 -0
  343. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeResourcePolicyCommand.js +22 -0
  344. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DetachPolicyCommand.js +22 -0
  345. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DisableAWSServiceAccessCommand.js +22 -0
  346. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DisablePolicyTypeCommand.js +22 -0
  347. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnableAWSServiceAccessCommand.js +22 -0
  348. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnableAllFeaturesCommand.js +23 -0
  349. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnablePolicyTypeCommand.js +22 -0
  350. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/InviteAccountToOrganizationCommand.js +23 -0
  351. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/LeaveOrganizationCommand.js +22 -0
  352. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +22 -0
  353. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAccountsCommand.js +23 -0
  354. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAccountsForParentCommand.js +23 -0
  355. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListChildrenCommand.js +22 -0
  356. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListCreateAccountStatusCommand.js +23 -0
  357. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListDelegatedAdministratorsCommand.js +23 -0
  358. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListDelegatedServicesForAccountCommand.js +22 -0
  359. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListHandshakesForAccountCommand.js +23 -0
  360. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListHandshakesForOrganizationCommand.js +23 -0
  361. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +22 -0
  362. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListParentsCommand.js +22 -0
  363. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListPoliciesCommand.js +22 -0
  364. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListPoliciesForTargetCommand.js +22 -0
  365. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListRootsCommand.js +22 -0
  366. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  367. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListTargetsForPolicyCommand.js +22 -0
  368. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/MoveAccountCommand.js +22 -0
  369. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/PutResourcePolicyCommand.js +22 -0
  370. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/RegisterDelegatedAdministratorCommand.js +22 -0
  371. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/RemoveAccountFromOrganizationCommand.js +22 -0
  372. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/TagResourceCommand.js +22 -0
  373. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UntagResourceCommand.js +22 -0
  374. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UpdateOrganizationalUnitCommand.js +22 -0
  375. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UpdatePolicyCommand.js +22 -0
  376. package/node_modules/@aws-sdk/client-organizations/dist-es/commands/index.js +55 -0
  377. package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/EndpointParameters.js +14 -0
  378. package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/ruleset.js +4 -0
  379. package/node_modules/@aws-sdk/client-organizations/dist-es/index.js +6 -0
  380. package/node_modules/@aws-sdk/client-organizations/dist-es/models/OrganizationsServiceException.js +8 -0
  381. package/node_modules/@aws-sdk/client-organizations/dist-es/models/models_0.js +926 -0
  382. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAWSServiceAccessForOrganizationPaginator.js +4 -0
  383. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAccountsForParentPaginator.js +4 -0
  384. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAccountsPaginator.js +4 -0
  385. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListChildrenPaginator.js +4 -0
  386. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListCreateAccountStatusPaginator.js +4 -0
  387. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListDelegatedAdministratorsPaginator.js +4 -0
  388. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListDelegatedServicesForAccountPaginator.js +4 -0
  389. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListHandshakesForAccountPaginator.js +4 -0
  390. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListHandshakesForOrganizationPaginator.js +4 -0
  391. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListOrganizationalUnitsForParentPaginator.js +4 -0
  392. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListParentsPaginator.js +4 -0
  393. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListPoliciesForTargetPaginator.js +4 -0
  394. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListPoliciesPaginator.js +4 -0
  395. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListRootsPaginator.js +4 -0
  396. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListTagsForResourcePaginator.js +4 -0
  397. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListTargetsForPolicyPaginator.js +4 -0
  398. package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/index.js +17 -0
  399. package/node_modules/@aws-sdk/client-organizations/dist-es/protocols/Aws_json1_1.js +1842 -0
  400. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.browser.js +34 -0
  401. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.js +45 -0
  402. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.shared.js +30 -0
  403. package/node_modules/@aws-sdk/client-organizations/dist-types/Organizations.d.ts +480 -0
  404. package/node_modules/@aws-sdk/client-organizations/dist-types/OrganizationsClient.d.ts +295 -0
  405. package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  406. package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  407. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AcceptHandshakeCommand.d.ts +389 -0
  408. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AttachPolicyCommand.d.ts +473 -0
  409. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CancelHandshakeCommand.d.ts +300 -0
  410. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +453 -0
  411. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateAccountCommand.d.ts +513 -0
  412. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateGovCloudAccountCommand.d.ts +545 -0
  413. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationCommand.d.ts +478 -0
  414. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +443 -0
  415. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreatePolicyCommand.d.ts +467 -0
  416. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeclineHandshakeCommand.d.ts +296 -0
  417. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationCommand.d.ts +199 -0
  418. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +220 -0
  419. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeletePolicyCommand.d.ts +224 -0
  420. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteResourcePolicyCommand.d.ts +292 -0
  421. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +417 -0
  422. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeAccountCommand.d.ts +231 -0
  423. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +233 -0
  424. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +418 -0
  425. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeHandshakeCommand.d.ts +283 -0
  426. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationCommand.d.ts +139 -0
  427. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +225 -0
  428. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribePolicyCommand.d.ts +239 -0
  429. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeResourcePolicyCommand.d.ts +298 -0
  430. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DetachPolicyCommand.d.ts +437 -0
  431. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +449 -0
  432. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisablePolicyTypeCommand.d.ts +454 -0
  433. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +414 -0
  434. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAllFeaturesCommand.d.ts +340 -0
  435. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnablePolicyTypeCommand.d.ts +462 -0
  436. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +594 -0
  437. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/LeaveOrganizationCommand.d.ts +474 -0
  438. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +407 -0
  439. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsCommand.d.ts +269 -0
  440. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsForParentCommand.d.ts +260 -0
  441. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListChildrenCommand.d.ts +245 -0
  442. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListCreateAccountStatusCommand.d.ts +277 -0
  443. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +410 -0
  444. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +412 -0
  445. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForAccountCommand.d.ts +300 -0
  446. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +349 -0
  447. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +244 -0
  448. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListParentsCommand.d.ts +243 -0
  449. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesCommand.d.ts +261 -0
  450. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesForTargetCommand.d.ts +253 -0
  451. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListRootsCommand.d.ts +252 -0
  452. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTagsForResourceCommand.d.ts +223 -0
  453. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTargetsForPolicyCommand.d.ts +257 -0
  454. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/MoveAccountCommand.d.ts +230 -0
  455. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/PutResourcePolicyCommand.d.ts +410 -0
  456. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +413 -0
  457. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +443 -0
  458. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/TagResourceCommand.d.ts +419 -0
  459. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UntagResourceCommand.d.ts +416 -0
  460. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +235 -0
  461. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdatePolicyCommand.d.ts +485 -0
  462. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/index.d.ts +55 -0
  463. package/node_modules/@aws-sdk/client-organizations/dist-types/extensionConfiguration.d.ts +9 -0
  464. package/node_modules/@aws-sdk/client-organizations/dist-types/index.d.ts +85 -0
  465. package/node_modules/@aws-sdk/client-organizations/dist-types/models/OrganizationsServiceException.d.ts +14 -0
  466. package/node_modules/@aws-sdk/client-organizations/dist-types/models/models_0.d.ts +4659 -0
  467. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/Interfaces.d.ts +8 -0
  468. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +7 -0
  469. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsForParentPaginator.d.ts +7 -0
  470. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
  471. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListChildrenPaginator.d.ts +7 -0
  472. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +7 -0
  473. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +7 -0
  474. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +7 -0
  475. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +7 -0
  476. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +7 -0
  477. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +7 -0
  478. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListParentsPaginator.d.ts +7 -0
  479. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +7 -0
  480. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesPaginator.d.ts +7 -0
  481. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListRootsPaginator.d.ts +7 -0
  482. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTagsForResourcePaginator.d.ts +7 -0
  483. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +7 -0
  484. package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/index.d.ts +17 -0
  485. package/node_modules/@aws-sdk/client-organizations/dist-types/protocols/Aws_json1_1.d.ts +497 -0
  486. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.browser.d.ts +48 -0
  487. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.d.ts +48 -0
  488. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.native.d.ts +47 -0
  489. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.shared.d.ts +21 -0
  490. package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeExtensions.d.ts +17 -0
  491. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/Organizations.d.ts +962 -0
  492. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/OrganizationsClient.d.ts +449 -0
  493. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  494. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  495. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +50 -0
  496. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +45 -0
  497. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +50 -0
  498. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +45 -0
  499. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +50 -0
  500. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +51 -0
  501. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +51 -0
  502. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +51 -0
  503. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +47 -0
  504. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +50 -0
  505. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +44 -0
  506. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +47 -0
  507. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +45 -0
  508. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +44 -0
  509. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +47 -0
  510. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +50 -0
  511. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +51 -0
  512. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +51 -0
  513. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +51 -0
  514. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +47 -0
  515. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +51 -0
  516. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +50 -0
  517. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +47 -0
  518. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +45 -0
  519. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +47 -0
  520. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +51 -0
  521. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +46 -0
  522. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +51 -0
  523. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +50 -0
  524. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +51 -0
  525. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +44 -0
  526. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +51 -0
  527. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
  528. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +51 -0
  529. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +47 -0
  530. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +51 -0
  531. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +51 -0
  532. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +51 -0
  533. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +51 -0
  534. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +51 -0
  535. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +51 -0
  536. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListParentsCommand.d.ts +47 -0
  537. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +47 -0
  538. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +51 -0
  539. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListRootsCommand.d.ts +47 -0
  540. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  541. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +51 -0
  542. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +45 -0
  543. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
  544. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +47 -0
  545. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +47 -0
  546. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  547. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  548. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +51 -0
  549. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +47 -0
  550. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/index.d.ts +55 -0
  551. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  552. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/index.d.ts +9 -0
  553. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/OrganizationsServiceException.d.ts +9 -0
  554. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/models_0.d.ts +1212 -0
  555. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  556. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +11 -0
  557. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +11 -0
  558. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
  559. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +11 -0
  560. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +11 -0
  561. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +11 -0
  562. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +11 -0
  563. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +11 -0
  564. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +11 -0
  565. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +11 -0
  566. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +11 -0
  567. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +11 -0
  568. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -0
  569. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +11 -0
  570. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -0
  571. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +11 -0
  572. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/index.d.ts +17 -0
  573. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +665 -0
  574. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  575. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  576. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  577. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  578. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  579. package/node_modules/@aws-sdk/client-organizations/package.json +101 -0
  580. package/node_modules/@aws-sdk/client-secrets-manager/README.md +415 -0
  581. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  582. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +7 -0
  583. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +1756 -0
  584. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +39 -0
  585. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +50 -0
  586. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +34 -0
  587. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +53 -0
  588. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +46 -0
  589. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  590. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +23 -0
  591. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +22 -0
  592. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +23 -0
  593. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
  594. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +22 -0
  595. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +22 -0
  596. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +23 -0
  597. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +22 -0
  598. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +23 -0
  599. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +22 -0
  600. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +22 -0
  601. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +22 -0
  602. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +23 -0
  603. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +22 -0
  604. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +22 -0
  605. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +22 -0
  606. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +22 -0
  607. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +22 -0
  608. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +22 -0
  609. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +22 -0
  610. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +23 -0
  611. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +22 -0
  612. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +22 -0
  613. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/index.js +23 -0
  614. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +14 -0
  615. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +4 -0
  616. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +6 -0
  617. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/SecretsManagerServiceException.js +8 -0
  618. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +210 -0
  619. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/BatchGetSecretValuePaginator.js +4 -0
  620. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/ListSecretVersionIdsPaginator.js +4 -0
  621. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/ListSecretsPaginator.js +4 -0
  622. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +4 -0
  623. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +834 -0
  624. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +34 -0
  625. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +45 -0
  626. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +30 -0
  627. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +199 -0
  628. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +217 -0
  629. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  630. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  631. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +197 -0
  632. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +135 -0
  633. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +206 -0
  634. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +124 -0
  635. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +149 -0
  636. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +174 -0
  637. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +130 -0
  638. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +128 -0
  639. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +151 -0
  640. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +149 -0
  641. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +192 -0
  642. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +136 -0
  643. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +177 -0
  644. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +117 -0
  645. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +150 -0
  646. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +124 -0
  647. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +164 -0
  648. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +106 -0
  649. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +139 -0
  650. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +129 -0
  651. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +210 -0
  652. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +184 -0
  653. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +147 -0
  654. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/index.d.ts +23 -0
  655. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/extensionConfiguration.d.ts +9 -0
  656. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +39 -0
  657. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/SecretsManagerServiceException.d.ts +14 -0
  658. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1986 -0
  659. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +7 -0
  660. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/Interfaces.d.ts +8 -0
  661. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +7 -0
  662. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +7 -0
  663. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +4 -0
  664. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +209 -0
  665. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +48 -0
  666. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +48 -0
  667. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +47 -0
  668. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +21 -0
  669. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeExtensions.d.ts +17 -0
  670. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +401 -0
  671. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +257 -0
  672. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  673. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  674. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +51 -0
  675. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +51 -0
  676. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +47 -0
  677. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
  678. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +47 -0
  679. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +50 -0
  680. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +51 -0
  681. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +51 -0
  682. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +50 -0
  683. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +51 -0
  684. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +47 -0
  685. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
  686. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +50 -0
  687. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +51 -0
  688. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +51 -0
  689. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +50 -0
  690. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +47 -0
  691. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +51 -0
  692. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  693. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  694. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +47 -0
  695. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +51 -0
  696. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +51 -0
  697. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/index.d.ts +23 -0
  698. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  699. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +9 -0
  700. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +9 -0
  701. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +446 -0
  702. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/BatchGetSecretValuePaginator.d.ts +11 -0
  703. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  704. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/ListSecretVersionIdsPaginator.d.ts +11 -0
  705. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/ListSecretsPaginator.d.ts +11 -0
  706. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +4 -0
  707. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -0
  708. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  709. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  710. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  711. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  712. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  713. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CHANGELOG.md +274 -0
  714. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CONTRIBUTING.md +18 -0
  715. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/LICENSE.md +9 -0
  716. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/README.md +466 -0
  717. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/bin/uuid +2 -0
  718. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  719. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  720. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  721. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  722. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  723. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  724. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  725. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  726. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  727. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  728. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  729. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  730. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  731. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  732. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  733. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  734. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/index.js +9 -0
  735. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  736. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/native.js +4 -0
  737. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  738. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  739. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  740. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  741. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  742. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  743. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  744. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  745. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  746. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  747. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  748. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  749. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/version.js +11 -0
  750. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/index.js +9 -0
  751. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/md5.js +13 -0
  752. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/native.js +4 -0
  753. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/nil.js +1 -0
  754. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/parse.js +35 -0
  755. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/regex.js +1 -0
  756. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/rng.js +12 -0
  757. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  758. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  759. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v1.js +95 -0
  760. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v3.js +4 -0
  761. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v35.js +66 -0
  762. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v4.js +29 -0
  763. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v5.js +4 -0
  764. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/validate.js +7 -0
  765. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/version.js +11 -0
  766. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/index.js +79 -0
  767. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5-browser.js +223 -0
  768. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5.js +23 -0
  769. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native-browser.js +11 -0
  770. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native.js +15 -0
  771. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/nil.js +8 -0
  772. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/parse.js +45 -0
  773. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/regex.js +8 -0
  774. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng-browser.js +25 -0
  775. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng.js +24 -0
  776. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1-browser.js +104 -0
  777. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1.js +23 -0
  778. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/stringify.js +44 -0
  779. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/uuid-bin.js +85 -0
  780. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v1.js +107 -0
  781. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v3.js +16 -0
  782. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v35.js +80 -0
  783. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v4.js +43 -0
  784. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v5.js +16 -0
  785. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/validate.js +17 -0
  786. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/version.js +21 -0
  787. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/package.json +135 -0
  788. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/wrapper.mjs +10 -0
  789. package/node_modules/@aws-sdk/client-secrets-manager/package.json +103 -0
  790. package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +6 -2
  791. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +154 -438
  792. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
  793. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
  794. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +12 -18
  795. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +1 -3
  796. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +1 -3
  797. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +1 -3
  798. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +1 -3
  799. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +1 -3
  800. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +1 -3
  801. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +1 -3
  802. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +1 -3
  803. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +1 -3
  804. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +1 -3
  805. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +1 -3
  806. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +1 -3
  807. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +1 -3
  808. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +1 -3
  809. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +1 -3
  810. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +1 -3
  811. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +1 -3
  812. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +1 -3
  813. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +1 -3
  814. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +1 -3
  815. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +1 -3
  816. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +1 -3
  817. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +1 -3
  818. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +1 -3
  819. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
  820. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +1 -3
  821. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +1 -3
  822. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +1 -3
  823. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +1 -3
  824. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +1 -3
  825. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +1 -3
  826. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +1 -3
  827. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +1 -3
  828. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +1 -3
  829. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +1 -3
  830. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +1 -3
  831. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +1 -3
  832. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +1 -3
  833. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +1 -3
  834. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +1 -3
  835. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +1 -3
  836. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +1 -3
  837. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +1 -3
  838. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +1 -3
  839. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +1 -3
  840. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +1 -3
  841. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +1 -3
  842. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +1 -3
  843. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +1 -3
  844. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +1 -3
  845. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +1 -3
  846. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -3
  847. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +1 -3
  848. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -3
  849. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +1 -3
  850. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +1 -3
  851. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +1 -3
  852. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +1 -3
  853. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +1 -3
  854. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +1 -3
  855. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +1 -3
  856. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +1 -3
  857. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +1 -3
  858. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +1 -3
  859. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +1 -3
  860. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +1 -3
  861. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +1 -3
  862. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +1 -3
  863. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +1 -3
  864. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +1 -3
  865. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +1 -3
  866. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +1 -3
  867. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +1 -3
  868. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +1 -3
  869. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +1 -3
  870. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +1 -3
  871. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +1 -3
  872. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +1 -3
  873. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +1 -3
  874. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +1 -3
  875. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +1 -3
  876. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +1 -3
  877. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +1 -3
  878. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +1 -3
  879. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +1 -3
  880. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +1 -3
  881. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +1 -3
  882. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +1 -3
  883. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +1 -3
  884. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +1 -3
  885. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +1 -3
  886. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +1 -3
  887. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +1 -3
  888. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +1 -3
  889. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +1 -3
  890. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +1 -3
  891. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +1 -3
  892. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +1 -3
  893. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +1 -3
  894. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +1 -3
  895. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +1 -3
  896. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +1 -3
  897. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +1 -3
  898. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +1 -3
  899. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  900. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +1 -3
  901. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +1 -3
  902. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +1 -3
  903. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +1 -3
  904. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +1 -3
  905. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +1 -3
  906. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +1 -3
  907. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -3
  908. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -3
  909. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
  910. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +1 -3
  911. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +1 -3
  912. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +1 -3
  913. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -3
  914. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +1 -3
  915. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +1 -3
  916. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +1 -3
  917. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +1 -3
  918. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +1 -3
  919. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +1 -3
  920. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +1 -3
  921. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +1 -3
  922. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +1 -3
  923. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +1 -3
  924. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +1 -3
  925. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +1 -3
  926. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -3
  927. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +1 -3
  928. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +1 -3
  929. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +1 -3
  930. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +1 -3
  931. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +1 -3
  932. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +1 -3
  933. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +1 -3
  934. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +1 -3
  935. package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +7 -3
  936. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +2 -0
  937. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
  938. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
  939. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +2 -4
  940. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  941. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
  942. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +11 -0
  943. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +11 -0
  944. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +11 -0
  945. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +13 -3
  946. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +47 -8
  947. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +39 -0
  948. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +12 -1
  949. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +11 -0
  950. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +11 -0
  951. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +11 -0
  952. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +11 -0
  953. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +13 -2
  954. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +11 -0
  955. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +11 -0
  956. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +11 -0
  957. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +11 -0
  958. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +11 -0
  959. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +11 -0
  960. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +11 -0
  961. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +11 -0
  962. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
  963. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +11 -0
  964. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +11 -0
  965. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  966. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +11 -0
  967. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  968. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +11 -0
  969. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +11 -0
  970. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +11 -0
  971. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +25 -0
  972. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +11 -0
  973. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +11 -0
  974. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
  975. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +25 -0
  976. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +11 -0
  977. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +11 -0
  978. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +11 -0
  979. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +11 -0
  980. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +11 -0
  981. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +11 -0
  982. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +14 -2
  983. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +11 -0
  984. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +11 -0
  985. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +11 -0
  986. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +13 -1
  987. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +11 -0
  988. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +11 -0
  989. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +11 -0
  990. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +11 -0
  991. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -0
  992. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +11 -0
  993. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +11 -0
  994. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +11 -0
  995. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +11 -0
  996. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +11 -0
  997. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +11 -0
  998. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +11 -0
  999. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +11 -0
  1000. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +11 -0
  1001. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +17 -0
  1002. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
  1003. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +11 -0
  1004. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +35 -16
  1005. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +11 -0
  1006. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +17 -1
  1007. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +11 -0
  1008. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +11 -0
  1009. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +11 -0
  1010. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +11 -0
  1011. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +11 -0
  1012. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +11 -0
  1013. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +11 -0
  1014. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +11 -0
  1015. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +11 -0
  1016. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +11 -0
  1017. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +11 -0
  1018. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +11 -0
  1019. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +11 -0
  1020. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +11 -0
  1021. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +11 -0
  1022. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +11 -0
  1023. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +11 -0
  1024. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +11 -0
  1025. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +11 -0
  1026. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +11 -0
  1027. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -0
  1028. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +11 -0
  1029. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +11 -0
  1030. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +25 -0
  1031. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +11 -0
  1032. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +11 -0
  1033. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +11 -0
  1034. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +11 -0
  1035. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +11 -0
  1036. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +11 -0
  1037. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +11 -0
  1038. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +11 -0
  1039. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +11 -0
  1040. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +11 -0
  1041. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +11 -0
  1042. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +11 -0
  1043. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +11 -0
  1044. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +11 -0
  1045. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  1046. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
  1047. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +11 -0
  1048. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +11 -0
  1049. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +11 -0
  1050. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  1051. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +11 -0
  1052. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  1053. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +11 -0
  1054. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +11 -0
  1055. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
  1056. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +11 -0
  1057. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +11 -0
  1058. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +11 -0
  1059. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +11 -0
  1060. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +11 -0
  1061. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +26 -0
  1062. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +25 -0
  1063. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +12 -1
  1064. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +11 -0
  1065. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
  1066. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
  1067. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +39 -0
  1068. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +25 -0
  1069. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +11 -0
  1070. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +11 -0
  1071. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +11 -0
  1072. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +11 -0
  1073. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +11 -0
  1074. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +11 -0
  1075. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +11 -0
  1076. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +11 -0
  1077. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
  1078. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +11 -0
  1079. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +11 -0
  1080. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +11 -0
  1081. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +177 -102
  1082. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +72 -32
  1083. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +42 -31
  1084. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -3
  1085. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -3
  1086. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -3
  1087. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +6 -8
  1088. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
  1089. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +12 -1
  1090. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +12 -1
  1091. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +12 -1
  1092. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +12 -1
  1093. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +12 -1
  1094. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +12 -1
  1095. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +12 -1
  1096. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +12 -1
  1097. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +12 -1
  1098. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +12 -1
  1099. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +12 -1
  1100. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +12 -1
  1101. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +12 -1
  1102. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +12 -1
  1103. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +12 -1
  1104. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +12 -1
  1105. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +12 -1
  1106. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +12 -1
  1107. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +12 -1
  1108. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +12 -1
  1109. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +12 -1
  1110. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +12 -1
  1111. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +12 -1
  1112. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  1113. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +12 -1
  1114. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1115. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +12 -1
  1116. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +12 -1
  1117. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +12 -1
  1118. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +12 -1
  1119. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -1
  1120. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +12 -1
  1121. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +12 -1
  1122. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +12 -1
  1123. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +12 -1
  1124. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +12 -1
  1125. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +12 -1
  1126. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +12 -1
  1127. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +12 -1
  1128. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +12 -1
  1129. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +12 -1
  1130. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +12 -1
  1131. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +12 -1
  1132. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +12 -1
  1133. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +12 -1
  1134. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +12 -1
  1135. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +12 -1
  1136. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +12 -1
  1137. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +12 -1
  1138. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +12 -1
  1139. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +12 -1
  1140. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +12 -1
  1141. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -1
  1142. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -1
  1143. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +12 -1
  1144. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +12 -1
  1145. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +12 -1
  1146. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +12 -1
  1147. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +12 -1
  1148. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +12 -1
  1149. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +12 -1
  1150. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +12 -1
  1151. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +12 -1
  1152. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +12 -1
  1153. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +12 -1
  1154. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +12 -1
  1155. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +12 -1
  1156. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +12 -1
  1157. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +12 -1
  1158. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +12 -1
  1159. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +12 -1
  1160. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +12 -1
  1161. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +12 -1
  1162. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +12 -1
  1163. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +12 -1
  1164. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +12 -1
  1165. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +12 -1
  1166. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +12 -1
  1167. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +12 -1
  1168. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +12 -1
  1169. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +12 -1
  1170. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +12 -1
  1171. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +12 -1
  1172. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +12 -1
  1173. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1174. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +12 -1
  1175. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +12 -1
  1176. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +12 -1
  1177. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +12 -1
  1178. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +12 -1
  1179. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +12 -1
  1180. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +12 -1
  1181. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +12 -1
  1182. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +12 -1
  1183. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +12 -1
  1184. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +12 -1
  1185. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +12 -1
  1186. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +12 -1
  1187. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +12 -1
  1188. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +12 -1
  1189. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +12 -1
  1190. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +12 -1
  1191. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +12 -1
  1192. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  1193. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +12 -1
  1194. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +12 -1
  1195. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +12 -1
  1196. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +12 -1
  1197. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  1198. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +12 -1
  1199. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  1200. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +12 -1
  1201. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +12 -1
  1202. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
  1203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +12 -1
  1204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +12 -1
  1205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +12 -1
  1206. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +12 -1
  1207. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +12 -1
  1208. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +12 -1
  1209. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +12 -1
  1210. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
  1211. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +12 -1
  1212. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
  1213. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +12 -1
  1214. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +12 -1
  1215. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +12 -1
  1216. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +12 -1
  1217. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +12 -1
  1218. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +12 -1
  1219. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +12 -1
  1220. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +12 -1
  1221. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +12 -1
  1222. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +12 -1
  1223. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +12 -1
  1224. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +12 -1
  1225. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +12 -1
  1226. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +12 -1
  1227. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +12 -1
  1228. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +10 -4
  1229. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  1230. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1231. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1232. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1233. package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
  1234. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
  1235. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +20 -35
  1236. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  1237. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
  1238. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +12 -18
  1239. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
  1240. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
  1241. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
  1242. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
  1243. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
  1244. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
  1245. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  1246. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
  1247. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +2 -4
  1248. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1249. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +11 -0
  1250. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +11 -0
  1251. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +11 -0
  1252. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +11 -0
  1253. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -3
  1254. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -3
  1255. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -3
  1256. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +6 -8
  1257. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +12 -1
  1258. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +12 -1
  1259. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +12 -1
  1260. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +12 -1
  1261. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1262. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1263. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1264. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  1265. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +6 -2
  1266. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +16 -30
  1267. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
  1268. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
  1269. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +12 -18
  1270. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +1 -3
  1271. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +1 -3
  1272. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +1 -3
  1273. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +1 -3
  1274. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +7 -3
  1275. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -5
  1276. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
  1277. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
  1278. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +2 -4
  1279. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1280. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +11 -0
  1281. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +11 -0
  1282. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +11 -0
  1283. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +11 -0
  1284. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +6 -3
  1285. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +6 -3
  1286. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +6 -3
  1287. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +6 -8
  1288. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +12 -1
  1289. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +12 -1
  1290. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +12 -1
  1291. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +12 -1
  1292. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1293. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1294. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1295. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  1296. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +12 -18
  1297. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +6 -2
  1298. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +26 -28
  1299. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
  1300. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
  1301. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +12 -18
  1302. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +1 -3
  1303. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +1 -3
  1304. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +1 -3
  1305. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +1 -3
  1306. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +1 -3
  1307. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +1 -3
  1308. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +1 -3
  1309. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +1 -3
  1310. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -4
  1311. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +7 -3
  1312. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
  1313. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
  1314. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -4
  1315. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  1316. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +11 -0
  1317. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +11 -0
  1318. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +11 -0
  1319. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +11 -0
  1320. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +11 -0
  1321. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +11 -0
  1322. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +11 -0
  1323. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +11 -0
  1324. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +6 -3
  1325. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +6 -3
  1326. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +6 -3
  1327. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -8
  1328. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +12 -1
  1329. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +12 -1
  1330. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +12 -1
  1331. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +12 -1
  1332. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +12 -1
  1333. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +12 -1
  1334. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +12 -1
  1335. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +12 -1
  1336. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
  1337. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
  1338. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
  1339. package/node_modules/@aws-sdk/client-sts/package.json +34 -34
  1340. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
  1341. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +29 -2
  1342. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +87 -10
  1343. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  1344. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  1345. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  1346. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +14 -2
  1347. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -1
  1348. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
  1349. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  1350. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  1351. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +26 -1
  1352. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +3 -1
  1353. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  1354. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  1355. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +18 -0
  1356. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -1
  1357. package/node_modules/@aws-sdk/core/package.json +17 -11
  1358. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
  1359. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
  1360. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
  1361. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
  1362. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
  1363. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -9
  1364. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +56 -41
  1365. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +25 -22
  1366. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
  1367. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
  1368. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +3 -3
  1369. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
  1370. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
  1371. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
  1372. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  1373. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  1374. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  1375. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  1376. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
  1377. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
  1378. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -12
  1379. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  1380. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
  1381. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
  1382. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -5
  1383. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
  1384. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
  1385. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -7
  1386. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
  1387. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
  1388. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -5
  1389. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1390. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1391. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  1392. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
  1393. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  1394. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
  1395. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
  1396. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  1397. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  1398. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  1399. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  1400. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  1401. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  1402. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -5
  1403. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  1404. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  1405. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  1406. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  1407. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
  1408. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  1409. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  1410. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  1411. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
  1412. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  1413. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  1414. package/node_modules/@aws-sdk/types/package.json +2 -2
  1415. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -5
  1416. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +4 -1
  1417. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
  1418. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +4 -1
  1419. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  1420. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
  1421. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
  1422. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
  1423. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
  1424. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
  1425. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  1426. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
  1427. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  1428. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1429. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
  1430. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  1431. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  1432. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  1433. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
  1434. package/node_modules/@types/uuid/LICENSE +21 -0
  1435. package/node_modules/@types/uuid/README.md +15 -0
  1436. package/node_modules/@types/uuid/index.d.mts +12 -0
  1437. package/node_modules/@types/uuid/index.d.ts +86 -0
  1438. package/node_modules/@types/uuid/package.json +54 -0
  1439. package/package.json +9 -5
  1440. package/version.json +1 -1
  1441. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/README.md +0 -252
  1442. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  1443. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  1444. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -612
  1445. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  1446. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -47
  1447. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  1448. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  1449. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
  1450. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  1451. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  1452. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  1453. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  1454. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  1455. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  1456. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
  1457. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  1458. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  1459. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
  1460. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  1461. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  1462. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  1463. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  1464. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -215
  1465. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  1466. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -42
  1467. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  1468. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  1469. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
  1470. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1471. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  1472. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
  1473. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
  1474. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
  1475. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
  1476. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  1477. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  1478. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  1479. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  1480. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  1481. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  1482. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  1483. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  1484. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  1485. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1486. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -54
  1487. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -54
  1488. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -53
  1489. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  1490. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  1491. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  1492. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
  1493. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1494. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  1495. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  1496. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  1497. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  1498. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  1499. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  1500. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1501. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  1502. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  1503. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  1504. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  1505. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  1506. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  1507. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  1508. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1509. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -109
  1510. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -109
  1511. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -103
  1512. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  1513. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1514. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/package.json +0 -98
  1515. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  1516. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  1517. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  1518. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  1519. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  1520. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -49
  1521. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
  1522. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  1523. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  1524. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  1525. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
  1526. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  1527. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  1528. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  1529. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  1530. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
  1531. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  1532. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  1533. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  1534. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  1535. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -432
  1536. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  1537. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -44
  1538. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
  1539. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  1540. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  1541. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1542. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  1543. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  1544. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  1545. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  1546. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  1547. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  1548. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
  1549. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
  1550. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
  1551. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  1552. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1553. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -55
  1554. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -55
  1555. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -54
  1556. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
  1557. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
  1558. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  1559. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  1560. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1561. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
  1562. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  1563. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  1564. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  1565. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  1566. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  1567. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1568. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
  1569. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
  1570. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
  1571. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1572. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
  1573. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -116
  1574. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -106
  1575. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  1576. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1577. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  1578. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1579. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/README.md +0 -273
  1580. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  1581. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  1582. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  1583. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
  1584. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
  1585. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  1586. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1450
  1587. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  1588. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -63
  1589. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  1590. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
  1591. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  1592. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  1593. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  1594. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  1595. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  1596. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
  1597. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  1598. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1599. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  1600. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  1601. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  1602. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  1603. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  1604. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  1605. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
  1606. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -85
  1607. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
  1608. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
  1609. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  1610. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
  1611. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
  1612. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
  1613. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  1614. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
  1615. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
  1616. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  1617. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -58
  1618. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  1619. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
  1620. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  1621. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  1622. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
  1623. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1624. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
  1625. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  1626. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  1627. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
  1628. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  1629. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  1630. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  1631. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  1632. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  1633. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  1634. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
  1635. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  1636. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
  1637. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  1638. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  1639. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
  1640. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
  1641. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
  1642. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  1643. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
  1644. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  1645. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -56
  1646. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -54
  1647. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -55
  1648. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
  1649. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
  1650. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  1651. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
  1652. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1653. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
  1654. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
  1655. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  1656. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  1657. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  1658. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  1659. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  1660. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  1661. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  1662. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  1663. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
  1664. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  1665. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
  1666. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  1667. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  1668. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1669. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
  1670. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
  1671. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  1672. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
  1673. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  1674. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
  1675. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
  1676. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
  1677. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
  1678. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1679. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/package.json +0 -102
  1680. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/README.md +0 -39
  1681. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  1682. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/client.js +0 -5
  1683. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  1684. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
  1685. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -47
  1686. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -298
  1687. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
  1688. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  1689. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  1690. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  1691. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  1692. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  1693. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -13
  1694. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -1
  1695. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  1696. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
  1697. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
  1698. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
  1699. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  1700. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  1701. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  1702. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  1703. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  1704. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  1705. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  1706. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
  1707. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  1708. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
  1709. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  1710. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  1711. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
  1712. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
  1713. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  1714. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  1715. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
  1716. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -1
  1717. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
  1718. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
  1719. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
  1720. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
  1721. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  1722. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  1723. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  1724. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  1725. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  1726. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  1727. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  1728. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
  1729. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  1730. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
  1731. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
  1732. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  1733. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
  1734. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
  1735. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
  1736. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
  1737. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
  1738. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -1
  1739. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
  1740. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
  1741. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
  1742. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
  1743. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  1744. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  1745. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  1746. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  1747. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  1748. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  1749. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  1750. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  1751. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  1752. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  1753. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  1754. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  1755. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/package.json +0 -112
  1756. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/protocols.js +0 -5
  1757. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  1758. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  1759. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -74
  1760. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -27
  1761. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
  1762. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
  1763. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
  1764. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
  1765. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
  1766. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/package.json +0 -60
  1767. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
  1768. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  1769. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  1770. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -67
  1771. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  1772. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
  1773. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  1774. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  1775. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
  1776. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
  1777. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
  1778. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -62
  1779. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
  1780. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
  1781. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
  1782. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
  1783. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
  1784. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
  1785. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
  1786. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
  1787. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
  1788. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
  1789. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
  1790. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
  1791. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
  1792. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
  1793. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
  1794. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
  1795. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
  1796. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
  1797. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
  1798. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
  1799. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
  1800. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/package.json +0 -67
  1801. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  1802. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  1803. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -247
  1804. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
  1805. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
  1806. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -76
  1807. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -28
  1808. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -5
  1809. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
  1810. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -13
  1811. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -16
  1812. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -13
  1813. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
  1814. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
  1815. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
  1816. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
  1817. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
  1818. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
  1819. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
  1820. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
  1821. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
  1822. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
  1823. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
  1824. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
  1825. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
  1826. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
  1827. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
  1828. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -8
  1829. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
  1830. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
  1831. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -70
  1832. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  1833. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
  1834. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
  1835. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
  1836. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
  1837. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
  1838. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
  1839. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
  1840. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
  1841. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
  1842. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
  1843. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
  1844. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
  1845. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  1846. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  1847. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -107
  1848. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
  1849. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
  1850. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -27
  1851. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
  1852. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
  1853. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
  1854. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
  1855. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
  1856. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
  1857. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
  1858. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
  1859. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
  1860. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
  1861. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
  1862. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
  1863. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/package.json +0 -61
  1864. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  1865. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  1866. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -234
  1867. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
  1868. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
  1869. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
  1870. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
  1871. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -75
  1872. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
  1873. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
  1874. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
  1875. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
  1876. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
  1877. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
  1878. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
  1879. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
  1880. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
  1881. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
  1882. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
  1883. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
  1884. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
  1885. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
  1886. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
  1887. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
  1888. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -63
  1889. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  1890. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  1891. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -27
  1892. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
  1893. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
  1894. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -23
  1895. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
  1896. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  1897. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
  1898. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
  1899. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
  1900. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
  1901. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
  1902. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  1903. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  1904. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  1905. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  1906. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  1907. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  1908. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  1909. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  1910. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
  1911. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  1912. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  1913. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  1914. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  1915. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  1916. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  1917. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  1918. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  1919. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  1920. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
  1921. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  1922. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  1923. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  1924. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  1925. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  1926. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  1927. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
  1928. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  1929. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  1930. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -123
  1931. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -6
  1932. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  1933. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  1934. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -72
  1935. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -31
  1936. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  1937. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  1938. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -17
  1939. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  1940. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  1941. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -20
  1942. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  1943. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -57
  1944. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  1945. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  1946. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
  1947. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  1948. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  1949. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  1950. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  1951. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  1952. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  1953. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  1954. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  1955. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  1956. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1957. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  1958. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1959. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  1960. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  1961. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  1962. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  1963. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  1964. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1965. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1966. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1967. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  1968. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/package.json +0 -58
  1969. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  1970. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/README.md +0 -53
  1971. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
  1972. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  1973. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
  1974. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  1975. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  1976. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  1977. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
  1978. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  1979. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  1980. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  1981. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  1982. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  1983. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
  1984. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  1985. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
  1986. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
  1987. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
  1988. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  1989. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  1990. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
  1991. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  1992. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
  1993. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
  1994. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
  1995. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  1996. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  1997. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  1998. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  1999. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  2000. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  2001. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  2002. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/package.json +0 -68
  2003. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/LICENSE +0 -201
  2004. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/README.md +0 -4
  2005. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
  2006. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  2007. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  2008. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  2009. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  2010. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  2011. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  2012. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  2013. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  2014. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  2015. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  2016. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  2017. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  2018. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  2019. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  2020. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  2021. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  2022. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  2023. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  2024. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  2025. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  2026. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  2027. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/index.js +0 -32
  2028. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  2029. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  2030. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  2031. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  2032. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  2033. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  2034. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  2035. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  2036. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  2037. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  2038. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  2039. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  2040. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  2041. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  2042. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  2043. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  2044. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  2045. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  2046. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  2047. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  2048. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  2049. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  2050. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  2051. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
  2052. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  2053. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  2054. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  2055. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  2056. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  2057. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  2058. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  2059. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  2060. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
  2061. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  2062. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  2063. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
  2064. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  2065. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -32
  2066. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  2067. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -1
  2068. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  2069. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  2070. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  2071. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  2072. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  2073. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  2074. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  2075. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  2076. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  2077. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  2078. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  2079. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  2080. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  2081. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  2082. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  2083. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  2084. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  2085. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  2086. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
  2087. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  2088. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  2089. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  2090. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  2091. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  2092. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  2093. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  2094. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  2095. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
  2096. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  2097. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  2098. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
  2099. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  2100. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -32
  2101. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  2102. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -40
  2103. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  2104. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  2105. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  2106. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  2107. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  2108. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  2109. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  2110. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  2111. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  2112. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  2113. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  2114. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  2115. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  2116. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  2117. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  2118. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  2119. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  2120. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/package.json +0 -56
  2121. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  2122. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  2123. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
  2124. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
  2125. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  2126. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  2127. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  2128. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  2129. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  2130. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  2131. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
  2132. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  2133. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  2134. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  2135. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  2136. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  2137. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  2138. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  2139. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  2140. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  2141. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  2142. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  2143. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  2144. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  2145. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  2146. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  2147. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  2148. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  2149. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  2150. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  2151. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  2152. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  2153. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  2154. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  2155. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  2156. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  2157. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  2158. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  2159. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  2160. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  2161. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  2162. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  2163. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  2164. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  2165. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  2166. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  2167. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  2168. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  2169. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  2170. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  2171. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +0 -56
  2172. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2173. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2174. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2175. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  2176. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  2177. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2178. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -17
  2179. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  2180. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  2181. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -9
  2182. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  2183. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2184. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -6
  2185. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
  2186. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
  2187. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2188. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2189. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -95
  2190. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  2191. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -39
  2192. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  2193. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  2194. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -20
  2195. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  2196. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  2197. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -12
  2198. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  2199. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -63
  2200. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2201. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/README.md +0 -252
  2202. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  2203. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
  2204. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  2205. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -611
  2206. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  2207. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -48
  2208. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -15
  2209. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  2210. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  2211. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
  2212. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2213. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  2214. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  2215. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  2216. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  2217. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  2218. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2219. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
  2220. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
  2221. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  2222. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +0 -1
  2223. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  2224. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
  2225. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2226. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  2227. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  2228. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  2229. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2230. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  2231. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  2232. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -43
  2233. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -11
  2234. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  2235. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +0 -21
  2236. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2237. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
  2238. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2239. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  2240. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
  2241. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
  2242. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
  2243. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
  2244. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2245. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  2246. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2247. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
  2248. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  2249. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  2250. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  2251. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2252. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  2253. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  2254. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  2255. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  2256. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2257. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2258. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -55
  2259. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -55
  2260. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -54
  2261. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  2262. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  2263. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  2264. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
  2265. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2266. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  2267. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  2268. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  2269. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  2270. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  2271. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2272. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  2273. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2274. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2275. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2276. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  2277. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  2278. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2279. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  2280. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  2281. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  2282. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  2283. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2284. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2285. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -113
  2286. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -112
  2287. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -107
  2288. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2289. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2290. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/package.json +0 -98
  2291. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  2292. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  2293. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  2294. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -18
  2295. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  2296. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  2297. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  2298. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
  2299. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
  2300. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
  2301. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  2302. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  2303. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2304. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  2305. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
  2306. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  2307. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  2308. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  2309. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  2310. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
  2311. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -14
  2312. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  2313. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +0 -1
  2314. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  2315. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  2316. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
  2317. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  2318. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
  2319. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  2320. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
  2321. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
  2322. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
  2323. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
  2324. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  2325. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  2326. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2327. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  2328. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  2329. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  2330. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  2331. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  2332. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  2333. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  2334. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2335. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
  2336. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
  2337. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
  2338. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
  2339. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
  2340. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  2341. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2342. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
  2343. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
  2344. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
  2345. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
  2346. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
  2347. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  2348. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  2349. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2350. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
  2351. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  2352. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  2353. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  2354. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  2355. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  2356. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  2357. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2358. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2359. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2360. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
  2361. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
  2362. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
  2363. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
  2364. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2365. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -116
  2366. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
  2367. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -110
  2368. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2369. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2370. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  2371. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  2372. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/README.md +0 -273
  2373. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  2374. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  2375. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  2376. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
  2377. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
  2378. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  2379. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1450
  2380. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  2381. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
  2382. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  2383. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
  2384. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  2385. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
  2386. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  2387. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  2388. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  2389. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
  2390. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  2391. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  2392. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  2393. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  2394. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  2395. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  2396. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  2397. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
  2398. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
  2399. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -85
  2400. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
  2401. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
  2402. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  2403. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
  2404. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
  2405. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
  2406. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  2407. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
  2408. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
  2409. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  2410. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
  2411. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  2412. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
  2413. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  2414. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
  2415. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
  2416. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2417. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
  2418. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  2419. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  2420. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
  2421. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  2422. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  2423. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  2424. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  2425. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  2426. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
  2427. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
  2428. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  2429. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
  2430. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2431. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  2432. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
  2433. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
  2434. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
  2435. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  2436. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
  2437. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
  2438. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
  2439. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
  2440. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
  2441. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
  2442. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
  2443. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
  2444. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
  2445. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2446. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
  2447. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
  2448. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  2449. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  2450. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  2451. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  2452. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  2453. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  2454. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  2455. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
  2456. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
  2457. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  2458. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
  2459. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  2460. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2461. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  2462. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
  2463. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
  2464. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  2465. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
  2466. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
  2467. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -122
  2468. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
  2469. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
  2470. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
  2471. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  2472. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/package.json +0 -102
  2473. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/README.md +0 -39
  2474. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  2475. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/client.js +0 -5
  2476. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  2477. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
  2478. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -62
  2479. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -298
  2480. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
  2481. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  2482. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  2483. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  2484. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  2485. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  2486. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -13
  2487. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -2
  2488. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -20
  2489. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  2490. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
  2491. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -25
  2492. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
  2493. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
  2494. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  2495. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  2496. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  2497. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  2498. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  2499. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  2500. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  2501. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
  2502. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  2503. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
  2504. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  2505. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  2506. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
  2507. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
  2508. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  2509. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  2510. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
  2511. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -2
  2512. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -10
  2513. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
  2514. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
  2515. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -38
  2516. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
  2517. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
  2518. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  2519. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  2520. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  2521. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  2522. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  2523. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  2524. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  2525. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
  2526. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  2527. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
  2528. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
  2529. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  2530. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
  2531. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
  2532. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
  2533. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
  2534. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
  2535. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -2
  2536. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -12
  2537. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
  2538. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
  2539. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -18
  2540. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
  2541. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
  2542. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  2543. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  2544. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  2545. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  2546. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  2547. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  2548. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  2549. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  2550. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  2551. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  2552. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  2553. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  2554. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/package.json +0 -117
  2555. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/protocols.js +0 -5
  2556. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  2557. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  2558. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -74
  2559. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -27
  2560. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
  2561. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
  2562. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
  2563. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
  2564. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
  2565. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/package.json +0 -60
  2566. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
  2567. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  2568. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  2569. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -67
  2570. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  2571. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
  2572. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  2573. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  2574. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
  2575. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
  2576. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
  2577. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -62
  2578. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
  2579. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
  2580. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
  2581. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
  2582. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
  2583. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
  2584. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
  2585. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
  2586. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
  2587. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
  2588. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
  2589. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
  2590. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
  2591. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
  2592. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
  2593. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
  2594. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
  2595. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
  2596. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
  2597. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
  2598. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
  2599. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/package.json +0 -67
  2600. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  2601. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  2602. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -247
  2603. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
  2604. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
  2605. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -76
  2606. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -28
  2607. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -5
  2608. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
  2609. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -13
  2610. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -16
  2611. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -13
  2612. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
  2613. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
  2614. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
  2615. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
  2616. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
  2617. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
  2618. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
  2619. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
  2620. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
  2621. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
  2622. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
  2623. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
  2624. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
  2625. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
  2626. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
  2627. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -8
  2628. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
  2629. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
  2630. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -70
  2631. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  2632. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
  2633. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
  2634. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
  2635. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
  2636. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
  2637. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
  2638. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
  2639. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
  2640. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
  2641. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
  2642. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
  2643. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
  2644. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  2645. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  2646. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -107
  2647. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
  2648. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
  2649. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -27
  2650. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
  2651. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
  2652. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
  2653. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
  2654. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
  2655. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
  2656. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
  2657. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
  2658. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
  2659. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
  2660. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
  2661. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
  2662. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/package.json +0 -61
  2663. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  2664. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  2665. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -234
  2666. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
  2667. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
  2668. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
  2669. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
  2670. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -75
  2671. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
  2672. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
  2673. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
  2674. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
  2675. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
  2676. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
  2677. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
  2678. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
  2679. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
  2680. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
  2681. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
  2682. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
  2683. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
  2684. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
  2685. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
  2686. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
  2687. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -63
  2688. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  2689. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  2690. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -27
  2691. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
  2692. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
  2693. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -23
  2694. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
  2695. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  2696. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
  2697. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
  2698. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
  2699. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
  2700. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
  2701. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  2702. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
  2703. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  2704. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  2705. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  2706. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  2707. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  2708. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  2709. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
  2710. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  2711. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  2712. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  2713. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  2714. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  2715. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  2716. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  2717. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  2718. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  2719. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
  2720. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  2721. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  2722. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  2723. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  2724. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  2725. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  2726. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
  2727. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  2728. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  2729. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -179
  2730. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -28
  2731. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  2732. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  2733. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -80
  2734. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -44
  2735. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  2736. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  2737. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -21
  2738. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  2739. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  2740. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -21
  2741. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -18
  2742. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -58
  2743. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  2744. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  2745. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
  2746. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  2747. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  2748. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  2749. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  2750. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  2751. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  2752. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  2753. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  2754. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  2755. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  2756. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  2757. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  2758. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  2759. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  2760. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  2761. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  2762. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  2763. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  2764. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  2765. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  2766. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  2767. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/package.json +0 -58
  2768. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  2769. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/README.md +0 -53
  2770. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
  2771. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  2772. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
  2773. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  2774. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  2775. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  2776. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
  2777. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  2778. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  2779. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  2780. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  2781. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  2782. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
  2783. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  2784. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
  2785. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
  2786. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
  2787. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  2788. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  2789. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
  2790. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  2791. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
  2792. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
  2793. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
  2794. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  2795. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  2796. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  2797. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  2798. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  2799. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  2800. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  2801. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/package.json +0 -68
  2802. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/LICENSE +0 -201
  2803. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/README.md +0 -4
  2804. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
  2805. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  2806. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  2807. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  2808. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  2809. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  2810. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  2811. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  2812. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  2813. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  2814. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  2815. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  2816. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  2817. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  2818. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  2819. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  2820. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  2821. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  2822. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  2823. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  2824. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  2825. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  2826. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/index.js +0 -33
  2827. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  2828. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  2829. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  2830. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  2831. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  2832. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  2833. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  2834. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  2835. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  2836. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  2837. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  2838. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  2839. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  2840. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  2841. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  2842. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  2843. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  2844. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  2845. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  2846. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  2847. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  2848. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  2849. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  2850. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
  2851. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  2852. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  2853. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  2854. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  2855. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  2856. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  2857. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -54
  2858. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  2859. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  2860. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
  2861. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  2862. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  2863. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
  2864. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  2865. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -33
  2866. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  2867. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  2868. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  2869. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  2870. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  2871. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  2872. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  2873. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  2874. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  2875. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  2876. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  2877. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  2878. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  2879. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  2880. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  2881. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  2882. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  2883. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  2884. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  2885. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  2886. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
  2887. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  2888. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  2889. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  2890. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  2891. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  2892. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  2893. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -51
  2894. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  2895. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  2896. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
  2897. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  2898. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  2899. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
  2900. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  2901. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -33
  2902. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  2903. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  2904. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  2905. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  2906. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  2907. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  2908. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  2909. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  2910. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  2911. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  2912. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  2913. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  2914. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  2915. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  2916. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  2917. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  2918. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  2919. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  2920. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  2921. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/package.json +0 -56
  2922. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  2923. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  2924. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
  2925. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
  2926. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  2927. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  2928. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  2929. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  2930. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  2931. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  2932. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
  2933. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  2934. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  2935. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  2936. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  2937. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  2938. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  2939. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  2940. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  2941. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  2942. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  2943. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  2944. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  2945. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  2946. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  2947. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  2948. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  2949. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  2950. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  2951. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  2952. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  2953. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  2954. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  2955. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  2956. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  2957. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  2958. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  2959. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  2960. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  2961. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  2962. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  2963. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  2964. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  2965. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  2966. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  2967. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  2968. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  2969. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  2970. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  2971. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  2972. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/package.json +0 -56
  2973. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  2974. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  2975. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  2976. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -26
  2977. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  2978. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  2979. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -21
  2980. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  2981. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  2982. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -12
  2983. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  2984. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  2985. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -11
  2986. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
  2987. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
  2988. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  2989. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  2990. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -102
  2991. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  2992. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  2993. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  2994. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  2995. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  2996. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  2997. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  2998. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  2999. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  3000. package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -64
  3001. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/LICENSE +0 -0
  3002. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-cjs/endpoint/endpointResolver.js +0 -0
  3003. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-cjs/runtimeConfig.native.js +0 -0
  3004. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
  3005. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/endpoint/endpointResolver.js +0 -0
  3006. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/extensionConfiguration.js +0 -0
  3007. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/models/index.js +0 -0
  3008. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-organizations}/dist-es/pagination/Interfaces.js +0 -0
  3009. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/runtimeConfig.native.js +0 -0
  3010. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/runtimeExtensions.js +0 -0
  3011. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
  3012. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/endpointResolver.d.ts +0 -0
  3013. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/ruleset.d.ts +0 -0
  3014. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/models/index.d.ts +0 -0
  3015. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
  3016. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
  3017. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
  3018. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/models/index.d.ts +0 -0
  3019. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/LICENSE +0 -0
  3020. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-cjs/endpoint/endpointResolver.js +0 -0
  3021. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-cjs/runtimeConfig.native.js +0 -0
  3022. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
  3023. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/endpoint/endpointResolver.js +0 -0
  3024. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/extensionConfiguration.js +0 -0
  3025. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/models/index.js +0 -0
  3026. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/pagination/Interfaces.js +0 -0
  3027. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/runtimeConfig.native.js +0 -0
  3028. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/runtimeExtensions.js +0 -0
  3029. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
  3030. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/endpointResolver.d.ts +0 -0
  3031. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/ruleset.d.ts +0 -0
  3032. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/models/index.d.ts +0 -0
  3033. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
  3034. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
  3035. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
  3036. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/models/index.d.ts +0 -0
  3037. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/account-id-endpoint.d.ts +0 -0
  3038. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/client.d.ts +0 -0
  3039. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-es/submodules/client/setFeature.js +0 -0
  3040. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -0
  3041. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -0
  3042. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-types/submodules/client/setFeature.d.ts +0 -0
  3043. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
  3044. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
  3045. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -0
  3046. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
  3047. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
  3048. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/httpAuthSchemes.d.ts +0 -0
  3049. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/protocols.d.ts +0 -0
  3050. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-es/encode-features.js +0 -0
  3051. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-types/encode-features.d.ts +0 -0
  3052. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-types/ts3.4/encode-features.d.ts +0 -0
  3053. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/types → types}/dist-es/feature-ids.js +0 -0
  3054. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-es/defaultUserAgent.js +0 -0
  3055. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-es/nodeAppIdConfigOptions.js +0 -0
  3056. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/defaultUserAgent.d.ts +0 -0
  3057. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/nodeAppIdConfigOptions.d.ts +0 -0
  3058. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/ts3.4/defaultUserAgent.d.ts +0 -0
  3059. /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -0
@@ -0,0 +1,1986 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SecretsManagerServiceException as __BaseException } from "./SecretsManagerServiceException";
3
+ /**
4
+ * <p>A custom type that specifies a <code>Region</code> and the <code>KmsKeyId</code> for a replica secret.</p>
5
+ * @public
6
+ */
7
+ export interface ReplicaRegionType {
8
+ /**
9
+ * <p>A Region code. For a list of Region codes, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints">Name and code of Regions</a>.</p>
10
+ * @public
11
+ */
12
+ Region?: string;
13
+ /**
14
+ * <p>The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field, Secrets Manager uses <code>aws/secretsmanager</code>.</p>
15
+ * @public
16
+ */
17
+ KmsKeyId?: string;
18
+ }
19
+ /**
20
+ * <p>The error Secrets Manager encountered while retrieving an individual secret as part of <a>BatchGetSecretValue</a>.</p>
21
+ * @public
22
+ */
23
+ export interface APIErrorType {
24
+ /**
25
+ * <p>The ARN or name of the secret.</p>
26
+ * @public
27
+ */
28
+ SecretId?: string;
29
+ /**
30
+ * <p>The error Secrets Manager encountered while retrieving an individual secret as part of <a>BatchGetSecretValue</a>, for example <code>ResourceNotFoundException</code>,<code>InvalidParameterException</code>, <code>InvalidRequestException</code>, <code>DecryptionFailure</code>, or <code>AccessDeniedException</code>.</p>
31
+ * @public
32
+ */
33
+ ErrorCode?: string;
34
+ /**
35
+ * <p>A message describing the error.</p>
36
+ * @public
37
+ */
38
+ Message?: string;
39
+ }
40
+ /**
41
+ * @public
42
+ * @enum
43
+ */
44
+ export declare const FilterNameStringType: {
45
+ readonly all: "all";
46
+ readonly description: "description";
47
+ readonly name: "name";
48
+ readonly owning_service: "owning-service";
49
+ readonly primary_region: "primary-region";
50
+ readonly tag_key: "tag-key";
51
+ readonly tag_value: "tag-value";
52
+ };
53
+ /**
54
+ * @public
55
+ */
56
+ export type FilterNameStringType = (typeof FilterNameStringType)[keyof typeof FilterNameStringType];
57
+ /**
58
+ * <p>Allows you to add filters when you use the search function in Secrets Manager. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_search-secret.html">Find secrets in Secrets Manager</a>.</p>
59
+ * @public
60
+ */
61
+ export interface Filter {
62
+ /**
63
+ * <p>The following are keys you can use:</p>
64
+ * <ul>
65
+ * <li>
66
+ * <p>
67
+ * <b>description</b>: Prefix match, not case-sensitive.</p>
68
+ * </li>
69
+ * <li>
70
+ * <p>
71
+ * <b>name</b>: Prefix match, case-sensitive.</p>
72
+ * </li>
73
+ * <li>
74
+ * <p>
75
+ * <b>tag-key</b>: Prefix match, case-sensitive.</p>
76
+ * </li>
77
+ * <li>
78
+ * <p>
79
+ * <b>tag-value</b>: Prefix match, case-sensitive.</p>
80
+ * </li>
81
+ * <li>
82
+ * <p>
83
+ * <b>primary-region</b>: Prefix match, case-sensitive.</p>
84
+ * </li>
85
+ * <li>
86
+ * <p>
87
+ * <b>owning-service</b>: Prefix match, case-sensitive.</p>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <b>all</b>: Breaks the filter value string into words and then searches all attributes for matches. Not case-sensitive.</p>
92
+ * </li>
93
+ * </ul>
94
+ * @public
95
+ */
96
+ Key?: FilterNameStringType;
97
+ /**
98
+ * <p>The keyword to filter for.</p>
99
+ * <p>You can prefix your search value with an exclamation mark (<code>!</code>) in order to perform negation filters. </p>
100
+ * @public
101
+ */
102
+ Values?: string[];
103
+ }
104
+ /**
105
+ * @public
106
+ */
107
+ export interface BatchGetSecretValueRequest {
108
+ /**
109
+ * <p>The ARN or names of the secrets to retrieve. You must include <code>Filters</code> or <code>SecretIdList</code>, but not both.</p>
110
+ * @public
111
+ */
112
+ SecretIdList?: string[];
113
+ /**
114
+ * <p>The filters to choose which secrets to retrieve. You must include <code>Filters</code> or <code>SecretIdList</code>, but not both.</p>
115
+ * @public
116
+ */
117
+ Filters?: Filter[];
118
+ /**
119
+ * <p>The number of results to include in the response.</p>
120
+ * <p>If there are more results available, in the response, Secrets Manager includes <code>NextToken</code>.
121
+ * To get the next results, call <code>BatchGetSecretValue</code> again with the value from
122
+ * <code>NextToken</code>. To use this parameter, you must also use the <code>Filters</code> parameter.</p>
123
+ * @public
124
+ */
125
+ MaxResults?: number;
126
+ /**
127
+ * <p>A token that indicates where the output should continue from, if a
128
+ * previous call did not show all results. To get the next results, call <code>BatchGetSecretValue</code> again
129
+ * with this value.</p>
130
+ * @public
131
+ */
132
+ NextToken?: string;
133
+ }
134
+ /**
135
+ * <p>A structure that contains the secret value and other details for a secret.</p>
136
+ * @public
137
+ */
138
+ export interface SecretValueEntry {
139
+ /**
140
+ * <p>The Amazon Resource Name (ARN) of the secret.</p>
141
+ * @public
142
+ */
143
+ ARN?: string;
144
+ /**
145
+ * <p>The friendly name of the secret. </p>
146
+ * @public
147
+ */
148
+ Name?: string;
149
+ /**
150
+ * <p>The unique version identifier of this version of the secret.</p>
151
+ * @public
152
+ */
153
+ VersionId?: string;
154
+ /**
155
+ * <p>The decrypted secret value, if the secret value was originally provided as
156
+ * binary data in the form of a byte array. The parameter represents the binary data as
157
+ * a <a href="https://tools.ietf.org/html/rfc4648#section-4">base64-encoded</a>
158
+ * string.</p>
159
+ * @public
160
+ */
161
+ SecretBinary?: Uint8Array;
162
+ /**
163
+ * <p>The decrypted secret value, if the secret value was originally provided as a string or
164
+ * through the Secrets Manager console.</p>
165
+ * @public
166
+ */
167
+ SecretString?: string;
168
+ /**
169
+ * <p>A list of all of the staging labels currently attached to this version of the
170
+ * secret.</p>
171
+ * @public
172
+ */
173
+ VersionStages?: string[];
174
+ /**
175
+ * <p>The date the secret was created.</p>
176
+ * @public
177
+ */
178
+ CreatedDate?: Date;
179
+ }
180
+ /**
181
+ * @public
182
+ */
183
+ export interface BatchGetSecretValueResponse {
184
+ /**
185
+ * <p>A list of secret values.</p>
186
+ * @public
187
+ */
188
+ SecretValues?: SecretValueEntry[];
189
+ /**
190
+ * <p>Secrets Manager includes this value if
191
+ * there's more output available than what is included in the current response. This can
192
+ * occur even when the response includes no values at all, such as when you ask for a filtered view
193
+ * of a long list. To get the next results, call <code>BatchGetSecretValue</code> again
194
+ * with this value.</p>
195
+ * @public
196
+ */
197
+ NextToken?: string;
198
+ /**
199
+ * <p>A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.</p>
200
+ * @public
201
+ */
202
+ Errors?: APIErrorType[];
203
+ }
204
+ /**
205
+ * <p>Secrets Manager can't decrypt the protected secret text using the provided KMS key. </p>
206
+ * @public
207
+ */
208
+ export declare class DecryptionFailure extends __BaseException {
209
+ readonly name: "DecryptionFailure";
210
+ readonly $fault: "client";
211
+ Message?: string;
212
+ /**
213
+ * @internal
214
+ */
215
+ constructor(opts: __ExceptionOptionType<DecryptionFailure, __BaseException>);
216
+ }
217
+ /**
218
+ * <p>An error occurred on the server side.</p>
219
+ * @public
220
+ */
221
+ export declare class InternalServiceError extends __BaseException {
222
+ readonly name: "InternalServiceError";
223
+ readonly $fault: "server";
224
+ Message?: string;
225
+ /**
226
+ * @internal
227
+ */
228
+ constructor(opts: __ExceptionOptionType<InternalServiceError, __BaseException>);
229
+ }
230
+ /**
231
+ * <p>The <code>NextToken</code> value is invalid.</p>
232
+ * @public
233
+ */
234
+ export declare class InvalidNextTokenException extends __BaseException {
235
+ readonly name: "InvalidNextTokenException";
236
+ readonly $fault: "client";
237
+ Message?: string;
238
+ /**
239
+ * @internal
240
+ */
241
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
242
+ }
243
+ /**
244
+ * <p>The parameter name or value is invalid.</p>
245
+ * @public
246
+ */
247
+ export declare class InvalidParameterException extends __BaseException {
248
+ readonly name: "InvalidParameterException";
249
+ readonly $fault: "client";
250
+ Message?: string;
251
+ /**
252
+ * @internal
253
+ */
254
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
255
+ }
256
+ /**
257
+ * <p>A parameter value is not valid for the current state of the
258
+ * resource.</p>
259
+ * <p>Possible causes:</p>
260
+ * <ul>
261
+ * <li>
262
+ * <p>The secret is scheduled for deletion.</p>
263
+ * </li>
264
+ * <li>
265
+ * <p>You tried to enable rotation on a secret that doesn't already have a Lambda function
266
+ * ARN configured and you didn't include such an ARN as a parameter in this call. </p>
267
+ * </li>
268
+ * <li>
269
+ * <p>The secret is managed by another service, and you must use that service to update it.
270
+ * For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/service-linked-secrets.html">Secrets managed by other Amazon Web Services services</a>.</p>
271
+ * </li>
272
+ * </ul>
273
+ * @public
274
+ */
275
+ export declare class InvalidRequestException extends __BaseException {
276
+ readonly name: "InvalidRequestException";
277
+ readonly $fault: "client";
278
+ Message?: string;
279
+ /**
280
+ * @internal
281
+ */
282
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
283
+ }
284
+ /**
285
+ * <p>Secrets Manager can't find the resource that you asked for.</p>
286
+ * @public
287
+ */
288
+ export declare class ResourceNotFoundException extends __BaseException {
289
+ readonly name: "ResourceNotFoundException";
290
+ readonly $fault: "client";
291
+ Message?: string;
292
+ /**
293
+ * @internal
294
+ */
295
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
296
+ }
297
+ /**
298
+ * @public
299
+ */
300
+ export interface CancelRotateSecretRequest {
301
+ /**
302
+ * <p>The ARN or name of the secret.</p>
303
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
304
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
305
+ * @public
306
+ */
307
+ SecretId: string | undefined;
308
+ }
309
+ /**
310
+ * @public
311
+ */
312
+ export interface CancelRotateSecretResponse {
313
+ /**
314
+ * <p>The ARN of the secret.</p>
315
+ * @public
316
+ */
317
+ ARN?: string;
318
+ /**
319
+ * <p>The name of the secret.</p>
320
+ * @public
321
+ */
322
+ Name?: string;
323
+ /**
324
+ * <p>The unique identifier of the version of the secret created during the rotation. This
325
+ * version might not be complete, and should be evaluated for possible deletion. We recommend
326
+ * that you remove the <code>VersionStage</code> value <code>AWSPENDING</code> from this version so that
327
+ * Secrets Manager can delete it. Failing to clean up a cancelled rotation can block you from
328
+ * starting future rotations.</p>
329
+ * @public
330
+ */
331
+ VersionId?: string;
332
+ }
333
+ /**
334
+ * <p>A structure that contains information about a tag.</p>
335
+ * @public
336
+ */
337
+ export interface Tag {
338
+ /**
339
+ * <p>The key identifier, or name, of the tag.</p>
340
+ * @public
341
+ */
342
+ Key?: string;
343
+ /**
344
+ * <p>The string value associated with the key of the tag.</p>
345
+ * @public
346
+ */
347
+ Value?: string;
348
+ }
349
+ /**
350
+ * @public
351
+ */
352
+ export interface CreateSecretRequest {
353
+ /**
354
+ * <p>The name of the new secret.</p>
355
+ * <p>The secret name can contain ASCII letters, numbers, and the following characters:
356
+ * /_+=.@-</p>
357
+ * <p>Do not end your secret name with a hyphen followed by six characters. If you do so, you
358
+ * risk confusion and unexpected results when searching for a secret by partial ARN. Secrets Manager
359
+ * automatically adds a hyphen and six random characters after the secret name at the end of the ARN.</p>
360
+ * @public
361
+ */
362
+ Name: string | undefined;
363
+ /**
364
+ * <p>If you include <code>SecretString</code> or <code>SecretBinary</code>, then
365
+ * Secrets Manager creates an initial version for the secret, and this parameter specifies the unique
366
+ * identifier for the new version. </p>
367
+ * <note>
368
+ * <p>If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. </p>
369
+ * </note>
370
+ * <p>If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a <code>ClientRequestToken</code> and include it in the request.</p>
371
+ * <p>This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID-type</a> value to ensure uniqueness of your versions within the specified secret. </p>
372
+ * <ul>
373
+ * <li>
374
+ * <p>If the <code>ClientRequestToken</code> value isn't already associated with a version
375
+ * of the secret then a new version of the secret is created. </p>
376
+ * </li>
377
+ * <li>
378
+ * <p>If a version with this value already exists and the version <code>SecretString</code>
379
+ * and <code>SecretBinary</code> values are the same as those in the request, then the
380
+ * request is ignored.</p>
381
+ * </li>
382
+ * <li>
383
+ * <p>If a version with this value already exists and that version's
384
+ * <code>SecretString</code> and <code>SecretBinary</code> values are different from those
385
+ * in the request, then the request fails because you cannot modify an existing version.
386
+ * Instead, use <a>PutSecretValue</a> to create a new version.</p>
387
+ * </li>
388
+ * </ul>
389
+ * <p>This value becomes the <code>VersionId</code> of the new version.</p>
390
+ * @public
391
+ */
392
+ ClientRequestToken?: string;
393
+ /**
394
+ * <p>The description of the secret.</p>
395
+ * @public
396
+ */
397
+ Description?: string;
398
+ /**
399
+ * <p>The ARN, key ID, or alias of the KMS key that Secrets Manager uses to
400
+ * encrypt the secret value in the secret. An alias is always prefixed by <code>alias/</code>,
401
+ * for example <code>alias/aws/secretsmanager</code>. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/alias-about.html">About aliases</a>.</p>
402
+ * <p>To use a KMS key in a different account, use the key ARN or the alias ARN.</p>
403
+ * <p>If you don't specify this value, then Secrets Manager uses the key <code>aws/secretsmanager</code>.
404
+ * If that key doesn't yet exist, then Secrets Manager creates it for you automatically the first time it
405
+ * encrypts the secret value.</p>
406
+ * <p>If the secret is in a different Amazon Web Services account from the credentials calling the API, then
407
+ * you can't use <code>aws/secretsmanager</code> to encrypt the secret, and you must create
408
+ * and use a customer managed KMS key. </p>
409
+ * @public
410
+ */
411
+ KmsKeyId?: string;
412
+ /**
413
+ * <p>The binary data to encrypt and store in the new version of
414
+ * the secret. We recommend that you store your binary data in a file and then pass the
415
+ * contents of the file as a parameter.</p>
416
+ * <p>Either <code>SecretString</code> or <code>SecretBinary</code> must have a value, but not
417
+ * both.</p>
418
+ * <p>This parameter is not available in the Secrets Manager console.</p>
419
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
420
+ * @public
421
+ */
422
+ SecretBinary?: Uint8Array;
423
+ /**
424
+ * <p>The text data to encrypt and store in this new version of
425
+ * the secret. We recommend you use a JSON structure of key/value pairs for your secret value.</p>
426
+ * <p>Either <code>SecretString</code> or <code>SecretBinary</code> must have a value, but not
427
+ * both.</p>
428
+ * <p>If you create a secret by using the Secrets Manager console then Secrets Manager puts the protected
429
+ * secret text in only the <code>SecretString</code> parameter. The Secrets Manager console stores the
430
+ * information as a JSON structure of key/value pairs that a Lambda rotation function can parse.</p>
431
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
432
+ * @public
433
+ */
434
+ SecretString?: string;
435
+ /**
436
+ * <p>A list of tags to attach to the secret. Each tag
437
+ * is a key and value pair of strings in a JSON text string, for example:</p>
438
+ * <p>
439
+ * <code>[\{"Key":"CostCenter","Value":"12345"\},\{"Key":"environment","Value":"production"\}]</code>
440
+ * </p>
441
+ * <p>Secrets Manager tag key names are case sensitive. A tag with the key "ABC" is a different tag
442
+ * from one with key "abc".</p>
443
+ * <p>If you check tags in permissions policies as part of your
444
+ * security strategy, then adding or removing a tag can change permissions. If the
445
+ * completion of this operation would result in you losing your permissions for
446
+ * this secret, then Secrets Manager blocks the operation and returns an <code>Access Denied</code>
447
+ * error. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_examples.html#tag-secrets-abac">Control
448
+ * access to secrets using tags</a> and <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_examples.html#auth-and-access_tags2">Limit access to identities with tags that match secrets' tags</a>.</p>
449
+ * <p>For information about how to format a
450
+ * JSON parameter for the various command line tool environments, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json">Using JSON for
451
+ * Parameters</a>. If your command-line tool or SDK requires quotation marks around the parameter, you should
452
+ * use single quotes to avoid confusion with the double quotes required in the JSON text.</p>
453
+ * <p>For tag quotas and naming restrictions, see <a href="https://docs.aws.amazon.com/general/latest/gr/arg.html#taged-reference-quotas">Service quotas for Tagging</a> in the <i>Amazon Web Services General
454
+ * Reference guide</i>.</p>
455
+ * @public
456
+ */
457
+ Tags?: Tag[];
458
+ /**
459
+ * <p>A list of Regions and KMS keys to replicate secrets.</p>
460
+ * @public
461
+ */
462
+ AddReplicaRegions?: ReplicaRegionType[];
463
+ /**
464
+ * <p>Specifies whether to overwrite a secret with the same name in the
465
+ * destination Region. By default, secrets aren't overwritten.</p>
466
+ * @public
467
+ */
468
+ ForceOverwriteReplicaSecret?: boolean;
469
+ }
470
+ /**
471
+ * @public
472
+ * @enum
473
+ */
474
+ export declare const StatusType: {
475
+ readonly Failed: "Failed";
476
+ readonly InProgress: "InProgress";
477
+ readonly InSync: "InSync";
478
+ };
479
+ /**
480
+ * @public
481
+ */
482
+ export type StatusType = (typeof StatusType)[keyof typeof StatusType];
483
+ /**
484
+ * <p>A replication object consisting of a <code>RegionReplicationStatus</code> object and includes a Region, KMSKeyId, status, and status message.</p>
485
+ * @public
486
+ */
487
+ export interface ReplicationStatusType {
488
+ /**
489
+ * <p>The Region where replication occurs.</p>
490
+ * @public
491
+ */
492
+ Region?: string;
493
+ /**
494
+ * <p>Can be an <code>ARN</code>, <code>Key ID</code>, or <code>Alias</code>. </p>
495
+ * @public
496
+ */
497
+ KmsKeyId?: string;
498
+ /**
499
+ * <p>The status can be <code>InProgress</code>, <code>Failed</code>, or <code>InSync</code>.</p>
500
+ * @public
501
+ */
502
+ Status?: StatusType;
503
+ /**
504
+ * <p>Status message such as "<i>Secret with this name already exists in this
505
+ * region</i>".</p>
506
+ * @public
507
+ */
508
+ StatusMessage?: string;
509
+ /**
510
+ * <p>The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.</p>
511
+ * @public
512
+ */
513
+ LastAccessedDate?: Date;
514
+ }
515
+ /**
516
+ * @public
517
+ */
518
+ export interface CreateSecretResponse {
519
+ /**
520
+ * <p>The ARN of the new secret. The ARN includes the name of the secret followed by six random
521
+ * characters. This ensures that if you create a new secret with the same name as a deleted secret,
522
+ * then users with access to the old secret don't get access to the new secret because the ARNs
523
+ * are different.</p>
524
+ * @public
525
+ */
526
+ ARN?: string;
527
+ /**
528
+ * <p>The name of the new secret.</p>
529
+ * @public
530
+ */
531
+ Name?: string;
532
+ /**
533
+ * <p>The unique identifier associated with the version of the new secret.</p>
534
+ * @public
535
+ */
536
+ VersionId?: string;
537
+ /**
538
+ * <p>A list of the replicas of this secret and their status:</p>
539
+ * <ul>
540
+ * <li>
541
+ * <p>
542
+ * <code>Failed</code>, which indicates that the replica was not created.</p>
543
+ * </li>
544
+ * <li>
545
+ * <p>
546
+ * <code>InProgress</code>, which indicates that Secrets Manager is in the process of creating the replica.</p>
547
+ * </li>
548
+ * <li>
549
+ * <p>
550
+ * <code>InSync</code>, which indicates that the replica was created.</p>
551
+ * </li>
552
+ * </ul>
553
+ * @public
554
+ */
555
+ ReplicationStatus?: ReplicationStatusType[];
556
+ }
557
+ /**
558
+ * <p>Secrets Manager can't encrypt the protected secret text using the provided KMS key. Check that the
559
+ * KMS key is available, enabled, and not in an invalid state. For more
560
+ * information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a>.</p>
561
+ * @public
562
+ */
563
+ export declare class EncryptionFailure extends __BaseException {
564
+ readonly name: "EncryptionFailure";
565
+ readonly $fault: "client";
566
+ Message?: string;
567
+ /**
568
+ * @internal
569
+ */
570
+ constructor(opts: __ExceptionOptionType<EncryptionFailure, __BaseException>);
571
+ }
572
+ /**
573
+ * <p>The request failed because it would exceed one of the Secrets Manager quotas.</p>
574
+ * @public
575
+ */
576
+ export declare class LimitExceededException extends __BaseException {
577
+ readonly name: "LimitExceededException";
578
+ readonly $fault: "client";
579
+ Message?: string;
580
+ /**
581
+ * @internal
582
+ */
583
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
584
+ }
585
+ /**
586
+ * <p>The resource policy has syntax errors.</p>
587
+ * @public
588
+ */
589
+ export declare class MalformedPolicyDocumentException extends __BaseException {
590
+ readonly name: "MalformedPolicyDocumentException";
591
+ readonly $fault: "client";
592
+ Message?: string;
593
+ /**
594
+ * @internal
595
+ */
596
+ constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
597
+ }
598
+ /**
599
+ * <p>The request failed because you did not complete all the prerequisite steps.</p>
600
+ * @public
601
+ */
602
+ export declare class PreconditionNotMetException extends __BaseException {
603
+ readonly name: "PreconditionNotMetException";
604
+ readonly $fault: "client";
605
+ Message?: string;
606
+ /**
607
+ * @internal
608
+ */
609
+ constructor(opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>);
610
+ }
611
+ /**
612
+ * <p>A resource with the ID you requested already exists.</p>
613
+ * @public
614
+ */
615
+ export declare class ResourceExistsException extends __BaseException {
616
+ readonly name: "ResourceExistsException";
617
+ readonly $fault: "client";
618
+ Message?: string;
619
+ /**
620
+ * @internal
621
+ */
622
+ constructor(opts: __ExceptionOptionType<ResourceExistsException, __BaseException>);
623
+ }
624
+ /**
625
+ * @public
626
+ */
627
+ export interface DeleteResourcePolicyRequest {
628
+ /**
629
+ * <p>The ARN or name of the secret to delete the attached resource-based policy for.</p>
630
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
631
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
632
+ * @public
633
+ */
634
+ SecretId: string | undefined;
635
+ }
636
+ /**
637
+ * @public
638
+ */
639
+ export interface DeleteResourcePolicyResponse {
640
+ /**
641
+ * <p>The ARN of the secret that the resource-based policy was deleted for.</p>
642
+ * @public
643
+ */
644
+ ARN?: string;
645
+ /**
646
+ * <p>The name of the secret that the resource-based policy was deleted for.</p>
647
+ * @public
648
+ */
649
+ Name?: string;
650
+ }
651
+ /**
652
+ * @public
653
+ */
654
+ export interface DeleteSecretRequest {
655
+ /**
656
+ * <p>The ARN or name of the secret to delete.</p>
657
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
658
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
659
+ * @public
660
+ */
661
+ SecretId: string | undefined;
662
+ /**
663
+ * <p>The number of days from 7 to 30 that Secrets Manager waits before permanently deleting the
664
+ * secret. You can't use both this parameter and <code>ForceDeleteWithoutRecovery</code>
665
+ * in the same call. If you don't use either, then by default Secrets Manager uses a 30 day recovery window.</p>
666
+ * @public
667
+ */
668
+ RecoveryWindowInDays?: number;
669
+ /**
670
+ * <p>Specifies whether to delete the secret without any recovery window. You
671
+ * can't use both this parameter and <code>RecoveryWindowInDays</code> in the same
672
+ * call. If you don't use either, then by default Secrets Manager uses a 30 day recovery window.</p>
673
+ * <p>Secrets Manager performs the actual deletion with an asynchronous background process, so there might
674
+ * be a short delay before the secret is permanently deleted. If you delete a secret and then
675
+ * immediately create a secret with the same name, use appropriate back off and retry logic.</p>
676
+ * <p>If you forcibly delete an already deleted or nonexistent secret, the operation does not return <code>ResourceNotFoundException</code>.</p>
677
+ * <important>
678
+ * <p>Use this parameter with caution. This parameter causes the operation to skip the normal
679
+ * recovery window before the permanent deletion that Secrets Manager would normally impose with the
680
+ * <code>RecoveryWindowInDays</code> parameter. If you delete a secret with the
681
+ * <code>ForceDeleteWithoutRecovery</code> parameter, then you have no opportunity to recover
682
+ * the secret. You lose the secret permanently.</p>
683
+ * </important>
684
+ * @public
685
+ */
686
+ ForceDeleteWithoutRecovery?: boolean;
687
+ }
688
+ /**
689
+ * @public
690
+ */
691
+ export interface DeleteSecretResponse {
692
+ /**
693
+ * <p>The ARN of the secret.</p>
694
+ * @public
695
+ */
696
+ ARN?: string;
697
+ /**
698
+ * <p>The name of the secret.</p>
699
+ * @public
700
+ */
701
+ Name?: string;
702
+ /**
703
+ * <p>The date and time after which this secret Secrets Manager can permanently delete this secret,
704
+ * and it can no longer be restored. This value is the date and time of the delete request
705
+ * plus the number of days in <code>RecoveryWindowInDays</code>.</p>
706
+ * @public
707
+ */
708
+ DeletionDate?: Date;
709
+ }
710
+ /**
711
+ * @public
712
+ */
713
+ export interface DescribeSecretRequest {
714
+ /**
715
+ * <p>The ARN or name of the secret. </p>
716
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
717
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
718
+ * @public
719
+ */
720
+ SecretId: string | undefined;
721
+ }
722
+ /**
723
+ * <p>A structure that defines the rotation configuration for the secret.</p>
724
+ * @public
725
+ */
726
+ export interface RotationRulesType {
727
+ /**
728
+ * <p>The number of days between rotations of the secret. You can use this
729
+ * value to check that your secret meets your compliance guidelines for how often secrets must
730
+ * be rotated. If you use this field to set the rotation schedule, Secrets Manager calculates the next rotation
731
+ * date based on the previous rotation. Manually updating the secret value by calling
732
+ * <code>PutSecretValue</code> or <code>UpdateSecret</code> is considered a valid rotation.</p>
733
+ * <p>In <code>DescribeSecret</code> and <code>ListSecrets</code>, this value is calculated from
734
+ * the rotation schedule after every successful rotation. In <code>RotateSecret</code>, you can
735
+ * set the rotation schedule in <code>RotationRules</code> with <code>AutomaticallyAfterDays</code>
736
+ * or <code>ScheduleExpression</code>, but not both. To set a rotation schedule in hours, use
737
+ * <code>ScheduleExpression</code>.</p>
738
+ * @public
739
+ */
740
+ AutomaticallyAfterDays?: number;
741
+ /**
742
+ * <p>The length of the rotation window in hours, for example <code>3h</code> for a three
743
+ * hour window. Secrets Manager rotates your secret at any time during this window. The window must not
744
+ * extend into the next rotation window or the next UTC day. The window starts according to the <code>ScheduleExpression</code>. If you don't specify a <code>Duration</code>,
745
+ * for a <code>ScheduleExpression</code> in hours, the window automatically closes after one
746
+ * hour. For a <code>ScheduleExpression</code> in days, the window automatically closes at the
747
+ * end of the UTC day. For
748
+ * more information, including examples, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_schedule.html">Schedule expressions
749
+ * in Secrets Manager rotation</a> in the <i>Secrets Manager Users Guide</i>.</p>
750
+ * @public
751
+ */
752
+ Duration?: string;
753
+ /**
754
+ * <p>A <code>cron()</code> or <code>rate()</code> expression that defines the schedule for
755
+ * rotating your secret. Secrets Manager rotation schedules use UTC time zone. Secrets Manager rotates your secret any time during a rotation window.</p>
756
+ * <p>Secrets Manager <code>rate()</code> expressions represent the interval in hours or days that you
757
+ * want to rotate your secret, for example <code>rate(12 hours)</code> or
758
+ * <code>rate(10 days)</code>. You can rotate a secret as often as every four hours. If you
759
+ * use a <code>rate()</code> expression, the rotation
760
+ * window starts at midnight. For a rate in hours, the default rotation window closes after one
761
+ * hour. For a rate in days, the default rotation window closes at the end of the day. You can
762
+ * set the <code>Duration</code> to change the rotation window. The rotation window must not
763
+ * extend into the next UTC day or into the next rotation window.</p>
764
+ * <p>You can use a <code>cron()</code> expression to create a rotation schedule that is
765
+ * more detailed than a rotation interval. For more information, including examples, see
766
+ * <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_schedule.html">Schedule expressions in
767
+ * Secrets Manager rotation</a> in the <i>Secrets Manager Users Guide</i>. For a cron expression
768
+ * that represents a schedule in hours, the default rotation window closes after one hour. For
769
+ * a cron expression that represents a schedule in days, the default rotation window closes at
770
+ * the end of the day. You can set the <code>Duration</code> to change the rotation window. The
771
+ * rotation window must not extend into the next UTC day or into the next rotation window.</p>
772
+ * @public
773
+ */
774
+ ScheduleExpression?: string;
775
+ }
776
+ /**
777
+ * @public
778
+ */
779
+ export interface DescribeSecretResponse {
780
+ /**
781
+ * <p>The ARN of the secret.</p>
782
+ * @public
783
+ */
784
+ ARN?: string;
785
+ /**
786
+ * <p>The name of the secret.</p>
787
+ * @public
788
+ */
789
+ Name?: string;
790
+ /**
791
+ * <p>The description of the secret.</p>
792
+ * @public
793
+ */
794
+ Description?: string;
795
+ /**
796
+ * <p>The key ID or alias ARN of the KMS key that Secrets Manager uses to encrypt the secret value.
797
+ * If the secret is encrypted with the Amazon Web Services managed key <code>aws/secretsmanager</code>,
798
+ * this field is omitted. Secrets created using the console use an KMS key ID.</p>
799
+ * @public
800
+ */
801
+ KmsKeyId?: string;
802
+ /**
803
+ * <p>Specifies whether automatic rotation is turned on for this secret. If the secret has never been configured for rotation, Secrets Manager returns null.</p>
804
+ * <p>To turn on rotation, use <a>RotateSecret</a>. To turn off
805
+ * rotation, use <a>CancelRotateSecret</a>.</p>
806
+ * @public
807
+ */
808
+ RotationEnabled?: boolean;
809
+ /**
810
+ * <p>The ARN of the Lambda function that Secrets Manager invokes to rotate the
811
+ * secret. </p>
812
+ * @public
813
+ */
814
+ RotationLambdaARN?: string;
815
+ /**
816
+ * <p>The rotation schedule and Lambda function for this secret. If the secret previously had rotation turned on, but
817
+ * it is now turned off, this field shows the previous rotation schedule and rotation function. If the secret never had
818
+ * rotation turned on, this field is omitted.</p>
819
+ * @public
820
+ */
821
+ RotationRules?: RotationRulesType;
822
+ /**
823
+ * <p>The last date and time that Secrets Manager rotated the secret.
824
+ * If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null.</p>
825
+ * @public
826
+ */
827
+ LastRotatedDate?: Date;
828
+ /**
829
+ * <p>The last date and time that this secret was modified in any way.</p>
830
+ * @public
831
+ */
832
+ LastChangedDate?: Date;
833
+ /**
834
+ * <p>The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.</p>
835
+ * @public
836
+ */
837
+ LastAccessedDate?: Date;
838
+ /**
839
+ * <p>The date the secret is scheduled for deletion. If it is not scheduled for deletion, this
840
+ * field is omitted. When you delete a secret, Secrets Manager requires a
841
+ * recovery window of at least 7 days before deleting the secret. Some time after the deleted date,
842
+ * Secrets Manager deletes the secret, including all of its versions.</p>
843
+ * <p>If a secret is scheduled for deletion, then its details, including the encrypted secret
844
+ * value, is not accessible. To cancel a scheduled deletion and restore access to the secret, use <a>RestoreSecret</a>.</p>
845
+ * @public
846
+ */
847
+ DeletedDate?: Date;
848
+ /**
849
+ * <p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null. If rotation fails, Secrets Manager retries the entire rotation process multiple times. If rotation is unsuccessful, this date may be in the past.</p>
850
+ * <p>This date represents the latest date that rotation will occur, but it is not an approximate rotation date. In some cases, for example if you turn off automatic rotation and then turn it back on, the next rotation may occur much sooner than this date.</p>
851
+ * @public
852
+ */
853
+ NextRotationDate?: Date;
854
+ /**
855
+ * <p>The list of tags attached to the secret. To add tags to a
856
+ * secret, use <a>TagResource</a>. To remove tags, use <a>UntagResource</a>.</p>
857
+ * @public
858
+ */
859
+ Tags?: Tag[];
860
+ /**
861
+ * <p>A list of the versions of the secret that have staging labels attached.
862
+ * Versions that don't have staging labels are considered deprecated and Secrets Manager
863
+ * can delete them.</p>
864
+ * <p>Secrets Manager uses staging labels to indicate the status of a secret version during rotation. The three
865
+ * staging labels for rotation are: </p>
866
+ * <ul>
867
+ * <li>
868
+ * <p>
869
+ * <code>AWSCURRENT</code>, which indicates the current version of the secret.</p>
870
+ * </li>
871
+ * <li>
872
+ * <p>
873
+ * <code>AWSPENDING</code>, which indicates the version of the secret that contains new
874
+ * secret information that will become the next current version when rotation finishes.</p>
875
+ * <p>During
876
+ * rotation, Secrets Manager creates an <code>AWSPENDING</code> version ID before creating the new secret version.
877
+ * To check if a secret version exists, call <a>GetSecretValue</a>.</p>
878
+ * </li>
879
+ * <li>
880
+ * <p>
881
+ * <code>AWSPREVIOUS</code>, which indicates the previous current version of the secret.
882
+ * You can use this as the <i>last known good</i> version.</p>
883
+ * </li>
884
+ * </ul>
885
+ * <p>For more information about rotation and staging labels, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html">How rotation works</a>.</p>
886
+ * @public
887
+ */
888
+ VersionIdsToStages?: Record<string, string[]>;
889
+ /**
890
+ * <p>The ID of the service that created this secret. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/service-linked-secrets.html">Secrets managed by other Amazon Web Services services</a>.</p>
891
+ * @public
892
+ */
893
+ OwningService?: string;
894
+ /**
895
+ * <p>The date the secret was created.</p>
896
+ * @public
897
+ */
898
+ CreatedDate?: Date;
899
+ /**
900
+ * <p>The Region the secret is in. If a secret is replicated to other Regions, the replicas are listed in <code>ReplicationStatus</code>. </p>
901
+ * @public
902
+ */
903
+ PrimaryRegion?: string;
904
+ /**
905
+ * <p>A list of the replicas of this secret and their status: </p>
906
+ * <ul>
907
+ * <li>
908
+ * <p>
909
+ * <code>Failed</code>, which indicates that the replica was not created.</p>
910
+ * </li>
911
+ * <li>
912
+ * <p>
913
+ * <code>InProgress</code>, which indicates that Secrets Manager is in the process of creating the replica.</p>
914
+ * </li>
915
+ * <li>
916
+ * <p>
917
+ * <code>InSync</code>, which indicates that the replica was created.</p>
918
+ * </li>
919
+ * </ul>
920
+ * @public
921
+ */
922
+ ReplicationStatus?: ReplicationStatusType[];
923
+ }
924
+ /**
925
+ * @public
926
+ */
927
+ export interface GetRandomPasswordRequest {
928
+ /**
929
+ * <p>The length of the password. If you don't include this parameter, the
930
+ * default length is 32 characters.</p>
931
+ * @public
932
+ */
933
+ PasswordLength?: number;
934
+ /**
935
+ * <p>A string of the characters that you don't want in the password.</p>
936
+ * @public
937
+ */
938
+ ExcludeCharacters?: string;
939
+ /**
940
+ * <p>Specifies whether to exclude numbers from the password. If you don't
941
+ * include this switch, the password can contain numbers.</p>
942
+ * @public
943
+ */
944
+ ExcludeNumbers?: boolean;
945
+ /**
946
+ * <p>Specifies whether to exclude the following punctuation characters from the password:
947
+ * <code>! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` \{ | \} ~</code>.
948
+ * If you don't include this switch, the password can contain punctuation.</p>
949
+ * @public
950
+ */
951
+ ExcludePunctuation?: boolean;
952
+ /**
953
+ * <p>Specifies whether to exclude uppercase letters from the password. If you
954
+ * don't include this switch, the password can contain uppercase letters.</p>
955
+ * @public
956
+ */
957
+ ExcludeUppercase?: boolean;
958
+ /**
959
+ * <p>Specifies whether to exclude lowercase letters from the password. If
960
+ * you don't include this switch, the password can contain lowercase letters.</p>
961
+ * @public
962
+ */
963
+ ExcludeLowercase?: boolean;
964
+ /**
965
+ * <p>Specifies whether to include the space character. If you
966
+ * include this switch, the password can contain space characters.</p>
967
+ * @public
968
+ */
969
+ IncludeSpace?: boolean;
970
+ /**
971
+ * <p>Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
972
+ * If you don't include this switch, the password contains at least one of every character type.</p>
973
+ * @public
974
+ */
975
+ RequireEachIncludedType?: boolean;
976
+ }
977
+ /**
978
+ * @public
979
+ */
980
+ export interface GetRandomPasswordResponse {
981
+ /**
982
+ * <p>A string with the password.</p>
983
+ * @public
984
+ */
985
+ RandomPassword?: string;
986
+ }
987
+ /**
988
+ * @public
989
+ */
990
+ export interface GetResourcePolicyRequest {
991
+ /**
992
+ * <p>The ARN or name of the secret to retrieve the attached resource-based policy for.</p>
993
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
994
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
995
+ * @public
996
+ */
997
+ SecretId: string | undefined;
998
+ }
999
+ /**
1000
+ * @public
1001
+ */
1002
+ export interface GetResourcePolicyResponse {
1003
+ /**
1004
+ * <p>The ARN of the secret that the resource-based policy was retrieved for.</p>
1005
+ * @public
1006
+ */
1007
+ ARN?: string;
1008
+ /**
1009
+ * <p>The name of the secret that the resource-based policy was retrieved for.</p>
1010
+ * @public
1011
+ */
1012
+ Name?: string;
1013
+ /**
1014
+ * <p>A JSON-formatted string that contains the permissions policy
1015
+ * attached to the secret. For more information about permissions policies, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html">Authentication and access control for
1016
+ * Secrets Manager</a>.</p>
1017
+ * @public
1018
+ */
1019
+ ResourcePolicy?: string;
1020
+ }
1021
+ /**
1022
+ * @public
1023
+ */
1024
+ export interface GetSecretValueRequest {
1025
+ /**
1026
+ * <p>The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN.</p>
1027
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1028
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1029
+ * @public
1030
+ */
1031
+ SecretId: string | undefined;
1032
+ /**
1033
+ * <p>The unique identifier of the version of the secret to retrieve. If
1034
+ * you include both this parameter and <code>VersionStage</code>, the two parameters must refer
1035
+ * to the same secret version. If you don't specify either a <code>VersionStage</code> or
1036
+ * <code>VersionId</code>, then Secrets Manager returns the <code>AWSCURRENT</code> version.</p>
1037
+ * <p>This value is typically a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID-type</a> value with
1038
+ * 32 hexadecimal digits.</p>
1039
+ * @public
1040
+ */
1041
+ VersionId?: string;
1042
+ /**
1043
+ * <p>The staging label of the version of the secret to retrieve. </p>
1044
+ * <p>Secrets Manager uses staging labels to keep track of different versions during the rotation process.
1045
+ * If you include both this parameter and <code>VersionId</code>, the two parameters must refer
1046
+ * to the same secret version. If you don't specify either a <code>VersionStage</code> or
1047
+ * <code>VersionId</code>, Secrets Manager returns the <code>AWSCURRENT</code> version.</p>
1048
+ * @public
1049
+ */
1050
+ VersionStage?: string;
1051
+ }
1052
+ /**
1053
+ * @public
1054
+ */
1055
+ export interface GetSecretValueResponse {
1056
+ /**
1057
+ * <p>The ARN of the secret.</p>
1058
+ * @public
1059
+ */
1060
+ ARN?: string;
1061
+ /**
1062
+ * <p>The friendly name of the secret.</p>
1063
+ * @public
1064
+ */
1065
+ Name?: string;
1066
+ /**
1067
+ * <p>The unique identifier of this version of the secret.</p>
1068
+ * @public
1069
+ */
1070
+ VersionId?: string;
1071
+ /**
1072
+ * <p>The decrypted secret value, if the secret value was originally provided as
1073
+ * binary data in the form of a byte array. When you retrieve a <code>SecretBinary</code> using the HTTP API, the Python SDK, or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not encoded.</p>
1074
+ * <p>If the secret was created by using the Secrets Manager console, or if the secret value was
1075
+ * originally provided as a string, then this field is omitted. The secret value appears in
1076
+ * <code>SecretString</code> instead.</p>
1077
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
1078
+ * @public
1079
+ */
1080
+ SecretBinary?: Uint8Array;
1081
+ /**
1082
+ * <p>The decrypted secret value, if the secret value was originally provided as a string or
1083
+ * through the Secrets Manager console.</p>
1084
+ * <p>If this secret was created by using the console, then Secrets Manager stores the information as a
1085
+ * JSON structure of key/value pairs. </p>
1086
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
1087
+ * @public
1088
+ */
1089
+ SecretString?: string;
1090
+ /**
1091
+ * <p>A list of all of the staging labels currently attached to this version of the
1092
+ * secret.</p>
1093
+ * @public
1094
+ */
1095
+ VersionStages?: string[];
1096
+ /**
1097
+ * <p>The date and time that this version of the secret was created. If you don't specify
1098
+ * which version in <code>VersionId</code> or <code>VersionStage</code>, then Secrets Manager uses the
1099
+ * <code>AWSCURRENT</code> version.</p>
1100
+ * @public
1101
+ */
1102
+ CreatedDate?: Date;
1103
+ }
1104
+ /**
1105
+ * @public
1106
+ * @enum
1107
+ */
1108
+ export declare const SortOrderType: {
1109
+ readonly asc: "asc";
1110
+ readonly desc: "desc";
1111
+ };
1112
+ /**
1113
+ * @public
1114
+ */
1115
+ export type SortOrderType = (typeof SortOrderType)[keyof typeof SortOrderType];
1116
+ /**
1117
+ * @public
1118
+ */
1119
+ export interface ListSecretsRequest {
1120
+ /**
1121
+ * <p>Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.</p>
1122
+ * @public
1123
+ */
1124
+ IncludePlannedDeletion?: boolean;
1125
+ /**
1126
+ * <p>The number of results to include in the response.</p>
1127
+ * <p>If there are more results available, in the response, Secrets Manager includes <code>NextToken</code>.
1128
+ * To get the next results, call <code>ListSecrets</code> again with the value from
1129
+ * <code>NextToken</code>.</p>
1130
+ * @public
1131
+ */
1132
+ MaxResults?: number;
1133
+ /**
1134
+ * <p>A token that indicates where the output should continue from, if a
1135
+ * previous call did not show all results. To get the next results, call <code>ListSecrets</code> again
1136
+ * with this value.</p>
1137
+ * @public
1138
+ */
1139
+ NextToken?: string;
1140
+ /**
1141
+ * <p>The filters to apply to the list of secrets.</p>
1142
+ * @public
1143
+ */
1144
+ Filters?: Filter[];
1145
+ /**
1146
+ * <p>Secrets are listed by <code>CreatedDate</code>. </p>
1147
+ * @public
1148
+ */
1149
+ SortOrder?: SortOrderType;
1150
+ }
1151
+ /**
1152
+ * <p>A structure that contains the details about a secret. It does not include the encrypted
1153
+ * <code>SecretString</code> and <code>SecretBinary</code> values. To get those values, use
1154
+ * <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetSecretValue.html">GetSecretValue</a>
1155
+ * .</p>
1156
+ * @public
1157
+ */
1158
+ export interface SecretListEntry {
1159
+ /**
1160
+ * <p>The Amazon Resource Name (ARN) of the secret.</p>
1161
+ * @public
1162
+ */
1163
+ ARN?: string;
1164
+ /**
1165
+ * <p>The friendly name of the secret. </p>
1166
+ * @public
1167
+ */
1168
+ Name?: string;
1169
+ /**
1170
+ * <p>The user-provided description of the secret.</p>
1171
+ * @public
1172
+ */
1173
+ Description?: string;
1174
+ /**
1175
+ * <p>The ARN of the KMS key that Secrets Manager uses to encrypt the secret value. If the secret is encrypted with
1176
+ * the Amazon Web Services managed key <code>aws/secretsmanager</code>, this field is omitted.</p>
1177
+ * @public
1178
+ */
1179
+ KmsKeyId?: string;
1180
+ /**
1181
+ * <p>Indicates whether automatic, scheduled rotation is enabled for this secret.</p>
1182
+ * @public
1183
+ */
1184
+ RotationEnabled?: boolean;
1185
+ /**
1186
+ * <p>The ARN of an Amazon Web Services Lambda function invoked by Secrets Manager to rotate and expire the
1187
+ * secret either automatically per the schedule or manually by a call to <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_RotateSecret.html">
1188
+ * <code>RotateSecret</code>
1189
+ * </a>.</p>
1190
+ * @public
1191
+ */
1192
+ RotationLambdaARN?: string;
1193
+ /**
1194
+ * <p>A structure that defines the rotation configuration for the secret.</p>
1195
+ * @public
1196
+ */
1197
+ RotationRules?: RotationRulesType;
1198
+ /**
1199
+ * <p>The most recent date and time that the Secrets Manager rotation process was successfully completed. This value is null if the secret hasn't ever rotated.</p>
1200
+ * @public
1201
+ */
1202
+ LastRotatedDate?: Date;
1203
+ /**
1204
+ * <p>The last date and time that this secret was modified in any way.</p>
1205
+ * @public
1206
+ */
1207
+ LastChangedDate?: Date;
1208
+ /**
1209
+ * <p>The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.</p>
1210
+ * @public
1211
+ */
1212
+ LastAccessedDate?: Date;
1213
+ /**
1214
+ * <p>The date and time the deletion of the secret occurred. Not present on active secrets. The
1215
+ * secret can be recovered until the number of days in the recovery window has passed, as
1216
+ * specified in the <code>RecoveryWindowInDays</code> parameter of the <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_DeleteSecret.html">
1217
+ * <code>DeleteSecret</code>
1218
+ * </a> operation.</p>
1219
+ * @public
1220
+ */
1221
+ DeletedDate?: Date;
1222
+ /**
1223
+ * <p>The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null.</p>
1224
+ * @public
1225
+ */
1226
+ NextRotationDate?: Date;
1227
+ /**
1228
+ * <p>The list of user-defined tags associated with the secret. To add tags to a
1229
+ * secret, use <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_TagResource.html">
1230
+ * <code>TagResource</code>
1231
+ * </a>.
1232
+ * To remove tags, use <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_UntagResource.html">
1233
+ * <code>UntagResource</code>
1234
+ * </a>.</p>
1235
+ * @public
1236
+ */
1237
+ Tags?: Tag[];
1238
+ /**
1239
+ * <p>A list of all of the currently assigned <code>SecretVersionStage</code> staging labels and
1240
+ * the <code>SecretVersionId</code> attached to each one. Staging labels are used to keep
1241
+ * track of the different versions during the rotation process.</p>
1242
+ * <note>
1243
+ * <p>A version that does not have any <code>SecretVersionStage</code> is considered
1244
+ * deprecated and subject to deletion. Such versions are not included in this list.</p>
1245
+ * </note>
1246
+ * @public
1247
+ */
1248
+ SecretVersionsToStages?: Record<string, string[]>;
1249
+ /**
1250
+ * <p>Returns the name of the service that created the secret.</p>
1251
+ * @public
1252
+ */
1253
+ OwningService?: string;
1254
+ /**
1255
+ * <p>The date and time when a secret was created.</p>
1256
+ * @public
1257
+ */
1258
+ CreatedDate?: Date;
1259
+ /**
1260
+ * <p>The Region where Secrets Manager originated the secret.</p>
1261
+ * @public
1262
+ */
1263
+ PrimaryRegion?: string;
1264
+ }
1265
+ /**
1266
+ * @public
1267
+ */
1268
+ export interface ListSecretsResponse {
1269
+ /**
1270
+ * <p>A list of the secrets in the account.</p>
1271
+ * @public
1272
+ */
1273
+ SecretList?: SecretListEntry[];
1274
+ /**
1275
+ * <p>Secrets Manager includes this value if
1276
+ * there's more output available than what is included in the current response. This can
1277
+ * occur even when the response includes no values at all, such as when you ask for a filtered view
1278
+ * of a long list. To get the next results, call <code>ListSecrets</code> again
1279
+ * with this value.</p>
1280
+ * @public
1281
+ */
1282
+ NextToken?: string;
1283
+ }
1284
+ /**
1285
+ * @public
1286
+ */
1287
+ export interface ListSecretVersionIdsRequest {
1288
+ /**
1289
+ * <p>The ARN or name of the secret whose versions you want to list.</p>
1290
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1291
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1292
+ * @public
1293
+ */
1294
+ SecretId: string | undefined;
1295
+ /**
1296
+ * <p>The number of results to include in the response.</p>
1297
+ * <p>If there are more results available, in the response, Secrets Manager includes <code>NextToken</code>.
1298
+ * To get the next results, call <code>ListSecretVersionIds</code> again with the value from <code>NextToken</code>. </p>
1299
+ * @public
1300
+ */
1301
+ MaxResults?: number;
1302
+ /**
1303
+ * <p>A token that indicates where the output should continue from, if a previous call
1304
+ * did not show all results. To get the next results, call <code>ListSecretVersionIds</code> again with
1305
+ * this value.</p>
1306
+ * @public
1307
+ */
1308
+ NextToken?: string;
1309
+ /**
1310
+ * <p>Specifies whether to include versions of secrets that don't have any
1311
+ * staging labels attached to them. Versions without staging labels are considered deprecated and are subject to
1312
+ * deletion by Secrets Manager. By default, versions without staging labels aren't included.</p>
1313
+ * @public
1314
+ */
1315
+ IncludeDeprecated?: boolean;
1316
+ }
1317
+ /**
1318
+ * <p>A structure that contains information about one version of a secret.</p>
1319
+ * @public
1320
+ */
1321
+ export interface SecretVersionsListEntry {
1322
+ /**
1323
+ * <p>The unique version identifier of this version of the secret.</p>
1324
+ * @public
1325
+ */
1326
+ VersionId?: string;
1327
+ /**
1328
+ * <p>An array of staging labels that are currently associated with this version of the
1329
+ * secret.</p>
1330
+ * @public
1331
+ */
1332
+ VersionStages?: string[];
1333
+ /**
1334
+ * <p>The date that this version of the secret was last accessed. Note that the resolution of
1335
+ * this field is at the date level and does not include the time.</p>
1336
+ * @public
1337
+ */
1338
+ LastAccessedDate?: Date;
1339
+ /**
1340
+ * <p>The date and time this version of the secret was created.</p>
1341
+ * @public
1342
+ */
1343
+ CreatedDate?: Date;
1344
+ /**
1345
+ * <p>The KMS keys used to encrypt the secret version.</p>
1346
+ * @public
1347
+ */
1348
+ KmsKeyIds?: string[];
1349
+ }
1350
+ /**
1351
+ * @public
1352
+ */
1353
+ export interface ListSecretVersionIdsResponse {
1354
+ /**
1355
+ * <p>A list of the versions of the secret.</p>
1356
+ * @public
1357
+ */
1358
+ Versions?: SecretVersionsListEntry[];
1359
+ /**
1360
+ * <p>Secrets Manager includes this value if there's more output available than what is included
1361
+ * in the current response. This can occur even when the response includes no values at all,
1362
+ * such as when you ask for a filtered view of a long list. To get the next results,
1363
+ * call <code>ListSecretVersionIds</code> again with this value. </p>
1364
+ * @public
1365
+ */
1366
+ NextToken?: string;
1367
+ /**
1368
+ * <p>The ARN of the secret.</p>
1369
+ * @public
1370
+ */
1371
+ ARN?: string;
1372
+ /**
1373
+ * <p>The name of the secret.</p>
1374
+ * @public
1375
+ */
1376
+ Name?: string;
1377
+ }
1378
+ /**
1379
+ * <p>The <code>BlockPublicPolicy</code> parameter is set to true, and the resource policy did not prevent broad access to the secret.</p>
1380
+ * @public
1381
+ */
1382
+ export declare class PublicPolicyException extends __BaseException {
1383
+ readonly name: "PublicPolicyException";
1384
+ readonly $fault: "client";
1385
+ Message?: string;
1386
+ /**
1387
+ * @internal
1388
+ */
1389
+ constructor(opts: __ExceptionOptionType<PublicPolicyException, __BaseException>);
1390
+ }
1391
+ /**
1392
+ * @public
1393
+ */
1394
+ export interface PutResourcePolicyRequest {
1395
+ /**
1396
+ * <p>The ARN or name of the secret to attach the resource-based policy.</p>
1397
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1398
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1399
+ * @public
1400
+ */
1401
+ SecretId: string | undefined;
1402
+ /**
1403
+ * <p>A JSON-formatted string for an Amazon Web Services
1404
+ * resource-based policy. For example policies, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_examples.html">Permissions
1405
+ * policy examples</a>.</p>
1406
+ * @public
1407
+ */
1408
+ ResourcePolicy: string | undefined;
1409
+ /**
1410
+ * <p>Specifies whether to block resource-based policies that allow broad access to the secret, for example those that use a wildcard for the principal. By default, public policies aren't blocked.</p>
1411
+ * <important>
1412
+ * <p>Resource policy validation and the BlockPublicPolicy parameter help protect your resources by preventing public access from being granted through the resource policies that are directly attached to your secrets. In addition to using these features, carefully inspect the following policies to confirm that they do not grant public access:</p>
1413
+ * <ul>
1414
+ * <li>
1415
+ * <p>Identity-based policies attached to associated Amazon Web Services principals (for example, IAM roles)</p>
1416
+ * </li>
1417
+ * <li>
1418
+ * <p>Resource-based policies attached to associated Amazon Web Services resources (for example, Key Management Service (KMS) keys)</p>
1419
+ * </li>
1420
+ * </ul>
1421
+ * <p>To review permissions to your secrets, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/determine-acccess_examine-iam-policies.html">Determine who has permissions to your secrets</a>.</p>
1422
+ * </important>
1423
+ * @public
1424
+ */
1425
+ BlockPublicPolicy?: boolean;
1426
+ }
1427
+ /**
1428
+ * @public
1429
+ */
1430
+ export interface PutResourcePolicyResponse {
1431
+ /**
1432
+ * <p>The ARN of the secret.</p>
1433
+ * @public
1434
+ */
1435
+ ARN?: string;
1436
+ /**
1437
+ * <p>The name of the secret.</p>
1438
+ * @public
1439
+ */
1440
+ Name?: string;
1441
+ }
1442
+ /**
1443
+ * @public
1444
+ */
1445
+ export interface PutSecretValueRequest {
1446
+ /**
1447
+ * <p>The ARN or name of the secret to add a new version to.</p>
1448
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1449
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1450
+ * <p>If the secret doesn't already exist, use <code>CreateSecret</code> instead.</p>
1451
+ * @public
1452
+ */
1453
+ SecretId: string | undefined;
1454
+ /**
1455
+ * <p>A unique identifier for the new version of the secret. </p>
1456
+ * <note>
1457
+ * <p>If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. </p>
1458
+ * </note>
1459
+ * <p>If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a <code>ClientRequestToken</code> and include it in the request.</p>
1460
+ * <p>This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID-type</a> value to ensure uniqueness of your versions within the specified secret. </p>
1461
+ * <ul>
1462
+ * <li>
1463
+ * <p>If the <code>ClientRequestToken</code> value isn't already associated with a version
1464
+ * of the secret then a new version of the secret is created. </p>
1465
+ * </li>
1466
+ * <li>
1467
+ * <p>If a version with this value already exists and that version's
1468
+ * <code>SecretString</code> or <code>SecretBinary</code> values are the same as those in
1469
+ * the request then the request is ignored. The operation is idempotent. </p>
1470
+ * </li>
1471
+ * <li>
1472
+ * <p>If a version with this value already exists and the version of the
1473
+ * <code>SecretString</code> and <code>SecretBinary</code> values are different from those
1474
+ * in the request, then the request fails because you can't modify a secret
1475
+ * version. You can only create new versions to store new secret values.</p>
1476
+ * </li>
1477
+ * </ul>
1478
+ * <p>This value becomes the <code>VersionId</code> of the new version.</p>
1479
+ * @public
1480
+ */
1481
+ ClientRequestToken?: string;
1482
+ /**
1483
+ * <p>The binary data to encrypt and store in the new version of
1484
+ * the secret. To use this parameter in the command-line tools, we recommend that you store your
1485
+ * binary data in a file and then pass the
1486
+ * contents of the file as a parameter. </p>
1487
+ * <p>You must include <code>SecretBinary</code> or <code>SecretString</code>, but not both.</p>
1488
+ * <p>You can't access this value from the Secrets Manager console.</p>
1489
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
1490
+ * @public
1491
+ */
1492
+ SecretBinary?: Uint8Array;
1493
+ /**
1494
+ * <p>The text to encrypt and store in the new version of the secret. </p>
1495
+ * <p>You must include <code>SecretBinary</code> or <code>SecretString</code>, but not both.</p>
1496
+ * <p>We recommend you create the secret string as JSON key/value pairs, as shown in the example.</p>
1497
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
1498
+ * @public
1499
+ */
1500
+ SecretString?: string;
1501
+ /**
1502
+ * <p>A list of staging labels to attach to this version of the
1503
+ * secret. Secrets Manager uses staging labels to track versions of a secret through the rotation process.</p>
1504
+ * <p>If you specify a staging
1505
+ * label that's already associated with a different version of the same secret, then Secrets Manager
1506
+ * removes the label from the other version and attaches it to this version.
1507
+ * If you specify
1508
+ * <code>AWSCURRENT</code>, and it is already attached to another version, then Secrets Manager also
1509
+ * moves the staging label <code>AWSPREVIOUS</code> to the version that <code>AWSCURRENT</code> was removed from.</p>
1510
+ * <p>If you don't include <code>VersionStages</code>, then Secrets Manager automatically
1511
+ * moves the staging label <code>AWSCURRENT</code> to this version.</p>
1512
+ * @public
1513
+ */
1514
+ VersionStages?: string[];
1515
+ /**
1516
+ * <p>A unique identifier that indicates the source of the request. For cross-account rotation (when you rotate a secret in one account by using a Lambda rotation function in another account) and the Lambda rotation function assumes an IAM role to call Secrets Manager, Secrets Manager validates the identity with the rotation token. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html">How rotation works</a>.</p>
1517
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
1518
+ * @public
1519
+ */
1520
+ RotationToken?: string;
1521
+ }
1522
+ /**
1523
+ * @public
1524
+ */
1525
+ export interface PutSecretValueResponse {
1526
+ /**
1527
+ * <p>The ARN of the secret.</p>
1528
+ * @public
1529
+ */
1530
+ ARN?: string;
1531
+ /**
1532
+ * <p>The name of the secret.</p>
1533
+ * @public
1534
+ */
1535
+ Name?: string;
1536
+ /**
1537
+ * <p>The unique identifier of the version of the secret.</p>
1538
+ * @public
1539
+ */
1540
+ VersionId?: string;
1541
+ /**
1542
+ * <p>The list of staging labels that are currently attached to this version of the secret.
1543
+ * Secrets Manager uses staging labels to track a version as it progresses through the secret rotation
1544
+ * process.</p>
1545
+ * @public
1546
+ */
1547
+ VersionStages?: string[];
1548
+ }
1549
+ /**
1550
+ * @public
1551
+ */
1552
+ export interface RemoveRegionsFromReplicationRequest {
1553
+ /**
1554
+ * <p>The ARN or name of the secret.</p>
1555
+ * @public
1556
+ */
1557
+ SecretId: string | undefined;
1558
+ /**
1559
+ * <p>The Regions of the replicas to remove.</p>
1560
+ * @public
1561
+ */
1562
+ RemoveReplicaRegions: string[] | undefined;
1563
+ }
1564
+ /**
1565
+ * @public
1566
+ */
1567
+ export interface RemoveRegionsFromReplicationResponse {
1568
+ /**
1569
+ * <p>The ARN of the primary secret.</p>
1570
+ * @public
1571
+ */
1572
+ ARN?: string;
1573
+ /**
1574
+ * <p>The status of replicas for this secret after you remove Regions.</p>
1575
+ * @public
1576
+ */
1577
+ ReplicationStatus?: ReplicationStatusType[];
1578
+ }
1579
+ /**
1580
+ * @public
1581
+ */
1582
+ export interface ReplicateSecretToRegionsRequest {
1583
+ /**
1584
+ * <p>The ARN or name of the secret to replicate.</p>
1585
+ * @public
1586
+ */
1587
+ SecretId: string | undefined;
1588
+ /**
1589
+ * <p>A list of Regions in which to replicate the secret.</p>
1590
+ * @public
1591
+ */
1592
+ AddReplicaRegions: ReplicaRegionType[] | undefined;
1593
+ /**
1594
+ * <p>Specifies whether to overwrite a secret with the same name in the destination Region. By default, secrets aren't overwritten.</p>
1595
+ * @public
1596
+ */
1597
+ ForceOverwriteReplicaSecret?: boolean;
1598
+ }
1599
+ /**
1600
+ * @public
1601
+ */
1602
+ export interface ReplicateSecretToRegionsResponse {
1603
+ /**
1604
+ * <p>The ARN of the primary secret.</p>
1605
+ * @public
1606
+ */
1607
+ ARN?: string;
1608
+ /**
1609
+ * <p>The status of replication.</p>
1610
+ * @public
1611
+ */
1612
+ ReplicationStatus?: ReplicationStatusType[];
1613
+ }
1614
+ /**
1615
+ * @public
1616
+ */
1617
+ export interface RestoreSecretRequest {
1618
+ /**
1619
+ * <p>The ARN or name of the secret to restore.</p>
1620
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1621
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1622
+ * @public
1623
+ */
1624
+ SecretId: string | undefined;
1625
+ }
1626
+ /**
1627
+ * @public
1628
+ */
1629
+ export interface RestoreSecretResponse {
1630
+ /**
1631
+ * <p>The ARN of the secret that was restored.</p>
1632
+ * @public
1633
+ */
1634
+ ARN?: string;
1635
+ /**
1636
+ * <p>The name of the secret that was restored.</p>
1637
+ * @public
1638
+ */
1639
+ Name?: string;
1640
+ }
1641
+ /**
1642
+ * @public
1643
+ */
1644
+ export interface RotateSecretRequest {
1645
+ /**
1646
+ * <p>The ARN or name of the secret to rotate.</p>
1647
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1648
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1649
+ * @public
1650
+ */
1651
+ SecretId: string | undefined;
1652
+ /**
1653
+ * <p>A unique identifier for the new version of the secret. You only need to specify this value if you implement your own retry logic and you want to
1654
+ * ensure that Secrets Manager doesn't attempt to create a secret version twice.</p>
1655
+ * <note>
1656
+ * <p>If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. </p>
1657
+ * </note>
1658
+ * <p>If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a <code>ClientRequestToken</code> and include it in the request.</p>
1659
+ * <p>This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID-type</a> value to ensure uniqueness of your versions within the specified secret. </p>
1660
+ * @public
1661
+ */
1662
+ ClientRequestToken?: string;
1663
+ /**
1664
+ * <p>For secrets that use a Lambda rotation function to rotate, the ARN of the Lambda rotation function. </p>
1665
+ * <p>For secrets that use <i>managed rotation</i>, omit this field. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_managed.html">Managed rotation</a> in the <i>Secrets Manager User Guide</i>.</p>
1666
+ * @public
1667
+ */
1668
+ RotationLambdaARN?: string;
1669
+ /**
1670
+ * <p>A structure that defines the rotation configuration for this secret.</p>
1671
+ * @public
1672
+ */
1673
+ RotationRules?: RotationRulesType;
1674
+ /**
1675
+ * <p>Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window.
1676
+ * The rotation schedule is defined in <a>RotateSecretRequest$RotationRules</a>.</p>
1677
+ * <p>For secrets that use a Lambda rotation function to rotate, if you don't immediately rotate the secret, Secrets Manager tests the rotation configuration by running the
1678
+ * <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_lambda-functions.html#rotate-secrets_lambda-functions-code">
1679
+ * <code>testSecret</code>
1680
+ * step</a> of the Lambda rotation function. The test creates an <code>AWSPENDING</code> version of the secret and then removes it.</p>
1681
+ * <p>By default, Secrets Manager rotates the secret immediately.</p>
1682
+ * @public
1683
+ */
1684
+ RotateImmediately?: boolean;
1685
+ }
1686
+ /**
1687
+ * @public
1688
+ */
1689
+ export interface RotateSecretResponse {
1690
+ /**
1691
+ * <p>The ARN of the secret.</p>
1692
+ * @public
1693
+ */
1694
+ ARN?: string;
1695
+ /**
1696
+ * <p>The name of the secret.</p>
1697
+ * @public
1698
+ */
1699
+ Name?: string;
1700
+ /**
1701
+ * <p>The ID of the new version of the secret.</p>
1702
+ * @public
1703
+ */
1704
+ VersionId?: string;
1705
+ }
1706
+ /**
1707
+ * @public
1708
+ */
1709
+ export interface StopReplicationToReplicaRequest {
1710
+ /**
1711
+ * <p>The ARN of the primary secret. </p>
1712
+ * @public
1713
+ */
1714
+ SecretId: string | undefined;
1715
+ }
1716
+ /**
1717
+ * @public
1718
+ */
1719
+ export interface StopReplicationToReplicaResponse {
1720
+ /**
1721
+ * <p>The ARN of the promoted secret. The ARN is the same as the original primary secret except the Region is changed.</p>
1722
+ * @public
1723
+ */
1724
+ ARN?: string;
1725
+ }
1726
+ /**
1727
+ * @public
1728
+ */
1729
+ export interface TagResourceRequest {
1730
+ /**
1731
+ * <p>The identifier for the secret to attach tags to. You can specify either the
1732
+ * Amazon Resource Name (ARN) or the friendly name of the secret.</p>
1733
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1734
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1735
+ * @public
1736
+ */
1737
+ SecretId: string | undefined;
1738
+ /**
1739
+ * <p>The tags to attach to the secret as a JSON text string argument. Each element in the list consists of a <code>Key</code>
1740
+ * and a <code>Value</code>.</p>
1741
+ * <p>For storing multiple values, we recommend that you use a JSON text
1742
+ * string argument and specify key/value pairs. For more information, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters.html">Specifying parameter values for the Amazon Web Services CLI</a>
1743
+ * in the Amazon Web Services CLI User Guide.</p>
1744
+ * @public
1745
+ */
1746
+ Tags: Tag[] | undefined;
1747
+ }
1748
+ /**
1749
+ * @public
1750
+ */
1751
+ export interface UntagResourceRequest {
1752
+ /**
1753
+ * <p>The ARN or name of the secret.</p>
1754
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1755
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1756
+ * @public
1757
+ */
1758
+ SecretId: string | undefined;
1759
+ /**
1760
+ * <p>A list of tag key names to remove from the secret. You don't specify the value. Both the
1761
+ * key and its associated value are removed.</p>
1762
+ * <p>This parameter requires a JSON text string argument.</p>
1763
+ * <p>For storing multiple values, we recommend that you use a JSON text
1764
+ * string argument and specify key/value pairs. For more information, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters.html">Specifying parameter values for the Amazon Web Services CLI</a>
1765
+ * in the Amazon Web Services CLI User Guide.</p>
1766
+ * @public
1767
+ */
1768
+ TagKeys: string[] | undefined;
1769
+ }
1770
+ /**
1771
+ * @public
1772
+ */
1773
+ export interface UpdateSecretRequest {
1774
+ /**
1775
+ * <p>The ARN or name of the secret.</p>
1776
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1777
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1778
+ * @public
1779
+ */
1780
+ SecretId: string | undefined;
1781
+ /**
1782
+ * <p>If you include <code>SecretString</code> or <code>SecretBinary</code>, then Secrets Manager creates
1783
+ * a new version for the secret, and this parameter specifies the unique identifier for the new
1784
+ * version.</p>
1785
+ * <note>
1786
+ * <p>If you use the Amazon Web Services CLI or one of the Amazon Web Services SDKs to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes it as the value for this parameter in the request. </p>
1787
+ * </note>
1788
+ * <p>If you generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a <code>ClientRequestToken</code> and include it in the request.</p>
1789
+ * <p>This value helps ensure idempotency. Secrets Manager uses this value to prevent the accidental creation of duplicate versions if there are failures and retries during a rotation. We recommend that you generate a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID-type</a> value to ensure uniqueness of your versions within the specified secret. </p>
1790
+ * @public
1791
+ */
1792
+ ClientRequestToken?: string;
1793
+ /**
1794
+ * <p>The description of the secret.</p>
1795
+ * @public
1796
+ */
1797
+ Description?: string;
1798
+ /**
1799
+ * <p>The ARN, key ID, or alias of the KMS key that Secrets Manager
1800
+ * uses to encrypt new secret versions as well as any existing versions with the staging labels
1801
+ * <code>AWSCURRENT</code>, <code>AWSPENDING</code>, or <code>AWSPREVIOUS</code>. If you don't have <code>kms:Encrypt</code> permission to the new key, Secrets Manager does not re-encrypt existing secret versions with the new key. For more information about versions and staging labels, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/getting-started.html#term_version">Concepts: Version</a>.</p>
1802
+ * <p>A key alias is always prefixed by <code>alias/</code>, for example <code>alias/aws/secretsmanager</code>.
1803
+ * For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/alias-about.html">About aliases</a>.</p>
1804
+ * <p>If you set this to an empty string, Secrets Manager uses the Amazon Web Services managed key
1805
+ * <code>aws/secretsmanager</code>. If this key doesn't already exist in your account, then Secrets Manager
1806
+ * creates it for you automatically. All users and roles in the Amazon Web Services account automatically have access
1807
+ * to use <code>aws/secretsmanager</code>. Creating <code>aws/secretsmanager</code> can result in a one-time
1808
+ * significant delay in returning the result. </p>
1809
+ * <important>
1810
+ * <p>You can only use the Amazon Web Services managed key <code>aws/secretsmanager</code> if you call this
1811
+ * operation using credentials from the same Amazon Web Services account that owns the secret. If the secret is in
1812
+ * a different account, then you must use a customer managed key and provide the ARN of that KMS key in
1813
+ * this field. The user making the call must have permissions to both the secret and the KMS key in
1814
+ * their respective accounts.</p>
1815
+ * </important>
1816
+ * @public
1817
+ */
1818
+ KmsKeyId?: string;
1819
+ /**
1820
+ * <p>The binary data to encrypt and store in the new
1821
+ * version of the secret. We recommend that you
1822
+ * store your binary data in a file and then pass
1823
+ * the contents of the file as a parameter. </p>
1824
+ * <p>Either <code>SecretBinary</code> or
1825
+ * <code>SecretString</code> must have a value, but not both.</p>
1826
+ * <p>You can't access this parameter in the Secrets Manager console.</p>
1827
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
1828
+ * @public
1829
+ */
1830
+ SecretBinary?: Uint8Array;
1831
+ /**
1832
+ * <p>The text data to encrypt and store in the new
1833
+ * version of the secret. We recommend you use a JSON structure of key/value pairs for your secret value. </p>
1834
+ * <p>Either <code>SecretBinary</code> or <code>SecretString</code> must have
1835
+ * a value, but not both. </p>
1836
+ * <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
1837
+ * @public
1838
+ */
1839
+ SecretString?: string;
1840
+ }
1841
+ /**
1842
+ * @public
1843
+ */
1844
+ export interface UpdateSecretResponse {
1845
+ /**
1846
+ * <p>The ARN of the secret that was updated.</p>
1847
+ * @public
1848
+ */
1849
+ ARN?: string;
1850
+ /**
1851
+ * <p>The name of the secret that was updated.</p>
1852
+ * @public
1853
+ */
1854
+ Name?: string;
1855
+ /**
1856
+ * <p>If Secrets Manager created a new version of the secret during this operation, then <code>VersionId</code>
1857
+ * contains the unique identifier of the new version.</p>
1858
+ * @public
1859
+ */
1860
+ VersionId?: string;
1861
+ }
1862
+ /**
1863
+ * @public
1864
+ */
1865
+ export interface UpdateSecretVersionStageRequest {
1866
+ /**
1867
+ * <p>The ARN or the name of the secret with the version and staging labelsto modify.</p>
1868
+ * <p>For an ARN, we recommend that you specify a complete ARN rather
1869
+ * than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
1870
+ * @public
1871
+ */
1872
+ SecretId: string | undefined;
1873
+ /**
1874
+ * <p>The staging label to add to this version.</p>
1875
+ * @public
1876
+ */
1877
+ VersionStage: string | undefined;
1878
+ /**
1879
+ * <p>The ID of the version that the staging label is to be removed
1880
+ * from. If the staging label you are trying to attach to one version is already attached to a
1881
+ * different version, then you must include this parameter and specify the version that the label
1882
+ * is to be removed from. If the label is attached and you either do not specify this parameter,
1883
+ * or the version ID does not match, then the operation fails.</p>
1884
+ * @public
1885
+ */
1886
+ RemoveFromVersionId?: string;
1887
+ /**
1888
+ * <p>The ID of the version to add the staging label to. To
1889
+ * remove a label from a version, then do not specify this parameter.</p>
1890
+ * <p>If the staging label is already attached to a different version of the secret, then you
1891
+ * must also specify the <code>RemoveFromVersionId</code> parameter. </p>
1892
+ * @public
1893
+ */
1894
+ MoveToVersionId?: string;
1895
+ }
1896
+ /**
1897
+ * @public
1898
+ */
1899
+ export interface UpdateSecretVersionStageResponse {
1900
+ /**
1901
+ * <p>The ARN of the secret that was updated.</p>
1902
+ * @public
1903
+ */
1904
+ ARN?: string;
1905
+ /**
1906
+ * <p>The name of the secret that was updated.</p>
1907
+ * @public
1908
+ */
1909
+ Name?: string;
1910
+ }
1911
+ /**
1912
+ * @public
1913
+ */
1914
+ export interface ValidateResourcePolicyRequest {
1915
+ /**
1916
+ * <p>The ARN or name of the secret with the resource-based policy you want to validate.</p>
1917
+ * @public
1918
+ */
1919
+ SecretId?: string;
1920
+ /**
1921
+ * <p>A JSON-formatted string that contains an Amazon Web Services
1922
+ * resource-based policy. The policy in the string identifies who can access or manage this
1923
+ * secret and its versions. For example policies, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access_examples.html">Permissions policy examples</a>.</p>
1924
+ * @public
1925
+ */
1926
+ ResourcePolicy: string | undefined;
1927
+ }
1928
+ /**
1929
+ * <p>Displays errors that occurred during validation of the resource policy.</p>
1930
+ * @public
1931
+ */
1932
+ export interface ValidationErrorsEntry {
1933
+ /**
1934
+ * <p>Checks the name of the policy.</p>
1935
+ * @public
1936
+ */
1937
+ CheckName?: string;
1938
+ /**
1939
+ * <p>Displays error messages if validation encounters problems during validation of the resource policy.</p>
1940
+ * @public
1941
+ */
1942
+ ErrorMessage?: string;
1943
+ }
1944
+ /**
1945
+ * @public
1946
+ */
1947
+ export interface ValidateResourcePolicyResponse {
1948
+ /**
1949
+ * <p>True if your policy passes validation, otherwise false.</p>
1950
+ * @public
1951
+ */
1952
+ PolicyValidationPassed?: boolean;
1953
+ /**
1954
+ * <p>Validation errors if your policy didn't pass validation.</p>
1955
+ * @public
1956
+ */
1957
+ ValidationErrors?: ValidationErrorsEntry[];
1958
+ }
1959
+ /**
1960
+ * @internal
1961
+ */
1962
+ export declare const SecretValueEntryFilterSensitiveLog: (obj: SecretValueEntry) => any;
1963
+ /**
1964
+ * @internal
1965
+ */
1966
+ export declare const BatchGetSecretValueResponseFilterSensitiveLog: (obj: BatchGetSecretValueResponse) => any;
1967
+ /**
1968
+ * @internal
1969
+ */
1970
+ export declare const CreateSecretRequestFilterSensitiveLog: (obj: CreateSecretRequest) => any;
1971
+ /**
1972
+ * @internal
1973
+ */
1974
+ export declare const GetRandomPasswordResponseFilterSensitiveLog: (obj: GetRandomPasswordResponse) => any;
1975
+ /**
1976
+ * @internal
1977
+ */
1978
+ export declare const GetSecretValueResponseFilterSensitiveLog: (obj: GetSecretValueResponse) => any;
1979
+ /**
1980
+ * @internal
1981
+ */
1982
+ export declare const PutSecretValueRequestFilterSensitiveLog: (obj: PutSecretValueRequest) => any;
1983
+ /**
1984
+ * @internal
1985
+ */
1986
+ export declare const UpdateSecretRequestFilterSensitiveLog: (obj: UpdateSecretRequest) => any;