@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,4659 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { OrganizationsServiceException as __BaseException } from "./OrganizationsServiceException";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface AcceptHandshakeRequest {
7
+ /**
8
+ * <p>The unique identifier (ID) of the handshake that you want to accept.</p>
9
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
10
+ * followed by from 8 to 32 lowercase letters or digits.</p>
11
+ * @public
12
+ */
13
+ HandshakeId: string | undefined;
14
+ }
15
+ /**
16
+ * @public
17
+ * @enum
18
+ */
19
+ export declare const ActionType: {
20
+ readonly ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE: "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE";
21
+ readonly APPROVE_ALL_FEATURES: "APPROVE_ALL_FEATURES";
22
+ readonly ENABLE_ALL_FEATURES: "ENABLE_ALL_FEATURES";
23
+ readonly INVITE_ACCOUNT_TO_ORGANIZATION: "INVITE";
24
+ };
25
+ /**
26
+ * @public
27
+ */
28
+ export type ActionType = (typeof ActionType)[keyof typeof ActionType];
29
+ /**
30
+ * @public
31
+ * @enum
32
+ */
33
+ export declare const HandshakePartyType: {
34
+ readonly ACCOUNT: "ACCOUNT";
35
+ readonly EMAIL: "EMAIL";
36
+ readonly ORGANIZATION: "ORGANIZATION";
37
+ };
38
+ /**
39
+ * @public
40
+ */
41
+ export type HandshakePartyType = (typeof HandshakePartyType)[keyof typeof HandshakePartyType];
42
+ /**
43
+ * <p>Identifies a participant in a handshake.</p>
44
+ * @public
45
+ */
46
+ export interface HandshakeParty {
47
+ /**
48
+ * <p>The unique identifier (ID) for the party.</p>
49
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
50
+ * followed by from 8 to 32 lowercase letters or digits.</p>
51
+ * @public
52
+ */
53
+ Id: string | undefined;
54
+ /**
55
+ * <p>The type of party.</p>
56
+ * @public
57
+ */
58
+ Type: HandshakePartyType | undefined;
59
+ }
60
+ /**
61
+ * @public
62
+ * @enum
63
+ */
64
+ export declare const HandshakeResourceType: {
65
+ readonly ACCOUNT: "ACCOUNT";
66
+ readonly EMAIL: "EMAIL";
67
+ readonly MASTER_EMAIL: "MASTER_EMAIL";
68
+ readonly MASTER_NAME: "MASTER_NAME";
69
+ readonly NOTES: "NOTES";
70
+ readonly ORGANIZATION: "ORGANIZATION";
71
+ readonly ORGANIZATION_FEATURE_SET: "ORGANIZATION_FEATURE_SET";
72
+ readonly PARENT_HANDSHAKE: "PARENT_HANDSHAKE";
73
+ };
74
+ /**
75
+ * @public
76
+ */
77
+ export type HandshakeResourceType = (typeof HandshakeResourceType)[keyof typeof HandshakeResourceType];
78
+ /**
79
+ * @public
80
+ * @enum
81
+ */
82
+ export declare const HandshakeState: {
83
+ readonly ACCEPTED: "ACCEPTED";
84
+ readonly CANCELED: "CANCELED";
85
+ readonly DECLINED: "DECLINED";
86
+ readonly EXPIRED: "EXPIRED";
87
+ readonly OPEN: "OPEN";
88
+ readonly REQUESTED: "REQUESTED";
89
+ };
90
+ /**
91
+ * @public
92
+ */
93
+ export type HandshakeState = (typeof HandshakeState)[keyof typeof HandshakeState];
94
+ /**
95
+ * <p>You don't have permissions to perform the requested operation. The user or role that
96
+ * is making the request must have at least one IAM permissions policy attached that
97
+ * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
98
+ * <i>IAM User Guide</i>.</p>
99
+ * @public
100
+ */
101
+ export declare class AccessDeniedException extends __BaseException {
102
+ readonly name: "AccessDeniedException";
103
+ readonly $fault: "client";
104
+ Message?: string;
105
+ /**
106
+ * @internal
107
+ */
108
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
109
+ }
110
+ /**
111
+ * @public
112
+ * @enum
113
+ */
114
+ export declare const AccessDeniedForDependencyExceptionReason: {
115
+ readonly ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE: "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE";
116
+ };
117
+ /**
118
+ * @public
119
+ */
120
+ export type AccessDeniedForDependencyExceptionReason = (typeof AccessDeniedForDependencyExceptionReason)[keyof typeof AccessDeniedForDependencyExceptionReason];
121
+ /**
122
+ * <p>The operation that you attempted requires you to have the
123
+ * <code>iam:CreateServiceLinkedRole</code> for
124
+ * <code>organizations.amazonaws.com</code> permission so that Organizations can create the
125
+ * required service-linked role. You don't have that permission.</p>
126
+ * @public
127
+ */
128
+ export declare class AccessDeniedForDependencyException extends __BaseException {
129
+ readonly name: "AccessDeniedForDependencyException";
130
+ readonly $fault: "client";
131
+ Message?: string;
132
+ Reason?: AccessDeniedForDependencyExceptionReason;
133
+ /**
134
+ * @internal
135
+ */
136
+ constructor(opts: __ExceptionOptionType<AccessDeniedForDependencyException, __BaseException>);
137
+ }
138
+ /**
139
+ * <p>Your account isn't a member of an organization. To make this request, you must use the
140
+ * credentials of an account that belongs to an organization.</p>
141
+ * @public
142
+ */
143
+ export declare class AWSOrganizationsNotInUseException extends __BaseException {
144
+ readonly name: "AWSOrganizationsNotInUseException";
145
+ readonly $fault: "client";
146
+ Message?: string;
147
+ /**
148
+ * @internal
149
+ */
150
+ constructor(opts: __ExceptionOptionType<AWSOrganizationsNotInUseException, __BaseException>);
151
+ }
152
+ /**
153
+ * <p>The target of the operation is currently being modified by a different request. Try
154
+ * again later.</p>
155
+ * @public
156
+ */
157
+ export declare class ConcurrentModificationException extends __BaseException {
158
+ readonly name: "ConcurrentModificationException";
159
+ readonly $fault: "client";
160
+ Message?: string;
161
+ /**
162
+ * @internal
163
+ */
164
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
165
+ }
166
+ /**
167
+ * <p>The specified handshake is already in the requested state. For example, you can't
168
+ * accept a handshake that was already accepted.</p>
169
+ * @public
170
+ */
171
+ export declare class HandshakeAlreadyInStateException extends __BaseException {
172
+ readonly name: "HandshakeAlreadyInStateException";
173
+ readonly $fault: "client";
174
+ Message?: string;
175
+ /**
176
+ * @internal
177
+ */
178
+ constructor(opts: __ExceptionOptionType<HandshakeAlreadyInStateException, __BaseException>);
179
+ }
180
+ /**
181
+ * @public
182
+ * @enum
183
+ */
184
+ export declare const HandshakeConstraintViolationExceptionReason: {
185
+ readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
186
+ readonly ALREADY_IN_AN_ORGANIZATION: "ALREADY_IN_AN_ORGANIZATION";
187
+ readonly HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED";
188
+ readonly INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES";
189
+ readonly MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED: "MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED";
190
+ readonly ORGANIZATION_ALREADY_HAS_ALL_FEATURES: "ORGANIZATION_ALREADY_HAS_ALL_FEATURES";
191
+ readonly ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD";
192
+ readonly ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: "ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION";
193
+ readonly ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED";
194
+ readonly PAYMENT_INSTRUMENT_REQUIRED: "PAYMENT_INSTRUMENT_REQUIRED";
195
+ };
196
+ /**
197
+ * @public
198
+ */
199
+ export type HandshakeConstraintViolationExceptionReason = (typeof HandshakeConstraintViolationExceptionReason)[keyof typeof HandshakeConstraintViolationExceptionReason];
200
+ /**
201
+ * <p>The requested operation would violate the constraint identified in the reason
202
+ * code.</p>
203
+ * <note>
204
+ * <p>Some of the reasons in the following list might not be applicable to this specific
205
+ * API or operation:</p>
206
+ * </note>
207
+ * <ul>
208
+ * <li>
209
+ * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
210
+ * of accounts in an organization. Note that deleted and closed accounts still
211
+ * count toward your limit.</p>
212
+ * <important>
213
+ * <p>If you get this exception immediately after creating the organization,
214
+ * wait one hour and try again. If after an hour it continues to fail with this
215
+ * error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services
216
+ * Support</a>.</p>
217
+ * </important>
218
+ * </li>
219
+ * <li>
220
+ * <p>ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the
221
+ * invited account is already a member of an organization.</p>
222
+ * </li>
223
+ * <li>
224
+ * <p>HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
225
+ * handshakes that you can send in one day.</p>
226
+ * </li>
227
+ * <li>
228
+ * <p>INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You can't issue new invitations to
229
+ * join an organization while it's in the process of enabling all features. You can
230
+ * resume inviting accounts after you finalize the process when all accounts have
231
+ * agreed to the change.</p>
232
+ * </li>
233
+ * <li>
234
+ * <p>ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid
235
+ * because the organization has already enabled all features.</p>
236
+ * </li>
237
+ * <li>
238
+ * <p>ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: The handshake request
239
+ * is invalid because the organization has already started the process to enable
240
+ * all features.</p>
241
+ * </li>
242
+ * <li>
243
+ * <p>ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the
244
+ * account is from a different marketplace than the accounts in the organization.
245
+ * For example, accounts with India addresses must be associated with the AISPL
246
+ * marketplace. All accounts in an organization must be from the same
247
+ * marketplace.</p>
248
+ * </li>
249
+ * <li>
250
+ * <p>ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change
251
+ * the membership of an account too quickly after its previous change.</p>
252
+ * </li>
253
+ * <li>
254
+ * <p>PAYMENT_INSTRUMENT_REQUIRED: You can't complete the operation with an account
255
+ * that doesn't have a payment instrument, such as a credit card, associated with
256
+ * it.</p>
257
+ * </li>
258
+ * </ul>
259
+ * @public
260
+ */
261
+ export declare class HandshakeConstraintViolationException extends __BaseException {
262
+ readonly name: "HandshakeConstraintViolationException";
263
+ readonly $fault: "client";
264
+ Message?: string;
265
+ Reason?: HandshakeConstraintViolationExceptionReason;
266
+ /**
267
+ * @internal
268
+ */
269
+ constructor(opts: __ExceptionOptionType<HandshakeConstraintViolationException, __BaseException>);
270
+ }
271
+ /**
272
+ * <p>We can't find a handshake with the <code>HandshakeId</code> that you specified.</p>
273
+ * @public
274
+ */
275
+ export declare class HandshakeNotFoundException extends __BaseException {
276
+ readonly name: "HandshakeNotFoundException";
277
+ readonly $fault: "client";
278
+ Message?: string;
279
+ /**
280
+ * @internal
281
+ */
282
+ constructor(opts: __ExceptionOptionType<HandshakeNotFoundException, __BaseException>);
283
+ }
284
+ /**
285
+ * <p>You can't perform the operation on the handshake in its current state. For example,
286
+ * you can't cancel a handshake that was already accepted or accept a handshake that was
287
+ * already declined.</p>
288
+ * @public
289
+ */
290
+ export declare class InvalidHandshakeTransitionException extends __BaseException {
291
+ readonly name: "InvalidHandshakeTransitionException";
292
+ readonly $fault: "client";
293
+ Message?: string;
294
+ /**
295
+ * @internal
296
+ */
297
+ constructor(opts: __ExceptionOptionType<InvalidHandshakeTransitionException, __BaseException>);
298
+ }
299
+ /**
300
+ * @public
301
+ * @enum
302
+ */
303
+ export declare const InvalidInputExceptionReason: {
304
+ readonly DUPLICATE_TAG_KEY: "DUPLICATE_TAG_KEY";
305
+ readonly IMMUTABLE_POLICY: "IMMUTABLE_POLICY";
306
+ readonly INPUT_REQUIRED: "INPUT_REQUIRED";
307
+ readonly INVALID_EMAIL_ADDRESS_TARGET: "INVALID_EMAIL_ADDRESS_TARGET";
308
+ readonly INVALID_ENUM: "INVALID_ENUM";
309
+ readonly INVALID_ENUM_POLICY_TYPE: "INVALID_ENUM_POLICY_TYPE";
310
+ readonly INVALID_FULL_NAME_TARGET: "INVALID_FULL_NAME_TARGET";
311
+ readonly INVALID_LIST_MEMBER: "INVALID_LIST_MEMBER";
312
+ readonly INVALID_PAGINATION_TOKEN: "INVALID_NEXT_TOKEN";
313
+ readonly INVALID_PARTY_TYPE_TARGET: "INVALID_PARTY_TYPE_TARGET";
314
+ readonly INVALID_PATTERN: "INVALID_PATTERN";
315
+ readonly INVALID_PATTERN_TARGET_ID: "INVALID_PATTERN_TARGET_ID";
316
+ readonly INVALID_RESOURCE_POLICY_JSON: "INVALID_RESOURCE_POLICY_JSON";
317
+ readonly INVALID_ROLE_NAME: "INVALID_ROLE_NAME";
318
+ readonly INVALID_SYNTAX_ORGANIZATION: "INVALID_SYNTAX_ORGANIZATION_ARN";
319
+ readonly INVALID_SYNTAX_POLICY: "INVALID_SYNTAX_POLICY_ID";
320
+ readonly INVALID_SYSTEM_TAGS_PARAMETER: "INVALID_SYSTEM_TAGS_PARAMETER";
321
+ readonly MAX_FILTER_LIMIT_EXCEEDED: "MAX_LIMIT_EXCEEDED_FILTER";
322
+ readonly MAX_LENGTH_EXCEEDED: "MAX_LENGTH_EXCEEDED";
323
+ readonly MAX_VALUE_EXCEEDED: "MAX_VALUE_EXCEEDED";
324
+ readonly MIN_LENGTH_EXCEEDED: "MIN_LENGTH_EXCEEDED";
325
+ readonly MIN_VALUE_EXCEEDED: "MIN_VALUE_EXCEEDED";
326
+ readonly MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS";
327
+ readonly TARGET_NOT_SUPPORTED: "TARGET_NOT_SUPPORTED";
328
+ readonly UNRECOGNIZED_SERVICE_PRINCIPAL: "UNRECOGNIZED_SERVICE_PRINCIPAL";
329
+ readonly UNSUPPORTED_ACTION_IN_RESOURCE_POLICY: "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY";
330
+ readonly UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY: "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY";
331
+ readonly UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY: "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY";
332
+ };
333
+ /**
334
+ * @public
335
+ */
336
+ export type InvalidInputExceptionReason = (typeof InvalidInputExceptionReason)[keyof typeof InvalidInputExceptionReason];
337
+ /**
338
+ * <p>The requested operation failed because you provided invalid values for one or more of
339
+ * the request parameters. This exception includes a reason that contains additional
340
+ * information about the violated limit:</p>
341
+ * <note>
342
+ * <p>Some of the reasons in the following list might not be applicable to this specific
343
+ * API or operation.</p>
344
+ * </note>
345
+ * <ul>
346
+ * <li>
347
+ * <p>DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same
348
+ * entity.</p>
349
+ * </li>
350
+ * <li>
351
+ * <p>IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be
352
+ * modified.</p>
353
+ * </li>
354
+ * <li>
355
+ * <p>INPUT_REQUIRED: You must include a value for all required parameters.</p>
356
+ * </li>
357
+ * <li>
358
+ * <p>INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the
359
+ * invited account owner.</p>
360
+ * </li>
361
+ * <li>
362
+ * <p>INVALID_ENUM: You specified an invalid value.</p>
363
+ * </li>
364
+ * <li>
365
+ * <p>INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.</p>
366
+ * </li>
367
+ * <li>
368
+ * <p>INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid
369
+ * characters.</p>
370
+ * </li>
371
+ * <li>
372
+ * <p>INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least
373
+ * one invalid value.</p>
374
+ * </li>
375
+ * <li>
376
+ * <p>INVALID_PAGINATION_TOKEN: Get the value for the <code>NextToken</code>
377
+ * parameter from the response to a previous call of the operation.</p>
378
+ * </li>
379
+ * <li>
380
+ * <p>INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account,
381
+ * organization, or email) as a party.</p>
382
+ * </li>
383
+ * <li>
384
+ * <p>INVALID_PATTERN: You provided a value that doesn't match the required
385
+ * pattern.</p>
386
+ * </li>
387
+ * <li>
388
+ * <p>INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match
389
+ * the required pattern.</p>
390
+ * </li>
391
+ * <li>
392
+ * <p>INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name
393
+ * can't begin with the reserved prefix <code>AWSServiceRoleFor</code>.</p>
394
+ * </li>
395
+ * <li>
396
+ * <p>INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name
397
+ * (ARN) for the organization.</p>
398
+ * </li>
399
+ * <li>
400
+ * <p>INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID. </p>
401
+ * </li>
402
+ * <li>
403
+ * <p>INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag.
404
+ * You can’t add, edit, or delete system tag keys because they're reserved for
405
+ * Amazon Web Services use. System tags don’t count against your tags per resource limit.</p>
406
+ * </li>
407
+ * <li>
408
+ * <p>MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the
409
+ * operation.</p>
410
+ * </li>
411
+ * <li>
412
+ * <p>MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than
413
+ * allowed.</p>
414
+ * </li>
415
+ * <li>
416
+ * <p>MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value
417
+ * than allowed.</p>
418
+ * </li>
419
+ * <li>
420
+ * <p>MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than
421
+ * allowed.</p>
422
+ * </li>
423
+ * <li>
424
+ * <p>MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value
425
+ * than allowed.</p>
426
+ * </li>
427
+ * <li>
428
+ * <p>MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between
429
+ * entities in the same root.</p>
430
+ * </li>
431
+ * <li>
432
+ * <p>TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target
433
+ * entity.</p>
434
+ * </li>
435
+ * <li>
436
+ * <p>UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't
437
+ * recognized.</p>
438
+ * </li>
439
+ * </ul>
440
+ * @public
441
+ */
442
+ export declare class InvalidInputException extends __BaseException {
443
+ readonly name: "InvalidInputException";
444
+ readonly $fault: "client";
445
+ Message?: string;
446
+ Reason?: InvalidInputExceptionReason;
447
+ /**
448
+ * @internal
449
+ */
450
+ constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
451
+ }
452
+ /**
453
+ * <p>Organizations can't complete your request because of an internal service error. Try again
454
+ * later.</p>
455
+ * @public
456
+ */
457
+ export declare class ServiceException extends __BaseException {
458
+ readonly name: "ServiceException";
459
+ readonly $fault: "server";
460
+ Message?: string;
461
+ /**
462
+ * @internal
463
+ */
464
+ constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
465
+ }
466
+ /**
467
+ * <p>You have sent too many requests in too short a period of time. The quota helps protect
468
+ * against denial-of-service attacks. Try again later.</p>
469
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
470
+ * <i>Organizations User Guide</i>.</p>
471
+ * @public
472
+ */
473
+ export declare class TooManyRequestsException extends __BaseException {
474
+ readonly name: "TooManyRequestsException";
475
+ readonly $fault: "client";
476
+ Type?: string;
477
+ Message?: string;
478
+ /**
479
+ * @internal
480
+ */
481
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
482
+ }
483
+ /**
484
+ * @public
485
+ * @enum
486
+ */
487
+ export declare const AccountJoinedMethod: {
488
+ readonly CREATED: "CREATED";
489
+ readonly INVITED: "INVITED";
490
+ };
491
+ /**
492
+ * @public
493
+ */
494
+ export type AccountJoinedMethod = (typeof AccountJoinedMethod)[keyof typeof AccountJoinedMethod];
495
+ /**
496
+ * @public
497
+ * @enum
498
+ */
499
+ export declare const AccountStatus: {
500
+ readonly ACTIVE: "ACTIVE";
501
+ readonly PENDING_CLOSURE: "PENDING_CLOSURE";
502
+ readonly SUSPENDED: "SUSPENDED";
503
+ };
504
+ /**
505
+ * @public
506
+ */
507
+ export type AccountStatus = (typeof AccountStatus)[keyof typeof AccountStatus];
508
+ /**
509
+ * <p>Contains information about an Amazon Web Services account that is a member of an
510
+ * organization.</p>
511
+ * @public
512
+ */
513
+ export interface Account {
514
+ /**
515
+ * <p>The unique identifier (ID) of the account.</p>
516
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an account ID string requires exactly 12
517
+ * digits.</p>
518
+ * @public
519
+ */
520
+ Id?: string;
521
+ /**
522
+ * <p>The Amazon Resource Name (ARN) of the account.</p>
523
+ * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
524
+ * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
525
+ * @public
526
+ */
527
+ Arn?: string;
528
+ /**
529
+ * <p>The email address associated with the Amazon Web Services account.</p>
530
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for this parameter is a string of characters that represents a
531
+ * standard internet email address.</p>
532
+ * @public
533
+ */
534
+ Email?: string;
535
+ /**
536
+ * <p>The friendly name of the account.</p>
537
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
538
+ * that is used to validate this parameter is a string of any of the characters in the ASCII
539
+ * character range.</p>
540
+ * @public
541
+ */
542
+ Name?: string;
543
+ /**
544
+ * <p>The status of the account in the organization.</p>
545
+ * @public
546
+ */
547
+ Status?: AccountStatus;
548
+ /**
549
+ * <p>The method by which the account joined the organization.</p>
550
+ * @public
551
+ */
552
+ JoinedMethod?: AccountJoinedMethod;
553
+ /**
554
+ * <p>The date the account became a part of the organization.</p>
555
+ * @public
556
+ */
557
+ JoinedTimestamp?: Date;
558
+ }
559
+ /**
560
+ * <p>You attempted to close an account that is already closed.</p>
561
+ * @public
562
+ */
563
+ export declare class AccountAlreadyClosedException extends __BaseException {
564
+ readonly name: "AccountAlreadyClosedException";
565
+ readonly $fault: "client";
566
+ Message?: string;
567
+ /**
568
+ * @internal
569
+ */
570
+ constructor(opts: __ExceptionOptionType<AccountAlreadyClosedException, __BaseException>);
571
+ }
572
+ /**
573
+ * <p>The specified account is already a delegated administrator for this Amazon Web Services
574
+ * service.</p>
575
+ * @public
576
+ */
577
+ export declare class AccountAlreadyRegisteredException extends __BaseException {
578
+ readonly name: "AccountAlreadyRegisteredException";
579
+ readonly $fault: "client";
580
+ Message?: string;
581
+ /**
582
+ * @internal
583
+ */
584
+ constructor(opts: __ExceptionOptionType<AccountAlreadyRegisteredException, __BaseException>);
585
+ }
586
+ /**
587
+ * <p> We can't find an Amazon Web Services account with the <code>AccountId</code> that you specified, or
588
+ * the account whose credentials you used to make this request isn't a member of an
589
+ * organization.</p>
590
+ * @public
591
+ */
592
+ export declare class AccountNotFoundException extends __BaseException {
593
+ readonly name: "AccountNotFoundException";
594
+ readonly $fault: "client";
595
+ Message?: string;
596
+ /**
597
+ * @internal
598
+ */
599
+ constructor(opts: __ExceptionOptionType<AccountNotFoundException, __BaseException>);
600
+ }
601
+ /**
602
+ * <p>The specified account is not a delegated administrator for this Amazon Web Services service. </p>
603
+ * @public
604
+ */
605
+ export declare class AccountNotRegisteredException extends __BaseException {
606
+ readonly name: "AccountNotRegisteredException";
607
+ readonly $fault: "client";
608
+ Message?: string;
609
+ /**
610
+ * @internal
611
+ */
612
+ constructor(opts: __ExceptionOptionType<AccountNotRegisteredException, __BaseException>);
613
+ }
614
+ /**
615
+ * <p>You can't invite an existing account to your organization until you verify that you
616
+ * own the email address associated with the management account. For more information, see
617
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_create.html#about-email-verification">Email address
618
+ * verification</a> in the <i>Organizations User Guide</i>.</p>
619
+ * @public
620
+ */
621
+ export declare class AccountOwnerNotVerifiedException extends __BaseException {
622
+ readonly name: "AccountOwnerNotVerifiedException";
623
+ readonly $fault: "client";
624
+ Message?: string;
625
+ /**
626
+ * @internal
627
+ */
628
+ constructor(opts: __ExceptionOptionType<AccountOwnerNotVerifiedException, __BaseException>);
629
+ }
630
+ /**
631
+ * <p>This account is already a member of an organization. An account can belong to only one
632
+ * organization at a time.</p>
633
+ * @public
634
+ */
635
+ export declare class AlreadyInOrganizationException extends __BaseException {
636
+ readonly name: "AlreadyInOrganizationException";
637
+ readonly $fault: "client";
638
+ Message?: string;
639
+ /**
640
+ * @internal
641
+ */
642
+ constructor(opts: __ExceptionOptionType<AlreadyInOrganizationException, __BaseException>);
643
+ }
644
+ /**
645
+ * @public
646
+ */
647
+ export interface AttachPolicyRequest {
648
+ /**
649
+ * <p>The unique identifier (ID) of the policy that you want to attach to the target. You
650
+ * can get the ID for the policy by calling the <a>ListPolicies</a>
651
+ * operation.</p>
652
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
653
+ * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
654
+ * @public
655
+ */
656
+ PolicyId: string | undefined;
657
+ /**
658
+ * <p>The unique identifier (ID) of the root, OU, or account that you want to attach the
659
+ * policy to. You can get the ID by calling the <a>ListRoots</a>, <a>ListOrganizationalUnitsForParent</a>, or <a>ListAccounts</a>
660
+ * operations.</p>
661
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a target ID string requires one of the
662
+ * following:</p>
663
+ * <ul>
664
+ * <li>
665
+ * <p>
666
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
667
+ * digits.</p>
668
+ * </li>
669
+ * <li>
670
+ * <p>
671
+ * <b>Account</b> - A string that consists of exactly 12 digits.</p>
672
+ * </li>
673
+ * <li>
674
+ * <p>
675
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
676
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
677
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
678
+ * </li>
679
+ * </ul>
680
+ * @public
681
+ */
682
+ TargetId: string | undefined;
683
+ }
684
+ /**
685
+ * @public
686
+ * @enum
687
+ */
688
+ export declare const ConstraintViolationExceptionReason: {
689
+ readonly ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION";
690
+ readonly ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA";
691
+ readonly ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION";
692
+ readonly ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE";
693
+ readonly ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED";
694
+ readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
695
+ readonly CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT";
696
+ readonly CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR";
697
+ readonly CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR";
698
+ readonly CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG";
699
+ readonly CLOSE_ACCOUNT_QUOTA_EXCEEDED: "CLOSE_ACCOUNT_QUOTA_EXCEEDED";
700
+ readonly CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED";
701
+ readonly CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION";
702
+ readonly DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE";
703
+ readonly EMAIL_VERIFICATION_CODE_EXPIRED: "EMAIL_VERIFICATION_CODE_EXPIRED";
704
+ readonly HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED";
705
+ readonly INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT";
706
+ readonly MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE";
707
+ readonly MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE";
708
+ readonly MASTER_ACCOUNT_MISSING_CONTACT_INFO: "MASTER_ACCOUNT_MISSING_CONTACT_INFO";
709
+ readonly MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED";
710
+ readonly MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED";
711
+ readonly MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED";
712
+ readonly MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED";
713
+ readonly MAX_TAG_LIMIT_EXCEEDED: "MAX_TAG_LIMIT_EXCEEDED";
714
+ readonly MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED";
715
+ readonly MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED";
716
+ readonly ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE";
717
+ readonly OU_DEPTH_LIMIT_EXCEEDED: "OU_DEPTH_LIMIT_EXCEEDED";
718
+ readonly OU_NUMBER_LIMIT_EXCEEDED: "OU_NUMBER_LIMIT_EXCEEDED";
719
+ readonly POLICY_CONTENT_LIMIT_EXCEEDED: "POLICY_CONTENT_LIMIT_EXCEEDED";
720
+ readonly POLICY_NUMBER_LIMIT_EXCEEDED: "POLICY_NUMBER_LIMIT_EXCEEDED";
721
+ readonly SERVICE_ACCESS_NOT_ENABLED: "SERVICE_ACCESS_NOT_ENABLED";
722
+ readonly TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION";
723
+ readonly WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE";
724
+ };
725
+ /**
726
+ * @public
727
+ */
728
+ export type ConstraintViolationExceptionReason = (typeof ConstraintViolationExceptionReason)[keyof typeof ConstraintViolationExceptionReason];
729
+ /**
730
+ * <p>Performing this operation violates a minimum or maximum value limit. For example,
731
+ * attempting to remove the last service control policy (SCP) from an OU or root, inviting
732
+ * or creating too many accounts to the organization, or attaching too many policies to an
733
+ * account, OU, or root. This exception includes a reason that contains additional
734
+ * information about the violated limit:</p>
735
+ * <note>
736
+ * <p>Some of the reasons in the following list might not be applicable to this specific
737
+ * API or operation.</p>
738
+ * </note>
739
+ * <ul>
740
+ * <li>
741
+ * <p>ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management
742
+ * account from the organization. You can't remove the management account. Instead,
743
+ * after you remove all member accounts, delete the organization itself.</p>
744
+ * </li>
745
+ * <li>
746
+ * <p>ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an
747
+ * account from the organization that doesn't yet have enough information to exist
748
+ * as a standalone account. This account requires you to first complete phone
749
+ * verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
750
+ * <i>Organizations User Guide</i>.</p>
751
+ * </li>
752
+ * <li>
753
+ * <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
754
+ * accounts that you can create in one day.</p>
755
+ * </li>
756
+ * <li>
757
+ * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
758
+ * account isn't fully active. You must complete the account setup before you
759
+ * create an organization.</p>
760
+ * </li>
761
+ * <li>
762
+ * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
763
+ * of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
764
+ * request an increase in your limit. </p>
765
+ * <p>Or the number of invitations that you tried to send would cause you to exceed
766
+ * the limit of accounts in your organization. Send fewer invitations or contact
767
+ * Amazon Web Services Support to request an increase in the number of accounts.</p>
768
+ * <note>
769
+ * <p>Deleted and closed accounts still count toward your limit.</p>
770
+ * </note>
771
+ * <important>
772
+ * <p>If you get this exception when running a command immediately after
773
+ * creating the organization, wait one hour and try again. After an hour, if
774
+ * the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
775
+ * </important>
776
+ * </li>
777
+ * <li>
778
+ * <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
779
+ * register a suspended account as a delegated administrator.</p>
780
+ * </li>
781
+ * <li>
782
+ * <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
783
+ * the management account of the organization as a delegated administrator for an
784
+ * Amazon Web Services service integrated with Organizations. You can designate only a member account as a
785
+ * delegated administrator.</p>
786
+ * </li>
787
+ * <li>
788
+ * <p>CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management
789
+ * account. To close the management account for the organization, you must first
790
+ * either remove or close all member accounts in the organization. Follow standard
791
+ * account closure process using root credentials.​ </p>
792
+ * </li>
793
+ * <li>
794
+ * <p>CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an
795
+ * account that is registered as a delegated administrator for a service integrated
796
+ * with your organization. To complete this operation, you must first deregister
797
+ * this account as a delegated administrator. </p>
798
+ * </li>
799
+ * <li>
800
+ * <p>CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the
801
+ * past 30 days. </p>
802
+ * </li>
803
+ * <li>
804
+ * <p>CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of
805
+ * accounts that you can close at a time. ​ </p>
806
+ * </li>
807
+ * <li>
808
+ * <p>CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an
809
+ * organization in the specified region, you must enable all features mode.</p>
810
+ * </li>
811
+ * <li>
812
+ * <p>DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an
813
+ * Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has
814
+ * a delegated administrator. To complete this operation, you must first deregister
815
+ * any existing delegated administrators for this service.</p>
816
+ * </li>
817
+ * <li>
818
+ * <p>EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for
819
+ * a limited period of time. You must resubmit the request and generate a new
820
+ * verfication code.</p>
821
+ * </li>
822
+ * <li>
823
+ * <p>HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
824
+ * handshakes that you can send in one day.</p>
825
+ * </li>
826
+ * <li>
827
+ * <p>INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported
828
+ * payment method is associated with the account. Amazon Web Services does not support cards
829
+ * issued by financial institutions in Russia or Belarus. For more information, see
830
+ * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html">Managing your
831
+ * Amazon Web Services payments</a>.</p>
832
+ * </li>
833
+ * <li>
834
+ * <p>MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in
835
+ * this organization, you first must migrate the organization's management account
836
+ * to the marketplace that corresponds to the management account's address. All
837
+ * accounts in an organization must be associated with the same marketplace.</p>
838
+ * </li>
839
+ * <li>
840
+ * <p>MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in
841
+ * China. To create an organization, the master must have a valid business license.
842
+ * For more information, contact customer support.</p>
843
+ * </li>
844
+ * <li>
845
+ * <p>MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must
846
+ * first provide a valid contact address and phone number for the management
847
+ * account. Then try the operation again.</p>
848
+ * </li>
849
+ * <li>
850
+ * <p>MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the
851
+ * management account must have an associated account in the Amazon Web Services GovCloud
852
+ * (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
853
+ * in the
854
+ * <i>Amazon Web Services GovCloud User Guide</i>.</p>
855
+ * </li>
856
+ * <li>
857
+ * <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
858
+ * this management account, you first must associate a valid payment instrument,
859
+ * such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
860
+ * the <i>Organizations User Guide</i>.</p>
861
+ * </li>
862
+ * <li>
863
+ * <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
864
+ * register more delegated administrators than allowed for the service principal.
865
+ * </p>
866
+ * </li>
867
+ * <li>
868
+ * <p>MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number
869
+ * of policies of a certain type that can be attached to an entity at one
870
+ * time.</p>
871
+ * </li>
872
+ * <li>
873
+ * <p>MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this
874
+ * resource. </p>
875
+ * </li>
876
+ * <li>
877
+ * <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
878
+ * this member account, you first must associate a valid payment instrument, such
879
+ * as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
880
+ * the <i>Organizations User Guide</i>.</p>
881
+ * </li>
882
+ * <li>
883
+ * <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
884
+ * from an entity that would cause the entity to have fewer than the minimum number
885
+ * of policies of a certain type required.</p>
886
+ * </li>
887
+ * <li>
888
+ * <p>ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation
889
+ * that requires the organization to be configured to support all features. An
890
+ * organization that supports only consolidated billing features can't perform this
891
+ * operation.</p>
892
+ * </li>
893
+ * <li>
894
+ * <p>OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many
895
+ * levels deep.</p>
896
+ * </li>
897
+ * <li>
898
+ * <p>OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you
899
+ * can have in an organization.</p>
900
+ * </li>
901
+ * <li>
902
+ * <p>POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger
903
+ * than the maximum size.</p>
904
+ * </li>
905
+ * <li>
906
+ * <p>POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies
907
+ * that you can have in an organization.</p>
908
+ * </li>
909
+ * <li>
910
+ * <p>SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated
911
+ * administrator before you enabled service access. Call the
912
+ * <code>EnableAWSServiceAccess</code> API first.</p>
913
+ * </li>
914
+ * <li>
915
+ * <p>TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags
916
+ * that are not compliant with the tag policy requirements for this account.</p>
917
+ * </li>
918
+ * <li>
919
+ * <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
920
+ * Invited accounts aren't subject to this waiting period.</p>
921
+ * </li>
922
+ * </ul>
923
+ * @public
924
+ */
925
+ export declare class ConstraintViolationException extends __BaseException {
926
+ readonly name: "ConstraintViolationException";
927
+ readonly $fault: "client";
928
+ Message?: string;
929
+ Reason?: ConstraintViolationExceptionReason;
930
+ /**
931
+ * @internal
932
+ */
933
+ constructor(opts: __ExceptionOptionType<ConstraintViolationException, __BaseException>);
934
+ }
935
+ /**
936
+ * <p>The selected policy is already attached to the specified target.</p>
937
+ * @public
938
+ */
939
+ export declare class DuplicatePolicyAttachmentException extends __BaseException {
940
+ readonly name: "DuplicatePolicyAttachmentException";
941
+ readonly $fault: "client";
942
+ Message?: string;
943
+ /**
944
+ * @internal
945
+ */
946
+ constructor(opts: __ExceptionOptionType<DuplicatePolicyAttachmentException, __BaseException>);
947
+ }
948
+ /**
949
+ * <p>Changes to the effective policy are in progress, and its contents can't be returned.
950
+ * Try the operation again later. </p>
951
+ * @public
952
+ */
953
+ export declare class PolicyChangesInProgressException extends __BaseException {
954
+ readonly name: "PolicyChangesInProgressException";
955
+ readonly $fault: "client";
956
+ Message?: string;
957
+ /**
958
+ * @internal
959
+ */
960
+ constructor(opts: __ExceptionOptionType<PolicyChangesInProgressException, __BaseException>);
961
+ }
962
+ /**
963
+ * <p>We can't find a policy with the <code>PolicyId</code> that you specified.</p>
964
+ * @public
965
+ */
966
+ export declare class PolicyNotFoundException extends __BaseException {
967
+ readonly name: "PolicyNotFoundException";
968
+ readonly $fault: "client";
969
+ Message?: string;
970
+ /**
971
+ * @internal
972
+ */
973
+ constructor(opts: __ExceptionOptionType<PolicyNotFoundException, __BaseException>);
974
+ }
975
+ /**
976
+ * <p>The specified policy type isn't currently enabled in this root. You can't attach
977
+ * policies of the specified type to entities in a root until you enable that type in the
978
+ * root. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features
979
+ * in your organization</a> in the <i>Organizations User Guide</i>.</p>
980
+ * @public
981
+ */
982
+ export declare class PolicyTypeNotEnabledException extends __BaseException {
983
+ readonly name: "PolicyTypeNotEnabledException";
984
+ readonly $fault: "client";
985
+ Message?: string;
986
+ /**
987
+ * @internal
988
+ */
989
+ constructor(opts: __ExceptionOptionType<PolicyTypeNotEnabledException, __BaseException>);
990
+ }
991
+ /**
992
+ * <p>We can't find a root, OU, account, or policy with the <code>TargetId</code> that you
993
+ * specified.</p>
994
+ * @public
995
+ */
996
+ export declare class TargetNotFoundException extends __BaseException {
997
+ readonly name: "TargetNotFoundException";
998
+ readonly $fault: "client";
999
+ Message?: string;
1000
+ /**
1001
+ * @internal
1002
+ */
1003
+ constructor(opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>);
1004
+ }
1005
+ /**
1006
+ * <p>This action isn't available in the current Amazon Web Services Region.</p>
1007
+ * @public
1008
+ */
1009
+ export declare class UnsupportedAPIEndpointException extends __BaseException {
1010
+ readonly name: "UnsupportedAPIEndpointException";
1011
+ readonly $fault: "client";
1012
+ Message?: string;
1013
+ /**
1014
+ * @internal
1015
+ */
1016
+ constructor(opts: __ExceptionOptionType<UnsupportedAPIEndpointException, __BaseException>);
1017
+ }
1018
+ /**
1019
+ * @public
1020
+ */
1021
+ export interface CancelHandshakeRequest {
1022
+ /**
1023
+ * <p>The unique identifier (ID) of the handshake that you want to cancel. You can get the
1024
+ * ID from the <a>ListHandshakesForOrganization</a> operation.</p>
1025
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
1026
+ * followed by from 8 to 32 lowercase letters or digits.</p>
1027
+ * @public
1028
+ */
1029
+ HandshakeId: string | undefined;
1030
+ }
1031
+ /**
1032
+ * @public
1033
+ */
1034
+ export interface CloseAccountRequest {
1035
+ /**
1036
+ * <p>Retrieves the Amazon Web Services account Id for the current <code>CloseAccount</code> API request.
1037
+ * </p>
1038
+ * @public
1039
+ */
1040
+ AccountId: string | undefined;
1041
+ }
1042
+ /**
1043
+ * <p>The request failed because it conflicts with the current state of the specified
1044
+ * resource.</p>
1045
+ * @public
1046
+ */
1047
+ export declare class ConflictException extends __BaseException {
1048
+ readonly name: "ConflictException";
1049
+ readonly $fault: "client";
1050
+ Message?: string;
1051
+ /**
1052
+ * @internal
1053
+ */
1054
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1055
+ }
1056
+ /**
1057
+ * @public
1058
+ * @enum
1059
+ */
1060
+ export declare const IAMUserAccessToBilling: {
1061
+ readonly ALLOW: "ALLOW";
1062
+ readonly DENY: "DENY";
1063
+ };
1064
+ /**
1065
+ * @public
1066
+ */
1067
+ export type IAMUserAccessToBilling = (typeof IAMUserAccessToBilling)[keyof typeof IAMUserAccessToBilling];
1068
+ /**
1069
+ * <p>A custom key-value pair associated with a resource within your organization.</p>
1070
+ * <p>You can attach tags to any of the following organization resources.</p>
1071
+ * <ul>
1072
+ * <li>
1073
+ * <p>Amazon Web Services account</p>
1074
+ * </li>
1075
+ * <li>
1076
+ * <p>Organizational unit (OU)</p>
1077
+ * </li>
1078
+ * <li>
1079
+ * <p>Organization root</p>
1080
+ * </li>
1081
+ * <li>
1082
+ * <p>Policy</p>
1083
+ * </li>
1084
+ * </ul>
1085
+ * @public
1086
+ */
1087
+ export interface Tag {
1088
+ /**
1089
+ * <p>The key identifier, or name, of the tag.</p>
1090
+ * @public
1091
+ */
1092
+ Key: string | undefined;
1093
+ /**
1094
+ * <p>The string value that's associated with the key of the tag. You can set the value of a
1095
+ * tag to an empty string, but you can't set the value of a tag to null.</p>
1096
+ * @public
1097
+ */
1098
+ Value: string | undefined;
1099
+ }
1100
+ /**
1101
+ * @public
1102
+ */
1103
+ export interface CreateAccountRequest {
1104
+ /**
1105
+ * <p>The email address of the owner to assign to the new member account. This email address
1106
+ * must not already be associated with another Amazon Web Services account. You must use a valid email
1107
+ * address to complete account creation.</p>
1108
+ * <p>The rules for a valid email address:</p>
1109
+ * <ul>
1110
+ * <li>
1111
+ * <p>The address must be a minimum of 6 and a maximum of 64 characters long.</p>
1112
+ * </li>
1113
+ * <li>
1114
+ * <p>All characters must be 7-bit ASCII characters.</p>
1115
+ * </li>
1116
+ * <li>
1117
+ * <p>There must be one and only one @ symbol, which separates the local name from
1118
+ * the domain name.</p>
1119
+ * </li>
1120
+ * <li>
1121
+ * <p>The local name can't contain any of the following characters:</p>
1122
+ * <p>whitespace, " ' ( ) < > [ ] : ; , \ | % &</p>
1123
+ * </li>
1124
+ * <li>
1125
+ * <p>The local name can't begin with a dot (.)</p>
1126
+ * </li>
1127
+ * <li>
1128
+ * <p>The domain name can consist of only the characters [a-z],[A-Z],[0-9], hyphen
1129
+ * (-), or dot (.)</p>
1130
+ * </li>
1131
+ * <li>
1132
+ * <p>The domain name can't begin or end with a hyphen (-) or dot (.)</p>
1133
+ * </li>
1134
+ * <li>
1135
+ * <p>The domain name must contain at least one dot</p>
1136
+ * </li>
1137
+ * </ul>
1138
+ * <p>You can't access the root user of the account or remove an account that was created
1139
+ * with an invalid email address.</p>
1140
+ * @public
1141
+ */
1142
+ Email: string | undefined;
1143
+ /**
1144
+ * <p>The friendly name of the member account.</p>
1145
+ * @public
1146
+ */
1147
+ AccountName: string | undefined;
1148
+ /**
1149
+ * <p>The name of an IAM role that Organizations automatically preconfigures in the new member
1150
+ * account. This role trusts the management account, allowing users in the management
1151
+ * account to assume the role, as permitted by the management account administrator. The
1152
+ * role has administrator permissions in the new member account.</p>
1153
+ * <p>If you don't specify this parameter, the role name defaults to
1154
+ * <code>OrganizationAccountAccessRole</code>.</p>
1155
+ * <p>For more information about how to use this role to access the member account, see the
1156
+ * following links:</p>
1157
+ * <ul>
1158
+ * <li>
1159
+ * <p>
1160
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html#orgs_manage_accounts_create-cross-account-role">Creating the OrganizationAccountAccessRole in an invited member
1161
+ * account</a> in the <i>Organizations User Guide</i>
1162
+ * </p>
1163
+ * </li>
1164
+ * <li>
1165
+ * <p>Steps 2 and 3 in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html">IAM Tutorial:
1166
+ * Delegate access across Amazon Web Services accounts using IAM roles</a> in the
1167
+ * <i>IAM User Guide</i>
1168
+ * </p>
1169
+ * </li>
1170
+ * </ul>
1171
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> that
1172
+ * is used to validate this parameter. The pattern can include uppercase
1173
+ * letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-</p>
1174
+ * @public
1175
+ */
1176
+ RoleName?: string;
1177
+ /**
1178
+ * <p>If set to <code>ALLOW</code>, the new account enables IAM users to access account
1179
+ * billing information <i>if</i> they have the required permissions. If set
1180
+ * to <code>DENY</code>, only the root user of the new account can access account billing
1181
+ * information. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate">About IAM
1182
+ * access to the Billing and Cost Management console</a> in the
1183
+ * <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
1184
+ * <p>If you don't specify this parameter, the value defaults to <code>ALLOW</code>, and
1185
+ * IAM users and roles with the required permissions can access billing information for
1186
+ * the new account.</p>
1187
+ * @public
1188
+ */
1189
+ IamUserAccessToBilling?: IAMUserAccessToBilling;
1190
+ /**
1191
+ * <p>A list of tags that you want to attach to the newly created account. For each tag in
1192
+ * the list, you must specify both a tag key and a value. You can set the value to an empty
1193
+ * string, but you can't set it to <code>null</code>. For more information about tagging,
1194
+ * see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html">Tagging Organizations
1195
+ * resources</a> in the Organizations User Guide.</p>
1196
+ * <note>
1197
+ * <p>If any one of the tags is not valid or if you exceed the maximum allowed number of
1198
+ * tags for an account, then the entire request fails and the account is not
1199
+ * created.</p>
1200
+ * </note>
1201
+ * @public
1202
+ */
1203
+ Tags?: Tag[];
1204
+ }
1205
+ /**
1206
+ * @public
1207
+ * @enum
1208
+ */
1209
+ export declare const CreateAccountFailureReason: {
1210
+ readonly ACCOUNT_LIMIT_EXCEEDED: "ACCOUNT_LIMIT_EXCEEDED";
1211
+ readonly CONCURRENT_ACCOUNT_MODIFICATION: "CONCURRENT_ACCOUNT_MODIFICATION";
1212
+ readonly EMAIL_ALREADY_EXISTS: "EMAIL_ALREADY_EXISTS";
1213
+ readonly FAILED_BUSINESS_VALIDATION: "FAILED_BUSINESS_VALIDATION";
1214
+ readonly GOVCLOUD_ACCOUNT_ALREADY_EXISTS: "GOVCLOUD_ACCOUNT_ALREADY_EXISTS";
1215
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
1216
+ readonly INVALID_ADDRESS: "INVALID_ADDRESS";
1217
+ readonly INVALID_EMAIL: "INVALID_EMAIL";
1218
+ readonly INVALID_IDENTITY_FOR_BUSINESS_VALIDATION: "INVALID_IDENTITY_FOR_BUSINESS_VALIDATION";
1219
+ readonly INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT";
1220
+ readonly MISSING_BUSINESS_VALIDATION: "MISSING_BUSINESS_VALIDATION";
1221
+ readonly MISSING_PAYMENT_INSTRUMENT: "MISSING_PAYMENT_INSTRUMENT";
1222
+ readonly PENDING_BUSINESS_VALIDATIONv: "PENDING_BUSINESS_VALIDATION";
1223
+ readonly UNKNOWN_BUSINESS_VALIDATION: "UNKNOWN_BUSINESS_VALIDATION";
1224
+ readonly UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED: "UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED";
1225
+ };
1226
+ /**
1227
+ * @public
1228
+ */
1229
+ export type CreateAccountFailureReason = (typeof CreateAccountFailureReason)[keyof typeof CreateAccountFailureReason];
1230
+ /**
1231
+ * @public
1232
+ * @enum
1233
+ */
1234
+ export declare const CreateAccountState: {
1235
+ readonly FAILED: "FAILED";
1236
+ readonly IN_PROGRESS: "IN_PROGRESS";
1237
+ readonly SUCCEEDED: "SUCCEEDED";
1238
+ };
1239
+ /**
1240
+ * @public
1241
+ */
1242
+ export type CreateAccountState = (typeof CreateAccountState)[keyof typeof CreateAccountState];
1243
+ /**
1244
+ * <p>Contains the status about a <a>CreateAccount</a> or <a>CreateGovCloudAccount</a> request to create an Amazon Web Services account or an Amazon Web Services
1245
+ * GovCloud (US) account in an organization.</p>
1246
+ * @public
1247
+ */
1248
+ export interface CreateAccountStatus {
1249
+ /**
1250
+ * <p>The unique identifier (ID) that references this request. You get this value from the
1251
+ * response of the initial <a>CreateAccount</a> request to create the
1252
+ * account.</p>
1253
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a create account request ID string
1254
+ * requires "car-" followed by from 8 to 32 lowercase letters or digits.</p>
1255
+ * @public
1256
+ */
1257
+ Id?: string;
1258
+ /**
1259
+ * <p>The account name given to the account when it was created.</p>
1260
+ * @public
1261
+ */
1262
+ AccountName?: string;
1263
+ /**
1264
+ * <p>The status of the asynchronous request to create an Amazon Web Services account.</p>
1265
+ * @public
1266
+ */
1267
+ State?: CreateAccountState;
1268
+ /**
1269
+ * <p>The date and time that the request was made for the account creation.</p>
1270
+ * @public
1271
+ */
1272
+ RequestedTimestamp?: Date;
1273
+ /**
1274
+ * <p>The date and time that the account was created and the request completed.</p>
1275
+ * @public
1276
+ */
1277
+ CompletedTimestamp?: Date;
1278
+ /**
1279
+ * <p>If the account was created successfully, the unique identifier (ID) of the new
1280
+ * account.</p>
1281
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an account ID string requires exactly 12
1282
+ * digits.</p>
1283
+ * @public
1284
+ */
1285
+ AccountId?: string;
1286
+ /**
1287
+ * <p>If the account was created successfully, the unique identifier (ID) of the new account
1288
+ * in the Amazon Web Services GovCloud (US) Region.</p>
1289
+ * @public
1290
+ */
1291
+ GovCloudAccountId?: string;
1292
+ /**
1293
+ * <p>If the request failed, a description of the reason for the failure.</p>
1294
+ * <ul>
1295
+ * <li>
1296
+ * <p>ACCOUNT_LIMIT_EXCEEDED: The account couldn't be created because you reached
1297
+ * the limit on the number of accounts in your organization.</p>
1298
+ * </li>
1299
+ * <li>
1300
+ * <p>CONCURRENT_ACCOUNT_MODIFICATION: You already submitted a request with the same
1301
+ * information.</p>
1302
+ * </li>
1303
+ * <li>
1304
+ * <p>EMAIL_ALREADY_EXISTS: The account could not be created because another Amazon Web Services
1305
+ * account with that email address already exists.</p>
1306
+ * </li>
1307
+ * <li>
1308
+ * <p>FAILED_BUSINESS_VALIDATION: The Amazon Web Services account that owns your organization
1309
+ * failed to receive business license validation.</p>
1310
+ * </li>
1311
+ * <li>
1312
+ * <p>GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the Amazon Web Services GovCloud (US) Region
1313
+ * could not be created because this Region already includes an account with that
1314
+ * email address.</p>
1315
+ * </li>
1316
+ * <li>
1317
+ * <p>IDENTITY_INVALID_BUSINESS_VALIDATION: The Amazon Web Services account that owns your
1318
+ * organization can't complete business license validation because it doesn't have
1319
+ * valid identity data.</p>
1320
+ * </li>
1321
+ * <li>
1322
+ * <p>INVALID_ADDRESS: The account could not be created because the address you
1323
+ * provided is not valid.</p>
1324
+ * </li>
1325
+ * <li>
1326
+ * <p>INVALID_EMAIL: The account could not be created because the email address you
1327
+ * provided is not valid.</p>
1328
+ * </li>
1329
+ * <li>
1330
+ * <p>INVALID_PAYMENT_INSTRUMENT: The Amazon Web Services account that owns your organization does
1331
+ * not have a supported payment method associated with the account. Amazon Web Services does not
1332
+ * support cards issued by financial institutions in Russia or Belarus. For more
1333
+ * information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html">Managing your
1334
+ * Amazon Web Services payments</a>.</p>
1335
+ * </li>
1336
+ * <li>
1337
+ * <p>INTERNAL_FAILURE: The account could not be created because of an internal
1338
+ * failure. Try again later. If the problem persists, contact Amazon Web Services Customer
1339
+ * Support.</p>
1340
+ * </li>
1341
+ * <li>
1342
+ * <p>MISSING_BUSINESS_VALIDATION: The Amazon Web Services account that owns your organization has
1343
+ * not received Business Validation.</p>
1344
+ * </li>
1345
+ * <li>
1346
+ * <p> MISSING_PAYMENT_INSTRUMENT: You must configure the management account with a
1347
+ * valid payment method, such as a credit card.</p>
1348
+ * </li>
1349
+ * <li>
1350
+ * <p>PENDING_BUSINESS_VALIDATION: The Amazon Web Services account that owns your organization is
1351
+ * still in the process of completing business license validation.</p>
1352
+ * </li>
1353
+ * <li>
1354
+ * <p>UNKNOWN_BUSINESS_VALIDATION: The Amazon Web Services account that owns your organization has
1355
+ * an unknown issue with business license validation.</p>
1356
+ * </li>
1357
+ * </ul>
1358
+ * @public
1359
+ */
1360
+ FailureReason?: CreateAccountFailureReason;
1361
+ }
1362
+ /**
1363
+ * @public
1364
+ */
1365
+ export interface CreateAccountResponse {
1366
+ /**
1367
+ * <p>A structure that contains details about the request to create an account. This
1368
+ * response structure might not be fully populated when you first receive it because
1369
+ * account creation is an asynchronous process. You can pass the returned
1370
+ * <code>CreateAccountStatus</code> ID as a parameter to <a>DescribeCreateAccountStatus</a> to get status about the progress of the
1371
+ * request at later times. You can also check the CloudTrail log for the
1372
+ * <code>CreateAccountResult</code> event. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html">Logging and monitoring in Organizations</a> in the
1373
+ * <i>Organizations User Guide</i>.</p>
1374
+ * @public
1375
+ */
1376
+ CreateAccountStatus?: CreateAccountStatus;
1377
+ }
1378
+ /**
1379
+ * <p>Organizations couldn't perform the operation because your organization hasn't finished
1380
+ * initializing. This can take up to an hour. Try again later. If after one hour you
1381
+ * continue to receive this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
1382
+ * @public
1383
+ */
1384
+ export declare class FinalizingOrganizationException extends __BaseException {
1385
+ readonly name: "FinalizingOrganizationException";
1386
+ readonly $fault: "client";
1387
+ Message?: string;
1388
+ /**
1389
+ * @internal
1390
+ */
1391
+ constructor(opts: __ExceptionOptionType<FinalizingOrganizationException, __BaseException>);
1392
+ }
1393
+ /**
1394
+ * @public
1395
+ */
1396
+ export interface CreateGovCloudAccountRequest {
1397
+ /**
1398
+ * <p>Specifies the email address of the owner to assign to the new member account in the
1399
+ * commercial Region. This email address must not already be associated with another
1400
+ * Amazon Web Services account. You must use a valid email address to complete account creation.</p>
1401
+ * <p>The rules for a valid email address:</p>
1402
+ * <ul>
1403
+ * <li>
1404
+ * <p>The address must be a minimum of 6 and a maximum of 64 characters long.</p>
1405
+ * </li>
1406
+ * <li>
1407
+ * <p>All characters must be 7-bit ASCII characters.</p>
1408
+ * </li>
1409
+ * <li>
1410
+ * <p>There must be one and only one @ symbol, which separates the local name from
1411
+ * the domain name.</p>
1412
+ * </li>
1413
+ * <li>
1414
+ * <p>The local name can't contain any of the following characters:</p>
1415
+ * <p>whitespace, " ' ( ) < > [ ] : ; , \ | % &</p>
1416
+ * </li>
1417
+ * <li>
1418
+ * <p>The local name can't begin with a dot (.)</p>
1419
+ * </li>
1420
+ * <li>
1421
+ * <p>The domain name can consist of only the characters [a-z],[A-Z],[0-9], hyphen
1422
+ * (-), or dot (.)</p>
1423
+ * </li>
1424
+ * <li>
1425
+ * <p>The domain name can't begin or end with a hyphen (-) or dot (.)</p>
1426
+ * </li>
1427
+ * <li>
1428
+ * <p>The domain name must contain at least one dot</p>
1429
+ * </li>
1430
+ * </ul>
1431
+ * <p>You can't access the root user of the account or remove an account that was created
1432
+ * with an invalid email address. Like all request parameters for
1433
+ * <code>CreateGovCloudAccount</code>, the request for the email address for the Amazon Web Services
1434
+ * GovCloud (US) account originates from the commercial Region, not from the Amazon Web Services GovCloud
1435
+ * (US) Region.</p>
1436
+ * @public
1437
+ */
1438
+ Email: string | undefined;
1439
+ /**
1440
+ * <p>The friendly name of the member account. </p>
1441
+ * <p>The account name can consist of only the characters [a-z],[A-Z],[0-9], hyphen (-), or
1442
+ * dot (.) You can't separate characters with a dash (–).</p>
1443
+ * @public
1444
+ */
1445
+ AccountName: string | undefined;
1446
+ /**
1447
+ * <p>(Optional)</p>
1448
+ * <p>The name of an IAM role that Organizations automatically preconfigures in the new member
1449
+ * accounts in both the Amazon Web Services GovCloud (US) Region and in the commercial Region. This role
1450
+ * trusts the management account, allowing users in the management account to assume the
1451
+ * role, as permitted by the management account administrator. The role has administrator
1452
+ * permissions in the new member account.</p>
1453
+ * <p>If you don't specify this parameter, the role name defaults to
1454
+ * <code>OrganizationAccountAccessRole</code>.</p>
1455
+ * <p>For more information about how to use this role to access the member account, see the
1456
+ * following links:</p>
1457
+ * <ul>
1458
+ * <li>
1459
+ * <p>
1460
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html#orgs_manage_accounts_create-cross-account-role">Creating the OrganizationAccountAccessRole in an invited member
1461
+ * account</a> in the <i>Organizations User Guide</i>
1462
+ * </p>
1463
+ * </li>
1464
+ * <li>
1465
+ * <p>Steps 2 and 3 in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html">IAM Tutorial:
1466
+ * Delegate access across Amazon Web Services accounts using IAM roles</a> in the
1467
+ * <i>IAM User Guide</i>
1468
+ * </p>
1469
+ * </li>
1470
+ * </ul>
1471
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> that
1472
+ * is used to validate this parameter. The pattern can include uppercase
1473
+ * letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-</p>
1474
+ * @public
1475
+ */
1476
+ RoleName?: string;
1477
+ /**
1478
+ * <p>If set to <code>ALLOW</code>, the new linked account in the commercial Region enables
1479
+ * IAM users to access account billing information <i>if</i> they have the
1480
+ * required permissions. If set to <code>DENY</code>, only the root user of the new account
1481
+ * can access account billing information. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate">About IAM
1482
+ * access to the Billing and Cost Management console</a> in the
1483
+ * <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
1484
+ * <p>If you don't specify this parameter, the value defaults to <code>ALLOW</code>, and
1485
+ * IAM users and roles with the required permissions can access billing information for
1486
+ * the new account.</p>
1487
+ * @public
1488
+ */
1489
+ IamUserAccessToBilling?: IAMUserAccessToBilling;
1490
+ /**
1491
+ * <p>A list of tags that you want to attach to the newly created account. These tags are
1492
+ * attached to the commercial account associated with the GovCloud account, and not to the
1493
+ * GovCloud account itself. To add tags to the actual GovCloud account, call the <a>TagResource</a> operation in the GovCloud region after the new GovCloud
1494
+ * account exists.</p>
1495
+ * <p>For each tag in the list, you must specify both a tag key and a value. You can set the
1496
+ * value to an empty string, but you can't set it to <code>null</code>. For more
1497
+ * information about tagging, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html">Tagging Organizations resources</a> in the
1498
+ * Organizations User Guide.</p>
1499
+ * <note>
1500
+ * <p>If any one of the tags is not valid or if you exceed the maximum allowed number of
1501
+ * tags for an account, then the entire request fails and the account is not
1502
+ * created.</p>
1503
+ * </note>
1504
+ * @public
1505
+ */
1506
+ Tags?: Tag[];
1507
+ }
1508
+ /**
1509
+ * @public
1510
+ */
1511
+ export interface CreateGovCloudAccountResponse {
1512
+ /**
1513
+ * <p>Contains the status about a <a>CreateAccount</a> or <a>CreateGovCloudAccount</a> request to create an Amazon Web Services account or an Amazon Web Services
1514
+ * GovCloud (US) account in an organization.</p>
1515
+ * @public
1516
+ */
1517
+ CreateAccountStatus?: CreateAccountStatus;
1518
+ }
1519
+ /**
1520
+ * @public
1521
+ * @enum
1522
+ */
1523
+ export declare const OrganizationFeatureSet: {
1524
+ readonly ALL: "ALL";
1525
+ readonly CONSOLIDATED_BILLING: "CONSOLIDATED_BILLING";
1526
+ };
1527
+ /**
1528
+ * @public
1529
+ */
1530
+ export type OrganizationFeatureSet = (typeof OrganizationFeatureSet)[keyof typeof OrganizationFeatureSet];
1531
+ /**
1532
+ * @public
1533
+ */
1534
+ export interface CreateOrganizationRequest {
1535
+ /**
1536
+ * <p>Specifies the feature set supported by the new organization. Each feature set supports
1537
+ * different levels of functionality.</p>
1538
+ * <ul>
1539
+ * <li>
1540
+ * <p>
1541
+ * <code>CONSOLIDATED_BILLING</code>: All member accounts have their bills
1542
+ * consolidated to and paid by the management account. For more information, see
1543
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-cb-only">Consolidated billing</a> in the
1544
+ * <i>Organizations User Guide</i>.</p>
1545
+ * <p> The consolidated billing feature subset isn't available for organizations in
1546
+ * the Amazon Web Services GovCloud (US) Region.</p>
1547
+ * </li>
1548
+ * <li>
1549
+ * <p>
1550
+ * <code>ALL</code>: In addition to all the features supported by the
1551
+ * consolidated billing feature set, the management account can also apply any
1552
+ * policy type to any member account in the organization. For more information, see
1553
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-all">All
1554
+ * features</a> in the <i>Organizations User Guide</i>.</p>
1555
+ * </li>
1556
+ * </ul>
1557
+ * @public
1558
+ */
1559
+ FeatureSet?: OrganizationFeatureSet;
1560
+ }
1561
+ /**
1562
+ * @public
1563
+ * @enum
1564
+ */
1565
+ export declare const PolicyTypeStatus: {
1566
+ readonly ENABLED: "ENABLED";
1567
+ readonly PENDING_DISABLE: "PENDING_DISABLE";
1568
+ readonly PENDING_ENABLE: "PENDING_ENABLE";
1569
+ };
1570
+ /**
1571
+ * @public
1572
+ */
1573
+ export type PolicyTypeStatus = (typeof PolicyTypeStatus)[keyof typeof PolicyTypeStatus];
1574
+ /**
1575
+ * @public
1576
+ * @enum
1577
+ */
1578
+ export declare const PolicyType: {
1579
+ readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
1580
+ readonly BACKUP_POLICY: "BACKUP_POLICY";
1581
+ readonly CHATBOT_POLICY: "CHATBOT_POLICY";
1582
+ readonly SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY";
1583
+ readonly TAG_POLICY: "TAG_POLICY";
1584
+ };
1585
+ /**
1586
+ * @public
1587
+ */
1588
+ export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
1589
+ /**
1590
+ * <p>Contains information about a policy type and its status in the associated root.</p>
1591
+ * @public
1592
+ */
1593
+ export interface PolicyTypeSummary {
1594
+ /**
1595
+ * <p>The name of the policy type.</p>
1596
+ * @public
1597
+ */
1598
+ Type?: PolicyType;
1599
+ /**
1600
+ * <p>The status of the policy type as it relates to the associated root. To attach a policy
1601
+ * of the specified type to a root or to an OU or account in that root, it must be
1602
+ * available in the organization and enabled for that root.</p>
1603
+ * @public
1604
+ */
1605
+ Status?: PolicyTypeStatus;
1606
+ }
1607
+ /**
1608
+ * <p>Contains details about an organization. An organization is a collection of accounts
1609
+ * that are centrally managed together using consolidated billing, organized hierarchically
1610
+ * with organizational units (OUs), and controlled with policies .</p>
1611
+ * @public
1612
+ */
1613
+ export interface Organization {
1614
+ /**
1615
+ * <p>The unique identifier (ID) of an organization.</p>
1616
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organization ID string requires "o-"
1617
+ * followed by from 10 to 32 lowercase letters or digits.</p>
1618
+ * @public
1619
+ */
1620
+ Id?: string;
1621
+ /**
1622
+ * <p>The Amazon Resource Name (ARN) of an organization.</p>
1623
+ * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
1624
+ * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
1625
+ * @public
1626
+ */
1627
+ Arn?: string;
1628
+ /**
1629
+ * <p>Specifies the functionality that currently is available to the organization. If set to
1630
+ * "ALL", then all features are enabled and policies can be applied to accounts in the
1631
+ * organization. If set to "CONSOLIDATED_BILLING", then only consolidated billing
1632
+ * functionality is available. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features
1633
+ * in your organization</a> in the <i>Organizations User Guide</i>.</p>
1634
+ * @public
1635
+ */
1636
+ FeatureSet?: OrganizationFeatureSet;
1637
+ /**
1638
+ * <p>The Amazon Resource Name (ARN) of the account that is designated as the management
1639
+ * account for the organization.</p>
1640
+ * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
1641
+ * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
1642
+ * @public
1643
+ */
1644
+ MasterAccountArn?: string;
1645
+ /**
1646
+ * <p>The unique identifier (ID) of the management account of an organization.</p>
1647
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an account ID string requires exactly 12
1648
+ * digits.</p>
1649
+ * @public
1650
+ */
1651
+ MasterAccountId?: string;
1652
+ /**
1653
+ * <p>The email address that is associated with the Amazon Web Services account that is designated as the
1654
+ * management account for the organization.</p>
1655
+ * @public
1656
+ */
1657
+ MasterAccountEmail?: string;
1658
+ /**
1659
+ * <important>
1660
+ * <p>Do not use. This field is deprecated and doesn't provide complete information
1661
+ * about the policies in your organization.</p>
1662
+ * </important>
1663
+ * <p>To determine the policies that are enabled and available for use in your organization,
1664
+ * use the <a>ListRoots</a> operation instead.</p>
1665
+ * @public
1666
+ */
1667
+ AvailablePolicyTypes?: PolicyTypeSummary[];
1668
+ }
1669
+ /**
1670
+ * @public
1671
+ */
1672
+ export interface CreateOrganizationResponse {
1673
+ /**
1674
+ * <p>A structure that contains details about the newly created organization.</p>
1675
+ * @public
1676
+ */
1677
+ Organization?: Organization;
1678
+ }
1679
+ /**
1680
+ * @public
1681
+ */
1682
+ export interface CreateOrganizationalUnitRequest {
1683
+ /**
1684
+ * <p>The unique identifier (ID) of the parent root or OU that you want to create the new OU
1685
+ * in.</p>
1686
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
1687
+ * following:</p>
1688
+ * <ul>
1689
+ * <li>
1690
+ * <p>
1691
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
1692
+ * digits.</p>
1693
+ * </li>
1694
+ * <li>
1695
+ * <p>
1696
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
1697
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
1698
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
1699
+ * </li>
1700
+ * </ul>
1701
+ * @public
1702
+ */
1703
+ ParentId: string | undefined;
1704
+ /**
1705
+ * <p>The friendly name to assign to the new OU.</p>
1706
+ * @public
1707
+ */
1708
+ Name: string | undefined;
1709
+ /**
1710
+ * <p>A list of tags that you want to attach to the newly created OU. For each tag in the
1711
+ * list, you must specify both a tag key and a value. You can set the value to an empty
1712
+ * string, but you can't set it to <code>null</code>. For more information about tagging,
1713
+ * see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html">Tagging Organizations
1714
+ * resources</a> in the Organizations User Guide.</p>
1715
+ * <note>
1716
+ * <p>If any one of the tags is not valid or if you exceed the allowed number of tags
1717
+ * for an OU, then the entire request fails and the OU is not created.</p>
1718
+ * </note>
1719
+ * @public
1720
+ */
1721
+ Tags?: Tag[];
1722
+ }
1723
+ /**
1724
+ * <p>Contains details about an organizational unit (OU). An OU is a container of Amazon Web Services
1725
+ * accounts within a root of an organization. Policies that are attached to an OU apply to
1726
+ * all accounts contained in that OU and in any child OUs.</p>
1727
+ * @public
1728
+ */
1729
+ export interface OrganizationalUnit {
1730
+ /**
1731
+ * <p>The unique identifier (ID) associated with this OU. The ID is unique to the organization only.</p>
1732
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
1733
+ * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
1734
+ * OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
1735
+ * or digits.</p>
1736
+ * @public
1737
+ */
1738
+ Id?: string;
1739
+ /**
1740
+ * <p>The Amazon Resource Name (ARN) of this OU.</p>
1741
+ * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
1742
+ * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
1743
+ * @public
1744
+ */
1745
+ Arn?: string;
1746
+ /**
1747
+ * <p>The friendly name of this OU.</p>
1748
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
1749
+ * that is used to validate this parameter is a string of any of the characters in the ASCII
1750
+ * character range.</p>
1751
+ * @public
1752
+ */
1753
+ Name?: string;
1754
+ }
1755
+ /**
1756
+ * @public
1757
+ */
1758
+ export interface CreateOrganizationalUnitResponse {
1759
+ /**
1760
+ * <p>A structure that contains details about the newly created OU.</p>
1761
+ * @public
1762
+ */
1763
+ OrganizationalUnit?: OrganizationalUnit;
1764
+ }
1765
+ /**
1766
+ * <p>An OU with the same name already exists.</p>
1767
+ * @public
1768
+ */
1769
+ export declare class DuplicateOrganizationalUnitException extends __BaseException {
1770
+ readonly name: "DuplicateOrganizationalUnitException";
1771
+ readonly $fault: "client";
1772
+ Message?: string;
1773
+ /**
1774
+ * @internal
1775
+ */
1776
+ constructor(opts: __ExceptionOptionType<DuplicateOrganizationalUnitException, __BaseException>);
1777
+ }
1778
+ /**
1779
+ * <p>We can't find a root or OU with the <code>ParentId</code> that you specified.</p>
1780
+ * @public
1781
+ */
1782
+ export declare class ParentNotFoundException extends __BaseException {
1783
+ readonly name: "ParentNotFoundException";
1784
+ readonly $fault: "client";
1785
+ Message?: string;
1786
+ /**
1787
+ * @internal
1788
+ */
1789
+ constructor(opts: __ExceptionOptionType<ParentNotFoundException, __BaseException>);
1790
+ }
1791
+ /**
1792
+ * @public
1793
+ */
1794
+ export interface CreatePolicyRequest {
1795
+ /**
1796
+ * <p>The policy text content to add to the new policy. The text that you supply must adhere
1797
+ * to the rules of the policy type you specify in the <code>Type</code> parameter. </p>
1798
+ * <p>The maximum size of a policy document depends on the policy's type. For more
1799
+ * information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html#min-max-values">Maximum and minimum values</a> in the
1800
+ * <i>Organizations User Guide</i>.</p>
1801
+ * @public
1802
+ */
1803
+ Content: string | undefined;
1804
+ /**
1805
+ * <p>An optional description to assign to the policy.</p>
1806
+ * @public
1807
+ */
1808
+ Description: string | undefined;
1809
+ /**
1810
+ * <p>The friendly name to assign to the policy.</p>
1811
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
1812
+ * that is used to validate this parameter is a string of any of the characters in the ASCII
1813
+ * character range.</p>
1814
+ * @public
1815
+ */
1816
+ Name: string | undefined;
1817
+ /**
1818
+ * <p>The type of policy to create. You can specify one of the following values:</p>
1819
+ * <ul>
1820
+ * <li>
1821
+ * <p>
1822
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
1823
+ * </p>
1824
+ * </li>
1825
+ * <li>
1826
+ * <p>
1827
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html">BACKUP_POLICY</a>
1828
+ * </p>
1829
+ * </li>
1830
+ * <li>
1831
+ * <p>
1832
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
1833
+ * </p>
1834
+ * </li>
1835
+ * <li>
1836
+ * <p>
1837
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
1838
+ * </p>
1839
+ * </li>
1840
+ * <li>
1841
+ * <p>
1842
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
1843
+ * </p>
1844
+ * </li>
1845
+ * </ul>
1846
+ * @public
1847
+ */
1848
+ Type: PolicyType | undefined;
1849
+ /**
1850
+ * <p>A list of tags that you want to attach to the newly created policy. For each tag in
1851
+ * the list, you must specify both a tag key and a value. You can set the value to an empty
1852
+ * string, but you can't set it to <code>null</code>. For more information about tagging,
1853
+ * see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html">Tagging Organizations
1854
+ * resources</a> in the Organizations User Guide.</p>
1855
+ * <note>
1856
+ * <p>If any one of the tags is not valid or if you exceed the allowed number of tags
1857
+ * for a policy, then the entire request fails and the policy is not created.</p>
1858
+ * </note>
1859
+ * @public
1860
+ */
1861
+ Tags?: Tag[];
1862
+ }
1863
+ /**
1864
+ * <p>Contains information about a policy, but does not include the content. To see the
1865
+ * content of a policy, see <a>DescribePolicy</a>.</p>
1866
+ * @public
1867
+ */
1868
+ export interface PolicySummary {
1869
+ /**
1870
+ * <p>The unique identifier (ID) of the policy.</p>
1871
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
1872
+ * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
1873
+ * @public
1874
+ */
1875
+ Id?: string;
1876
+ /**
1877
+ * <p>The Amazon Resource Name (ARN) of the policy.</p>
1878
+ * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
1879
+ * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
1880
+ * @public
1881
+ */
1882
+ Arn?: string;
1883
+ /**
1884
+ * <p>The friendly name of the policy.</p>
1885
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
1886
+ * that is used to validate this parameter is a string of any of the characters in the ASCII
1887
+ * character range.</p>
1888
+ * @public
1889
+ */
1890
+ Name?: string;
1891
+ /**
1892
+ * <p>The description of the policy.</p>
1893
+ * @public
1894
+ */
1895
+ Description?: string;
1896
+ /**
1897
+ * <p>The type of policy.</p>
1898
+ * @public
1899
+ */
1900
+ Type?: PolicyType;
1901
+ /**
1902
+ * <p>A boolean value that indicates whether the specified policy is an Amazon Web Services managed
1903
+ * policy. If true, then you can attach the policy to roots, OUs, or accounts, but you
1904
+ * cannot edit it.</p>
1905
+ * @public
1906
+ */
1907
+ AwsManaged?: boolean;
1908
+ }
1909
+ /**
1910
+ * <p>Contains rules to be applied to the affected accounts. Policies can be attached
1911
+ * directly to accounts, or to roots and OUs to affect all accounts in those
1912
+ * hierarchies.</p>
1913
+ * @public
1914
+ */
1915
+ export interface Policy {
1916
+ /**
1917
+ * <p>A structure that contains additional details about the policy.</p>
1918
+ * @public
1919
+ */
1920
+ PolicySummary?: PolicySummary;
1921
+ /**
1922
+ * <p>The text content of the policy.</p>
1923
+ * @public
1924
+ */
1925
+ Content?: string;
1926
+ }
1927
+ /**
1928
+ * @public
1929
+ */
1930
+ export interface CreatePolicyResponse {
1931
+ /**
1932
+ * <p>A structure that contains details about the newly created policy.</p>
1933
+ * @public
1934
+ */
1935
+ Policy?: Policy;
1936
+ }
1937
+ /**
1938
+ * <p>A policy with the same name already exists.</p>
1939
+ * @public
1940
+ */
1941
+ export declare class DuplicatePolicyException extends __BaseException {
1942
+ readonly name: "DuplicatePolicyException";
1943
+ readonly $fault: "client";
1944
+ Message?: string;
1945
+ /**
1946
+ * @internal
1947
+ */
1948
+ constructor(opts: __ExceptionOptionType<DuplicatePolicyException, __BaseException>);
1949
+ }
1950
+ /**
1951
+ * <p>The provided policy document doesn't meet the requirements of the specified policy
1952
+ * type. For example, the syntax might be incorrect. For details about service control
1953
+ * policy syntax, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html">SCP syntax</a> in the
1954
+ * <i>Organizations User Guide</i>.</p>
1955
+ * @public
1956
+ */
1957
+ export declare class MalformedPolicyDocumentException extends __BaseException {
1958
+ readonly name: "MalformedPolicyDocumentException";
1959
+ readonly $fault: "client";
1960
+ Message?: string;
1961
+ /**
1962
+ * @internal
1963
+ */
1964
+ constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
1965
+ }
1966
+ /**
1967
+ * <p>You can't use the specified policy type with the feature set currently enabled for
1968
+ * this organization. For example, you can enable SCPs only after you enable all features
1969
+ * in the organization. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html#enable_policies_on_root">Managing
1970
+ * Organizations policies</a>in the <i>Organizations User Guide</i>.</p>
1971
+ * @public
1972
+ */
1973
+ export declare class PolicyTypeNotAvailableForOrganizationException extends __BaseException {
1974
+ readonly name: "PolicyTypeNotAvailableForOrganizationException";
1975
+ readonly $fault: "client";
1976
+ Message?: string;
1977
+ /**
1978
+ * @internal
1979
+ */
1980
+ constructor(opts: __ExceptionOptionType<PolicyTypeNotAvailableForOrganizationException, __BaseException>);
1981
+ }
1982
+ /**
1983
+ * @public
1984
+ */
1985
+ export interface DeclineHandshakeRequest {
1986
+ /**
1987
+ * <p>The unique identifier (ID) of the handshake that you want to decline. You can get the
1988
+ * ID from the <a>ListHandshakesForAccount</a> operation.</p>
1989
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
1990
+ * followed by from 8 to 32 lowercase letters or digits.</p>
1991
+ * @public
1992
+ */
1993
+ HandshakeId: string | undefined;
1994
+ }
1995
+ /**
1996
+ * <p>The organization isn't empty. To delete an organization, you must first remove all
1997
+ * accounts except the management account.</p>
1998
+ * @public
1999
+ */
2000
+ export declare class OrganizationNotEmptyException extends __BaseException {
2001
+ readonly name: "OrganizationNotEmptyException";
2002
+ readonly $fault: "client";
2003
+ Message?: string;
2004
+ /**
2005
+ * @internal
2006
+ */
2007
+ constructor(opts: __ExceptionOptionType<OrganizationNotEmptyException, __BaseException>);
2008
+ }
2009
+ /**
2010
+ * @public
2011
+ */
2012
+ export interface DeleteOrganizationalUnitRequest {
2013
+ /**
2014
+ * <p>The unique identifier (ID) of the organizational unit that you want to delete. You can
2015
+ * get the ID from the <a>ListOrganizationalUnitsForParent</a> operation.</p>
2016
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
2017
+ * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
2018
+ * OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
2019
+ * or digits.</p>
2020
+ * @public
2021
+ */
2022
+ OrganizationalUnitId: string | undefined;
2023
+ }
2024
+ /**
2025
+ * <p>The specified OU is not empty. Move all accounts to another root or to other OUs,
2026
+ * remove all child OUs, and try the operation again.</p>
2027
+ * @public
2028
+ */
2029
+ export declare class OrganizationalUnitNotEmptyException extends __BaseException {
2030
+ readonly name: "OrganizationalUnitNotEmptyException";
2031
+ readonly $fault: "client";
2032
+ Message?: string;
2033
+ /**
2034
+ * @internal
2035
+ */
2036
+ constructor(opts: __ExceptionOptionType<OrganizationalUnitNotEmptyException, __BaseException>);
2037
+ }
2038
+ /**
2039
+ * <p>We can't find an OU with the <code>OrganizationalUnitId</code> that you
2040
+ * specified.</p>
2041
+ * @public
2042
+ */
2043
+ export declare class OrganizationalUnitNotFoundException extends __BaseException {
2044
+ readonly name: "OrganizationalUnitNotFoundException";
2045
+ readonly $fault: "client";
2046
+ Message?: string;
2047
+ /**
2048
+ * @internal
2049
+ */
2050
+ constructor(opts: __ExceptionOptionType<OrganizationalUnitNotFoundException, __BaseException>);
2051
+ }
2052
+ /**
2053
+ * @public
2054
+ */
2055
+ export interface DeletePolicyRequest {
2056
+ /**
2057
+ * <p>The unique identifier (ID) of the policy that you want to delete. You can get the ID
2058
+ * from the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
2059
+ * operations.</p>
2060
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
2061
+ * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
2062
+ * @public
2063
+ */
2064
+ PolicyId: string | undefined;
2065
+ }
2066
+ /**
2067
+ * <p>The policy is attached to one or more entities. You must detach it from all roots,
2068
+ * OUs, and accounts before performing this operation.</p>
2069
+ * @public
2070
+ */
2071
+ export declare class PolicyInUseException extends __BaseException {
2072
+ readonly name: "PolicyInUseException";
2073
+ readonly $fault: "client";
2074
+ Message?: string;
2075
+ /**
2076
+ * @internal
2077
+ */
2078
+ constructor(opts: __ExceptionOptionType<PolicyInUseException, __BaseException>);
2079
+ }
2080
+ /**
2081
+ * <p>We can't find a resource policy request with the parameter that you specified.</p>
2082
+ * @public
2083
+ */
2084
+ export declare class ResourcePolicyNotFoundException extends __BaseException {
2085
+ readonly name: "ResourcePolicyNotFoundException";
2086
+ readonly $fault: "client";
2087
+ Message?: string;
2088
+ /**
2089
+ * @internal
2090
+ */
2091
+ constructor(opts: __ExceptionOptionType<ResourcePolicyNotFoundException, __BaseException>);
2092
+ }
2093
+ /**
2094
+ * @public
2095
+ */
2096
+ export interface DeregisterDelegatedAdministratorRequest {
2097
+ /**
2098
+ * <p>The account ID number of the member account in the organization that you want to
2099
+ * deregister as a delegated administrator.</p>
2100
+ * @public
2101
+ */
2102
+ AccountId: string | undefined;
2103
+ /**
2104
+ * <p>The service principal name of an Amazon Web Services service for which the account is a delegated
2105
+ * administrator.</p>
2106
+ * <p>Delegated administrator privileges are revoked for only the specified Amazon Web Services service
2107
+ * from the member account. If the specified service is the only service for which the
2108
+ * member account is a delegated administrator, the operation also revokes Organizations read action
2109
+ * permissions.</p>
2110
+ * @public
2111
+ */
2112
+ ServicePrincipal: string | undefined;
2113
+ }
2114
+ /**
2115
+ * @public
2116
+ */
2117
+ export interface DescribeAccountRequest {
2118
+ /**
2119
+ * <p>The unique identifier (ID) of the Amazon Web Services account that you want information about. You
2120
+ * can get the ID from the <a>ListAccounts</a> or <a>ListAccountsForParent</a> operations.</p>
2121
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an account ID string requires exactly 12
2122
+ * digits.</p>
2123
+ * @public
2124
+ */
2125
+ AccountId: string | undefined;
2126
+ }
2127
+ /**
2128
+ * @public
2129
+ */
2130
+ export interface DescribeAccountResponse {
2131
+ /**
2132
+ * <p>A structure that contains information about the requested account.</p>
2133
+ * @public
2134
+ */
2135
+ Account?: Account;
2136
+ }
2137
+ /**
2138
+ * <p>We can't find an create account request with the <code>CreateAccountRequestId</code>
2139
+ * that you specified.</p>
2140
+ * @public
2141
+ */
2142
+ export declare class CreateAccountStatusNotFoundException extends __BaseException {
2143
+ readonly name: "CreateAccountStatusNotFoundException";
2144
+ readonly $fault: "client";
2145
+ Message?: string;
2146
+ /**
2147
+ * @internal
2148
+ */
2149
+ constructor(opts: __ExceptionOptionType<CreateAccountStatusNotFoundException, __BaseException>);
2150
+ }
2151
+ /**
2152
+ * @public
2153
+ */
2154
+ export interface DescribeCreateAccountStatusRequest {
2155
+ /**
2156
+ * <p>Specifies the <code>Id</code> value that uniquely identifies the
2157
+ * <code>CreateAccount</code> request. You can get the value from the
2158
+ * <code>CreateAccountStatus.Id</code> response in an earlier <a>CreateAccount</a> request, or from the <a>ListCreateAccountStatus</a> operation.</p>
2159
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a create account request ID string
2160
+ * requires "car-" followed by from 8 to 32 lowercase letters or digits.</p>
2161
+ * @public
2162
+ */
2163
+ CreateAccountRequestId: string | undefined;
2164
+ }
2165
+ /**
2166
+ * @public
2167
+ */
2168
+ export interface DescribeCreateAccountStatusResponse {
2169
+ /**
2170
+ * <p>A structure that contains the current status of an account creation request.</p>
2171
+ * @public
2172
+ */
2173
+ CreateAccountStatus?: CreateAccountStatus;
2174
+ }
2175
+ /**
2176
+ * @public
2177
+ * @enum
2178
+ */
2179
+ export declare const EffectivePolicyType: {
2180
+ readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
2181
+ readonly BACKUP_POLICY: "BACKUP_POLICY";
2182
+ readonly CHATBOT_POLICY: "CHATBOT_POLICY";
2183
+ readonly TAG_POLICY: "TAG_POLICY";
2184
+ };
2185
+ /**
2186
+ * @public
2187
+ */
2188
+ export type EffectivePolicyType = (typeof EffectivePolicyType)[keyof typeof EffectivePolicyType];
2189
+ /**
2190
+ * @public
2191
+ */
2192
+ export interface DescribeEffectivePolicyRequest {
2193
+ /**
2194
+ * <p>The type of policy that you want information about. You can specify one of the
2195
+ * following values:</p>
2196
+ * <ul>
2197
+ * <li>
2198
+ * <p>
2199
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html">BACKUP_POLICY</a>
2200
+ * </p>
2201
+ * </li>
2202
+ * <li>
2203
+ * <p>
2204
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
2205
+ * </p>
2206
+ * </li>
2207
+ * <li>
2208
+ * <p>
2209
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
2210
+ * </p>
2211
+ * </li>
2212
+ * <li>
2213
+ * <p>
2214
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
2215
+ * </p>
2216
+ * </li>
2217
+ * </ul>
2218
+ * @public
2219
+ */
2220
+ PolicyType: EffectivePolicyType | undefined;
2221
+ /**
2222
+ * <p>When you're signed in as the management account, specify the ID of the account that
2223
+ * you want details about. Specifying an organization root or organizational unit (OU) as
2224
+ * the target is not supported.</p>
2225
+ * @public
2226
+ */
2227
+ TargetId?: string;
2228
+ }
2229
+ /**
2230
+ * <p>Contains rules to be applied to the affected accounts. The effective policy is the
2231
+ * aggregation of any policies the account inherits, plus any policy directly attached to
2232
+ * the account.</p>
2233
+ * @public
2234
+ */
2235
+ export interface EffectivePolicy {
2236
+ /**
2237
+ * <p>The text content of the policy.</p>
2238
+ * @public
2239
+ */
2240
+ PolicyContent?: string;
2241
+ /**
2242
+ * <p>The time of the last update to this policy.</p>
2243
+ * @public
2244
+ */
2245
+ LastUpdatedTimestamp?: Date;
2246
+ /**
2247
+ * <p>The account ID of the policy target. </p>
2248
+ * @public
2249
+ */
2250
+ TargetId?: string;
2251
+ /**
2252
+ * <p>The policy type.</p>
2253
+ * @public
2254
+ */
2255
+ PolicyType?: EffectivePolicyType;
2256
+ }
2257
+ /**
2258
+ * @public
2259
+ */
2260
+ export interface DescribeEffectivePolicyResponse {
2261
+ /**
2262
+ * <p>The contents of the effective policy.</p>
2263
+ * @public
2264
+ */
2265
+ EffectivePolicy?: EffectivePolicy;
2266
+ }
2267
+ /**
2268
+ * <p>If you ran this action on the management account, this policy type is not enabled. If
2269
+ * you ran the action on a member account, the account doesn't have an effective policy of
2270
+ * this type. Contact the administrator of your organization about attaching a policy of
2271
+ * this type to the account. </p>
2272
+ * @public
2273
+ */
2274
+ export declare class EffectivePolicyNotFoundException extends __BaseException {
2275
+ readonly name: "EffectivePolicyNotFoundException";
2276
+ readonly $fault: "client";
2277
+ Message?: string;
2278
+ /**
2279
+ * @internal
2280
+ */
2281
+ constructor(opts: __ExceptionOptionType<EffectivePolicyNotFoundException, __BaseException>);
2282
+ }
2283
+ /**
2284
+ * @public
2285
+ */
2286
+ export interface DescribeHandshakeRequest {
2287
+ /**
2288
+ * <p>The unique identifier (ID) of the handshake that you want information about. You can
2289
+ * get the ID from the original call to <a>InviteAccountToOrganization</a>, or
2290
+ * from a call to <a>ListHandshakesForAccount</a> or <a>ListHandshakesForOrganization</a>.</p>
2291
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
2292
+ * followed by from 8 to 32 lowercase letters or digits.</p>
2293
+ * @public
2294
+ */
2295
+ HandshakeId: string | undefined;
2296
+ }
2297
+ /**
2298
+ * @public
2299
+ */
2300
+ export interface DescribeOrganizationResponse {
2301
+ /**
2302
+ * <p>A structure that contains information about the organization.</p>
2303
+ * <important>
2304
+ * <p>The <code>AvailablePolicyTypes</code> part of the response is deprecated, and you
2305
+ * shouldn't use it in your apps. It doesn't include any policy type supported by Organizations
2306
+ * other than SCPs. In the China (Ningxia) Region, no policy type is included.
2307
+ * To determine which policy types are enabled in your organization,
2308
+ * use the <code>
2309
+ * <a>ListRoots</a>
2310
+ * </code> operation.</p>
2311
+ * </important>
2312
+ * @public
2313
+ */
2314
+ Organization?: Organization;
2315
+ }
2316
+ /**
2317
+ * @public
2318
+ */
2319
+ export interface DescribeOrganizationalUnitRequest {
2320
+ /**
2321
+ * <p>The unique identifier (ID) of the organizational unit that you want details about. You
2322
+ * can get the ID from the <a>ListOrganizationalUnitsForParent</a>
2323
+ * operation.</p>
2324
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
2325
+ * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
2326
+ * OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
2327
+ * or digits.</p>
2328
+ * @public
2329
+ */
2330
+ OrganizationalUnitId: string | undefined;
2331
+ }
2332
+ /**
2333
+ * @public
2334
+ */
2335
+ export interface DescribeOrganizationalUnitResponse {
2336
+ /**
2337
+ * <p>A structure that contains details about the specified OU.</p>
2338
+ * @public
2339
+ */
2340
+ OrganizationalUnit?: OrganizationalUnit;
2341
+ }
2342
+ /**
2343
+ * @public
2344
+ */
2345
+ export interface DescribePolicyRequest {
2346
+ /**
2347
+ * <p>The unique identifier (ID) of the policy that you want details about. You can get the
2348
+ * ID from the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
2349
+ * operations.</p>
2350
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
2351
+ * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
2352
+ * @public
2353
+ */
2354
+ PolicyId: string | undefined;
2355
+ }
2356
+ /**
2357
+ * @public
2358
+ */
2359
+ export interface DescribePolicyResponse {
2360
+ /**
2361
+ * <p>A structure that contains details about the specified policy.</p>
2362
+ * @public
2363
+ */
2364
+ Policy?: Policy;
2365
+ }
2366
+ /**
2367
+ * <p>A structure that contains resource policy ID and Amazon Resource Name (ARN).</p>
2368
+ * @public
2369
+ */
2370
+ export interface ResourcePolicySummary {
2371
+ /**
2372
+ * <p>The unique identifier (ID) of the resource policy.</p>
2373
+ * @public
2374
+ */
2375
+ Id?: string;
2376
+ /**
2377
+ * <p>The Amazon Resource Name (ARN) of the resource policy.</p>
2378
+ * @public
2379
+ */
2380
+ Arn?: string;
2381
+ }
2382
+ /**
2383
+ * <p>A structure that contains details about a resource policy.</p>
2384
+ * @public
2385
+ */
2386
+ export interface ResourcePolicy {
2387
+ /**
2388
+ * <p>A structure that contains resource policy ID and Amazon Resource Name (ARN).</p>
2389
+ * @public
2390
+ */
2391
+ ResourcePolicySummary?: ResourcePolicySummary;
2392
+ /**
2393
+ * <p>The policy text of the resource policy.</p>
2394
+ * @public
2395
+ */
2396
+ Content?: string;
2397
+ }
2398
+ /**
2399
+ * @public
2400
+ */
2401
+ export interface DescribeResourcePolicyResponse {
2402
+ /**
2403
+ * <p>A structure that contains details about the resource policy.</p>
2404
+ * @public
2405
+ */
2406
+ ResourcePolicy?: ResourcePolicy;
2407
+ }
2408
+ /**
2409
+ * @public
2410
+ */
2411
+ export interface DetachPolicyRequest {
2412
+ /**
2413
+ * <p>The unique identifier (ID) of the policy you want to detach. You can get the ID from
2414
+ * the <a>ListPolicies</a> or <a>ListPoliciesForTarget</a>
2415
+ * operations.</p>
2416
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
2417
+ * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
2418
+ * @public
2419
+ */
2420
+ PolicyId: string | undefined;
2421
+ /**
2422
+ * <p>The unique identifier (ID) of the root, OU, or account that you want to detach the
2423
+ * policy from. You can get the ID from the <a>ListRoots</a>, <a>ListOrganizationalUnitsForParent</a>, or <a>ListAccounts</a>
2424
+ * operations.</p>
2425
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a target ID string requires one of the
2426
+ * following:</p>
2427
+ * <ul>
2428
+ * <li>
2429
+ * <p>
2430
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
2431
+ * digits.</p>
2432
+ * </li>
2433
+ * <li>
2434
+ * <p>
2435
+ * <b>Account</b> - A string that consists of exactly 12 digits.</p>
2436
+ * </li>
2437
+ * <li>
2438
+ * <p>
2439
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
2440
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
2441
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
2442
+ * </li>
2443
+ * </ul>
2444
+ * @public
2445
+ */
2446
+ TargetId: string | undefined;
2447
+ }
2448
+ /**
2449
+ * <p>The policy isn't attached to the specified target in the specified root.</p>
2450
+ * @public
2451
+ */
2452
+ export declare class PolicyNotAttachedException extends __BaseException {
2453
+ readonly name: "PolicyNotAttachedException";
2454
+ readonly $fault: "client";
2455
+ Message?: string;
2456
+ /**
2457
+ * @internal
2458
+ */
2459
+ constructor(opts: __ExceptionOptionType<PolicyNotAttachedException, __BaseException>);
2460
+ }
2461
+ /**
2462
+ * @public
2463
+ */
2464
+ export interface DisableAWSServiceAccessRequest {
2465
+ /**
2466
+ * <p>The service principal name of the Amazon Web Services service for which you want to disable
2467
+ * integration with your organization. This is typically in the form of a URL, such as
2468
+ * <code>
2469
+ * <i>service-abbreviation</i>.amazonaws.com</code>.</p>
2470
+ * @public
2471
+ */
2472
+ ServicePrincipal: string | undefined;
2473
+ }
2474
+ /**
2475
+ * @public
2476
+ */
2477
+ export interface DisablePolicyTypeRequest {
2478
+ /**
2479
+ * <p>The unique identifier (ID) of the root in which you want to disable a policy type. You
2480
+ * can get the ID from the <a>ListRoots</a> operation.</p>
2481
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a root ID string requires "r-" followed by
2482
+ * from 4 to 32 lowercase letters or digits.</p>
2483
+ * @public
2484
+ */
2485
+ RootId: string | undefined;
2486
+ /**
2487
+ * <p>The policy type that you want to disable in this root. You can specify one of the
2488
+ * following values:</p>
2489
+ * <ul>
2490
+ * <li>
2491
+ * <p>
2492
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
2493
+ * </p>
2494
+ * </li>
2495
+ * <li>
2496
+ * <p>
2497
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html">BACKUP_POLICY</a>
2498
+ * </p>
2499
+ * </li>
2500
+ * <li>
2501
+ * <p>
2502
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
2503
+ * </p>
2504
+ * </li>
2505
+ * <li>
2506
+ * <p>
2507
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
2508
+ * </p>
2509
+ * </li>
2510
+ * <li>
2511
+ * <p>
2512
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
2513
+ * </p>
2514
+ * </li>
2515
+ * </ul>
2516
+ * @public
2517
+ */
2518
+ PolicyType: PolicyType | undefined;
2519
+ }
2520
+ /**
2521
+ * <p>Contains details about a root. A root is a top-level parent node in the hierarchy of
2522
+ * an organization that can contain organizational units (OUs) and accounts.
2523
+ * The root contains every Amazon Web Services account in the
2524
+ * organization.</p>
2525
+ * @public
2526
+ */
2527
+ export interface Root {
2528
+ /**
2529
+ * <p>The unique identifier (ID) for the root. The ID is unique to the organization only.</p>
2530
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a root ID string requires "r-" followed by
2531
+ * from 4 to 32 lowercase letters or digits.</p>
2532
+ * @public
2533
+ */
2534
+ Id?: string;
2535
+ /**
2536
+ * <p>The Amazon Resource Name (ARN) of the root.</p>
2537
+ * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
2538
+ * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
2539
+ * @public
2540
+ */
2541
+ Arn?: string;
2542
+ /**
2543
+ * <p>The friendly name of the root.</p>
2544
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
2545
+ * that is used to validate this parameter is a string of any of the characters in the ASCII
2546
+ * character range.</p>
2547
+ * @public
2548
+ */
2549
+ Name?: string;
2550
+ /**
2551
+ * <p>The types of policies that are currently enabled for the root and therefore can be
2552
+ * attached to the root or to its OUs or accounts.</p>
2553
+ * <note>
2554
+ * <p>Even if a policy type is shown as available in the organization, you can
2555
+ * separately enable and disable them at the root level by using <a>EnablePolicyType</a> and <a>DisablePolicyType</a>. Use <a>DescribeOrganization</a> to see the availability of the policy types in
2556
+ * that organization.</p>
2557
+ * </note>
2558
+ * @public
2559
+ */
2560
+ PolicyTypes?: PolicyTypeSummary[];
2561
+ }
2562
+ /**
2563
+ * @public
2564
+ */
2565
+ export interface DisablePolicyTypeResponse {
2566
+ /**
2567
+ * <p>A structure that shows the root with the updated list of enabled policy types.</p>
2568
+ * @public
2569
+ */
2570
+ Root?: Root;
2571
+ }
2572
+ /**
2573
+ * <p>We can't find a root with the <code>RootId</code> that you specified.</p>
2574
+ * @public
2575
+ */
2576
+ export declare class RootNotFoundException extends __BaseException {
2577
+ readonly name: "RootNotFoundException";
2578
+ readonly $fault: "client";
2579
+ Message?: string;
2580
+ /**
2581
+ * @internal
2582
+ */
2583
+ constructor(opts: __ExceptionOptionType<RootNotFoundException, __BaseException>);
2584
+ }
2585
+ /**
2586
+ * @public
2587
+ */
2588
+ export interface EnableAllFeaturesRequest {
2589
+ }
2590
+ /**
2591
+ * @public
2592
+ */
2593
+ export interface EnableAWSServiceAccessRequest {
2594
+ /**
2595
+ * <p>The service principal name of the Amazon Web Services service for which you want to enable
2596
+ * integration with your organization. This is typically in the form of a URL, such as
2597
+ * <code>
2598
+ * <i>service-abbreviation</i>.amazonaws.com</code>.</p>
2599
+ * @public
2600
+ */
2601
+ ServicePrincipal: string | undefined;
2602
+ }
2603
+ /**
2604
+ * @public
2605
+ */
2606
+ export interface EnablePolicyTypeRequest {
2607
+ /**
2608
+ * <p>The unique identifier (ID) of the root in which you want to enable a policy type. You
2609
+ * can get the ID from the <a>ListRoots</a> operation.</p>
2610
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a root ID string requires "r-" followed by
2611
+ * from 4 to 32 lowercase letters or digits.</p>
2612
+ * @public
2613
+ */
2614
+ RootId: string | undefined;
2615
+ /**
2616
+ * <p>The policy type that you want to enable. You can specify one of the following
2617
+ * values:</p>
2618
+ * <ul>
2619
+ * <li>
2620
+ * <p>
2621
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
2622
+ * </p>
2623
+ * </li>
2624
+ * <li>
2625
+ * <p>
2626
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html">BACKUP_POLICY</a>
2627
+ * </p>
2628
+ * </li>
2629
+ * <li>
2630
+ * <p>
2631
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
2632
+ * </p>
2633
+ * </li>
2634
+ * <li>
2635
+ * <p>
2636
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
2637
+ * </p>
2638
+ * </li>
2639
+ * <li>
2640
+ * <p>
2641
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
2642
+ * </p>
2643
+ * </li>
2644
+ * </ul>
2645
+ * @public
2646
+ */
2647
+ PolicyType: PolicyType | undefined;
2648
+ }
2649
+ /**
2650
+ * @public
2651
+ */
2652
+ export interface EnablePolicyTypeResponse {
2653
+ /**
2654
+ * <p>A structure that shows the root with the updated list of enabled policy types.</p>
2655
+ * @public
2656
+ */
2657
+ Root?: Root;
2658
+ }
2659
+ /**
2660
+ * <p>The specified policy type is already enabled in the specified root.</p>
2661
+ * @public
2662
+ */
2663
+ export declare class PolicyTypeAlreadyEnabledException extends __BaseException {
2664
+ readonly name: "PolicyTypeAlreadyEnabledException";
2665
+ readonly $fault: "client";
2666
+ Message?: string;
2667
+ /**
2668
+ * @internal
2669
+ */
2670
+ constructor(opts: __ExceptionOptionType<PolicyTypeAlreadyEnabledException, __BaseException>);
2671
+ }
2672
+ /**
2673
+ * <p>A handshake with the same action and target already exists. For example, if you
2674
+ * invited an account to join your organization, the invited account might already have a
2675
+ * pending invitation from this organization. If you intend to resend an invitation to an
2676
+ * account, ensure that existing handshakes that might be considered duplicates are
2677
+ * canceled or declined.</p>
2678
+ * @public
2679
+ */
2680
+ export declare class DuplicateHandshakeException extends __BaseException {
2681
+ readonly name: "DuplicateHandshakeException";
2682
+ readonly $fault: "client";
2683
+ Message?: string;
2684
+ /**
2685
+ * @internal
2686
+ */
2687
+ constructor(opts: __ExceptionOptionType<DuplicateHandshakeException, __BaseException>);
2688
+ }
2689
+ /**
2690
+ * @public
2691
+ */
2692
+ export interface InviteAccountToOrganizationRequest {
2693
+ /**
2694
+ * <p>The identifier (ID) of the Amazon Web Services account that you want to invite to join your
2695
+ * organization. This is a JSON object that contains the following elements:</p>
2696
+ * <p>
2697
+ * <code>\{ "Type": "ACCOUNT", "Id": "<<i>
2698
+ * <b>account id
2699
+ * number</b>
2700
+ * </i>>" \}</code>
2701
+ * </p>
2702
+ * <p>If you use the CLI, you can submit this as a single string, similar to the following
2703
+ * example:</p>
2704
+ * <p>
2705
+ * <code>--target Id=123456789012,Type=ACCOUNT</code>
2706
+ * </p>
2707
+ * <p>If you specify <code>"Type": "ACCOUNT"</code>, you must provide the Amazon Web Services account ID
2708
+ * number as the <code>Id</code>. If you specify <code>"Type": "EMAIL"</code>, you must
2709
+ * specify the email address that is associated with the account.</p>
2710
+ * <p>
2711
+ * <code>--target Id=diego@example.com,Type=EMAIL</code>
2712
+ * </p>
2713
+ * @public
2714
+ */
2715
+ Target: HandshakeParty | undefined;
2716
+ /**
2717
+ * <p>Additional information that you want to include in the generated email to the
2718
+ * recipient account owner.</p>
2719
+ * @public
2720
+ */
2721
+ Notes?: string;
2722
+ /**
2723
+ * <p>A list of tags that you want to attach to the account when it becomes a member of the
2724
+ * organization. For each tag in the list, you must specify both a tag key and a value. You
2725
+ * can set the value to an empty string, but you can't set it to <code>null</code>. For
2726
+ * more information about tagging, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html">Tagging Organizations resources</a> in the
2727
+ * Organizations User Guide.</p>
2728
+ * <important>
2729
+ * <p>Any tags in the request are checked for compliance with any applicable tag
2730
+ * policies when the request is made. The request is rejected if the tags in the
2731
+ * request don't match the requirements of the policy at that time. Tag policy
2732
+ * compliance is <i>
2733
+ * <b>not</b>
2734
+ * </i> checked
2735
+ * again when the invitation is accepted and the tags are actually attached to the
2736
+ * account. That means that if the tag policy changes between the invitation and the
2737
+ * acceptance, then that tags could potentially be non-compliant.</p>
2738
+ * </important>
2739
+ * <note>
2740
+ * <p>If any one of the tags is not valid or if you exceed the allowed number of tags
2741
+ * for an account, then the entire request fails and invitations are not sent.</p>
2742
+ * </note>
2743
+ * @public
2744
+ */
2745
+ Tags?: Tag[];
2746
+ }
2747
+ /**
2748
+ * <p>You can't remove a management account from an organization. If you want the management
2749
+ * account to become a member account in another organization, you must first delete the
2750
+ * current organization of the management account.</p>
2751
+ * @public
2752
+ */
2753
+ export declare class MasterCannotLeaveOrganizationException extends __BaseException {
2754
+ readonly name: "MasterCannotLeaveOrganizationException";
2755
+ readonly $fault: "client";
2756
+ Message?: string;
2757
+ /**
2758
+ * @internal
2759
+ */
2760
+ constructor(opts: __ExceptionOptionType<MasterCannotLeaveOrganizationException, __BaseException>);
2761
+ }
2762
+ /**
2763
+ * @public
2764
+ */
2765
+ export interface ListAccountsRequest {
2766
+ /**
2767
+ * <p>The parameter for receiving additional results if you receive a
2768
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
2769
+ * indicates that more output is available. Set this parameter to the value of the previous
2770
+ * call's <code>NextToken</code> response to indicate where the output should continue
2771
+ * from.</p>
2772
+ * @public
2773
+ */
2774
+ NextToken?: string;
2775
+ /**
2776
+ * <p>The total number of results that you want included on each page of the
2777
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
2778
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2779
+ * response element is present and has a value (is not null). Include that value as the
2780
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2781
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
2782
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
2783
+ * that you receive all of the results.</p>
2784
+ * @public
2785
+ */
2786
+ MaxResults?: number;
2787
+ }
2788
+ /**
2789
+ * @public
2790
+ */
2791
+ export interface ListAccountsResponse {
2792
+ /**
2793
+ * <p>A list of objects in the organization.</p>
2794
+ * @public
2795
+ */
2796
+ Accounts?: Account[];
2797
+ /**
2798
+ * <p>If present, indicates that more output is available than is
2799
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
2800
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
2801
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
2802
+ * @public
2803
+ */
2804
+ NextToken?: string;
2805
+ }
2806
+ /**
2807
+ * @public
2808
+ */
2809
+ export interface ListAccountsForParentRequest {
2810
+ /**
2811
+ * <p>The unique identifier (ID) for the parent root or organization unit (OU) whose
2812
+ * accounts you want to list.</p>
2813
+ * @public
2814
+ */
2815
+ ParentId: string | undefined;
2816
+ /**
2817
+ * <p>The parameter for receiving additional results if you receive a
2818
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
2819
+ * indicates that more output is available. Set this parameter to the value of the previous
2820
+ * call's <code>NextToken</code> response to indicate where the output should continue
2821
+ * from.</p>
2822
+ * @public
2823
+ */
2824
+ NextToken?: string;
2825
+ /**
2826
+ * <p>The total number of results that you want included on each page of the
2827
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
2828
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2829
+ * response element is present and has a value (is not null). Include that value as the
2830
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2831
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
2832
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
2833
+ * that you receive all of the results.</p>
2834
+ * @public
2835
+ */
2836
+ MaxResults?: number;
2837
+ }
2838
+ /**
2839
+ * @public
2840
+ */
2841
+ export interface ListAccountsForParentResponse {
2842
+ /**
2843
+ * <p>A list of the accounts in the specified root or OU.</p>
2844
+ * @public
2845
+ */
2846
+ Accounts?: Account[];
2847
+ /**
2848
+ * <p>If present, indicates that more output is available than is
2849
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
2850
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
2851
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
2852
+ * @public
2853
+ */
2854
+ NextToken?: string;
2855
+ }
2856
+ /**
2857
+ * @public
2858
+ */
2859
+ export interface ListAWSServiceAccessForOrganizationRequest {
2860
+ /**
2861
+ * <p>The parameter for receiving additional results if you receive a
2862
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
2863
+ * indicates that more output is available. Set this parameter to the value of the previous
2864
+ * call's <code>NextToken</code> response to indicate where the output should continue
2865
+ * from.</p>
2866
+ * @public
2867
+ */
2868
+ NextToken?: string;
2869
+ /**
2870
+ * <p>The total number of results that you want included on each page of the
2871
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
2872
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2873
+ * response element is present and has a value (is not null). Include that value as the
2874
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2875
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
2876
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
2877
+ * that you receive all of the results.</p>
2878
+ * @public
2879
+ */
2880
+ MaxResults?: number;
2881
+ }
2882
+ /**
2883
+ * <p>A structure that contains details of a service principal that represents an Amazon Web Services
2884
+ * service that is enabled to integrate with Organizations.</p>
2885
+ * @public
2886
+ */
2887
+ export interface EnabledServicePrincipal {
2888
+ /**
2889
+ * <p>The name of the service principal. This is typically in the form of a URL, such as:
2890
+ * <code>
2891
+ * <i>servicename</i>.amazonaws.com</code>.</p>
2892
+ * @public
2893
+ */
2894
+ ServicePrincipal?: string;
2895
+ /**
2896
+ * <p>The date that the service principal was enabled for integration with Organizations.</p>
2897
+ * @public
2898
+ */
2899
+ DateEnabled?: Date;
2900
+ }
2901
+ /**
2902
+ * @public
2903
+ */
2904
+ export interface ListAWSServiceAccessForOrganizationResponse {
2905
+ /**
2906
+ * <p>A list of the service principals for the services that are enabled to integrate with
2907
+ * your organization. Each principal is a structure that includes the name and the date
2908
+ * that it was enabled for integration with Organizations.</p>
2909
+ * @public
2910
+ */
2911
+ EnabledServicePrincipals?: EnabledServicePrincipal[];
2912
+ /**
2913
+ * <p>If present, indicates that more output is available than is
2914
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
2915
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
2916
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
2917
+ * @public
2918
+ */
2919
+ NextToken?: string;
2920
+ }
2921
+ /**
2922
+ * @public
2923
+ * @enum
2924
+ */
2925
+ export declare const ChildType: {
2926
+ readonly ACCOUNT: "ACCOUNT";
2927
+ readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
2928
+ };
2929
+ /**
2930
+ * @public
2931
+ */
2932
+ export type ChildType = (typeof ChildType)[keyof typeof ChildType];
2933
+ /**
2934
+ * @public
2935
+ */
2936
+ export interface ListChildrenRequest {
2937
+ /**
2938
+ * <p>The unique identifier (ID) for the parent root or OU whose children you want to
2939
+ * list.</p>
2940
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
2941
+ * following:</p>
2942
+ * <ul>
2943
+ * <li>
2944
+ * <p>
2945
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
2946
+ * digits.</p>
2947
+ * </li>
2948
+ * <li>
2949
+ * <p>
2950
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
2951
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
2952
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
2953
+ * </li>
2954
+ * </ul>
2955
+ * @public
2956
+ */
2957
+ ParentId: string | undefined;
2958
+ /**
2959
+ * <p>Filters the output to include only the specified child type.</p>
2960
+ * @public
2961
+ */
2962
+ ChildType: ChildType | undefined;
2963
+ /**
2964
+ * <p>The parameter for receiving additional results if you receive a
2965
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
2966
+ * indicates that more output is available. Set this parameter to the value of the previous
2967
+ * call's <code>NextToken</code> response to indicate where the output should continue
2968
+ * from.</p>
2969
+ * @public
2970
+ */
2971
+ NextToken?: string;
2972
+ /**
2973
+ * <p>The total number of results that you want included on each page of the
2974
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
2975
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
2976
+ * response element is present and has a value (is not null). Include that value as the
2977
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
2978
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
2979
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
2980
+ * that you receive all of the results.</p>
2981
+ * @public
2982
+ */
2983
+ MaxResults?: number;
2984
+ }
2985
+ /**
2986
+ * <p>Contains a list of child entities, either OUs or accounts.</p>
2987
+ * @public
2988
+ */
2989
+ export interface Child {
2990
+ /**
2991
+ * <p>The unique identifier (ID) of this child entity.</p>
2992
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a child ID string requires one of the
2993
+ * following:</p>
2994
+ * <ul>
2995
+ * <li>
2996
+ * <p>
2997
+ * <b>Account</b> - A string that consists of exactly 12 digits.</p>
2998
+ * </li>
2999
+ * <li>
3000
+ * <p>
3001
+ * <b>Organizational unit (OU)</b> - A string that begins with
3002
+ * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that
3003
+ * contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional
3004
+ * lowercase letters or digits.</p>
3005
+ * </li>
3006
+ * </ul>
3007
+ * @public
3008
+ */
3009
+ Id?: string;
3010
+ /**
3011
+ * <p>The type of this child entity.</p>
3012
+ * @public
3013
+ */
3014
+ Type?: ChildType;
3015
+ }
3016
+ /**
3017
+ * @public
3018
+ */
3019
+ export interface ListChildrenResponse {
3020
+ /**
3021
+ * <p>The list of children of the specified parent container.</p>
3022
+ * @public
3023
+ */
3024
+ Children?: Child[];
3025
+ /**
3026
+ * <p>If present, indicates that more output is available than is
3027
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3028
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3029
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3030
+ * @public
3031
+ */
3032
+ NextToken?: string;
3033
+ }
3034
+ /**
3035
+ * @public
3036
+ */
3037
+ export interface ListCreateAccountStatusRequest {
3038
+ /**
3039
+ * <p>A list of one or more states that you want included in the response. If this parameter
3040
+ * isn't present, all requests are included in the response.</p>
3041
+ * @public
3042
+ */
3043
+ States?: CreateAccountState[];
3044
+ /**
3045
+ * <p>The parameter for receiving additional results if you receive a
3046
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3047
+ * indicates that more output is available. Set this parameter to the value of the previous
3048
+ * call's <code>NextToken</code> response to indicate where the output should continue
3049
+ * from.</p>
3050
+ * @public
3051
+ */
3052
+ NextToken?: string;
3053
+ /**
3054
+ * <p>The total number of results that you want included on each page of the
3055
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3056
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3057
+ * response element is present and has a value (is not null). Include that value as the
3058
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3059
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3060
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3061
+ * that you receive all of the results.</p>
3062
+ * @public
3063
+ */
3064
+ MaxResults?: number;
3065
+ }
3066
+ /**
3067
+ * @public
3068
+ */
3069
+ export interface ListCreateAccountStatusResponse {
3070
+ /**
3071
+ * <p>A list of objects with details about the requests. Certain elements, such as the
3072
+ * accountId number, are present in the output only after the account has been successfully
3073
+ * created.</p>
3074
+ * @public
3075
+ */
3076
+ CreateAccountStatuses?: CreateAccountStatus[];
3077
+ /**
3078
+ * <p>If present, indicates that more output is available than is
3079
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3080
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3081
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3082
+ * @public
3083
+ */
3084
+ NextToken?: string;
3085
+ }
3086
+ /**
3087
+ * @public
3088
+ */
3089
+ export interface ListDelegatedAdministratorsRequest {
3090
+ /**
3091
+ * <p>Specifies a service principal name. If specified, then the operation lists the
3092
+ * delegated administrators only for the specified service.</p>
3093
+ * <p>If you don't specify a service principal, the operation lists all delegated
3094
+ * administrators for all services in your organization.</p>
3095
+ * @public
3096
+ */
3097
+ ServicePrincipal?: string;
3098
+ /**
3099
+ * <p>The parameter for receiving additional results if you receive a
3100
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3101
+ * indicates that more output is available. Set this parameter to the value of the previous
3102
+ * call's <code>NextToken</code> response to indicate where the output should continue
3103
+ * from.</p>
3104
+ * @public
3105
+ */
3106
+ NextToken?: string;
3107
+ /**
3108
+ * <p>The total number of results that you want included on each page of the
3109
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3110
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3111
+ * response element is present and has a value (is not null). Include that value as the
3112
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3113
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3114
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3115
+ * that you receive all of the results.</p>
3116
+ * @public
3117
+ */
3118
+ MaxResults?: number;
3119
+ }
3120
+ /**
3121
+ * <p>Contains information about the delegated administrator.</p>
3122
+ * @public
3123
+ */
3124
+ export interface DelegatedAdministrator {
3125
+ /**
3126
+ * <p>The unique identifier (ID) of the delegated administrator's account.</p>
3127
+ * @public
3128
+ */
3129
+ Id?: string;
3130
+ /**
3131
+ * <p>The Amazon Resource Name (ARN) of the delegated administrator's account.</p>
3132
+ * @public
3133
+ */
3134
+ Arn?: string;
3135
+ /**
3136
+ * <p>The email address that is associated with the delegated administrator's Amazon Web Services
3137
+ * account.</p>
3138
+ * @public
3139
+ */
3140
+ Email?: string;
3141
+ /**
3142
+ * <p>The friendly name of the delegated administrator's account.</p>
3143
+ * @public
3144
+ */
3145
+ Name?: string;
3146
+ /**
3147
+ * <p>The status of the delegated administrator's account in the organization.</p>
3148
+ * @public
3149
+ */
3150
+ Status?: AccountStatus;
3151
+ /**
3152
+ * <p>The method by which the delegated administrator's account joined the
3153
+ * organization.</p>
3154
+ * @public
3155
+ */
3156
+ JoinedMethod?: AccountJoinedMethod;
3157
+ /**
3158
+ * <p>The date when the delegated administrator's account became a part of the
3159
+ * organization.</p>
3160
+ * @public
3161
+ */
3162
+ JoinedTimestamp?: Date;
3163
+ /**
3164
+ * <p>The date when the account was made a delegated administrator.</p>
3165
+ * @public
3166
+ */
3167
+ DelegationEnabledDate?: Date;
3168
+ }
3169
+ /**
3170
+ * @public
3171
+ */
3172
+ export interface ListDelegatedAdministratorsResponse {
3173
+ /**
3174
+ * <p>The list of delegated administrators in your organization.</p>
3175
+ * @public
3176
+ */
3177
+ DelegatedAdministrators?: DelegatedAdministrator[];
3178
+ /**
3179
+ * <p>If present, indicates that more output is available than is
3180
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3181
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3182
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3183
+ * @public
3184
+ */
3185
+ NextToken?: string;
3186
+ }
3187
+ /**
3188
+ * @public
3189
+ */
3190
+ export interface ListDelegatedServicesForAccountRequest {
3191
+ /**
3192
+ * <p>The account ID number of a delegated administrator account in the organization.</p>
3193
+ * @public
3194
+ */
3195
+ AccountId: string | undefined;
3196
+ /**
3197
+ * <p>The parameter for receiving additional results if you receive a
3198
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3199
+ * indicates that more output is available. Set this parameter to the value of the previous
3200
+ * call's <code>NextToken</code> response to indicate where the output should continue
3201
+ * from.</p>
3202
+ * @public
3203
+ */
3204
+ NextToken?: string;
3205
+ /**
3206
+ * <p>The total number of results that you want included on each page of the
3207
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3208
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3209
+ * response element is present and has a value (is not null). Include that value as the
3210
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3211
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3212
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3213
+ * that you receive all of the results.</p>
3214
+ * @public
3215
+ */
3216
+ MaxResults?: number;
3217
+ }
3218
+ /**
3219
+ * <p>Contains information about the Amazon Web Services service for which the account is a delegated
3220
+ * administrator.</p>
3221
+ * @public
3222
+ */
3223
+ export interface DelegatedService {
3224
+ /**
3225
+ * <p>The name of an Amazon Web Services service that can request an operation for the specified service.
3226
+ * This is typically in the form of a URL, such as:
3227
+ * <code>
3228
+ * <i>servicename</i>.amazonaws.com</code>.</p>
3229
+ * @public
3230
+ */
3231
+ ServicePrincipal?: string;
3232
+ /**
3233
+ * <p>The date that the account became a delegated administrator for this service. </p>
3234
+ * @public
3235
+ */
3236
+ DelegationEnabledDate?: Date;
3237
+ }
3238
+ /**
3239
+ * @public
3240
+ */
3241
+ export interface ListDelegatedServicesForAccountResponse {
3242
+ /**
3243
+ * <p>The services for which the account is a delegated administrator.</p>
3244
+ * @public
3245
+ */
3246
+ DelegatedServices?: DelegatedService[];
3247
+ /**
3248
+ * <p>If present, indicates that more output is available than is
3249
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3250
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3251
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3252
+ * @public
3253
+ */
3254
+ NextToken?: string;
3255
+ }
3256
+ /**
3257
+ * <p>Specifies the criteria that are used to select the handshakes for the
3258
+ * operation.</p>
3259
+ * @public
3260
+ */
3261
+ export interface HandshakeFilter {
3262
+ /**
3263
+ * <p>Specifies the type of handshake action.</p>
3264
+ * <p>If you specify <code>ActionType</code>, you cannot also specify
3265
+ * <code>ParentHandshakeId</code>.</p>
3266
+ * @public
3267
+ */
3268
+ ActionType?: ActionType;
3269
+ /**
3270
+ * <p>Specifies the parent handshake. Only used for handshake types that are a child of
3271
+ * another type.</p>
3272
+ * <p>If you specify <code>ParentHandshakeId</code>, you cannot also specify
3273
+ * <code>ActionType</code>.</p>
3274
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
3275
+ * followed by from 8 to 32 lowercase letters or digits.</p>
3276
+ * @public
3277
+ */
3278
+ ParentHandshakeId?: string;
3279
+ }
3280
+ /**
3281
+ * @public
3282
+ */
3283
+ export interface ListHandshakesForAccountRequest {
3284
+ /**
3285
+ * <p>Filters the handshakes that you want included in the response. The default is all
3286
+ * types. Use the <code>ActionType</code> element to limit the output to only a specified
3287
+ * type, such as <code>INVITE</code>, <code>ENABLE_ALL_FEATURES</code>, or
3288
+ * <code>APPROVE_ALL_FEATURES</code>. Alternatively, for the
3289
+ * <code>ENABLE_ALL_FEATURES</code> handshake that generates a separate child handshake
3290
+ * for each member account, you can specify <code>ParentHandshakeId</code> to see only the
3291
+ * handshakes that were generated by that parent request.</p>
3292
+ * @public
3293
+ */
3294
+ Filter?: HandshakeFilter;
3295
+ /**
3296
+ * <p>The parameter for receiving additional results if you receive a
3297
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3298
+ * indicates that more output is available. Set this parameter to the value of the previous
3299
+ * call's <code>NextToken</code> response to indicate where the output should continue
3300
+ * from.</p>
3301
+ * @public
3302
+ */
3303
+ NextToken?: string;
3304
+ /**
3305
+ * <p>The total number of results that you want included on each page of the
3306
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3307
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3308
+ * response element is present and has a value (is not null). Include that value as the
3309
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3310
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3311
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3312
+ * that you receive all of the results.</p>
3313
+ * @public
3314
+ */
3315
+ MaxResults?: number;
3316
+ }
3317
+ /**
3318
+ * @public
3319
+ */
3320
+ export interface ListHandshakesForOrganizationRequest {
3321
+ /**
3322
+ * <p>A filter of the handshakes that you want included in the response. The default is all
3323
+ * types. Use the <code>ActionType</code> element to limit the output to only a specified
3324
+ * type, such as <code>INVITE</code>, <code>ENABLE-ALL-FEATURES</code>, or
3325
+ * <code>APPROVE-ALL-FEATURES</code>. Alternatively, for the
3326
+ * <code>ENABLE-ALL-FEATURES</code> handshake that generates a separate child handshake
3327
+ * for each member account, you can specify the <code>ParentHandshakeId</code> to see only
3328
+ * the handshakes that were generated by that parent request.</p>
3329
+ * @public
3330
+ */
3331
+ Filter?: HandshakeFilter;
3332
+ /**
3333
+ * <p>The parameter for receiving additional results if you receive a
3334
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3335
+ * indicates that more output is available. Set this parameter to the value of the previous
3336
+ * call's <code>NextToken</code> response to indicate where the output should continue
3337
+ * from.</p>
3338
+ * @public
3339
+ */
3340
+ NextToken?: string;
3341
+ /**
3342
+ * <p>The total number of results that you want included on each page of the
3343
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3344
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3345
+ * response element is present and has a value (is not null). Include that value as the
3346
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3347
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3348
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3349
+ * that you receive all of the results.</p>
3350
+ * @public
3351
+ */
3352
+ MaxResults?: number;
3353
+ }
3354
+ /**
3355
+ * @public
3356
+ */
3357
+ export interface ListOrganizationalUnitsForParentRequest {
3358
+ /**
3359
+ * <p>The unique identifier (ID) of the root or OU whose child OUs you want to list.</p>
3360
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
3361
+ * following:</p>
3362
+ * <ul>
3363
+ * <li>
3364
+ * <p>
3365
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
3366
+ * digits.</p>
3367
+ * </li>
3368
+ * <li>
3369
+ * <p>
3370
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
3371
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
3372
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
3373
+ * </li>
3374
+ * </ul>
3375
+ * @public
3376
+ */
3377
+ ParentId: string | undefined;
3378
+ /**
3379
+ * <p>The parameter for receiving additional results if you receive a
3380
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3381
+ * indicates that more output is available. Set this parameter to the value of the previous
3382
+ * call's <code>NextToken</code> response to indicate where the output should continue
3383
+ * from.</p>
3384
+ * @public
3385
+ */
3386
+ NextToken?: string;
3387
+ /**
3388
+ * <p>The total number of results that you want included on each page of the
3389
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3390
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3391
+ * response element is present and has a value (is not null). Include that value as the
3392
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3393
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3394
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3395
+ * that you receive all of the results.</p>
3396
+ * @public
3397
+ */
3398
+ MaxResults?: number;
3399
+ }
3400
+ /**
3401
+ * @public
3402
+ */
3403
+ export interface ListOrganizationalUnitsForParentResponse {
3404
+ /**
3405
+ * <p>A list of the OUs in the specified root or parent OU.</p>
3406
+ * @public
3407
+ */
3408
+ OrganizationalUnits?: OrganizationalUnit[];
3409
+ /**
3410
+ * <p>If present, indicates that more output is available than is
3411
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3412
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3413
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3414
+ * @public
3415
+ */
3416
+ NextToken?: string;
3417
+ }
3418
+ /**
3419
+ * <p>We can't find an organizational unit (OU) or Amazon Web Services account with the
3420
+ * <code>ChildId</code> that you specified.</p>
3421
+ * @public
3422
+ */
3423
+ export declare class ChildNotFoundException extends __BaseException {
3424
+ readonly name: "ChildNotFoundException";
3425
+ readonly $fault: "client";
3426
+ Message?: string;
3427
+ /**
3428
+ * @internal
3429
+ */
3430
+ constructor(opts: __ExceptionOptionType<ChildNotFoundException, __BaseException>);
3431
+ }
3432
+ /**
3433
+ * @public
3434
+ */
3435
+ export interface ListParentsRequest {
3436
+ /**
3437
+ * <p>The unique identifier (ID) of the OU or account whose parent containers you want to
3438
+ * list. Don't specify a root.</p>
3439
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a child ID string requires one of the
3440
+ * following:</p>
3441
+ * <ul>
3442
+ * <li>
3443
+ * <p>
3444
+ * <b>Account</b> - A string that consists of exactly 12 digits.</p>
3445
+ * </li>
3446
+ * <li>
3447
+ * <p>
3448
+ * <b>Organizational unit (OU)</b> - A string that begins with
3449
+ * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that
3450
+ * contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional
3451
+ * lowercase letters or digits.</p>
3452
+ * </li>
3453
+ * </ul>
3454
+ * @public
3455
+ */
3456
+ ChildId: string | undefined;
3457
+ /**
3458
+ * <p>The parameter for receiving additional results if you receive a
3459
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3460
+ * indicates that more output is available. Set this parameter to the value of the previous
3461
+ * call's <code>NextToken</code> response to indicate where the output should continue
3462
+ * from.</p>
3463
+ * @public
3464
+ */
3465
+ NextToken?: string;
3466
+ /**
3467
+ * <p>The total number of results that you want included on each page of the
3468
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3469
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3470
+ * response element is present and has a value (is not null). Include that value as the
3471
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3472
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3473
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3474
+ * that you receive all of the results.</p>
3475
+ * @public
3476
+ */
3477
+ MaxResults?: number;
3478
+ }
3479
+ /**
3480
+ * @public
3481
+ * @enum
3482
+ */
3483
+ export declare const ParentType: {
3484
+ readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
3485
+ readonly ROOT: "ROOT";
3486
+ };
3487
+ /**
3488
+ * @public
3489
+ */
3490
+ export type ParentType = (typeof ParentType)[keyof typeof ParentType];
3491
+ /**
3492
+ * <p>Contains information about either a root or an organizational unit (OU) that can
3493
+ * contain OUs or accounts in an organization.</p>
3494
+ * @public
3495
+ */
3496
+ export interface Parent {
3497
+ /**
3498
+ * <p>The unique identifier (ID) of the parent entity.</p>
3499
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
3500
+ * following:</p>
3501
+ * <ul>
3502
+ * <li>
3503
+ * <p>
3504
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
3505
+ * digits.</p>
3506
+ * </li>
3507
+ * <li>
3508
+ * <p>
3509
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
3510
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
3511
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
3512
+ * </li>
3513
+ * </ul>
3514
+ * @public
3515
+ */
3516
+ Id?: string;
3517
+ /**
3518
+ * <p>The type of the parent entity.</p>
3519
+ * @public
3520
+ */
3521
+ Type?: ParentType;
3522
+ }
3523
+ /**
3524
+ * @public
3525
+ */
3526
+ export interface ListParentsResponse {
3527
+ /**
3528
+ * <p>A list of parents for the specified child account or OU.</p>
3529
+ * @public
3530
+ */
3531
+ Parents?: Parent[];
3532
+ /**
3533
+ * <p>If present, indicates that more output is available than is
3534
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3535
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3536
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3537
+ * @public
3538
+ */
3539
+ NextToken?: string;
3540
+ }
3541
+ /**
3542
+ * @public
3543
+ */
3544
+ export interface ListPoliciesRequest {
3545
+ /**
3546
+ * <p>Specifies the type of policy that you want to include in the response. You must
3547
+ * specify one of the following values:</p>
3548
+ * <ul>
3549
+ * <li>
3550
+ * <p>
3551
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
3552
+ * </p>
3553
+ * </li>
3554
+ * <li>
3555
+ * <p>
3556
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html">BACKUP_POLICY</a>
3557
+ * </p>
3558
+ * </li>
3559
+ * <li>
3560
+ * <p>
3561
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
3562
+ * </p>
3563
+ * </li>
3564
+ * <li>
3565
+ * <p>
3566
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
3567
+ * </p>
3568
+ * </li>
3569
+ * <li>
3570
+ * <p>
3571
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
3572
+ * </p>
3573
+ * </li>
3574
+ * </ul>
3575
+ * @public
3576
+ */
3577
+ Filter: PolicyType | undefined;
3578
+ /**
3579
+ * <p>The parameter for receiving additional results if you receive a
3580
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3581
+ * indicates that more output is available. Set this parameter to the value of the previous
3582
+ * call's <code>NextToken</code> response to indicate where the output should continue
3583
+ * from.</p>
3584
+ * @public
3585
+ */
3586
+ NextToken?: string;
3587
+ /**
3588
+ * <p>The total number of results that you want included on each page of the
3589
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3590
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3591
+ * response element is present and has a value (is not null). Include that value as the
3592
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3593
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3594
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3595
+ * that you receive all of the results.</p>
3596
+ * @public
3597
+ */
3598
+ MaxResults?: number;
3599
+ }
3600
+ /**
3601
+ * @public
3602
+ */
3603
+ export interface ListPoliciesResponse {
3604
+ /**
3605
+ * <p>A list of policies that match the filter criteria in the request. The output list
3606
+ * doesn't include the policy contents. To see the content for a policy, see <a>DescribePolicy</a>.</p>
3607
+ * @public
3608
+ */
3609
+ Policies?: PolicySummary[];
3610
+ /**
3611
+ * <p>If present, indicates that more output is available than is
3612
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3613
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3614
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3615
+ * @public
3616
+ */
3617
+ NextToken?: string;
3618
+ }
3619
+ /**
3620
+ * @public
3621
+ */
3622
+ export interface ListPoliciesForTargetRequest {
3623
+ /**
3624
+ * <p>The unique identifier (ID) of the root, organizational unit, or account whose policies
3625
+ * you want to list.</p>
3626
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a target ID string requires one of the
3627
+ * following:</p>
3628
+ * <ul>
3629
+ * <li>
3630
+ * <p>
3631
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
3632
+ * digits.</p>
3633
+ * </li>
3634
+ * <li>
3635
+ * <p>
3636
+ * <b>Account</b> - A string that consists of exactly 12 digits.</p>
3637
+ * </li>
3638
+ * <li>
3639
+ * <p>
3640
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
3641
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
3642
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
3643
+ * </li>
3644
+ * </ul>
3645
+ * @public
3646
+ */
3647
+ TargetId: string | undefined;
3648
+ /**
3649
+ * <p>The type of policy that you want to include in the returned list. You must specify one
3650
+ * of the following values:</p>
3651
+ * <ul>
3652
+ * <li>
3653
+ * <p>
3654
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
3655
+ * </p>
3656
+ * </li>
3657
+ * <li>
3658
+ * <p>
3659
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html">BACKUP_POLICY</a>
3660
+ * </p>
3661
+ * </li>
3662
+ * <li>
3663
+ * <p>
3664
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
3665
+ * </p>
3666
+ * </li>
3667
+ * <li>
3668
+ * <p>
3669
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
3670
+ * </p>
3671
+ * </li>
3672
+ * <li>
3673
+ * <p>
3674
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
3675
+ * </p>
3676
+ * </li>
3677
+ * </ul>
3678
+ * @public
3679
+ */
3680
+ Filter: PolicyType | undefined;
3681
+ /**
3682
+ * <p>The parameter for receiving additional results if you receive a
3683
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3684
+ * indicates that more output is available. Set this parameter to the value of the previous
3685
+ * call's <code>NextToken</code> response to indicate where the output should continue
3686
+ * from.</p>
3687
+ * @public
3688
+ */
3689
+ NextToken?: string;
3690
+ /**
3691
+ * <p>The total number of results that you want included on each page of the
3692
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3693
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3694
+ * response element is present and has a value (is not null). Include that value as the
3695
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3696
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3697
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3698
+ * that you receive all of the results.</p>
3699
+ * @public
3700
+ */
3701
+ MaxResults?: number;
3702
+ }
3703
+ /**
3704
+ * @public
3705
+ */
3706
+ export interface ListPoliciesForTargetResponse {
3707
+ /**
3708
+ * <p>The list of policies that match the criteria in the request.</p>
3709
+ * @public
3710
+ */
3711
+ Policies?: PolicySummary[];
3712
+ /**
3713
+ * <p>If present, indicates that more output is available than is
3714
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3715
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3716
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3717
+ * @public
3718
+ */
3719
+ NextToken?: string;
3720
+ }
3721
+ /**
3722
+ * @public
3723
+ */
3724
+ export interface ListRootsRequest {
3725
+ /**
3726
+ * <p>The parameter for receiving additional results if you receive a
3727
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3728
+ * indicates that more output is available. Set this parameter to the value of the previous
3729
+ * call's <code>NextToken</code> response to indicate where the output should continue
3730
+ * from.</p>
3731
+ * @public
3732
+ */
3733
+ NextToken?: string;
3734
+ /**
3735
+ * <p>The total number of results that you want included on each page of the
3736
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3737
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3738
+ * response element is present and has a value (is not null). Include that value as the
3739
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3740
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3741
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3742
+ * that you receive all of the results.</p>
3743
+ * @public
3744
+ */
3745
+ MaxResults?: number;
3746
+ }
3747
+ /**
3748
+ * @public
3749
+ */
3750
+ export interface ListRootsResponse {
3751
+ /**
3752
+ * <p>A list of roots that are defined in an organization.</p>
3753
+ * @public
3754
+ */
3755
+ Roots?: Root[];
3756
+ /**
3757
+ * <p>If present, indicates that more output is available than is
3758
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3759
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3760
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3761
+ * @public
3762
+ */
3763
+ NextToken?: string;
3764
+ }
3765
+ /**
3766
+ * @public
3767
+ */
3768
+ export interface ListTagsForResourceRequest {
3769
+ /**
3770
+ * <p>The ID of the resource with the tags to list.</p>
3771
+ * <p>You can specify any of the following taggable resources.</p>
3772
+ * <ul>
3773
+ * <li>
3774
+ * <p>Amazon Web Services account – specify the account ID number.</p>
3775
+ * </li>
3776
+ * <li>
3777
+ * <p>Organizational unit – specify the OU ID that begins with <code>ou-</code> and
3778
+ * looks similar to: <code>ou-<i>1a2b-34uvwxyz</i>
3779
+ * </code>
3780
+ * </p>
3781
+ * </li>
3782
+ * <li>
3783
+ * <p>Root – specify the root ID that begins with <code>r-</code> and looks similar
3784
+ * to: <code>r-<i>1a2b</i>
3785
+ * </code>
3786
+ * </p>
3787
+ * </li>
3788
+ * <li>
3789
+ * <p>Policy – specify the policy ID that begins with <code>p-</code> andlooks
3790
+ * similar to: <code>p-<i>12abcdefg3</i>
3791
+ * </code>
3792
+ * </p>
3793
+ * </li>
3794
+ * </ul>
3795
+ * @public
3796
+ */
3797
+ ResourceId: string | undefined;
3798
+ /**
3799
+ * <p>The parameter for receiving additional results if you receive a
3800
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3801
+ * indicates that more output is available. Set this parameter to the value of the previous
3802
+ * call's <code>NextToken</code> response to indicate where the output should continue
3803
+ * from.</p>
3804
+ * @public
3805
+ */
3806
+ NextToken?: string;
3807
+ }
3808
+ /**
3809
+ * @public
3810
+ */
3811
+ export interface ListTagsForResourceResponse {
3812
+ /**
3813
+ * <p>The tags that are assigned to the resource.</p>
3814
+ * @public
3815
+ */
3816
+ Tags?: Tag[];
3817
+ /**
3818
+ * <p>If present, indicates that more output is available than is
3819
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3820
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3821
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3822
+ * @public
3823
+ */
3824
+ NextToken?: string;
3825
+ }
3826
+ /**
3827
+ * @public
3828
+ */
3829
+ export interface ListTargetsForPolicyRequest {
3830
+ /**
3831
+ * <p>The unique identifier (ID) of the policy whose attachments you want to know.</p>
3832
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
3833
+ * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
3834
+ * @public
3835
+ */
3836
+ PolicyId: string | undefined;
3837
+ /**
3838
+ * <p>The parameter for receiving additional results if you receive a
3839
+ * <code>NextToken</code> response in a previous request. A <code>NextToken</code> response
3840
+ * indicates that more output is available. Set this parameter to the value of the previous
3841
+ * call's <code>NextToken</code> response to indicate where the output should continue
3842
+ * from.</p>
3843
+ * @public
3844
+ */
3845
+ NextToken?: string;
3846
+ /**
3847
+ * <p>The total number of results that you want included on each page of the
3848
+ * response. If you do not include this parameter, it defaults to a value that is specific to the
3849
+ * operation. If additional items exist beyond the maximum you specify, the <code>NextToken</code>
3850
+ * response element is present and has a value (is not null). Include that value as the
3851
+ * <code>NextToken</code> request parameter in the next call to the operation to get the next part
3852
+ * of the results. Note that Organizations might return fewer results than the maximum even when there are
3853
+ * more results available. You should check <code>NextToken</code> after every operation to ensure
3854
+ * that you receive all of the results.</p>
3855
+ * @public
3856
+ */
3857
+ MaxResults?: number;
3858
+ }
3859
+ /**
3860
+ * @public
3861
+ * @enum
3862
+ */
3863
+ export declare const TargetType: {
3864
+ readonly ACCOUNT: "ACCOUNT";
3865
+ readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
3866
+ readonly ROOT: "ROOT";
3867
+ };
3868
+ /**
3869
+ * @public
3870
+ */
3871
+ export type TargetType = (typeof TargetType)[keyof typeof TargetType];
3872
+ /**
3873
+ * <p>Contains information about a root, OU, or account that a policy is attached to.</p>
3874
+ * @public
3875
+ */
3876
+ export interface PolicyTargetSummary {
3877
+ /**
3878
+ * <p>The unique identifier (ID) of the policy target.</p>
3879
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a target ID string requires one of the
3880
+ * following:</p>
3881
+ * <ul>
3882
+ * <li>
3883
+ * <p>
3884
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
3885
+ * digits.</p>
3886
+ * </li>
3887
+ * <li>
3888
+ * <p>
3889
+ * <b>Account</b> - A string that consists of exactly 12 digits.</p>
3890
+ * </li>
3891
+ * <li>
3892
+ * <p>
3893
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
3894
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
3895
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
3896
+ * </li>
3897
+ * </ul>
3898
+ * @public
3899
+ */
3900
+ TargetId?: string;
3901
+ /**
3902
+ * <p>The Amazon Resource Name (ARN) of the policy target.</p>
3903
+ * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
3904
+ * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
3905
+ * @public
3906
+ */
3907
+ Arn?: string;
3908
+ /**
3909
+ * <p>The friendly name of the policy target.</p>
3910
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
3911
+ * that is used to validate this parameter is a string of any of the characters in the ASCII
3912
+ * character range.</p>
3913
+ * @public
3914
+ */
3915
+ Name?: string;
3916
+ /**
3917
+ * <p>The type of the policy target.</p>
3918
+ * @public
3919
+ */
3920
+ Type?: TargetType;
3921
+ }
3922
+ /**
3923
+ * @public
3924
+ */
3925
+ export interface ListTargetsForPolicyResponse {
3926
+ /**
3927
+ * <p>A list of structures, each of which contains details about one of the entities to
3928
+ * which the specified policy is attached.</p>
3929
+ * @public
3930
+ */
3931
+ Targets?: PolicyTargetSummary[];
3932
+ /**
3933
+ * <p>If present, indicates that more output is available than is
3934
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
3935
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
3936
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
3937
+ * @public
3938
+ */
3939
+ NextToken?: string;
3940
+ }
3941
+ /**
3942
+ * <p>We can't find the destination container (a root or OU) with the <code>ParentId</code>
3943
+ * that you specified.</p>
3944
+ * @public
3945
+ */
3946
+ export declare class DestinationParentNotFoundException extends __BaseException {
3947
+ readonly name: "DestinationParentNotFoundException";
3948
+ readonly $fault: "client";
3949
+ Message?: string;
3950
+ /**
3951
+ * @internal
3952
+ */
3953
+ constructor(opts: __ExceptionOptionType<DestinationParentNotFoundException, __BaseException>);
3954
+ }
3955
+ /**
3956
+ * <p>That account is already present in the specified destination.</p>
3957
+ * @public
3958
+ */
3959
+ export declare class DuplicateAccountException extends __BaseException {
3960
+ readonly name: "DuplicateAccountException";
3961
+ readonly $fault: "client";
3962
+ Message?: string;
3963
+ /**
3964
+ * @internal
3965
+ */
3966
+ constructor(opts: __ExceptionOptionType<DuplicateAccountException, __BaseException>);
3967
+ }
3968
+ /**
3969
+ * @public
3970
+ */
3971
+ export interface MoveAccountRequest {
3972
+ /**
3973
+ * <p>The unique identifier (ID) of the account that you want to move.</p>
3974
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an account ID string requires exactly 12
3975
+ * digits.</p>
3976
+ * @public
3977
+ */
3978
+ AccountId: string | undefined;
3979
+ /**
3980
+ * <p>The unique identifier (ID) of the root or organizational unit that you want to move
3981
+ * the account from.</p>
3982
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
3983
+ * following:</p>
3984
+ * <ul>
3985
+ * <li>
3986
+ * <p>
3987
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
3988
+ * digits.</p>
3989
+ * </li>
3990
+ * <li>
3991
+ * <p>
3992
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
3993
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
3994
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
3995
+ * </li>
3996
+ * </ul>
3997
+ * @public
3998
+ */
3999
+ SourceParentId: string | undefined;
4000
+ /**
4001
+ * <p>The unique identifier (ID) of the root or organizational unit that you want to move
4002
+ * the account to.</p>
4003
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a parent ID string requires one of the
4004
+ * following:</p>
4005
+ * <ul>
4006
+ * <li>
4007
+ * <p>
4008
+ * <b>Root</b> - A string that begins with "r-" followed by from 4 to 32 lowercase letters or
4009
+ * digits.</p>
4010
+ * </li>
4011
+ * <li>
4012
+ * <p>
4013
+ * <b>Organizational unit (OU)</b> - A string that begins with "ou-" followed by from 4 to 32
4014
+ * lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second
4015
+ * "-" dash and from 8 to 32 additional lowercase letters or digits.</p>
4016
+ * </li>
4017
+ * </ul>
4018
+ * @public
4019
+ */
4020
+ DestinationParentId: string | undefined;
4021
+ }
4022
+ /**
4023
+ * <p>We can't find a source root or OU with the <code>ParentId</code> that you
4024
+ * specified.</p>
4025
+ * @public
4026
+ */
4027
+ export declare class SourceParentNotFoundException extends __BaseException {
4028
+ readonly name: "SourceParentNotFoundException";
4029
+ readonly $fault: "client";
4030
+ Message?: string;
4031
+ /**
4032
+ * @internal
4033
+ */
4034
+ constructor(opts: __ExceptionOptionType<SourceParentNotFoundException, __BaseException>);
4035
+ }
4036
+ /**
4037
+ * @public
4038
+ */
4039
+ export interface PutResourcePolicyRequest {
4040
+ /**
4041
+ * <p>If provided, the new content for the resource policy. The text must be correctly
4042
+ * formatted JSON that complies with the syntax for the resource policy's type. For more
4043
+ * information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html">SCP syntax</a> in the
4044
+ * <i>Organizations User Guide</i>.</p>
4045
+ * @public
4046
+ */
4047
+ Content: string | undefined;
4048
+ /**
4049
+ * <p>A list of tags that you want to attach to the newly created resource policy. For each
4050
+ * tag in the list, you must specify both a tag key and a value. You can set the value to
4051
+ * an empty string, but you can't set it to <code>null</code>. For more information about
4052
+ * tagging, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tagging.html">Tagging
4053
+ * Organizations resources</a> in the Organizations User Guide.</p>
4054
+ * <note>
4055
+ * <p>Calls with tags apply to the initial creation of the resource policy, otherwise an
4056
+ * exception is thrown. If any one of the tags is not valid or if you exceed the
4057
+ * allowed number of tags for the resource policy, then the entire request fails and
4058
+ * the resource policy is not created. </p>
4059
+ * </note>
4060
+ * @public
4061
+ */
4062
+ Tags?: Tag[];
4063
+ }
4064
+ /**
4065
+ * @public
4066
+ */
4067
+ export interface PutResourcePolicyResponse {
4068
+ /**
4069
+ * <p>A structure that contains details about the resource policy.</p>
4070
+ * @public
4071
+ */
4072
+ ResourcePolicy?: ResourcePolicy;
4073
+ }
4074
+ /**
4075
+ * @public
4076
+ */
4077
+ export interface RegisterDelegatedAdministratorRequest {
4078
+ /**
4079
+ * <p>The account ID number of the member account in the organization to register as a
4080
+ * delegated administrator.</p>
4081
+ * @public
4082
+ */
4083
+ AccountId: string | undefined;
4084
+ /**
4085
+ * <p>The service principal of the Amazon Web Services service for which you want to make the member
4086
+ * account a delegated administrator.</p>
4087
+ * @public
4088
+ */
4089
+ ServicePrincipal: string | undefined;
4090
+ }
4091
+ /**
4092
+ * @public
4093
+ */
4094
+ export interface RemoveAccountFromOrganizationRequest {
4095
+ /**
4096
+ * <p>The unique identifier (ID) of the member account that you want to remove from the
4097
+ * organization.</p>
4098
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an account ID string requires exactly 12
4099
+ * digits.</p>
4100
+ * @public
4101
+ */
4102
+ AccountId: string | undefined;
4103
+ }
4104
+ /**
4105
+ * @public
4106
+ */
4107
+ export interface TagResourceRequest {
4108
+ /**
4109
+ * <p>The ID of the resource to add a tag to.</p>
4110
+ * <p>You can specify any of the following taggable resources.</p>
4111
+ * <ul>
4112
+ * <li>
4113
+ * <p>Amazon Web Services account – specify the account ID number.</p>
4114
+ * </li>
4115
+ * <li>
4116
+ * <p>Organizational unit – specify the OU ID that begins with <code>ou-</code> and
4117
+ * looks similar to: <code>ou-<i>1a2b-34uvwxyz</i>
4118
+ * </code>
4119
+ * </p>
4120
+ * </li>
4121
+ * <li>
4122
+ * <p>Root – specify the root ID that begins with <code>r-</code> and looks similar
4123
+ * to: <code>r-<i>1a2b</i>
4124
+ * </code>
4125
+ * </p>
4126
+ * </li>
4127
+ * <li>
4128
+ * <p>Policy – specify the policy ID that begins with <code>p-</code> andlooks
4129
+ * similar to: <code>p-<i>12abcdefg3</i>
4130
+ * </code>
4131
+ * </p>
4132
+ * </li>
4133
+ * </ul>
4134
+ * @public
4135
+ */
4136
+ ResourceId: string | undefined;
4137
+ /**
4138
+ * <p>A list of tags to add to the specified resource.</p>
4139
+ * <p>For each tag in the list, you must specify both a tag key and a value. The value can
4140
+ * be an empty string, but you can't set it to <code>null</code>.</p>
4141
+ * <note>
4142
+ * <p>If any one of the tags is not valid or if you exceed the maximum allowed number of
4143
+ * tags for a resource, then the entire request fails.</p>
4144
+ * </note>
4145
+ * @public
4146
+ */
4147
+ Tags: Tag[] | undefined;
4148
+ }
4149
+ /**
4150
+ * @public
4151
+ */
4152
+ export interface UntagResourceRequest {
4153
+ /**
4154
+ * <p>The ID of the resource to remove a tag from.</p>
4155
+ * <p>You can specify any of the following taggable resources.</p>
4156
+ * <ul>
4157
+ * <li>
4158
+ * <p>Amazon Web Services account – specify the account ID number.</p>
4159
+ * </li>
4160
+ * <li>
4161
+ * <p>Organizational unit – specify the OU ID that begins with <code>ou-</code> and
4162
+ * looks similar to: <code>ou-<i>1a2b-34uvwxyz</i>
4163
+ * </code>
4164
+ * </p>
4165
+ * </li>
4166
+ * <li>
4167
+ * <p>Root – specify the root ID that begins with <code>r-</code> and looks similar
4168
+ * to: <code>r-<i>1a2b</i>
4169
+ * </code>
4170
+ * </p>
4171
+ * </li>
4172
+ * <li>
4173
+ * <p>Policy – specify the policy ID that begins with <code>p-</code> andlooks
4174
+ * similar to: <code>p-<i>12abcdefg3</i>
4175
+ * </code>
4176
+ * </p>
4177
+ * </li>
4178
+ * </ul>
4179
+ * @public
4180
+ */
4181
+ ResourceId: string | undefined;
4182
+ /**
4183
+ * <p>The list of keys for tags to remove from the specified resource.</p>
4184
+ * @public
4185
+ */
4186
+ TagKeys: string[] | undefined;
4187
+ }
4188
+ /**
4189
+ * @public
4190
+ */
4191
+ export interface UpdateOrganizationalUnitRequest {
4192
+ /**
4193
+ * <p>The unique identifier (ID) of the OU that you want to rename. You can get the ID from
4194
+ * the <a>ListOrganizationalUnitsForParent</a> operation.</p>
4195
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for an organizational unit ID string requires
4196
+ * "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the
4197
+ * OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters
4198
+ * or digits.</p>
4199
+ * @public
4200
+ */
4201
+ OrganizationalUnitId: string | undefined;
4202
+ /**
4203
+ * <p>The new name that you want to assign to the OU.</p>
4204
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
4205
+ * that is used to validate this parameter is a string of any of the characters in the ASCII
4206
+ * character range.</p>
4207
+ * @public
4208
+ */
4209
+ Name?: string;
4210
+ }
4211
+ /**
4212
+ * @public
4213
+ */
4214
+ export interface UpdateOrganizationalUnitResponse {
4215
+ /**
4216
+ * <p>A structure that contains the details about the specified OU, including its new
4217
+ * name.</p>
4218
+ * @public
4219
+ */
4220
+ OrganizationalUnit?: OrganizationalUnit;
4221
+ }
4222
+ /**
4223
+ * @public
4224
+ */
4225
+ export interface UpdatePolicyRequest {
4226
+ /**
4227
+ * <p>The unique identifier (ID) of the policy that you want to update.</p>
4228
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for a policy ID string requires "p-" followed
4229
+ * by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).</p>
4230
+ * @public
4231
+ */
4232
+ PolicyId: string | undefined;
4233
+ /**
4234
+ * <p>If provided, the new name for the policy.</p>
4235
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
4236
+ * that is used to validate this parameter is a string of any of the characters in the ASCII
4237
+ * character range.</p>
4238
+ * @public
4239
+ */
4240
+ Name?: string;
4241
+ /**
4242
+ * <p>If provided, the new description for the policy.</p>
4243
+ * @public
4244
+ */
4245
+ Description?: string;
4246
+ /**
4247
+ * <p>If provided, the new content for the policy. The text must be correctly formatted JSON
4248
+ * that complies with the syntax for the policy's type. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html">SCP
4249
+ * syntax</a> in the <i>Organizations User Guide</i>.</p>
4250
+ * <p>The maximum size of a policy document depends on the policy's type. For more
4251
+ * information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html#min-max-values">Maximum and minimum values</a> in the
4252
+ * <i>Organizations User Guide</i>.</p>
4253
+ * @public
4254
+ */
4255
+ Content?: string;
4256
+ }
4257
+ /**
4258
+ * @public
4259
+ */
4260
+ export interface UpdatePolicyResponse {
4261
+ /**
4262
+ * <p>A structure that contains details about the updated policy, showing the requested
4263
+ * changes.</p>
4264
+ * @public
4265
+ */
4266
+ Policy?: Policy;
4267
+ }
4268
+ /**
4269
+ * <p>Contains additional data that is needed to process a handshake.</p>
4270
+ * @public
4271
+ */
4272
+ export interface HandshakeResource {
4273
+ /**
4274
+ * <p>The information that is passed to the other party in the handshake. The format of the
4275
+ * value string must match the requirements of the specified type.</p>
4276
+ * @public
4277
+ */
4278
+ Value?: string;
4279
+ /**
4280
+ * <p>The type of information being passed, specifying how the value is to be interpreted by
4281
+ * the other party:</p>
4282
+ * <ul>
4283
+ * <li>
4284
+ * <p>
4285
+ * <code>ACCOUNT</code> - Specifies an Amazon Web Services account ID number.</p>
4286
+ * </li>
4287
+ * <li>
4288
+ * <p>
4289
+ * <code>ORGANIZATION</code> - Specifies an organization ID number.</p>
4290
+ * </li>
4291
+ * <li>
4292
+ * <p>
4293
+ * <code>EMAIL</code> - Specifies the email address that is associated with the
4294
+ * account that receives the handshake. </p>
4295
+ * </li>
4296
+ * <li>
4297
+ * <p>
4298
+ * <code>OWNER_EMAIL</code> - Specifies the email address associated with the
4299
+ * management account. Included as information about an organization. </p>
4300
+ * </li>
4301
+ * <li>
4302
+ * <p>
4303
+ * <code>OWNER_NAME</code> - Specifies the name associated with the management
4304
+ * account. Included as information about an organization. </p>
4305
+ * </li>
4306
+ * <li>
4307
+ * <p>
4308
+ * <code>NOTES</code> - Additional text provided by the handshake initiator and
4309
+ * intended for the recipient to read.</p>
4310
+ * </li>
4311
+ * </ul>
4312
+ * @public
4313
+ */
4314
+ Type?: HandshakeResourceType;
4315
+ /**
4316
+ * <p>When needed, contains an additional array of <code>HandshakeResource</code>
4317
+ * objects.</p>
4318
+ * @public
4319
+ */
4320
+ Resources?: HandshakeResource[];
4321
+ }
4322
+ /**
4323
+ * <p>Contains information that must be exchanged to securely establish a relationship
4324
+ * between two accounts (an <i>originator</i> and a
4325
+ * <i>recipient</i>). For example, when a management account (the
4326
+ * originator) invites another account (the recipient) to join its organization, the two
4327
+ * accounts exchange information as a series of handshake requests and responses.</p>
4328
+ * <p>
4329
+ * <b>Note:</b> Handshakes that are <code>CANCELED</code>,
4330
+ * <code>ACCEPTED</code>, <code>DECLINED</code>, or <code>EXPIRED</code> show up in
4331
+ * lists for only 30 days after entering that state After that they are deleted.</p>
4332
+ * @public
4333
+ */
4334
+ export interface Handshake {
4335
+ /**
4336
+ * <p>The unique identifier (ID) of a handshake. The originating account creates the ID when
4337
+ * it initiates the handshake.</p>
4338
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a> for handshake ID string requires "h-"
4339
+ * followed by from 8 to 32 lowercase letters or digits.</p>
4340
+ * @public
4341
+ */
4342
+ Id?: string;
4343
+ /**
4344
+ * <p>The Amazon Resource Name (ARN) of a handshake.</p>
4345
+ * <p>For more information about ARNs in Organizations, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies">ARN
4346
+ * Formats Supported by Organizations</a> in the <i>Amazon Web Services Service Authorization Reference</i>.</p>
4347
+ * @public
4348
+ */
4349
+ Arn?: string;
4350
+ /**
4351
+ * <p>Information about the two accounts that are participating in the handshake.</p>
4352
+ * @public
4353
+ */
4354
+ Parties?: HandshakeParty[];
4355
+ /**
4356
+ * <p>The current state of the handshake. Use the state to trace the flow of the handshake
4357
+ * through the process from its creation to its acceptance. The meaning of each of the
4358
+ * valid values is as follows:</p>
4359
+ * <ul>
4360
+ * <li>
4361
+ * <p>
4362
+ * <b>REQUESTED</b>: This handshake was sent to
4363
+ * multiple recipients (applicable to only some handshake types) and not all
4364
+ * recipients have responded yet. The request stays in this state until all
4365
+ * recipients respond.</p>
4366
+ * </li>
4367
+ * <li>
4368
+ * <p>
4369
+ * <b>OPEN</b>: This handshake was sent to multiple
4370
+ * recipients (applicable to only some policy types) and all recipients have
4371
+ * responded, allowing the originator to complete the handshake action.</p>
4372
+ * </li>
4373
+ * <li>
4374
+ * <p>
4375
+ * <b>CANCELED</b>: This handshake is no longer active
4376
+ * because it was canceled by the originating account.</p>
4377
+ * </li>
4378
+ * <li>
4379
+ * <p>
4380
+ * <b>ACCEPTED</b>: This handshake is complete because
4381
+ * it has been accepted by the recipient.</p>
4382
+ * </li>
4383
+ * <li>
4384
+ * <p>
4385
+ * <b>DECLINED</b>: This handshake is no longer active
4386
+ * because it was declined by the recipient account.</p>
4387
+ * </li>
4388
+ * <li>
4389
+ * <p>
4390
+ * <b>EXPIRED</b>: This handshake is no longer active
4391
+ * because the originator did not receive a response of any kind from the recipient
4392
+ * before the expiration time (15 days).</p>
4393
+ * </li>
4394
+ * </ul>
4395
+ * @public
4396
+ */
4397
+ State?: HandshakeState;
4398
+ /**
4399
+ * <p>The date and time that the handshake request was made.</p>
4400
+ * @public
4401
+ */
4402
+ RequestedTimestamp?: Date;
4403
+ /**
4404
+ * <p>The date and time that the handshake expires. If the recipient of the handshake
4405
+ * request fails to respond before the specified date and time, the handshake becomes
4406
+ * inactive and is no longer valid.</p>
4407
+ * @public
4408
+ */
4409
+ ExpirationTimestamp?: Date;
4410
+ /**
4411
+ * <p>The type of handshake, indicating what action occurs when the recipient accepts the
4412
+ * handshake. The following handshake types are supported:</p>
4413
+ * <ul>
4414
+ * <li>
4415
+ * <p>
4416
+ * <b>INVITE</b>: This type of handshake represents a
4417
+ * request to join an organization. It is always sent from the management account
4418
+ * to only non-member accounts.</p>
4419
+ * </li>
4420
+ * <li>
4421
+ * <p>
4422
+ * <b>ENABLE_ALL_FEATURES</b>: This type of handshake
4423
+ * represents a request to enable all features in an organization. It is always
4424
+ * sent from the management account to only <i>invited</i> member
4425
+ * accounts. Created accounts do not receive this because those accounts were
4426
+ * created by the organization's management account and approval is
4427
+ * inferred.</p>
4428
+ * </li>
4429
+ * <li>
4430
+ * <p>
4431
+ * <b>APPROVE_ALL_FEATURES</b>: This type of handshake
4432
+ * is sent from the Organizations service when all member accounts have approved the
4433
+ * <code>ENABLE_ALL_FEATURES</code> invitation. It is sent only to the
4434
+ * management account and signals the master that it can finalize the process to
4435
+ * enable all features.</p>
4436
+ * </li>
4437
+ * </ul>
4438
+ * @public
4439
+ */
4440
+ Action?: ActionType;
4441
+ /**
4442
+ * <p>Additional information that is needed to process the handshake.</p>
4443
+ * @public
4444
+ */
4445
+ Resources?: HandshakeResource[];
4446
+ }
4447
+ /**
4448
+ * @public
4449
+ */
4450
+ export interface AcceptHandshakeResponse {
4451
+ /**
4452
+ * <p>A structure that contains details about the accepted handshake.</p>
4453
+ * @public
4454
+ */
4455
+ Handshake?: Handshake;
4456
+ }
4457
+ /**
4458
+ * @public
4459
+ */
4460
+ export interface CancelHandshakeResponse {
4461
+ /**
4462
+ * <p>A structure that contains details about the handshake that you canceled.</p>
4463
+ * @public
4464
+ */
4465
+ Handshake?: Handshake;
4466
+ }
4467
+ /**
4468
+ * @public
4469
+ */
4470
+ export interface DeclineHandshakeResponse {
4471
+ /**
4472
+ * <p>A structure that contains details about the declined handshake. The state is updated
4473
+ * to show the value <code>DECLINED</code>.</p>
4474
+ * @public
4475
+ */
4476
+ Handshake?: Handshake;
4477
+ }
4478
+ /**
4479
+ * @public
4480
+ */
4481
+ export interface DescribeHandshakeResponse {
4482
+ /**
4483
+ * <p>A structure that contains information about the specified handshake.</p>
4484
+ * @public
4485
+ */
4486
+ Handshake?: Handshake;
4487
+ }
4488
+ /**
4489
+ * @public
4490
+ */
4491
+ export interface EnableAllFeaturesResponse {
4492
+ /**
4493
+ * <p>A structure that contains details about the handshake created to support this request
4494
+ * to enable all features in the organization.</p>
4495
+ * @public
4496
+ */
4497
+ Handshake?: Handshake;
4498
+ }
4499
+ /**
4500
+ * @public
4501
+ */
4502
+ export interface InviteAccountToOrganizationResponse {
4503
+ /**
4504
+ * <p>A structure that contains details about the handshake that is created to support this
4505
+ * invitation request.</p>
4506
+ * @public
4507
+ */
4508
+ Handshake?: Handshake;
4509
+ }
4510
+ /**
4511
+ * @public
4512
+ */
4513
+ export interface ListHandshakesForAccountResponse {
4514
+ /**
4515
+ * <p>A list of <a>Handshake</a> objects with details about each of the
4516
+ * handshakes that is associated with the specified account.</p>
4517
+ * @public
4518
+ */
4519
+ Handshakes?: Handshake[];
4520
+ /**
4521
+ * <p>If present, indicates that more output is available than is
4522
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
4523
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
4524
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
4525
+ * @public
4526
+ */
4527
+ NextToken?: string;
4528
+ }
4529
+ /**
4530
+ * @public
4531
+ */
4532
+ export interface ListHandshakesForOrganizationResponse {
4533
+ /**
4534
+ * <p>A list of <a>Handshake</a> objects with details about each of the
4535
+ * handshakes that are associated with an organization.</p>
4536
+ * @public
4537
+ */
4538
+ Handshakes?: Handshake[];
4539
+ /**
4540
+ * <p>If present, indicates that more output is available than is
4541
+ * included in the current response. Use this value in the <code>NextToken</code> request parameter
4542
+ * in a subsequent call to the operation to get the next part of the output. You should repeat this
4543
+ * until the <code>NextToken</code> response element comes back as <code>null</code>.</p>
4544
+ * @public
4545
+ */
4546
+ NextToken?: string;
4547
+ }
4548
+ /**
4549
+ * @internal
4550
+ */
4551
+ export declare const HandshakePartyFilterSensitiveLog: (obj: HandshakeParty) => any;
4552
+ /**
4553
+ * @internal
4554
+ */
4555
+ export declare const AccountFilterSensitiveLog: (obj: Account) => any;
4556
+ /**
4557
+ * @internal
4558
+ */
4559
+ export declare const CreateAccountRequestFilterSensitiveLog: (obj: CreateAccountRequest) => any;
4560
+ /**
4561
+ * @internal
4562
+ */
4563
+ export declare const CreateAccountStatusFilterSensitiveLog: (obj: CreateAccountStatus) => any;
4564
+ /**
4565
+ * @internal
4566
+ */
4567
+ export declare const CreateAccountResponseFilterSensitiveLog: (obj: CreateAccountResponse) => any;
4568
+ /**
4569
+ * @internal
4570
+ */
4571
+ export declare const CreateGovCloudAccountRequestFilterSensitiveLog: (obj: CreateGovCloudAccountRequest) => any;
4572
+ /**
4573
+ * @internal
4574
+ */
4575
+ export declare const CreateGovCloudAccountResponseFilterSensitiveLog: (obj: CreateGovCloudAccountResponse) => any;
4576
+ /**
4577
+ * @internal
4578
+ */
4579
+ export declare const OrganizationFilterSensitiveLog: (obj: Organization) => any;
4580
+ /**
4581
+ * @internal
4582
+ */
4583
+ export declare const CreateOrganizationResponseFilterSensitiveLog: (obj: CreateOrganizationResponse) => any;
4584
+ /**
4585
+ * @internal
4586
+ */
4587
+ export declare const DescribeAccountResponseFilterSensitiveLog: (obj: DescribeAccountResponse) => any;
4588
+ /**
4589
+ * @internal
4590
+ */
4591
+ export declare const DescribeCreateAccountStatusResponseFilterSensitiveLog: (obj: DescribeCreateAccountStatusResponse) => any;
4592
+ /**
4593
+ * @internal
4594
+ */
4595
+ export declare const DescribeOrganizationResponseFilterSensitiveLog: (obj: DescribeOrganizationResponse) => any;
4596
+ /**
4597
+ * @internal
4598
+ */
4599
+ export declare const InviteAccountToOrganizationRequestFilterSensitiveLog: (obj: InviteAccountToOrganizationRequest) => any;
4600
+ /**
4601
+ * @internal
4602
+ */
4603
+ export declare const ListAccountsResponseFilterSensitiveLog: (obj: ListAccountsResponse) => any;
4604
+ /**
4605
+ * @internal
4606
+ */
4607
+ export declare const ListAccountsForParentResponseFilterSensitiveLog: (obj: ListAccountsForParentResponse) => any;
4608
+ /**
4609
+ * @internal
4610
+ */
4611
+ export declare const ListCreateAccountStatusResponseFilterSensitiveLog: (obj: ListCreateAccountStatusResponse) => any;
4612
+ /**
4613
+ * @internal
4614
+ */
4615
+ export declare const DelegatedAdministratorFilterSensitiveLog: (obj: DelegatedAdministrator) => any;
4616
+ /**
4617
+ * @internal
4618
+ */
4619
+ export declare const ListDelegatedAdministratorsResponseFilterSensitiveLog: (obj: ListDelegatedAdministratorsResponse) => any;
4620
+ /**
4621
+ * @internal
4622
+ */
4623
+ export declare const HandshakeResourceFilterSensitiveLog: (obj: HandshakeResource) => any;
4624
+ /**
4625
+ * @internal
4626
+ */
4627
+ export declare const HandshakeFilterSensitiveLog: (obj: Handshake) => any;
4628
+ /**
4629
+ * @internal
4630
+ */
4631
+ export declare const AcceptHandshakeResponseFilterSensitiveLog: (obj: AcceptHandshakeResponse) => any;
4632
+ /**
4633
+ * @internal
4634
+ */
4635
+ export declare const CancelHandshakeResponseFilterSensitiveLog: (obj: CancelHandshakeResponse) => any;
4636
+ /**
4637
+ * @internal
4638
+ */
4639
+ export declare const DeclineHandshakeResponseFilterSensitiveLog: (obj: DeclineHandshakeResponse) => any;
4640
+ /**
4641
+ * @internal
4642
+ */
4643
+ export declare const DescribeHandshakeResponseFilterSensitiveLog: (obj: DescribeHandshakeResponse) => any;
4644
+ /**
4645
+ * @internal
4646
+ */
4647
+ export declare const EnableAllFeaturesResponseFilterSensitiveLog: (obj: EnableAllFeaturesResponse) => any;
4648
+ /**
4649
+ * @internal
4650
+ */
4651
+ export declare const InviteAccountToOrganizationResponseFilterSensitiveLog: (obj: InviteAccountToOrganizationResponse) => any;
4652
+ /**
4653
+ * @internal
4654
+ */
4655
+ export declare const ListHandshakesForAccountResponseFilterSensitiveLog: (obj: ListHandshakesForAccountResponse) => any;
4656
+ /**
4657
+ * @internal
4658
+ */
4659
+ export declare const ListHandshakesForOrganizationResponseFilterSensitiveLog: (obj: ListHandshakesForOrganizationResponse) => any;