@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,4417 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/index.ts
22
+ var src_exports = {};
23
+ __export(src_exports, {
24
+ AWSOrganizationsNotInUseException: () => AWSOrganizationsNotInUseException,
25
+ AcceptHandshakeCommand: () => AcceptHandshakeCommand,
26
+ AcceptHandshakeResponseFilterSensitiveLog: () => AcceptHandshakeResponseFilterSensitiveLog,
27
+ AccessDeniedException: () => AccessDeniedException,
28
+ AccessDeniedForDependencyException: () => AccessDeniedForDependencyException,
29
+ AccessDeniedForDependencyExceptionReason: () => AccessDeniedForDependencyExceptionReason,
30
+ AccountAlreadyClosedException: () => AccountAlreadyClosedException,
31
+ AccountAlreadyRegisteredException: () => AccountAlreadyRegisteredException,
32
+ AccountFilterSensitiveLog: () => AccountFilterSensitiveLog,
33
+ AccountJoinedMethod: () => AccountJoinedMethod,
34
+ AccountNotFoundException: () => AccountNotFoundException,
35
+ AccountNotRegisteredException: () => AccountNotRegisteredException,
36
+ AccountOwnerNotVerifiedException: () => AccountOwnerNotVerifiedException,
37
+ AccountStatus: () => AccountStatus,
38
+ ActionType: () => ActionType,
39
+ AlreadyInOrganizationException: () => AlreadyInOrganizationException,
40
+ AttachPolicyCommand: () => AttachPolicyCommand,
41
+ CancelHandshakeCommand: () => CancelHandshakeCommand,
42
+ CancelHandshakeResponseFilterSensitiveLog: () => CancelHandshakeResponseFilterSensitiveLog,
43
+ ChildNotFoundException: () => ChildNotFoundException,
44
+ ChildType: () => ChildType,
45
+ CloseAccountCommand: () => CloseAccountCommand,
46
+ ConcurrentModificationException: () => ConcurrentModificationException,
47
+ ConflictException: () => ConflictException,
48
+ ConstraintViolationException: () => ConstraintViolationException,
49
+ ConstraintViolationExceptionReason: () => ConstraintViolationExceptionReason,
50
+ CreateAccountCommand: () => CreateAccountCommand,
51
+ CreateAccountFailureReason: () => CreateAccountFailureReason,
52
+ CreateAccountRequestFilterSensitiveLog: () => CreateAccountRequestFilterSensitiveLog,
53
+ CreateAccountResponseFilterSensitiveLog: () => CreateAccountResponseFilterSensitiveLog,
54
+ CreateAccountState: () => CreateAccountState,
55
+ CreateAccountStatusFilterSensitiveLog: () => CreateAccountStatusFilterSensitiveLog,
56
+ CreateAccountStatusNotFoundException: () => CreateAccountStatusNotFoundException,
57
+ CreateGovCloudAccountCommand: () => CreateGovCloudAccountCommand,
58
+ CreateGovCloudAccountRequestFilterSensitiveLog: () => CreateGovCloudAccountRequestFilterSensitiveLog,
59
+ CreateGovCloudAccountResponseFilterSensitiveLog: () => CreateGovCloudAccountResponseFilterSensitiveLog,
60
+ CreateOrganizationCommand: () => CreateOrganizationCommand,
61
+ CreateOrganizationResponseFilterSensitiveLog: () => CreateOrganizationResponseFilterSensitiveLog,
62
+ CreateOrganizationalUnitCommand: () => CreateOrganizationalUnitCommand,
63
+ CreatePolicyCommand: () => CreatePolicyCommand,
64
+ DeclineHandshakeCommand: () => DeclineHandshakeCommand,
65
+ DeclineHandshakeResponseFilterSensitiveLog: () => DeclineHandshakeResponseFilterSensitiveLog,
66
+ DelegatedAdministratorFilterSensitiveLog: () => DelegatedAdministratorFilterSensitiveLog,
67
+ DeleteOrganizationCommand: () => DeleteOrganizationCommand,
68
+ DeleteOrganizationalUnitCommand: () => DeleteOrganizationalUnitCommand,
69
+ DeletePolicyCommand: () => DeletePolicyCommand,
70
+ DeleteResourcePolicyCommand: () => DeleteResourcePolicyCommand,
71
+ DeregisterDelegatedAdministratorCommand: () => DeregisterDelegatedAdministratorCommand,
72
+ DescribeAccountCommand: () => DescribeAccountCommand,
73
+ DescribeAccountResponseFilterSensitiveLog: () => DescribeAccountResponseFilterSensitiveLog,
74
+ DescribeCreateAccountStatusCommand: () => DescribeCreateAccountStatusCommand,
75
+ DescribeCreateAccountStatusResponseFilterSensitiveLog: () => DescribeCreateAccountStatusResponseFilterSensitiveLog,
76
+ DescribeEffectivePolicyCommand: () => DescribeEffectivePolicyCommand,
77
+ DescribeHandshakeCommand: () => DescribeHandshakeCommand,
78
+ DescribeHandshakeResponseFilterSensitiveLog: () => DescribeHandshakeResponseFilterSensitiveLog,
79
+ DescribeOrganizationCommand: () => DescribeOrganizationCommand,
80
+ DescribeOrganizationResponseFilterSensitiveLog: () => DescribeOrganizationResponseFilterSensitiveLog,
81
+ DescribeOrganizationalUnitCommand: () => DescribeOrganizationalUnitCommand,
82
+ DescribePolicyCommand: () => DescribePolicyCommand,
83
+ DescribeResourcePolicyCommand: () => DescribeResourcePolicyCommand,
84
+ DestinationParentNotFoundException: () => DestinationParentNotFoundException,
85
+ DetachPolicyCommand: () => DetachPolicyCommand,
86
+ DisableAWSServiceAccessCommand: () => DisableAWSServiceAccessCommand,
87
+ DisablePolicyTypeCommand: () => DisablePolicyTypeCommand,
88
+ DuplicateAccountException: () => DuplicateAccountException,
89
+ DuplicateHandshakeException: () => DuplicateHandshakeException,
90
+ DuplicateOrganizationalUnitException: () => DuplicateOrganizationalUnitException,
91
+ DuplicatePolicyAttachmentException: () => DuplicatePolicyAttachmentException,
92
+ DuplicatePolicyException: () => DuplicatePolicyException,
93
+ EffectivePolicyNotFoundException: () => EffectivePolicyNotFoundException,
94
+ EffectivePolicyType: () => EffectivePolicyType,
95
+ EnableAWSServiceAccessCommand: () => EnableAWSServiceAccessCommand,
96
+ EnableAllFeaturesCommand: () => EnableAllFeaturesCommand,
97
+ EnableAllFeaturesResponseFilterSensitiveLog: () => EnableAllFeaturesResponseFilterSensitiveLog,
98
+ EnablePolicyTypeCommand: () => EnablePolicyTypeCommand,
99
+ FinalizingOrganizationException: () => FinalizingOrganizationException,
100
+ HandshakeAlreadyInStateException: () => HandshakeAlreadyInStateException,
101
+ HandshakeConstraintViolationException: () => HandshakeConstraintViolationException,
102
+ HandshakeConstraintViolationExceptionReason: () => HandshakeConstraintViolationExceptionReason,
103
+ HandshakeFilterSensitiveLog: () => HandshakeFilterSensitiveLog,
104
+ HandshakeNotFoundException: () => HandshakeNotFoundException,
105
+ HandshakePartyFilterSensitiveLog: () => HandshakePartyFilterSensitiveLog,
106
+ HandshakePartyType: () => HandshakePartyType,
107
+ HandshakeResourceFilterSensitiveLog: () => HandshakeResourceFilterSensitiveLog,
108
+ HandshakeResourceType: () => HandshakeResourceType,
109
+ HandshakeState: () => HandshakeState,
110
+ IAMUserAccessToBilling: () => IAMUserAccessToBilling,
111
+ InvalidHandshakeTransitionException: () => InvalidHandshakeTransitionException,
112
+ InvalidInputException: () => InvalidInputException,
113
+ InvalidInputExceptionReason: () => InvalidInputExceptionReason,
114
+ InviteAccountToOrganizationCommand: () => InviteAccountToOrganizationCommand,
115
+ InviteAccountToOrganizationRequestFilterSensitiveLog: () => InviteAccountToOrganizationRequestFilterSensitiveLog,
116
+ InviteAccountToOrganizationResponseFilterSensitiveLog: () => InviteAccountToOrganizationResponseFilterSensitiveLog,
117
+ LeaveOrganizationCommand: () => LeaveOrganizationCommand,
118
+ ListAWSServiceAccessForOrganizationCommand: () => ListAWSServiceAccessForOrganizationCommand,
119
+ ListAccountsCommand: () => ListAccountsCommand,
120
+ ListAccountsForParentCommand: () => ListAccountsForParentCommand,
121
+ ListAccountsForParentResponseFilterSensitiveLog: () => ListAccountsForParentResponseFilterSensitiveLog,
122
+ ListAccountsResponseFilterSensitiveLog: () => ListAccountsResponseFilterSensitiveLog,
123
+ ListChildrenCommand: () => ListChildrenCommand,
124
+ ListCreateAccountStatusCommand: () => ListCreateAccountStatusCommand,
125
+ ListCreateAccountStatusResponseFilterSensitiveLog: () => ListCreateAccountStatusResponseFilterSensitiveLog,
126
+ ListDelegatedAdministratorsCommand: () => ListDelegatedAdministratorsCommand,
127
+ ListDelegatedAdministratorsResponseFilterSensitiveLog: () => ListDelegatedAdministratorsResponseFilterSensitiveLog,
128
+ ListDelegatedServicesForAccountCommand: () => ListDelegatedServicesForAccountCommand,
129
+ ListHandshakesForAccountCommand: () => ListHandshakesForAccountCommand,
130
+ ListHandshakesForAccountResponseFilterSensitiveLog: () => ListHandshakesForAccountResponseFilterSensitiveLog,
131
+ ListHandshakesForOrganizationCommand: () => ListHandshakesForOrganizationCommand,
132
+ ListHandshakesForOrganizationResponseFilterSensitiveLog: () => ListHandshakesForOrganizationResponseFilterSensitiveLog,
133
+ ListOrganizationalUnitsForParentCommand: () => ListOrganizationalUnitsForParentCommand,
134
+ ListParentsCommand: () => ListParentsCommand,
135
+ ListPoliciesCommand: () => ListPoliciesCommand,
136
+ ListPoliciesForTargetCommand: () => ListPoliciesForTargetCommand,
137
+ ListRootsCommand: () => ListRootsCommand,
138
+ ListTagsForResourceCommand: () => ListTagsForResourceCommand,
139
+ ListTargetsForPolicyCommand: () => ListTargetsForPolicyCommand,
140
+ MalformedPolicyDocumentException: () => MalformedPolicyDocumentException,
141
+ MasterCannotLeaveOrganizationException: () => MasterCannotLeaveOrganizationException,
142
+ MoveAccountCommand: () => MoveAccountCommand,
143
+ OrganizationFeatureSet: () => OrganizationFeatureSet,
144
+ OrganizationFilterSensitiveLog: () => OrganizationFilterSensitiveLog,
145
+ OrganizationNotEmptyException: () => OrganizationNotEmptyException,
146
+ OrganizationalUnitNotEmptyException: () => OrganizationalUnitNotEmptyException,
147
+ OrganizationalUnitNotFoundException: () => OrganizationalUnitNotFoundException,
148
+ Organizations: () => Organizations,
149
+ OrganizationsClient: () => OrganizationsClient,
150
+ OrganizationsServiceException: () => OrganizationsServiceException,
151
+ ParentNotFoundException: () => ParentNotFoundException,
152
+ ParentType: () => ParentType,
153
+ PolicyChangesInProgressException: () => PolicyChangesInProgressException,
154
+ PolicyInUseException: () => PolicyInUseException,
155
+ PolicyNotAttachedException: () => PolicyNotAttachedException,
156
+ PolicyNotFoundException: () => PolicyNotFoundException,
157
+ PolicyType: () => PolicyType,
158
+ PolicyTypeAlreadyEnabledException: () => PolicyTypeAlreadyEnabledException,
159
+ PolicyTypeNotAvailableForOrganizationException: () => PolicyTypeNotAvailableForOrganizationException,
160
+ PolicyTypeNotEnabledException: () => PolicyTypeNotEnabledException,
161
+ PolicyTypeStatus: () => PolicyTypeStatus,
162
+ PutResourcePolicyCommand: () => PutResourcePolicyCommand,
163
+ RegisterDelegatedAdministratorCommand: () => RegisterDelegatedAdministratorCommand,
164
+ RemoveAccountFromOrganizationCommand: () => RemoveAccountFromOrganizationCommand,
165
+ ResourcePolicyNotFoundException: () => ResourcePolicyNotFoundException,
166
+ RootNotFoundException: () => RootNotFoundException,
167
+ ServiceException: () => ServiceException,
168
+ SourceParentNotFoundException: () => SourceParentNotFoundException,
169
+ TagResourceCommand: () => TagResourceCommand,
170
+ TargetNotFoundException: () => TargetNotFoundException,
171
+ TargetType: () => TargetType,
172
+ TooManyRequestsException: () => TooManyRequestsException,
173
+ UnsupportedAPIEndpointException: () => UnsupportedAPIEndpointException,
174
+ UntagResourceCommand: () => UntagResourceCommand,
175
+ UpdateOrganizationalUnitCommand: () => UpdateOrganizationalUnitCommand,
176
+ UpdatePolicyCommand: () => UpdatePolicyCommand,
177
+ __Client: () => import_smithy_client.Client,
178
+ paginateListAWSServiceAccessForOrganization: () => paginateListAWSServiceAccessForOrganization,
179
+ paginateListAccounts: () => paginateListAccounts,
180
+ paginateListAccountsForParent: () => paginateListAccountsForParent,
181
+ paginateListChildren: () => paginateListChildren,
182
+ paginateListCreateAccountStatus: () => paginateListCreateAccountStatus,
183
+ paginateListDelegatedAdministrators: () => paginateListDelegatedAdministrators,
184
+ paginateListDelegatedServicesForAccount: () => paginateListDelegatedServicesForAccount,
185
+ paginateListHandshakesForAccount: () => paginateListHandshakesForAccount,
186
+ paginateListHandshakesForOrganization: () => paginateListHandshakesForOrganization,
187
+ paginateListOrganizationalUnitsForParent: () => paginateListOrganizationalUnitsForParent,
188
+ paginateListParents: () => paginateListParents,
189
+ paginateListPolicies: () => paginateListPolicies,
190
+ paginateListPoliciesForTarget: () => paginateListPoliciesForTarget,
191
+ paginateListRoots: () => paginateListRoots,
192
+ paginateListTagsForResource: () => paginateListTagsForResource,
193
+ paginateListTargetsForPolicy: () => paginateListTargetsForPolicy
194
+ });
195
+ module.exports = __toCommonJS(src_exports);
196
+
197
+ // src/OrganizationsClient.ts
198
+ var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
199
+ var import_middleware_logger = require("@aws-sdk/middleware-logger");
200
+ var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
201
+ var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
202
+ var import_config_resolver = require("@smithy/config-resolver");
203
+ var import_core = require("@smithy/core");
204
+ var import_middleware_content_length = require("@smithy/middleware-content-length");
205
+ var import_middleware_endpoint = require("@smithy/middleware-endpoint");
206
+ var import_middleware_retry = require("@smithy/middleware-retry");
207
+
208
+ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
209
+
210
+ // src/endpoint/EndpointParameters.ts
211
+ var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
212
+ return {
213
+ ...options,
214
+ useDualstackEndpoint: options.useDualstackEndpoint ?? false,
215
+ useFipsEndpoint: options.useFipsEndpoint ?? false,
216
+ defaultSigningName: "organizations"
217
+ };
218
+ }, "resolveClientEndpointParameters");
219
+ var commonParams = {
220
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
221
+ Endpoint: { type: "builtInParams", name: "endpoint" },
222
+ Region: { type: "builtInParams", name: "region" },
223
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
224
+ };
225
+
226
+ // src/OrganizationsClient.ts
227
+ var import_runtimeConfig = require("././runtimeConfig");
228
+
229
+ // src/runtimeExtensions.ts
230
+ var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
231
+ var import_protocol_http = require("@smithy/protocol-http");
232
+ var import_smithy_client = require("@smithy/smithy-client");
233
+
234
+ // src/auth/httpAuthExtensionConfiguration.ts
235
+ var getHttpAuthExtensionConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
236
+ const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
237
+ let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
238
+ let _credentials = runtimeConfig.credentials;
239
+ return {
240
+ setHttpAuthScheme(httpAuthScheme) {
241
+ const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
242
+ if (index === -1) {
243
+ _httpAuthSchemes.push(httpAuthScheme);
244
+ } else {
245
+ _httpAuthSchemes.splice(index, 1, httpAuthScheme);
246
+ }
247
+ },
248
+ httpAuthSchemes() {
249
+ return _httpAuthSchemes;
250
+ },
251
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
252
+ _httpAuthSchemeProvider = httpAuthSchemeProvider;
253
+ },
254
+ httpAuthSchemeProvider() {
255
+ return _httpAuthSchemeProvider;
256
+ },
257
+ setCredentials(credentials) {
258
+ _credentials = credentials;
259
+ },
260
+ credentials() {
261
+ return _credentials;
262
+ }
263
+ };
264
+ }, "getHttpAuthExtensionConfiguration");
265
+ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
266
+ return {
267
+ httpAuthSchemes: config.httpAuthSchemes(),
268
+ httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
269
+ credentials: config.credentials()
270
+ };
271
+ }, "resolveHttpAuthRuntimeConfig");
272
+
273
+ // src/runtimeExtensions.ts
274
+ var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
275
+ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
276
+ const extensionConfiguration = {
277
+ ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
278
+ ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
279
+ ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
280
+ ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
281
+ };
282
+ extensions.forEach((extension) => extension.configure(extensionConfiguration));
283
+ return {
284
+ ...runtimeConfig,
285
+ ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
286
+ ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
287
+ ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
288
+ ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
289
+ };
290
+ }, "resolveRuntimeExtensions");
291
+
292
+ // src/OrganizationsClient.ts
293
+ var _OrganizationsClient = class _OrganizationsClient extends import_smithy_client.Client {
294
+ constructor(...[configuration]) {
295
+ const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
296
+ const _config_1 = resolveClientEndpointParameters(_config_0);
297
+ const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
298
+ const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
299
+ const _config_4 = (0, import_config_resolver.resolveRegionConfig)(_config_3);
300
+ const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
301
+ const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
302
+ const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
303
+ const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
304
+ super(_config_8);
305
+ this.config = _config_8;
306
+ this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
307
+ this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
308
+ this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
309
+ this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
310
+ this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
311
+ this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
312
+ this.middlewareStack.use(
313
+ (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
314
+ httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultOrganizationsHttpAuthSchemeParametersProvider,
315
+ identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
316
+ "aws.auth#sigv4": config.credentials
317
+ })
318
+ })
319
+ );
320
+ this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
321
+ }
322
+ /**
323
+ * Destroy underlying resources, like sockets. It's usually not necessary to do this.
324
+ * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
325
+ * Otherwise, sockets might stay open for quite a long time before the server terminates them.
326
+ */
327
+ destroy() {
328
+ super.destroy();
329
+ }
330
+ };
331
+ __name(_OrganizationsClient, "OrganizationsClient");
332
+ var OrganizationsClient = _OrganizationsClient;
333
+
334
+ // src/Organizations.ts
335
+
336
+
337
+ // src/commands/AcceptHandshakeCommand.ts
338
+
339
+ var import_middleware_serde = require("@smithy/middleware-serde");
340
+
341
+
342
+ // src/models/models_0.ts
343
+
344
+
345
+ // src/models/OrganizationsServiceException.ts
346
+
347
+ var _OrganizationsServiceException = class _OrganizationsServiceException extends import_smithy_client.ServiceException {
348
+ /**
349
+ * @internal
350
+ */
351
+ constructor(options) {
352
+ super(options);
353
+ Object.setPrototypeOf(this, _OrganizationsServiceException.prototype);
354
+ }
355
+ };
356
+ __name(_OrganizationsServiceException, "OrganizationsServiceException");
357
+ var OrganizationsServiceException = _OrganizationsServiceException;
358
+
359
+ // src/models/models_0.ts
360
+ var ActionType = {
361
+ ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE: "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
362
+ APPROVE_ALL_FEATURES: "APPROVE_ALL_FEATURES",
363
+ ENABLE_ALL_FEATURES: "ENABLE_ALL_FEATURES",
364
+ INVITE_ACCOUNT_TO_ORGANIZATION: "INVITE"
365
+ };
366
+ var HandshakePartyType = {
367
+ ACCOUNT: "ACCOUNT",
368
+ EMAIL: "EMAIL",
369
+ ORGANIZATION: "ORGANIZATION"
370
+ };
371
+ var HandshakeResourceType = {
372
+ ACCOUNT: "ACCOUNT",
373
+ EMAIL: "EMAIL",
374
+ MASTER_EMAIL: "MASTER_EMAIL",
375
+ MASTER_NAME: "MASTER_NAME",
376
+ NOTES: "NOTES",
377
+ ORGANIZATION: "ORGANIZATION",
378
+ ORGANIZATION_FEATURE_SET: "ORGANIZATION_FEATURE_SET",
379
+ PARENT_HANDSHAKE: "PARENT_HANDSHAKE"
380
+ };
381
+ var HandshakeState = {
382
+ ACCEPTED: "ACCEPTED",
383
+ CANCELED: "CANCELED",
384
+ DECLINED: "DECLINED",
385
+ EXPIRED: "EXPIRED",
386
+ OPEN: "OPEN",
387
+ REQUESTED: "REQUESTED"
388
+ };
389
+ var _AccessDeniedException = class _AccessDeniedException extends OrganizationsServiceException {
390
+ /**
391
+ * @internal
392
+ */
393
+ constructor(opts) {
394
+ super({
395
+ name: "AccessDeniedException",
396
+ $fault: "client",
397
+ ...opts
398
+ });
399
+ this.name = "AccessDeniedException";
400
+ this.$fault = "client";
401
+ Object.setPrototypeOf(this, _AccessDeniedException.prototype);
402
+ this.Message = opts.Message;
403
+ }
404
+ };
405
+ __name(_AccessDeniedException, "AccessDeniedException");
406
+ var AccessDeniedException = _AccessDeniedException;
407
+ var AccessDeniedForDependencyExceptionReason = {
408
+ ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE: "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE"
409
+ };
410
+ var _AccessDeniedForDependencyException = class _AccessDeniedForDependencyException extends OrganizationsServiceException {
411
+ /**
412
+ * @internal
413
+ */
414
+ constructor(opts) {
415
+ super({
416
+ name: "AccessDeniedForDependencyException",
417
+ $fault: "client",
418
+ ...opts
419
+ });
420
+ this.name = "AccessDeniedForDependencyException";
421
+ this.$fault = "client";
422
+ Object.setPrototypeOf(this, _AccessDeniedForDependencyException.prototype);
423
+ this.Message = opts.Message;
424
+ this.Reason = opts.Reason;
425
+ }
426
+ };
427
+ __name(_AccessDeniedForDependencyException, "AccessDeniedForDependencyException");
428
+ var AccessDeniedForDependencyException = _AccessDeniedForDependencyException;
429
+ var _AWSOrganizationsNotInUseException = class _AWSOrganizationsNotInUseException extends OrganizationsServiceException {
430
+ /**
431
+ * @internal
432
+ */
433
+ constructor(opts) {
434
+ super({
435
+ name: "AWSOrganizationsNotInUseException",
436
+ $fault: "client",
437
+ ...opts
438
+ });
439
+ this.name = "AWSOrganizationsNotInUseException";
440
+ this.$fault = "client";
441
+ Object.setPrototypeOf(this, _AWSOrganizationsNotInUseException.prototype);
442
+ this.Message = opts.Message;
443
+ }
444
+ };
445
+ __name(_AWSOrganizationsNotInUseException, "AWSOrganizationsNotInUseException");
446
+ var AWSOrganizationsNotInUseException = _AWSOrganizationsNotInUseException;
447
+ var _ConcurrentModificationException = class _ConcurrentModificationException extends OrganizationsServiceException {
448
+ /**
449
+ * @internal
450
+ */
451
+ constructor(opts) {
452
+ super({
453
+ name: "ConcurrentModificationException",
454
+ $fault: "client",
455
+ ...opts
456
+ });
457
+ this.name = "ConcurrentModificationException";
458
+ this.$fault = "client";
459
+ Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
460
+ this.Message = opts.Message;
461
+ }
462
+ };
463
+ __name(_ConcurrentModificationException, "ConcurrentModificationException");
464
+ var ConcurrentModificationException = _ConcurrentModificationException;
465
+ var _HandshakeAlreadyInStateException = class _HandshakeAlreadyInStateException extends OrganizationsServiceException {
466
+ /**
467
+ * @internal
468
+ */
469
+ constructor(opts) {
470
+ super({
471
+ name: "HandshakeAlreadyInStateException",
472
+ $fault: "client",
473
+ ...opts
474
+ });
475
+ this.name = "HandshakeAlreadyInStateException";
476
+ this.$fault = "client";
477
+ Object.setPrototypeOf(this, _HandshakeAlreadyInStateException.prototype);
478
+ this.Message = opts.Message;
479
+ }
480
+ };
481
+ __name(_HandshakeAlreadyInStateException, "HandshakeAlreadyInStateException");
482
+ var HandshakeAlreadyInStateException = _HandshakeAlreadyInStateException;
483
+ var HandshakeConstraintViolationExceptionReason = {
484
+ ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
485
+ ALREADY_IN_AN_ORGANIZATION: "ALREADY_IN_AN_ORGANIZATION",
486
+ HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED",
487
+ INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES",
488
+ MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED: "MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED",
489
+ ORGANIZATION_ALREADY_HAS_ALL_FEATURES: "ORGANIZATION_ALREADY_HAS_ALL_FEATURES",
490
+ ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD",
491
+ ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: "ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION",
492
+ ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED",
493
+ PAYMENT_INSTRUMENT_REQUIRED: "PAYMENT_INSTRUMENT_REQUIRED"
494
+ };
495
+ var _HandshakeConstraintViolationException = class _HandshakeConstraintViolationException extends OrganizationsServiceException {
496
+ /**
497
+ * @internal
498
+ */
499
+ constructor(opts) {
500
+ super({
501
+ name: "HandshakeConstraintViolationException",
502
+ $fault: "client",
503
+ ...opts
504
+ });
505
+ this.name = "HandshakeConstraintViolationException";
506
+ this.$fault = "client";
507
+ Object.setPrototypeOf(this, _HandshakeConstraintViolationException.prototype);
508
+ this.Message = opts.Message;
509
+ this.Reason = opts.Reason;
510
+ }
511
+ };
512
+ __name(_HandshakeConstraintViolationException, "HandshakeConstraintViolationException");
513
+ var HandshakeConstraintViolationException = _HandshakeConstraintViolationException;
514
+ var _HandshakeNotFoundException = class _HandshakeNotFoundException extends OrganizationsServiceException {
515
+ /**
516
+ * @internal
517
+ */
518
+ constructor(opts) {
519
+ super({
520
+ name: "HandshakeNotFoundException",
521
+ $fault: "client",
522
+ ...opts
523
+ });
524
+ this.name = "HandshakeNotFoundException";
525
+ this.$fault = "client";
526
+ Object.setPrototypeOf(this, _HandshakeNotFoundException.prototype);
527
+ this.Message = opts.Message;
528
+ }
529
+ };
530
+ __name(_HandshakeNotFoundException, "HandshakeNotFoundException");
531
+ var HandshakeNotFoundException = _HandshakeNotFoundException;
532
+ var _InvalidHandshakeTransitionException = class _InvalidHandshakeTransitionException extends OrganizationsServiceException {
533
+ /**
534
+ * @internal
535
+ */
536
+ constructor(opts) {
537
+ super({
538
+ name: "InvalidHandshakeTransitionException",
539
+ $fault: "client",
540
+ ...opts
541
+ });
542
+ this.name = "InvalidHandshakeTransitionException";
543
+ this.$fault = "client";
544
+ Object.setPrototypeOf(this, _InvalidHandshakeTransitionException.prototype);
545
+ this.Message = opts.Message;
546
+ }
547
+ };
548
+ __name(_InvalidHandshakeTransitionException, "InvalidHandshakeTransitionException");
549
+ var InvalidHandshakeTransitionException = _InvalidHandshakeTransitionException;
550
+ var InvalidInputExceptionReason = {
551
+ DUPLICATE_TAG_KEY: "DUPLICATE_TAG_KEY",
552
+ IMMUTABLE_POLICY: "IMMUTABLE_POLICY",
553
+ INPUT_REQUIRED: "INPUT_REQUIRED",
554
+ INVALID_EMAIL_ADDRESS_TARGET: "INVALID_EMAIL_ADDRESS_TARGET",
555
+ INVALID_ENUM: "INVALID_ENUM",
556
+ INVALID_ENUM_POLICY_TYPE: "INVALID_ENUM_POLICY_TYPE",
557
+ INVALID_FULL_NAME_TARGET: "INVALID_FULL_NAME_TARGET",
558
+ INVALID_LIST_MEMBER: "INVALID_LIST_MEMBER",
559
+ INVALID_PAGINATION_TOKEN: "INVALID_NEXT_TOKEN",
560
+ INVALID_PARTY_TYPE_TARGET: "INVALID_PARTY_TYPE_TARGET",
561
+ INVALID_PATTERN: "INVALID_PATTERN",
562
+ INVALID_PATTERN_TARGET_ID: "INVALID_PATTERN_TARGET_ID",
563
+ INVALID_RESOURCE_POLICY_JSON: "INVALID_RESOURCE_POLICY_JSON",
564
+ INVALID_ROLE_NAME: "INVALID_ROLE_NAME",
565
+ INVALID_SYNTAX_ORGANIZATION: "INVALID_SYNTAX_ORGANIZATION_ARN",
566
+ INVALID_SYNTAX_POLICY: "INVALID_SYNTAX_POLICY_ID",
567
+ INVALID_SYSTEM_TAGS_PARAMETER: "INVALID_SYSTEM_TAGS_PARAMETER",
568
+ MAX_FILTER_LIMIT_EXCEEDED: "MAX_LIMIT_EXCEEDED_FILTER",
569
+ MAX_LENGTH_EXCEEDED: "MAX_LENGTH_EXCEEDED",
570
+ MAX_VALUE_EXCEEDED: "MAX_VALUE_EXCEEDED",
571
+ MIN_LENGTH_EXCEEDED: "MIN_LENGTH_EXCEEDED",
572
+ MIN_VALUE_EXCEEDED: "MIN_VALUE_EXCEEDED",
573
+ MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS",
574
+ TARGET_NOT_SUPPORTED: "TARGET_NOT_SUPPORTED",
575
+ UNRECOGNIZED_SERVICE_PRINCIPAL: "UNRECOGNIZED_SERVICE_PRINCIPAL",
576
+ UNSUPPORTED_ACTION_IN_RESOURCE_POLICY: "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY",
577
+ UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY: "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY",
578
+ UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY: "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY"
579
+ };
580
+ var _InvalidInputException = class _InvalidInputException extends OrganizationsServiceException {
581
+ /**
582
+ * @internal
583
+ */
584
+ constructor(opts) {
585
+ super({
586
+ name: "InvalidInputException",
587
+ $fault: "client",
588
+ ...opts
589
+ });
590
+ this.name = "InvalidInputException";
591
+ this.$fault = "client";
592
+ Object.setPrototypeOf(this, _InvalidInputException.prototype);
593
+ this.Message = opts.Message;
594
+ this.Reason = opts.Reason;
595
+ }
596
+ };
597
+ __name(_InvalidInputException, "InvalidInputException");
598
+ var InvalidInputException = _InvalidInputException;
599
+ var _ServiceException = class _ServiceException extends OrganizationsServiceException {
600
+ /**
601
+ * @internal
602
+ */
603
+ constructor(opts) {
604
+ super({
605
+ name: "ServiceException",
606
+ $fault: "server",
607
+ ...opts
608
+ });
609
+ this.name = "ServiceException";
610
+ this.$fault = "server";
611
+ Object.setPrototypeOf(this, _ServiceException.prototype);
612
+ this.Message = opts.Message;
613
+ }
614
+ };
615
+ __name(_ServiceException, "ServiceException");
616
+ var ServiceException = _ServiceException;
617
+ var _TooManyRequestsException = class _TooManyRequestsException extends OrganizationsServiceException {
618
+ /**
619
+ * @internal
620
+ */
621
+ constructor(opts) {
622
+ super({
623
+ name: "TooManyRequestsException",
624
+ $fault: "client",
625
+ ...opts
626
+ });
627
+ this.name = "TooManyRequestsException";
628
+ this.$fault = "client";
629
+ Object.setPrototypeOf(this, _TooManyRequestsException.prototype);
630
+ this.Type = opts.Type;
631
+ this.Message = opts.Message;
632
+ }
633
+ };
634
+ __name(_TooManyRequestsException, "TooManyRequestsException");
635
+ var TooManyRequestsException = _TooManyRequestsException;
636
+ var AccountJoinedMethod = {
637
+ CREATED: "CREATED",
638
+ INVITED: "INVITED"
639
+ };
640
+ var AccountStatus = {
641
+ ACTIVE: "ACTIVE",
642
+ PENDING_CLOSURE: "PENDING_CLOSURE",
643
+ SUSPENDED: "SUSPENDED"
644
+ };
645
+ var _AccountAlreadyClosedException = class _AccountAlreadyClosedException extends OrganizationsServiceException {
646
+ /**
647
+ * @internal
648
+ */
649
+ constructor(opts) {
650
+ super({
651
+ name: "AccountAlreadyClosedException",
652
+ $fault: "client",
653
+ ...opts
654
+ });
655
+ this.name = "AccountAlreadyClosedException";
656
+ this.$fault = "client";
657
+ Object.setPrototypeOf(this, _AccountAlreadyClosedException.prototype);
658
+ this.Message = opts.Message;
659
+ }
660
+ };
661
+ __name(_AccountAlreadyClosedException, "AccountAlreadyClosedException");
662
+ var AccountAlreadyClosedException = _AccountAlreadyClosedException;
663
+ var _AccountAlreadyRegisteredException = class _AccountAlreadyRegisteredException extends OrganizationsServiceException {
664
+ /**
665
+ * @internal
666
+ */
667
+ constructor(opts) {
668
+ super({
669
+ name: "AccountAlreadyRegisteredException",
670
+ $fault: "client",
671
+ ...opts
672
+ });
673
+ this.name = "AccountAlreadyRegisteredException";
674
+ this.$fault = "client";
675
+ Object.setPrototypeOf(this, _AccountAlreadyRegisteredException.prototype);
676
+ this.Message = opts.Message;
677
+ }
678
+ };
679
+ __name(_AccountAlreadyRegisteredException, "AccountAlreadyRegisteredException");
680
+ var AccountAlreadyRegisteredException = _AccountAlreadyRegisteredException;
681
+ var _AccountNotFoundException = class _AccountNotFoundException extends OrganizationsServiceException {
682
+ /**
683
+ * @internal
684
+ */
685
+ constructor(opts) {
686
+ super({
687
+ name: "AccountNotFoundException",
688
+ $fault: "client",
689
+ ...opts
690
+ });
691
+ this.name = "AccountNotFoundException";
692
+ this.$fault = "client";
693
+ Object.setPrototypeOf(this, _AccountNotFoundException.prototype);
694
+ this.Message = opts.Message;
695
+ }
696
+ };
697
+ __name(_AccountNotFoundException, "AccountNotFoundException");
698
+ var AccountNotFoundException = _AccountNotFoundException;
699
+ var _AccountNotRegisteredException = class _AccountNotRegisteredException extends OrganizationsServiceException {
700
+ /**
701
+ * @internal
702
+ */
703
+ constructor(opts) {
704
+ super({
705
+ name: "AccountNotRegisteredException",
706
+ $fault: "client",
707
+ ...opts
708
+ });
709
+ this.name = "AccountNotRegisteredException";
710
+ this.$fault = "client";
711
+ Object.setPrototypeOf(this, _AccountNotRegisteredException.prototype);
712
+ this.Message = opts.Message;
713
+ }
714
+ };
715
+ __name(_AccountNotRegisteredException, "AccountNotRegisteredException");
716
+ var AccountNotRegisteredException = _AccountNotRegisteredException;
717
+ var _AccountOwnerNotVerifiedException = class _AccountOwnerNotVerifiedException extends OrganizationsServiceException {
718
+ /**
719
+ * @internal
720
+ */
721
+ constructor(opts) {
722
+ super({
723
+ name: "AccountOwnerNotVerifiedException",
724
+ $fault: "client",
725
+ ...opts
726
+ });
727
+ this.name = "AccountOwnerNotVerifiedException";
728
+ this.$fault = "client";
729
+ Object.setPrototypeOf(this, _AccountOwnerNotVerifiedException.prototype);
730
+ this.Message = opts.Message;
731
+ }
732
+ };
733
+ __name(_AccountOwnerNotVerifiedException, "AccountOwnerNotVerifiedException");
734
+ var AccountOwnerNotVerifiedException = _AccountOwnerNotVerifiedException;
735
+ var _AlreadyInOrganizationException = class _AlreadyInOrganizationException extends OrganizationsServiceException {
736
+ /**
737
+ * @internal
738
+ */
739
+ constructor(opts) {
740
+ super({
741
+ name: "AlreadyInOrganizationException",
742
+ $fault: "client",
743
+ ...opts
744
+ });
745
+ this.name = "AlreadyInOrganizationException";
746
+ this.$fault = "client";
747
+ Object.setPrototypeOf(this, _AlreadyInOrganizationException.prototype);
748
+ this.Message = opts.Message;
749
+ }
750
+ };
751
+ __name(_AlreadyInOrganizationException, "AlreadyInOrganizationException");
752
+ var AlreadyInOrganizationException = _AlreadyInOrganizationException;
753
+ var ConstraintViolationExceptionReason = {
754
+ ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
755
+ ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
756
+ ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION",
757
+ ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE",
758
+ ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
759
+ ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
760
+ CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT",
761
+ CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
762
+ CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR",
763
+ CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
764
+ CLOSE_ACCOUNT_QUOTA_EXCEEDED: "CLOSE_ACCOUNT_QUOTA_EXCEEDED",
765
+ CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED",
766
+ CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION",
767
+ DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE",
768
+ EMAIL_VERIFICATION_CODE_EXPIRED: "EMAIL_VERIFICATION_CODE_EXPIRED",
769
+ HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED",
770
+ INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT",
771
+ MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE",
772
+ MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE",
773
+ MASTER_ACCOUNT_MISSING_CONTACT_INFO: "MASTER_ACCOUNT_MISSING_CONTACT_INFO",
774
+ MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED",
775
+ MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
776
+ MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
777
+ MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
778
+ MAX_TAG_LIMIT_EXCEEDED: "MAX_TAG_LIMIT_EXCEEDED",
779
+ MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
780
+ MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
781
+ ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE",
782
+ OU_DEPTH_LIMIT_EXCEEDED: "OU_DEPTH_LIMIT_EXCEEDED",
783
+ OU_NUMBER_LIMIT_EXCEEDED: "OU_NUMBER_LIMIT_EXCEEDED",
784
+ POLICY_CONTENT_LIMIT_EXCEEDED: "POLICY_CONTENT_LIMIT_EXCEEDED",
785
+ POLICY_NUMBER_LIMIT_EXCEEDED: "POLICY_NUMBER_LIMIT_EXCEEDED",
786
+ SERVICE_ACCESS_NOT_ENABLED: "SERVICE_ACCESS_NOT_ENABLED",
787
+ TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION",
788
+ WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE"
789
+ };
790
+ var _ConstraintViolationException = class _ConstraintViolationException extends OrganizationsServiceException {
791
+ /**
792
+ * @internal
793
+ */
794
+ constructor(opts) {
795
+ super({
796
+ name: "ConstraintViolationException",
797
+ $fault: "client",
798
+ ...opts
799
+ });
800
+ this.name = "ConstraintViolationException";
801
+ this.$fault = "client";
802
+ Object.setPrototypeOf(this, _ConstraintViolationException.prototype);
803
+ this.Message = opts.Message;
804
+ this.Reason = opts.Reason;
805
+ }
806
+ };
807
+ __name(_ConstraintViolationException, "ConstraintViolationException");
808
+ var ConstraintViolationException = _ConstraintViolationException;
809
+ var _DuplicatePolicyAttachmentException = class _DuplicatePolicyAttachmentException extends OrganizationsServiceException {
810
+ /**
811
+ * @internal
812
+ */
813
+ constructor(opts) {
814
+ super({
815
+ name: "DuplicatePolicyAttachmentException",
816
+ $fault: "client",
817
+ ...opts
818
+ });
819
+ this.name = "DuplicatePolicyAttachmentException";
820
+ this.$fault = "client";
821
+ Object.setPrototypeOf(this, _DuplicatePolicyAttachmentException.prototype);
822
+ this.Message = opts.Message;
823
+ }
824
+ };
825
+ __name(_DuplicatePolicyAttachmentException, "DuplicatePolicyAttachmentException");
826
+ var DuplicatePolicyAttachmentException = _DuplicatePolicyAttachmentException;
827
+ var _PolicyChangesInProgressException = class _PolicyChangesInProgressException extends OrganizationsServiceException {
828
+ /**
829
+ * @internal
830
+ */
831
+ constructor(opts) {
832
+ super({
833
+ name: "PolicyChangesInProgressException",
834
+ $fault: "client",
835
+ ...opts
836
+ });
837
+ this.name = "PolicyChangesInProgressException";
838
+ this.$fault = "client";
839
+ Object.setPrototypeOf(this, _PolicyChangesInProgressException.prototype);
840
+ this.Message = opts.Message;
841
+ }
842
+ };
843
+ __name(_PolicyChangesInProgressException, "PolicyChangesInProgressException");
844
+ var PolicyChangesInProgressException = _PolicyChangesInProgressException;
845
+ var _PolicyNotFoundException = class _PolicyNotFoundException extends OrganizationsServiceException {
846
+ /**
847
+ * @internal
848
+ */
849
+ constructor(opts) {
850
+ super({
851
+ name: "PolicyNotFoundException",
852
+ $fault: "client",
853
+ ...opts
854
+ });
855
+ this.name = "PolicyNotFoundException";
856
+ this.$fault = "client";
857
+ Object.setPrototypeOf(this, _PolicyNotFoundException.prototype);
858
+ this.Message = opts.Message;
859
+ }
860
+ };
861
+ __name(_PolicyNotFoundException, "PolicyNotFoundException");
862
+ var PolicyNotFoundException = _PolicyNotFoundException;
863
+ var _PolicyTypeNotEnabledException = class _PolicyTypeNotEnabledException extends OrganizationsServiceException {
864
+ /**
865
+ * @internal
866
+ */
867
+ constructor(opts) {
868
+ super({
869
+ name: "PolicyTypeNotEnabledException",
870
+ $fault: "client",
871
+ ...opts
872
+ });
873
+ this.name = "PolicyTypeNotEnabledException";
874
+ this.$fault = "client";
875
+ Object.setPrototypeOf(this, _PolicyTypeNotEnabledException.prototype);
876
+ this.Message = opts.Message;
877
+ }
878
+ };
879
+ __name(_PolicyTypeNotEnabledException, "PolicyTypeNotEnabledException");
880
+ var PolicyTypeNotEnabledException = _PolicyTypeNotEnabledException;
881
+ var _TargetNotFoundException = class _TargetNotFoundException extends OrganizationsServiceException {
882
+ /**
883
+ * @internal
884
+ */
885
+ constructor(opts) {
886
+ super({
887
+ name: "TargetNotFoundException",
888
+ $fault: "client",
889
+ ...opts
890
+ });
891
+ this.name = "TargetNotFoundException";
892
+ this.$fault = "client";
893
+ Object.setPrototypeOf(this, _TargetNotFoundException.prototype);
894
+ this.Message = opts.Message;
895
+ }
896
+ };
897
+ __name(_TargetNotFoundException, "TargetNotFoundException");
898
+ var TargetNotFoundException = _TargetNotFoundException;
899
+ var _UnsupportedAPIEndpointException = class _UnsupportedAPIEndpointException extends OrganizationsServiceException {
900
+ /**
901
+ * @internal
902
+ */
903
+ constructor(opts) {
904
+ super({
905
+ name: "UnsupportedAPIEndpointException",
906
+ $fault: "client",
907
+ ...opts
908
+ });
909
+ this.name = "UnsupportedAPIEndpointException";
910
+ this.$fault = "client";
911
+ Object.setPrototypeOf(this, _UnsupportedAPIEndpointException.prototype);
912
+ this.Message = opts.Message;
913
+ }
914
+ };
915
+ __name(_UnsupportedAPIEndpointException, "UnsupportedAPIEndpointException");
916
+ var UnsupportedAPIEndpointException = _UnsupportedAPIEndpointException;
917
+ var _ConflictException = class _ConflictException extends OrganizationsServiceException {
918
+ /**
919
+ * @internal
920
+ */
921
+ constructor(opts) {
922
+ super({
923
+ name: "ConflictException",
924
+ $fault: "client",
925
+ ...opts
926
+ });
927
+ this.name = "ConflictException";
928
+ this.$fault = "client";
929
+ Object.setPrototypeOf(this, _ConflictException.prototype);
930
+ this.Message = opts.Message;
931
+ }
932
+ };
933
+ __name(_ConflictException, "ConflictException");
934
+ var ConflictException = _ConflictException;
935
+ var IAMUserAccessToBilling = {
936
+ ALLOW: "ALLOW",
937
+ DENY: "DENY"
938
+ };
939
+ var CreateAccountFailureReason = {
940
+ ACCOUNT_LIMIT_EXCEEDED: "ACCOUNT_LIMIT_EXCEEDED",
941
+ CONCURRENT_ACCOUNT_MODIFICATION: "CONCURRENT_ACCOUNT_MODIFICATION",
942
+ EMAIL_ALREADY_EXISTS: "EMAIL_ALREADY_EXISTS",
943
+ FAILED_BUSINESS_VALIDATION: "FAILED_BUSINESS_VALIDATION",
944
+ GOVCLOUD_ACCOUNT_ALREADY_EXISTS: "GOVCLOUD_ACCOUNT_ALREADY_EXISTS",
945
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
946
+ INVALID_ADDRESS: "INVALID_ADDRESS",
947
+ INVALID_EMAIL: "INVALID_EMAIL",
948
+ INVALID_IDENTITY_FOR_BUSINESS_VALIDATION: "INVALID_IDENTITY_FOR_BUSINESS_VALIDATION",
949
+ INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT",
950
+ MISSING_BUSINESS_VALIDATION: "MISSING_BUSINESS_VALIDATION",
951
+ MISSING_PAYMENT_INSTRUMENT: "MISSING_PAYMENT_INSTRUMENT",
952
+ PENDING_BUSINESS_VALIDATIONv: "PENDING_BUSINESS_VALIDATION",
953
+ UNKNOWN_BUSINESS_VALIDATION: "UNKNOWN_BUSINESS_VALIDATION",
954
+ UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED: "UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED"
955
+ };
956
+ var CreateAccountState = {
957
+ FAILED: "FAILED",
958
+ IN_PROGRESS: "IN_PROGRESS",
959
+ SUCCEEDED: "SUCCEEDED"
960
+ };
961
+ var _FinalizingOrganizationException = class _FinalizingOrganizationException extends OrganizationsServiceException {
962
+ /**
963
+ * @internal
964
+ */
965
+ constructor(opts) {
966
+ super({
967
+ name: "FinalizingOrganizationException",
968
+ $fault: "client",
969
+ ...opts
970
+ });
971
+ this.name = "FinalizingOrganizationException";
972
+ this.$fault = "client";
973
+ Object.setPrototypeOf(this, _FinalizingOrganizationException.prototype);
974
+ this.Message = opts.Message;
975
+ }
976
+ };
977
+ __name(_FinalizingOrganizationException, "FinalizingOrganizationException");
978
+ var FinalizingOrganizationException = _FinalizingOrganizationException;
979
+ var OrganizationFeatureSet = {
980
+ ALL: "ALL",
981
+ CONSOLIDATED_BILLING: "CONSOLIDATED_BILLING"
982
+ };
983
+ var PolicyTypeStatus = {
984
+ ENABLED: "ENABLED",
985
+ PENDING_DISABLE: "PENDING_DISABLE",
986
+ PENDING_ENABLE: "PENDING_ENABLE"
987
+ };
988
+ var PolicyType = {
989
+ AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
990
+ BACKUP_POLICY: "BACKUP_POLICY",
991
+ CHATBOT_POLICY: "CHATBOT_POLICY",
992
+ SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY",
993
+ TAG_POLICY: "TAG_POLICY"
994
+ };
995
+ var _DuplicateOrganizationalUnitException = class _DuplicateOrganizationalUnitException extends OrganizationsServiceException {
996
+ /**
997
+ * @internal
998
+ */
999
+ constructor(opts) {
1000
+ super({
1001
+ name: "DuplicateOrganizationalUnitException",
1002
+ $fault: "client",
1003
+ ...opts
1004
+ });
1005
+ this.name = "DuplicateOrganizationalUnitException";
1006
+ this.$fault = "client";
1007
+ Object.setPrototypeOf(this, _DuplicateOrganizationalUnitException.prototype);
1008
+ this.Message = opts.Message;
1009
+ }
1010
+ };
1011
+ __name(_DuplicateOrganizationalUnitException, "DuplicateOrganizationalUnitException");
1012
+ var DuplicateOrganizationalUnitException = _DuplicateOrganizationalUnitException;
1013
+ var _ParentNotFoundException = class _ParentNotFoundException extends OrganizationsServiceException {
1014
+ /**
1015
+ * @internal
1016
+ */
1017
+ constructor(opts) {
1018
+ super({
1019
+ name: "ParentNotFoundException",
1020
+ $fault: "client",
1021
+ ...opts
1022
+ });
1023
+ this.name = "ParentNotFoundException";
1024
+ this.$fault = "client";
1025
+ Object.setPrototypeOf(this, _ParentNotFoundException.prototype);
1026
+ this.Message = opts.Message;
1027
+ }
1028
+ };
1029
+ __name(_ParentNotFoundException, "ParentNotFoundException");
1030
+ var ParentNotFoundException = _ParentNotFoundException;
1031
+ var _DuplicatePolicyException = class _DuplicatePolicyException extends OrganizationsServiceException {
1032
+ /**
1033
+ * @internal
1034
+ */
1035
+ constructor(opts) {
1036
+ super({
1037
+ name: "DuplicatePolicyException",
1038
+ $fault: "client",
1039
+ ...opts
1040
+ });
1041
+ this.name = "DuplicatePolicyException";
1042
+ this.$fault = "client";
1043
+ Object.setPrototypeOf(this, _DuplicatePolicyException.prototype);
1044
+ this.Message = opts.Message;
1045
+ }
1046
+ };
1047
+ __name(_DuplicatePolicyException, "DuplicatePolicyException");
1048
+ var DuplicatePolicyException = _DuplicatePolicyException;
1049
+ var _MalformedPolicyDocumentException = class _MalformedPolicyDocumentException extends OrganizationsServiceException {
1050
+ /**
1051
+ * @internal
1052
+ */
1053
+ constructor(opts) {
1054
+ super({
1055
+ name: "MalformedPolicyDocumentException",
1056
+ $fault: "client",
1057
+ ...opts
1058
+ });
1059
+ this.name = "MalformedPolicyDocumentException";
1060
+ this.$fault = "client";
1061
+ Object.setPrototypeOf(this, _MalformedPolicyDocumentException.prototype);
1062
+ this.Message = opts.Message;
1063
+ }
1064
+ };
1065
+ __name(_MalformedPolicyDocumentException, "MalformedPolicyDocumentException");
1066
+ var MalformedPolicyDocumentException = _MalformedPolicyDocumentException;
1067
+ var _PolicyTypeNotAvailableForOrganizationException = class _PolicyTypeNotAvailableForOrganizationException extends OrganizationsServiceException {
1068
+ /**
1069
+ * @internal
1070
+ */
1071
+ constructor(opts) {
1072
+ super({
1073
+ name: "PolicyTypeNotAvailableForOrganizationException",
1074
+ $fault: "client",
1075
+ ...opts
1076
+ });
1077
+ this.name = "PolicyTypeNotAvailableForOrganizationException";
1078
+ this.$fault = "client";
1079
+ Object.setPrototypeOf(this, _PolicyTypeNotAvailableForOrganizationException.prototype);
1080
+ this.Message = opts.Message;
1081
+ }
1082
+ };
1083
+ __name(_PolicyTypeNotAvailableForOrganizationException, "PolicyTypeNotAvailableForOrganizationException");
1084
+ var PolicyTypeNotAvailableForOrganizationException = _PolicyTypeNotAvailableForOrganizationException;
1085
+ var _OrganizationNotEmptyException = class _OrganizationNotEmptyException extends OrganizationsServiceException {
1086
+ /**
1087
+ * @internal
1088
+ */
1089
+ constructor(opts) {
1090
+ super({
1091
+ name: "OrganizationNotEmptyException",
1092
+ $fault: "client",
1093
+ ...opts
1094
+ });
1095
+ this.name = "OrganizationNotEmptyException";
1096
+ this.$fault = "client";
1097
+ Object.setPrototypeOf(this, _OrganizationNotEmptyException.prototype);
1098
+ this.Message = opts.Message;
1099
+ }
1100
+ };
1101
+ __name(_OrganizationNotEmptyException, "OrganizationNotEmptyException");
1102
+ var OrganizationNotEmptyException = _OrganizationNotEmptyException;
1103
+ var _OrganizationalUnitNotEmptyException = class _OrganizationalUnitNotEmptyException extends OrganizationsServiceException {
1104
+ /**
1105
+ * @internal
1106
+ */
1107
+ constructor(opts) {
1108
+ super({
1109
+ name: "OrganizationalUnitNotEmptyException",
1110
+ $fault: "client",
1111
+ ...opts
1112
+ });
1113
+ this.name = "OrganizationalUnitNotEmptyException";
1114
+ this.$fault = "client";
1115
+ Object.setPrototypeOf(this, _OrganizationalUnitNotEmptyException.prototype);
1116
+ this.Message = opts.Message;
1117
+ }
1118
+ };
1119
+ __name(_OrganizationalUnitNotEmptyException, "OrganizationalUnitNotEmptyException");
1120
+ var OrganizationalUnitNotEmptyException = _OrganizationalUnitNotEmptyException;
1121
+ var _OrganizationalUnitNotFoundException = class _OrganizationalUnitNotFoundException extends OrganizationsServiceException {
1122
+ /**
1123
+ * @internal
1124
+ */
1125
+ constructor(opts) {
1126
+ super({
1127
+ name: "OrganizationalUnitNotFoundException",
1128
+ $fault: "client",
1129
+ ...opts
1130
+ });
1131
+ this.name = "OrganizationalUnitNotFoundException";
1132
+ this.$fault = "client";
1133
+ Object.setPrototypeOf(this, _OrganizationalUnitNotFoundException.prototype);
1134
+ this.Message = opts.Message;
1135
+ }
1136
+ };
1137
+ __name(_OrganizationalUnitNotFoundException, "OrganizationalUnitNotFoundException");
1138
+ var OrganizationalUnitNotFoundException = _OrganizationalUnitNotFoundException;
1139
+ var _PolicyInUseException = class _PolicyInUseException extends OrganizationsServiceException {
1140
+ /**
1141
+ * @internal
1142
+ */
1143
+ constructor(opts) {
1144
+ super({
1145
+ name: "PolicyInUseException",
1146
+ $fault: "client",
1147
+ ...opts
1148
+ });
1149
+ this.name = "PolicyInUseException";
1150
+ this.$fault = "client";
1151
+ Object.setPrototypeOf(this, _PolicyInUseException.prototype);
1152
+ this.Message = opts.Message;
1153
+ }
1154
+ };
1155
+ __name(_PolicyInUseException, "PolicyInUseException");
1156
+ var PolicyInUseException = _PolicyInUseException;
1157
+ var _ResourcePolicyNotFoundException = class _ResourcePolicyNotFoundException extends OrganizationsServiceException {
1158
+ /**
1159
+ * @internal
1160
+ */
1161
+ constructor(opts) {
1162
+ super({
1163
+ name: "ResourcePolicyNotFoundException",
1164
+ $fault: "client",
1165
+ ...opts
1166
+ });
1167
+ this.name = "ResourcePolicyNotFoundException";
1168
+ this.$fault = "client";
1169
+ Object.setPrototypeOf(this, _ResourcePolicyNotFoundException.prototype);
1170
+ this.Message = opts.Message;
1171
+ }
1172
+ };
1173
+ __name(_ResourcePolicyNotFoundException, "ResourcePolicyNotFoundException");
1174
+ var ResourcePolicyNotFoundException = _ResourcePolicyNotFoundException;
1175
+ var _CreateAccountStatusNotFoundException = class _CreateAccountStatusNotFoundException extends OrganizationsServiceException {
1176
+ /**
1177
+ * @internal
1178
+ */
1179
+ constructor(opts) {
1180
+ super({
1181
+ name: "CreateAccountStatusNotFoundException",
1182
+ $fault: "client",
1183
+ ...opts
1184
+ });
1185
+ this.name = "CreateAccountStatusNotFoundException";
1186
+ this.$fault = "client";
1187
+ Object.setPrototypeOf(this, _CreateAccountStatusNotFoundException.prototype);
1188
+ this.Message = opts.Message;
1189
+ }
1190
+ };
1191
+ __name(_CreateAccountStatusNotFoundException, "CreateAccountStatusNotFoundException");
1192
+ var CreateAccountStatusNotFoundException = _CreateAccountStatusNotFoundException;
1193
+ var EffectivePolicyType = {
1194
+ AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
1195
+ BACKUP_POLICY: "BACKUP_POLICY",
1196
+ CHATBOT_POLICY: "CHATBOT_POLICY",
1197
+ TAG_POLICY: "TAG_POLICY"
1198
+ };
1199
+ var _EffectivePolicyNotFoundException = class _EffectivePolicyNotFoundException extends OrganizationsServiceException {
1200
+ /**
1201
+ * @internal
1202
+ */
1203
+ constructor(opts) {
1204
+ super({
1205
+ name: "EffectivePolicyNotFoundException",
1206
+ $fault: "client",
1207
+ ...opts
1208
+ });
1209
+ this.name = "EffectivePolicyNotFoundException";
1210
+ this.$fault = "client";
1211
+ Object.setPrototypeOf(this, _EffectivePolicyNotFoundException.prototype);
1212
+ this.Message = opts.Message;
1213
+ }
1214
+ };
1215
+ __name(_EffectivePolicyNotFoundException, "EffectivePolicyNotFoundException");
1216
+ var EffectivePolicyNotFoundException = _EffectivePolicyNotFoundException;
1217
+ var _PolicyNotAttachedException = class _PolicyNotAttachedException extends OrganizationsServiceException {
1218
+ /**
1219
+ * @internal
1220
+ */
1221
+ constructor(opts) {
1222
+ super({
1223
+ name: "PolicyNotAttachedException",
1224
+ $fault: "client",
1225
+ ...opts
1226
+ });
1227
+ this.name = "PolicyNotAttachedException";
1228
+ this.$fault = "client";
1229
+ Object.setPrototypeOf(this, _PolicyNotAttachedException.prototype);
1230
+ this.Message = opts.Message;
1231
+ }
1232
+ };
1233
+ __name(_PolicyNotAttachedException, "PolicyNotAttachedException");
1234
+ var PolicyNotAttachedException = _PolicyNotAttachedException;
1235
+ var _RootNotFoundException = class _RootNotFoundException extends OrganizationsServiceException {
1236
+ /**
1237
+ * @internal
1238
+ */
1239
+ constructor(opts) {
1240
+ super({
1241
+ name: "RootNotFoundException",
1242
+ $fault: "client",
1243
+ ...opts
1244
+ });
1245
+ this.name = "RootNotFoundException";
1246
+ this.$fault = "client";
1247
+ Object.setPrototypeOf(this, _RootNotFoundException.prototype);
1248
+ this.Message = opts.Message;
1249
+ }
1250
+ };
1251
+ __name(_RootNotFoundException, "RootNotFoundException");
1252
+ var RootNotFoundException = _RootNotFoundException;
1253
+ var _PolicyTypeAlreadyEnabledException = class _PolicyTypeAlreadyEnabledException extends OrganizationsServiceException {
1254
+ /**
1255
+ * @internal
1256
+ */
1257
+ constructor(opts) {
1258
+ super({
1259
+ name: "PolicyTypeAlreadyEnabledException",
1260
+ $fault: "client",
1261
+ ...opts
1262
+ });
1263
+ this.name = "PolicyTypeAlreadyEnabledException";
1264
+ this.$fault = "client";
1265
+ Object.setPrototypeOf(this, _PolicyTypeAlreadyEnabledException.prototype);
1266
+ this.Message = opts.Message;
1267
+ }
1268
+ };
1269
+ __name(_PolicyTypeAlreadyEnabledException, "PolicyTypeAlreadyEnabledException");
1270
+ var PolicyTypeAlreadyEnabledException = _PolicyTypeAlreadyEnabledException;
1271
+ var _DuplicateHandshakeException = class _DuplicateHandshakeException extends OrganizationsServiceException {
1272
+ /**
1273
+ * @internal
1274
+ */
1275
+ constructor(opts) {
1276
+ super({
1277
+ name: "DuplicateHandshakeException",
1278
+ $fault: "client",
1279
+ ...opts
1280
+ });
1281
+ this.name = "DuplicateHandshakeException";
1282
+ this.$fault = "client";
1283
+ Object.setPrototypeOf(this, _DuplicateHandshakeException.prototype);
1284
+ this.Message = opts.Message;
1285
+ }
1286
+ };
1287
+ __name(_DuplicateHandshakeException, "DuplicateHandshakeException");
1288
+ var DuplicateHandshakeException = _DuplicateHandshakeException;
1289
+ var _MasterCannotLeaveOrganizationException = class _MasterCannotLeaveOrganizationException extends OrganizationsServiceException {
1290
+ /**
1291
+ * @internal
1292
+ */
1293
+ constructor(opts) {
1294
+ super({
1295
+ name: "MasterCannotLeaveOrganizationException",
1296
+ $fault: "client",
1297
+ ...opts
1298
+ });
1299
+ this.name = "MasterCannotLeaveOrganizationException";
1300
+ this.$fault = "client";
1301
+ Object.setPrototypeOf(this, _MasterCannotLeaveOrganizationException.prototype);
1302
+ this.Message = opts.Message;
1303
+ }
1304
+ };
1305
+ __name(_MasterCannotLeaveOrganizationException, "MasterCannotLeaveOrganizationException");
1306
+ var MasterCannotLeaveOrganizationException = _MasterCannotLeaveOrganizationException;
1307
+ var ChildType = {
1308
+ ACCOUNT: "ACCOUNT",
1309
+ ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT"
1310
+ };
1311
+ var _ChildNotFoundException = class _ChildNotFoundException extends OrganizationsServiceException {
1312
+ /**
1313
+ * @internal
1314
+ */
1315
+ constructor(opts) {
1316
+ super({
1317
+ name: "ChildNotFoundException",
1318
+ $fault: "client",
1319
+ ...opts
1320
+ });
1321
+ this.name = "ChildNotFoundException";
1322
+ this.$fault = "client";
1323
+ Object.setPrototypeOf(this, _ChildNotFoundException.prototype);
1324
+ this.Message = opts.Message;
1325
+ }
1326
+ };
1327
+ __name(_ChildNotFoundException, "ChildNotFoundException");
1328
+ var ChildNotFoundException = _ChildNotFoundException;
1329
+ var ParentType = {
1330
+ ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
1331
+ ROOT: "ROOT"
1332
+ };
1333
+ var TargetType = {
1334
+ ACCOUNT: "ACCOUNT",
1335
+ ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
1336
+ ROOT: "ROOT"
1337
+ };
1338
+ var _DestinationParentNotFoundException = class _DestinationParentNotFoundException extends OrganizationsServiceException {
1339
+ /**
1340
+ * @internal
1341
+ */
1342
+ constructor(opts) {
1343
+ super({
1344
+ name: "DestinationParentNotFoundException",
1345
+ $fault: "client",
1346
+ ...opts
1347
+ });
1348
+ this.name = "DestinationParentNotFoundException";
1349
+ this.$fault = "client";
1350
+ Object.setPrototypeOf(this, _DestinationParentNotFoundException.prototype);
1351
+ this.Message = opts.Message;
1352
+ }
1353
+ };
1354
+ __name(_DestinationParentNotFoundException, "DestinationParentNotFoundException");
1355
+ var DestinationParentNotFoundException = _DestinationParentNotFoundException;
1356
+ var _DuplicateAccountException = class _DuplicateAccountException extends OrganizationsServiceException {
1357
+ /**
1358
+ * @internal
1359
+ */
1360
+ constructor(opts) {
1361
+ super({
1362
+ name: "DuplicateAccountException",
1363
+ $fault: "client",
1364
+ ...opts
1365
+ });
1366
+ this.name = "DuplicateAccountException";
1367
+ this.$fault = "client";
1368
+ Object.setPrototypeOf(this, _DuplicateAccountException.prototype);
1369
+ this.Message = opts.Message;
1370
+ }
1371
+ };
1372
+ __name(_DuplicateAccountException, "DuplicateAccountException");
1373
+ var DuplicateAccountException = _DuplicateAccountException;
1374
+ var _SourceParentNotFoundException = class _SourceParentNotFoundException extends OrganizationsServiceException {
1375
+ /**
1376
+ * @internal
1377
+ */
1378
+ constructor(opts) {
1379
+ super({
1380
+ name: "SourceParentNotFoundException",
1381
+ $fault: "client",
1382
+ ...opts
1383
+ });
1384
+ this.name = "SourceParentNotFoundException";
1385
+ this.$fault = "client";
1386
+ Object.setPrototypeOf(this, _SourceParentNotFoundException.prototype);
1387
+ this.Message = opts.Message;
1388
+ }
1389
+ };
1390
+ __name(_SourceParentNotFoundException, "SourceParentNotFoundException");
1391
+ var SourceParentNotFoundException = _SourceParentNotFoundException;
1392
+ var HandshakePartyFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1393
+ ...obj,
1394
+ ...obj.Id && { Id: import_smithy_client.SENSITIVE_STRING }
1395
+ }), "HandshakePartyFilterSensitiveLog");
1396
+ var AccountFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1397
+ ...obj,
1398
+ ...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING },
1399
+ ...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
1400
+ }), "AccountFilterSensitiveLog");
1401
+ var CreateAccountRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1402
+ ...obj,
1403
+ ...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING },
1404
+ ...obj.AccountName && { AccountName: import_smithy_client.SENSITIVE_STRING }
1405
+ }), "CreateAccountRequestFilterSensitiveLog");
1406
+ var CreateAccountStatusFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1407
+ ...obj,
1408
+ ...obj.AccountName && { AccountName: import_smithy_client.SENSITIVE_STRING }
1409
+ }), "CreateAccountStatusFilterSensitiveLog");
1410
+ var CreateAccountResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1411
+ ...obj,
1412
+ ...obj.CreateAccountStatus && {
1413
+ CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus)
1414
+ }
1415
+ }), "CreateAccountResponseFilterSensitiveLog");
1416
+ var CreateGovCloudAccountRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1417
+ ...obj,
1418
+ ...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING },
1419
+ ...obj.AccountName && { AccountName: import_smithy_client.SENSITIVE_STRING }
1420
+ }), "CreateGovCloudAccountRequestFilterSensitiveLog");
1421
+ var CreateGovCloudAccountResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1422
+ ...obj,
1423
+ ...obj.CreateAccountStatus && {
1424
+ CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus)
1425
+ }
1426
+ }), "CreateGovCloudAccountResponseFilterSensitiveLog");
1427
+ var OrganizationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1428
+ ...obj,
1429
+ ...obj.MasterAccountEmail && { MasterAccountEmail: import_smithy_client.SENSITIVE_STRING }
1430
+ }), "OrganizationFilterSensitiveLog");
1431
+ var CreateOrganizationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1432
+ ...obj,
1433
+ ...obj.Organization && { Organization: OrganizationFilterSensitiveLog(obj.Organization) }
1434
+ }), "CreateOrganizationResponseFilterSensitiveLog");
1435
+ var DescribeAccountResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1436
+ ...obj,
1437
+ ...obj.Account && { Account: AccountFilterSensitiveLog(obj.Account) }
1438
+ }), "DescribeAccountResponseFilterSensitiveLog");
1439
+ var DescribeCreateAccountStatusResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1440
+ ...obj,
1441
+ ...obj.CreateAccountStatus && {
1442
+ CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus)
1443
+ }
1444
+ }), "DescribeCreateAccountStatusResponseFilterSensitiveLog");
1445
+ var DescribeOrganizationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1446
+ ...obj,
1447
+ ...obj.Organization && { Organization: OrganizationFilterSensitiveLog(obj.Organization) }
1448
+ }), "DescribeOrganizationResponseFilterSensitiveLog");
1449
+ var InviteAccountToOrganizationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1450
+ ...obj,
1451
+ ...obj.Target && { Target: HandshakePartyFilterSensitiveLog(obj.Target) },
1452
+ ...obj.Notes && { Notes: import_smithy_client.SENSITIVE_STRING }
1453
+ }), "InviteAccountToOrganizationRequestFilterSensitiveLog");
1454
+ var ListAccountsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1455
+ ...obj,
1456
+ ...obj.Accounts && { Accounts: obj.Accounts.map((item) => AccountFilterSensitiveLog(item)) }
1457
+ }), "ListAccountsResponseFilterSensitiveLog");
1458
+ var ListAccountsForParentResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1459
+ ...obj,
1460
+ ...obj.Accounts && { Accounts: obj.Accounts.map((item) => AccountFilterSensitiveLog(item)) }
1461
+ }), "ListAccountsForParentResponseFilterSensitiveLog");
1462
+ var ListCreateAccountStatusResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1463
+ ...obj,
1464
+ ...obj.CreateAccountStatuses && {
1465
+ CreateAccountStatuses: obj.CreateAccountStatuses.map((item) => CreateAccountStatusFilterSensitiveLog(item))
1466
+ }
1467
+ }), "ListCreateAccountStatusResponseFilterSensitiveLog");
1468
+ var DelegatedAdministratorFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1469
+ ...obj,
1470
+ ...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING },
1471
+ ...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
1472
+ }), "DelegatedAdministratorFilterSensitiveLog");
1473
+ var ListDelegatedAdministratorsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1474
+ ...obj,
1475
+ ...obj.DelegatedAdministrators && {
1476
+ DelegatedAdministrators: obj.DelegatedAdministrators.map((item) => DelegatedAdministratorFilterSensitiveLog(item))
1477
+ }
1478
+ }), "ListDelegatedAdministratorsResponseFilterSensitiveLog");
1479
+ var HandshakeResourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1480
+ ...obj,
1481
+ ...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING },
1482
+ ...obj.Resources && { Resources: obj.Resources.map((item) => HandshakeResourceFilterSensitiveLog(item)) }
1483
+ }), "HandshakeResourceFilterSensitiveLog");
1484
+ var HandshakeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1485
+ ...obj,
1486
+ ...obj.Parties && { Parties: obj.Parties.map((item) => HandshakePartyFilterSensitiveLog(item)) },
1487
+ ...obj.Resources && { Resources: obj.Resources.map((item) => HandshakeResourceFilterSensitiveLog(item)) }
1488
+ }), "HandshakeFilterSensitiveLog");
1489
+ var AcceptHandshakeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1490
+ ...obj,
1491
+ ...obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }
1492
+ }), "AcceptHandshakeResponseFilterSensitiveLog");
1493
+ var CancelHandshakeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1494
+ ...obj,
1495
+ ...obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }
1496
+ }), "CancelHandshakeResponseFilterSensitiveLog");
1497
+ var DeclineHandshakeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1498
+ ...obj,
1499
+ ...obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }
1500
+ }), "DeclineHandshakeResponseFilterSensitiveLog");
1501
+ var DescribeHandshakeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1502
+ ...obj,
1503
+ ...obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }
1504
+ }), "DescribeHandshakeResponseFilterSensitiveLog");
1505
+ var EnableAllFeaturesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1506
+ ...obj,
1507
+ ...obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }
1508
+ }), "EnableAllFeaturesResponseFilterSensitiveLog");
1509
+ var InviteAccountToOrganizationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1510
+ ...obj,
1511
+ ...obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }
1512
+ }), "InviteAccountToOrganizationResponseFilterSensitiveLog");
1513
+ var ListHandshakesForAccountResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1514
+ ...obj
1515
+ }), "ListHandshakesForAccountResponseFilterSensitiveLog");
1516
+ var ListHandshakesForOrganizationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1517
+ ...obj
1518
+ }), "ListHandshakesForOrganizationResponseFilterSensitiveLog");
1519
+
1520
+ // src/protocols/Aws_json1_1.ts
1521
+ var import_core2 = require("@aws-sdk/core");
1522
+
1523
+
1524
+ var se_AcceptHandshakeCommand = /* @__PURE__ */ __name(async (input, context) => {
1525
+ const headers = sharedHeaders("AcceptHandshake");
1526
+ let body;
1527
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1528
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1529
+ }, "se_AcceptHandshakeCommand");
1530
+ var se_AttachPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1531
+ const headers = sharedHeaders("AttachPolicy");
1532
+ let body;
1533
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1534
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1535
+ }, "se_AttachPolicyCommand");
1536
+ var se_CancelHandshakeCommand = /* @__PURE__ */ __name(async (input, context) => {
1537
+ const headers = sharedHeaders("CancelHandshake");
1538
+ let body;
1539
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1540
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1541
+ }, "se_CancelHandshakeCommand");
1542
+ var se_CloseAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1543
+ const headers = sharedHeaders("CloseAccount");
1544
+ let body;
1545
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1546
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1547
+ }, "se_CloseAccountCommand");
1548
+ var se_CreateAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1549
+ const headers = sharedHeaders("CreateAccount");
1550
+ let body;
1551
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1552
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1553
+ }, "se_CreateAccountCommand");
1554
+ var se_CreateGovCloudAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1555
+ const headers = sharedHeaders("CreateGovCloudAccount");
1556
+ let body;
1557
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1558
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1559
+ }, "se_CreateGovCloudAccountCommand");
1560
+ var se_CreateOrganizationCommand = /* @__PURE__ */ __name(async (input, context) => {
1561
+ const headers = sharedHeaders("CreateOrganization");
1562
+ let body;
1563
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1564
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1565
+ }, "se_CreateOrganizationCommand");
1566
+ var se_CreateOrganizationalUnitCommand = /* @__PURE__ */ __name(async (input, context) => {
1567
+ const headers = sharedHeaders("CreateOrganizationalUnit");
1568
+ let body;
1569
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1570
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1571
+ }, "se_CreateOrganizationalUnitCommand");
1572
+ var se_CreatePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1573
+ const headers = sharedHeaders("CreatePolicy");
1574
+ let body;
1575
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1576
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1577
+ }, "se_CreatePolicyCommand");
1578
+ var se_DeclineHandshakeCommand = /* @__PURE__ */ __name(async (input, context) => {
1579
+ const headers = sharedHeaders("DeclineHandshake");
1580
+ let body;
1581
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1582
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1583
+ }, "se_DeclineHandshakeCommand");
1584
+ var se_DeleteOrganizationCommand = /* @__PURE__ */ __name(async (input, context) => {
1585
+ const headers = sharedHeaders("DeleteOrganization");
1586
+ const body = "{}";
1587
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1588
+ }, "se_DeleteOrganizationCommand");
1589
+ var se_DeleteOrganizationalUnitCommand = /* @__PURE__ */ __name(async (input, context) => {
1590
+ const headers = sharedHeaders("DeleteOrganizationalUnit");
1591
+ let body;
1592
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1593
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1594
+ }, "se_DeleteOrganizationalUnitCommand");
1595
+ var se_DeletePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1596
+ const headers = sharedHeaders("DeletePolicy");
1597
+ let body;
1598
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1599
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1600
+ }, "se_DeletePolicyCommand");
1601
+ var se_DeleteResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1602
+ const headers = sharedHeaders("DeleteResourcePolicy");
1603
+ const body = "{}";
1604
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1605
+ }, "se_DeleteResourcePolicyCommand");
1606
+ var se_DeregisterDelegatedAdministratorCommand = /* @__PURE__ */ __name(async (input, context) => {
1607
+ const headers = sharedHeaders("DeregisterDelegatedAdministrator");
1608
+ let body;
1609
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1610
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1611
+ }, "se_DeregisterDelegatedAdministratorCommand");
1612
+ var se_DescribeAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1613
+ const headers = sharedHeaders("DescribeAccount");
1614
+ let body;
1615
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1616
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1617
+ }, "se_DescribeAccountCommand");
1618
+ var se_DescribeCreateAccountStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
1619
+ const headers = sharedHeaders("DescribeCreateAccountStatus");
1620
+ let body;
1621
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1622
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1623
+ }, "se_DescribeCreateAccountStatusCommand");
1624
+ var se_DescribeEffectivePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1625
+ const headers = sharedHeaders("DescribeEffectivePolicy");
1626
+ let body;
1627
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1628
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1629
+ }, "se_DescribeEffectivePolicyCommand");
1630
+ var se_DescribeHandshakeCommand = /* @__PURE__ */ __name(async (input, context) => {
1631
+ const headers = sharedHeaders("DescribeHandshake");
1632
+ let body;
1633
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1634
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1635
+ }, "se_DescribeHandshakeCommand");
1636
+ var se_DescribeOrganizationCommand = /* @__PURE__ */ __name(async (input, context) => {
1637
+ const headers = sharedHeaders("DescribeOrganization");
1638
+ const body = "{}";
1639
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1640
+ }, "se_DescribeOrganizationCommand");
1641
+ var se_DescribeOrganizationalUnitCommand = /* @__PURE__ */ __name(async (input, context) => {
1642
+ const headers = sharedHeaders("DescribeOrganizationalUnit");
1643
+ let body;
1644
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1645
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1646
+ }, "se_DescribeOrganizationalUnitCommand");
1647
+ var se_DescribePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1648
+ const headers = sharedHeaders("DescribePolicy");
1649
+ let body;
1650
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1651
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1652
+ }, "se_DescribePolicyCommand");
1653
+ var se_DescribeResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1654
+ const headers = sharedHeaders("DescribeResourcePolicy");
1655
+ const body = "{}";
1656
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1657
+ }, "se_DescribeResourcePolicyCommand");
1658
+ var se_DetachPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1659
+ const headers = sharedHeaders("DetachPolicy");
1660
+ let body;
1661
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1662
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1663
+ }, "se_DetachPolicyCommand");
1664
+ var se_DisableAWSServiceAccessCommand = /* @__PURE__ */ __name(async (input, context) => {
1665
+ const headers = sharedHeaders("DisableAWSServiceAccess");
1666
+ let body;
1667
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1668
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1669
+ }, "se_DisableAWSServiceAccessCommand");
1670
+ var se_DisablePolicyTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
1671
+ const headers = sharedHeaders("DisablePolicyType");
1672
+ let body;
1673
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1674
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1675
+ }, "se_DisablePolicyTypeCommand");
1676
+ var se_EnableAllFeaturesCommand = /* @__PURE__ */ __name(async (input, context) => {
1677
+ const headers = sharedHeaders("EnableAllFeatures");
1678
+ let body;
1679
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1680
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1681
+ }, "se_EnableAllFeaturesCommand");
1682
+ var se_EnableAWSServiceAccessCommand = /* @__PURE__ */ __name(async (input, context) => {
1683
+ const headers = sharedHeaders("EnableAWSServiceAccess");
1684
+ let body;
1685
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1686
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1687
+ }, "se_EnableAWSServiceAccessCommand");
1688
+ var se_EnablePolicyTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
1689
+ const headers = sharedHeaders("EnablePolicyType");
1690
+ let body;
1691
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1692
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1693
+ }, "se_EnablePolicyTypeCommand");
1694
+ var se_InviteAccountToOrganizationCommand = /* @__PURE__ */ __name(async (input, context) => {
1695
+ const headers = sharedHeaders("InviteAccountToOrganization");
1696
+ let body;
1697
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1698
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1699
+ }, "se_InviteAccountToOrganizationCommand");
1700
+ var se_LeaveOrganizationCommand = /* @__PURE__ */ __name(async (input, context) => {
1701
+ const headers = sharedHeaders("LeaveOrganization");
1702
+ const body = "{}";
1703
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1704
+ }, "se_LeaveOrganizationCommand");
1705
+ var se_ListAccountsCommand = /* @__PURE__ */ __name(async (input, context) => {
1706
+ const headers = sharedHeaders("ListAccounts");
1707
+ let body;
1708
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1709
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1710
+ }, "se_ListAccountsCommand");
1711
+ var se_ListAccountsForParentCommand = /* @__PURE__ */ __name(async (input, context) => {
1712
+ const headers = sharedHeaders("ListAccountsForParent");
1713
+ let body;
1714
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1715
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1716
+ }, "se_ListAccountsForParentCommand");
1717
+ var se_ListAWSServiceAccessForOrganizationCommand = /* @__PURE__ */ __name(async (input, context) => {
1718
+ const headers = sharedHeaders("ListAWSServiceAccessForOrganization");
1719
+ let body;
1720
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1721
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1722
+ }, "se_ListAWSServiceAccessForOrganizationCommand");
1723
+ var se_ListChildrenCommand = /* @__PURE__ */ __name(async (input, context) => {
1724
+ const headers = sharedHeaders("ListChildren");
1725
+ let body;
1726
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1727
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1728
+ }, "se_ListChildrenCommand");
1729
+ var se_ListCreateAccountStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
1730
+ const headers = sharedHeaders("ListCreateAccountStatus");
1731
+ let body;
1732
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1733
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1734
+ }, "se_ListCreateAccountStatusCommand");
1735
+ var se_ListDelegatedAdministratorsCommand = /* @__PURE__ */ __name(async (input, context) => {
1736
+ const headers = sharedHeaders("ListDelegatedAdministrators");
1737
+ let body;
1738
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1739
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1740
+ }, "se_ListDelegatedAdministratorsCommand");
1741
+ var se_ListDelegatedServicesForAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1742
+ const headers = sharedHeaders("ListDelegatedServicesForAccount");
1743
+ let body;
1744
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1745
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1746
+ }, "se_ListDelegatedServicesForAccountCommand");
1747
+ var se_ListHandshakesForAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1748
+ const headers = sharedHeaders("ListHandshakesForAccount");
1749
+ let body;
1750
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1751
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1752
+ }, "se_ListHandshakesForAccountCommand");
1753
+ var se_ListHandshakesForOrganizationCommand = /* @__PURE__ */ __name(async (input, context) => {
1754
+ const headers = sharedHeaders("ListHandshakesForOrganization");
1755
+ let body;
1756
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1757
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1758
+ }, "se_ListHandshakesForOrganizationCommand");
1759
+ var se_ListOrganizationalUnitsForParentCommand = /* @__PURE__ */ __name(async (input, context) => {
1760
+ const headers = sharedHeaders("ListOrganizationalUnitsForParent");
1761
+ let body;
1762
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1763
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1764
+ }, "se_ListOrganizationalUnitsForParentCommand");
1765
+ var se_ListParentsCommand = /* @__PURE__ */ __name(async (input, context) => {
1766
+ const headers = sharedHeaders("ListParents");
1767
+ let body;
1768
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1769
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1770
+ }, "se_ListParentsCommand");
1771
+ var se_ListPoliciesCommand = /* @__PURE__ */ __name(async (input, context) => {
1772
+ const headers = sharedHeaders("ListPolicies");
1773
+ let body;
1774
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1775
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1776
+ }, "se_ListPoliciesCommand");
1777
+ var se_ListPoliciesForTargetCommand = /* @__PURE__ */ __name(async (input, context) => {
1778
+ const headers = sharedHeaders("ListPoliciesForTarget");
1779
+ let body;
1780
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1781
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1782
+ }, "se_ListPoliciesForTargetCommand");
1783
+ var se_ListRootsCommand = /* @__PURE__ */ __name(async (input, context) => {
1784
+ const headers = sharedHeaders("ListRoots");
1785
+ let body;
1786
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1787
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1788
+ }, "se_ListRootsCommand");
1789
+ var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1790
+ const headers = sharedHeaders("ListTagsForResource");
1791
+ let body;
1792
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1793
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1794
+ }, "se_ListTagsForResourceCommand");
1795
+ var se_ListTargetsForPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1796
+ const headers = sharedHeaders("ListTargetsForPolicy");
1797
+ let body;
1798
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1799
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1800
+ }, "se_ListTargetsForPolicyCommand");
1801
+ var se_MoveAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1802
+ const headers = sharedHeaders("MoveAccount");
1803
+ let body;
1804
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1805
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1806
+ }, "se_MoveAccountCommand");
1807
+ var se_PutResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1808
+ const headers = sharedHeaders("PutResourcePolicy");
1809
+ let body;
1810
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1811
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1812
+ }, "se_PutResourcePolicyCommand");
1813
+ var se_RegisterDelegatedAdministratorCommand = /* @__PURE__ */ __name(async (input, context) => {
1814
+ const headers = sharedHeaders("RegisterDelegatedAdministrator");
1815
+ let body;
1816
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1817
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1818
+ }, "se_RegisterDelegatedAdministratorCommand");
1819
+ var se_RemoveAccountFromOrganizationCommand = /* @__PURE__ */ __name(async (input, context) => {
1820
+ const headers = sharedHeaders("RemoveAccountFromOrganization");
1821
+ let body;
1822
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1823
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1824
+ }, "se_RemoveAccountFromOrganizationCommand");
1825
+ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1826
+ const headers = sharedHeaders("TagResource");
1827
+ let body;
1828
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1829
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1830
+ }, "se_TagResourceCommand");
1831
+ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
1832
+ const headers = sharedHeaders("UntagResource");
1833
+ let body;
1834
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1835
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1836
+ }, "se_UntagResourceCommand");
1837
+ var se_UpdateOrganizationalUnitCommand = /* @__PURE__ */ __name(async (input, context) => {
1838
+ const headers = sharedHeaders("UpdateOrganizationalUnit");
1839
+ let body;
1840
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1841
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1842
+ }, "se_UpdateOrganizationalUnitCommand");
1843
+ var se_UpdatePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1844
+ const headers = sharedHeaders("UpdatePolicy");
1845
+ let body;
1846
+ body = JSON.stringify((0, import_smithy_client._json)(input));
1847
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
1848
+ }, "se_UpdatePolicyCommand");
1849
+ var de_AcceptHandshakeCommand = /* @__PURE__ */ __name(async (output, context) => {
1850
+ if (output.statusCode >= 300) {
1851
+ return de_CommandError(output, context);
1852
+ }
1853
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1854
+ let contents = {};
1855
+ contents = de_AcceptHandshakeResponse(data, context);
1856
+ const response = {
1857
+ $metadata: deserializeMetadata(output),
1858
+ ...contents
1859
+ };
1860
+ return response;
1861
+ }, "de_AcceptHandshakeCommand");
1862
+ var de_AttachPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
1863
+ if (output.statusCode >= 300) {
1864
+ return de_CommandError(output, context);
1865
+ }
1866
+ await (0, import_smithy_client.collectBody)(output.body, context);
1867
+ const response = {
1868
+ $metadata: deserializeMetadata(output)
1869
+ };
1870
+ return response;
1871
+ }, "de_AttachPolicyCommand");
1872
+ var de_CancelHandshakeCommand = /* @__PURE__ */ __name(async (output, context) => {
1873
+ if (output.statusCode >= 300) {
1874
+ return de_CommandError(output, context);
1875
+ }
1876
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1877
+ let contents = {};
1878
+ contents = de_CancelHandshakeResponse(data, context);
1879
+ const response = {
1880
+ $metadata: deserializeMetadata(output),
1881
+ ...contents
1882
+ };
1883
+ return response;
1884
+ }, "de_CancelHandshakeCommand");
1885
+ var de_CloseAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
1886
+ if (output.statusCode >= 300) {
1887
+ return de_CommandError(output, context);
1888
+ }
1889
+ await (0, import_smithy_client.collectBody)(output.body, context);
1890
+ const response = {
1891
+ $metadata: deserializeMetadata(output)
1892
+ };
1893
+ return response;
1894
+ }, "de_CloseAccountCommand");
1895
+ var de_CreateAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
1896
+ if (output.statusCode >= 300) {
1897
+ return de_CommandError(output, context);
1898
+ }
1899
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1900
+ let contents = {};
1901
+ contents = de_CreateAccountResponse(data, context);
1902
+ const response = {
1903
+ $metadata: deserializeMetadata(output),
1904
+ ...contents
1905
+ };
1906
+ return response;
1907
+ }, "de_CreateAccountCommand");
1908
+ var de_CreateGovCloudAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
1909
+ if (output.statusCode >= 300) {
1910
+ return de_CommandError(output, context);
1911
+ }
1912
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1913
+ let contents = {};
1914
+ contents = de_CreateGovCloudAccountResponse(data, context);
1915
+ const response = {
1916
+ $metadata: deserializeMetadata(output),
1917
+ ...contents
1918
+ };
1919
+ return response;
1920
+ }, "de_CreateGovCloudAccountCommand");
1921
+ var de_CreateOrganizationCommand = /* @__PURE__ */ __name(async (output, context) => {
1922
+ if (output.statusCode >= 300) {
1923
+ return de_CommandError(output, context);
1924
+ }
1925
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1926
+ let contents = {};
1927
+ contents = (0, import_smithy_client._json)(data);
1928
+ const response = {
1929
+ $metadata: deserializeMetadata(output),
1930
+ ...contents
1931
+ };
1932
+ return response;
1933
+ }, "de_CreateOrganizationCommand");
1934
+ var de_CreateOrganizationalUnitCommand = /* @__PURE__ */ __name(async (output, context) => {
1935
+ if (output.statusCode >= 300) {
1936
+ return de_CommandError(output, context);
1937
+ }
1938
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1939
+ let contents = {};
1940
+ contents = (0, import_smithy_client._json)(data);
1941
+ const response = {
1942
+ $metadata: deserializeMetadata(output),
1943
+ ...contents
1944
+ };
1945
+ return response;
1946
+ }, "de_CreateOrganizationalUnitCommand");
1947
+ var de_CreatePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
1948
+ if (output.statusCode >= 300) {
1949
+ return de_CommandError(output, context);
1950
+ }
1951
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1952
+ let contents = {};
1953
+ contents = (0, import_smithy_client._json)(data);
1954
+ const response = {
1955
+ $metadata: deserializeMetadata(output),
1956
+ ...contents
1957
+ };
1958
+ return response;
1959
+ }, "de_CreatePolicyCommand");
1960
+ var de_DeclineHandshakeCommand = /* @__PURE__ */ __name(async (output, context) => {
1961
+ if (output.statusCode >= 300) {
1962
+ return de_CommandError(output, context);
1963
+ }
1964
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1965
+ let contents = {};
1966
+ contents = de_DeclineHandshakeResponse(data, context);
1967
+ const response = {
1968
+ $metadata: deserializeMetadata(output),
1969
+ ...contents
1970
+ };
1971
+ return response;
1972
+ }, "de_DeclineHandshakeCommand");
1973
+ var de_DeleteOrganizationCommand = /* @__PURE__ */ __name(async (output, context) => {
1974
+ if (output.statusCode >= 300) {
1975
+ return de_CommandError(output, context);
1976
+ }
1977
+ await (0, import_smithy_client.collectBody)(output.body, context);
1978
+ const response = {
1979
+ $metadata: deserializeMetadata(output)
1980
+ };
1981
+ return response;
1982
+ }, "de_DeleteOrganizationCommand");
1983
+ var de_DeleteOrganizationalUnitCommand = /* @__PURE__ */ __name(async (output, context) => {
1984
+ if (output.statusCode >= 300) {
1985
+ return de_CommandError(output, context);
1986
+ }
1987
+ await (0, import_smithy_client.collectBody)(output.body, context);
1988
+ const response = {
1989
+ $metadata: deserializeMetadata(output)
1990
+ };
1991
+ return response;
1992
+ }, "de_DeleteOrganizationalUnitCommand");
1993
+ var de_DeletePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
1994
+ if (output.statusCode >= 300) {
1995
+ return de_CommandError(output, context);
1996
+ }
1997
+ await (0, import_smithy_client.collectBody)(output.body, context);
1998
+ const response = {
1999
+ $metadata: deserializeMetadata(output)
2000
+ };
2001
+ return response;
2002
+ }, "de_DeletePolicyCommand");
2003
+ var de_DeleteResourcePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
2004
+ if (output.statusCode >= 300) {
2005
+ return de_CommandError(output, context);
2006
+ }
2007
+ await (0, import_smithy_client.collectBody)(output.body, context);
2008
+ const response = {
2009
+ $metadata: deserializeMetadata(output)
2010
+ };
2011
+ return response;
2012
+ }, "de_DeleteResourcePolicyCommand");
2013
+ var de_DeregisterDelegatedAdministratorCommand = /* @__PURE__ */ __name(async (output, context) => {
2014
+ if (output.statusCode >= 300) {
2015
+ return de_CommandError(output, context);
2016
+ }
2017
+ await (0, import_smithy_client.collectBody)(output.body, context);
2018
+ const response = {
2019
+ $metadata: deserializeMetadata(output)
2020
+ };
2021
+ return response;
2022
+ }, "de_DeregisterDelegatedAdministratorCommand");
2023
+ var de_DescribeAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
2024
+ if (output.statusCode >= 300) {
2025
+ return de_CommandError(output, context);
2026
+ }
2027
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2028
+ let contents = {};
2029
+ contents = de_DescribeAccountResponse(data, context);
2030
+ const response = {
2031
+ $metadata: deserializeMetadata(output),
2032
+ ...contents
2033
+ };
2034
+ return response;
2035
+ }, "de_DescribeAccountCommand");
2036
+ var de_DescribeCreateAccountStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
2037
+ if (output.statusCode >= 300) {
2038
+ return de_CommandError(output, context);
2039
+ }
2040
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2041
+ let contents = {};
2042
+ contents = de_DescribeCreateAccountStatusResponse(data, context);
2043
+ const response = {
2044
+ $metadata: deserializeMetadata(output),
2045
+ ...contents
2046
+ };
2047
+ return response;
2048
+ }, "de_DescribeCreateAccountStatusCommand");
2049
+ var de_DescribeEffectivePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
2050
+ if (output.statusCode >= 300) {
2051
+ return de_CommandError(output, context);
2052
+ }
2053
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2054
+ let contents = {};
2055
+ contents = de_DescribeEffectivePolicyResponse(data, context);
2056
+ const response = {
2057
+ $metadata: deserializeMetadata(output),
2058
+ ...contents
2059
+ };
2060
+ return response;
2061
+ }, "de_DescribeEffectivePolicyCommand");
2062
+ var de_DescribeHandshakeCommand = /* @__PURE__ */ __name(async (output, context) => {
2063
+ if (output.statusCode >= 300) {
2064
+ return de_CommandError(output, context);
2065
+ }
2066
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2067
+ let contents = {};
2068
+ contents = de_DescribeHandshakeResponse(data, context);
2069
+ const response = {
2070
+ $metadata: deserializeMetadata(output),
2071
+ ...contents
2072
+ };
2073
+ return response;
2074
+ }, "de_DescribeHandshakeCommand");
2075
+ var de_DescribeOrganizationCommand = /* @__PURE__ */ __name(async (output, context) => {
2076
+ if (output.statusCode >= 300) {
2077
+ return de_CommandError(output, context);
2078
+ }
2079
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2080
+ let contents = {};
2081
+ contents = (0, import_smithy_client._json)(data);
2082
+ const response = {
2083
+ $metadata: deserializeMetadata(output),
2084
+ ...contents
2085
+ };
2086
+ return response;
2087
+ }, "de_DescribeOrganizationCommand");
2088
+ var de_DescribeOrganizationalUnitCommand = /* @__PURE__ */ __name(async (output, context) => {
2089
+ if (output.statusCode >= 300) {
2090
+ return de_CommandError(output, context);
2091
+ }
2092
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2093
+ let contents = {};
2094
+ contents = (0, import_smithy_client._json)(data);
2095
+ const response = {
2096
+ $metadata: deserializeMetadata(output),
2097
+ ...contents
2098
+ };
2099
+ return response;
2100
+ }, "de_DescribeOrganizationalUnitCommand");
2101
+ var de_DescribePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
2102
+ if (output.statusCode >= 300) {
2103
+ return de_CommandError(output, context);
2104
+ }
2105
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2106
+ let contents = {};
2107
+ contents = (0, import_smithy_client._json)(data);
2108
+ const response = {
2109
+ $metadata: deserializeMetadata(output),
2110
+ ...contents
2111
+ };
2112
+ return response;
2113
+ }, "de_DescribePolicyCommand");
2114
+ var de_DescribeResourcePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
2115
+ if (output.statusCode >= 300) {
2116
+ return de_CommandError(output, context);
2117
+ }
2118
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2119
+ let contents = {};
2120
+ contents = (0, import_smithy_client._json)(data);
2121
+ const response = {
2122
+ $metadata: deserializeMetadata(output),
2123
+ ...contents
2124
+ };
2125
+ return response;
2126
+ }, "de_DescribeResourcePolicyCommand");
2127
+ var de_DetachPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
2128
+ if (output.statusCode >= 300) {
2129
+ return de_CommandError(output, context);
2130
+ }
2131
+ await (0, import_smithy_client.collectBody)(output.body, context);
2132
+ const response = {
2133
+ $metadata: deserializeMetadata(output)
2134
+ };
2135
+ return response;
2136
+ }, "de_DetachPolicyCommand");
2137
+ var de_DisableAWSServiceAccessCommand = /* @__PURE__ */ __name(async (output, context) => {
2138
+ if (output.statusCode >= 300) {
2139
+ return de_CommandError(output, context);
2140
+ }
2141
+ await (0, import_smithy_client.collectBody)(output.body, context);
2142
+ const response = {
2143
+ $metadata: deserializeMetadata(output)
2144
+ };
2145
+ return response;
2146
+ }, "de_DisableAWSServiceAccessCommand");
2147
+ var de_DisablePolicyTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
2148
+ if (output.statusCode >= 300) {
2149
+ return de_CommandError(output, context);
2150
+ }
2151
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2152
+ let contents = {};
2153
+ contents = (0, import_smithy_client._json)(data);
2154
+ const response = {
2155
+ $metadata: deserializeMetadata(output),
2156
+ ...contents
2157
+ };
2158
+ return response;
2159
+ }, "de_DisablePolicyTypeCommand");
2160
+ var de_EnableAllFeaturesCommand = /* @__PURE__ */ __name(async (output, context) => {
2161
+ if (output.statusCode >= 300) {
2162
+ return de_CommandError(output, context);
2163
+ }
2164
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2165
+ let contents = {};
2166
+ contents = de_EnableAllFeaturesResponse(data, context);
2167
+ const response = {
2168
+ $metadata: deserializeMetadata(output),
2169
+ ...contents
2170
+ };
2171
+ return response;
2172
+ }, "de_EnableAllFeaturesCommand");
2173
+ var de_EnableAWSServiceAccessCommand = /* @__PURE__ */ __name(async (output, context) => {
2174
+ if (output.statusCode >= 300) {
2175
+ return de_CommandError(output, context);
2176
+ }
2177
+ await (0, import_smithy_client.collectBody)(output.body, context);
2178
+ const response = {
2179
+ $metadata: deserializeMetadata(output)
2180
+ };
2181
+ return response;
2182
+ }, "de_EnableAWSServiceAccessCommand");
2183
+ var de_EnablePolicyTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
2184
+ if (output.statusCode >= 300) {
2185
+ return de_CommandError(output, context);
2186
+ }
2187
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2188
+ let contents = {};
2189
+ contents = (0, import_smithy_client._json)(data);
2190
+ const response = {
2191
+ $metadata: deserializeMetadata(output),
2192
+ ...contents
2193
+ };
2194
+ return response;
2195
+ }, "de_EnablePolicyTypeCommand");
2196
+ var de_InviteAccountToOrganizationCommand = /* @__PURE__ */ __name(async (output, context) => {
2197
+ if (output.statusCode >= 300) {
2198
+ return de_CommandError(output, context);
2199
+ }
2200
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2201
+ let contents = {};
2202
+ contents = de_InviteAccountToOrganizationResponse(data, context);
2203
+ const response = {
2204
+ $metadata: deserializeMetadata(output),
2205
+ ...contents
2206
+ };
2207
+ return response;
2208
+ }, "de_InviteAccountToOrganizationCommand");
2209
+ var de_LeaveOrganizationCommand = /* @__PURE__ */ __name(async (output, context) => {
2210
+ if (output.statusCode >= 300) {
2211
+ return de_CommandError(output, context);
2212
+ }
2213
+ await (0, import_smithy_client.collectBody)(output.body, context);
2214
+ const response = {
2215
+ $metadata: deserializeMetadata(output)
2216
+ };
2217
+ return response;
2218
+ }, "de_LeaveOrganizationCommand");
2219
+ var de_ListAccountsCommand = /* @__PURE__ */ __name(async (output, context) => {
2220
+ if (output.statusCode >= 300) {
2221
+ return de_CommandError(output, context);
2222
+ }
2223
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2224
+ let contents = {};
2225
+ contents = de_ListAccountsResponse(data, context);
2226
+ const response = {
2227
+ $metadata: deserializeMetadata(output),
2228
+ ...contents
2229
+ };
2230
+ return response;
2231
+ }, "de_ListAccountsCommand");
2232
+ var de_ListAccountsForParentCommand = /* @__PURE__ */ __name(async (output, context) => {
2233
+ if (output.statusCode >= 300) {
2234
+ return de_CommandError(output, context);
2235
+ }
2236
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2237
+ let contents = {};
2238
+ contents = de_ListAccountsForParentResponse(data, context);
2239
+ const response = {
2240
+ $metadata: deserializeMetadata(output),
2241
+ ...contents
2242
+ };
2243
+ return response;
2244
+ }, "de_ListAccountsForParentCommand");
2245
+ var de_ListAWSServiceAccessForOrganizationCommand = /* @__PURE__ */ __name(async (output, context) => {
2246
+ if (output.statusCode >= 300) {
2247
+ return de_CommandError(output, context);
2248
+ }
2249
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2250
+ let contents = {};
2251
+ contents = de_ListAWSServiceAccessForOrganizationResponse(data, context);
2252
+ const response = {
2253
+ $metadata: deserializeMetadata(output),
2254
+ ...contents
2255
+ };
2256
+ return response;
2257
+ }, "de_ListAWSServiceAccessForOrganizationCommand");
2258
+ var de_ListChildrenCommand = /* @__PURE__ */ __name(async (output, context) => {
2259
+ if (output.statusCode >= 300) {
2260
+ return de_CommandError(output, context);
2261
+ }
2262
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2263
+ let contents = {};
2264
+ contents = (0, import_smithy_client._json)(data);
2265
+ const response = {
2266
+ $metadata: deserializeMetadata(output),
2267
+ ...contents
2268
+ };
2269
+ return response;
2270
+ }, "de_ListChildrenCommand");
2271
+ var de_ListCreateAccountStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
2272
+ if (output.statusCode >= 300) {
2273
+ return de_CommandError(output, context);
2274
+ }
2275
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2276
+ let contents = {};
2277
+ contents = de_ListCreateAccountStatusResponse(data, context);
2278
+ const response = {
2279
+ $metadata: deserializeMetadata(output),
2280
+ ...contents
2281
+ };
2282
+ return response;
2283
+ }, "de_ListCreateAccountStatusCommand");
2284
+ var de_ListDelegatedAdministratorsCommand = /* @__PURE__ */ __name(async (output, context) => {
2285
+ if (output.statusCode >= 300) {
2286
+ return de_CommandError(output, context);
2287
+ }
2288
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2289
+ let contents = {};
2290
+ contents = de_ListDelegatedAdministratorsResponse(data, context);
2291
+ const response = {
2292
+ $metadata: deserializeMetadata(output),
2293
+ ...contents
2294
+ };
2295
+ return response;
2296
+ }, "de_ListDelegatedAdministratorsCommand");
2297
+ var de_ListDelegatedServicesForAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
2298
+ if (output.statusCode >= 300) {
2299
+ return de_CommandError(output, context);
2300
+ }
2301
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2302
+ let contents = {};
2303
+ contents = de_ListDelegatedServicesForAccountResponse(data, context);
2304
+ const response = {
2305
+ $metadata: deserializeMetadata(output),
2306
+ ...contents
2307
+ };
2308
+ return response;
2309
+ }, "de_ListDelegatedServicesForAccountCommand");
2310
+ var de_ListHandshakesForAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
2311
+ if (output.statusCode >= 300) {
2312
+ return de_CommandError(output, context);
2313
+ }
2314
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2315
+ let contents = {};
2316
+ contents = de_ListHandshakesForAccountResponse(data, context);
2317
+ const response = {
2318
+ $metadata: deserializeMetadata(output),
2319
+ ...contents
2320
+ };
2321
+ return response;
2322
+ }, "de_ListHandshakesForAccountCommand");
2323
+ var de_ListHandshakesForOrganizationCommand = /* @__PURE__ */ __name(async (output, context) => {
2324
+ if (output.statusCode >= 300) {
2325
+ return de_CommandError(output, context);
2326
+ }
2327
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2328
+ let contents = {};
2329
+ contents = de_ListHandshakesForOrganizationResponse(data, context);
2330
+ const response = {
2331
+ $metadata: deserializeMetadata(output),
2332
+ ...contents
2333
+ };
2334
+ return response;
2335
+ }, "de_ListHandshakesForOrganizationCommand");
2336
+ var de_ListOrganizationalUnitsForParentCommand = /* @__PURE__ */ __name(async (output, context) => {
2337
+ if (output.statusCode >= 300) {
2338
+ return de_CommandError(output, context);
2339
+ }
2340
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2341
+ let contents = {};
2342
+ contents = (0, import_smithy_client._json)(data);
2343
+ const response = {
2344
+ $metadata: deserializeMetadata(output),
2345
+ ...contents
2346
+ };
2347
+ return response;
2348
+ }, "de_ListOrganizationalUnitsForParentCommand");
2349
+ var de_ListParentsCommand = /* @__PURE__ */ __name(async (output, context) => {
2350
+ if (output.statusCode >= 300) {
2351
+ return de_CommandError(output, context);
2352
+ }
2353
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2354
+ let contents = {};
2355
+ contents = (0, import_smithy_client._json)(data);
2356
+ const response = {
2357
+ $metadata: deserializeMetadata(output),
2358
+ ...contents
2359
+ };
2360
+ return response;
2361
+ }, "de_ListParentsCommand");
2362
+ var de_ListPoliciesCommand = /* @__PURE__ */ __name(async (output, context) => {
2363
+ if (output.statusCode >= 300) {
2364
+ return de_CommandError(output, context);
2365
+ }
2366
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2367
+ let contents = {};
2368
+ contents = (0, import_smithy_client._json)(data);
2369
+ const response = {
2370
+ $metadata: deserializeMetadata(output),
2371
+ ...contents
2372
+ };
2373
+ return response;
2374
+ }, "de_ListPoliciesCommand");
2375
+ var de_ListPoliciesForTargetCommand = /* @__PURE__ */ __name(async (output, context) => {
2376
+ if (output.statusCode >= 300) {
2377
+ return de_CommandError(output, context);
2378
+ }
2379
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2380
+ let contents = {};
2381
+ contents = (0, import_smithy_client._json)(data);
2382
+ const response = {
2383
+ $metadata: deserializeMetadata(output),
2384
+ ...contents
2385
+ };
2386
+ return response;
2387
+ }, "de_ListPoliciesForTargetCommand");
2388
+ var de_ListRootsCommand = /* @__PURE__ */ __name(async (output, context) => {
2389
+ if (output.statusCode >= 300) {
2390
+ return de_CommandError(output, context);
2391
+ }
2392
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2393
+ let contents = {};
2394
+ contents = (0, import_smithy_client._json)(data);
2395
+ const response = {
2396
+ $metadata: deserializeMetadata(output),
2397
+ ...contents
2398
+ };
2399
+ return response;
2400
+ }, "de_ListRootsCommand");
2401
+ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
2402
+ if (output.statusCode >= 300) {
2403
+ return de_CommandError(output, context);
2404
+ }
2405
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2406
+ let contents = {};
2407
+ contents = (0, import_smithy_client._json)(data);
2408
+ const response = {
2409
+ $metadata: deserializeMetadata(output),
2410
+ ...contents
2411
+ };
2412
+ return response;
2413
+ }, "de_ListTagsForResourceCommand");
2414
+ var de_ListTargetsForPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
2415
+ if (output.statusCode >= 300) {
2416
+ return de_CommandError(output, context);
2417
+ }
2418
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2419
+ let contents = {};
2420
+ contents = (0, import_smithy_client._json)(data);
2421
+ const response = {
2422
+ $metadata: deserializeMetadata(output),
2423
+ ...contents
2424
+ };
2425
+ return response;
2426
+ }, "de_ListTargetsForPolicyCommand");
2427
+ var de_MoveAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
2428
+ if (output.statusCode >= 300) {
2429
+ return de_CommandError(output, context);
2430
+ }
2431
+ await (0, import_smithy_client.collectBody)(output.body, context);
2432
+ const response = {
2433
+ $metadata: deserializeMetadata(output)
2434
+ };
2435
+ return response;
2436
+ }, "de_MoveAccountCommand");
2437
+ var de_PutResourcePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
2438
+ if (output.statusCode >= 300) {
2439
+ return de_CommandError(output, context);
2440
+ }
2441
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2442
+ let contents = {};
2443
+ contents = (0, import_smithy_client._json)(data);
2444
+ const response = {
2445
+ $metadata: deserializeMetadata(output),
2446
+ ...contents
2447
+ };
2448
+ return response;
2449
+ }, "de_PutResourcePolicyCommand");
2450
+ var de_RegisterDelegatedAdministratorCommand = /* @__PURE__ */ __name(async (output, context) => {
2451
+ if (output.statusCode >= 300) {
2452
+ return de_CommandError(output, context);
2453
+ }
2454
+ await (0, import_smithy_client.collectBody)(output.body, context);
2455
+ const response = {
2456
+ $metadata: deserializeMetadata(output)
2457
+ };
2458
+ return response;
2459
+ }, "de_RegisterDelegatedAdministratorCommand");
2460
+ var de_RemoveAccountFromOrganizationCommand = /* @__PURE__ */ __name(async (output, context) => {
2461
+ if (output.statusCode >= 300) {
2462
+ return de_CommandError(output, context);
2463
+ }
2464
+ await (0, import_smithy_client.collectBody)(output.body, context);
2465
+ const response = {
2466
+ $metadata: deserializeMetadata(output)
2467
+ };
2468
+ return response;
2469
+ }, "de_RemoveAccountFromOrganizationCommand");
2470
+ var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
2471
+ if (output.statusCode >= 300) {
2472
+ return de_CommandError(output, context);
2473
+ }
2474
+ await (0, import_smithy_client.collectBody)(output.body, context);
2475
+ const response = {
2476
+ $metadata: deserializeMetadata(output)
2477
+ };
2478
+ return response;
2479
+ }, "de_TagResourceCommand");
2480
+ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
2481
+ if (output.statusCode >= 300) {
2482
+ return de_CommandError(output, context);
2483
+ }
2484
+ await (0, import_smithy_client.collectBody)(output.body, context);
2485
+ const response = {
2486
+ $metadata: deserializeMetadata(output)
2487
+ };
2488
+ return response;
2489
+ }, "de_UntagResourceCommand");
2490
+ var de_UpdateOrganizationalUnitCommand = /* @__PURE__ */ __name(async (output, context) => {
2491
+ if (output.statusCode >= 300) {
2492
+ return de_CommandError(output, context);
2493
+ }
2494
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2495
+ let contents = {};
2496
+ contents = (0, import_smithy_client._json)(data);
2497
+ const response = {
2498
+ $metadata: deserializeMetadata(output),
2499
+ ...contents
2500
+ };
2501
+ return response;
2502
+ }, "de_UpdateOrganizationalUnitCommand");
2503
+ var de_UpdatePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
2504
+ if (output.statusCode >= 300) {
2505
+ return de_CommandError(output, context);
2506
+ }
2507
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
2508
+ let contents = {};
2509
+ contents = (0, import_smithy_client._json)(data);
2510
+ const response = {
2511
+ $metadata: deserializeMetadata(output),
2512
+ ...contents
2513
+ };
2514
+ return response;
2515
+ }, "de_UpdatePolicyCommand");
2516
+ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
2517
+ const parsedOutput = {
2518
+ ...output,
2519
+ body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
2520
+ };
2521
+ const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
2522
+ switch (errorCode) {
2523
+ case "AWSOrganizationsNotInUseException":
2524
+ case "com.amazonaws.organizations#AWSOrganizationsNotInUseException":
2525
+ throw await de_AWSOrganizationsNotInUseExceptionRes(parsedOutput, context);
2526
+ case "AccessDeniedException":
2527
+ case "com.amazonaws.organizations#AccessDeniedException":
2528
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
2529
+ case "AccessDeniedForDependencyException":
2530
+ case "com.amazonaws.organizations#AccessDeniedForDependencyException":
2531
+ throw await de_AccessDeniedForDependencyExceptionRes(parsedOutput, context);
2532
+ case "ConcurrentModificationException":
2533
+ case "com.amazonaws.organizations#ConcurrentModificationException":
2534
+ throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
2535
+ case "HandshakeAlreadyInStateException":
2536
+ case "com.amazonaws.organizations#HandshakeAlreadyInStateException":
2537
+ throw await de_HandshakeAlreadyInStateExceptionRes(parsedOutput, context);
2538
+ case "HandshakeConstraintViolationException":
2539
+ case "com.amazonaws.organizations#HandshakeConstraintViolationException":
2540
+ throw await de_HandshakeConstraintViolationExceptionRes(parsedOutput, context);
2541
+ case "HandshakeNotFoundException":
2542
+ case "com.amazonaws.organizations#HandshakeNotFoundException":
2543
+ throw await de_HandshakeNotFoundExceptionRes(parsedOutput, context);
2544
+ case "InvalidHandshakeTransitionException":
2545
+ case "com.amazonaws.organizations#InvalidHandshakeTransitionException":
2546
+ throw await de_InvalidHandshakeTransitionExceptionRes(parsedOutput, context);
2547
+ case "InvalidInputException":
2548
+ case "com.amazonaws.organizations#InvalidInputException":
2549
+ throw await de_InvalidInputExceptionRes(parsedOutput, context);
2550
+ case "ServiceException":
2551
+ case "com.amazonaws.organizations#ServiceException":
2552
+ throw await de_ServiceExceptionRes(parsedOutput, context);
2553
+ case "TooManyRequestsException":
2554
+ case "com.amazonaws.organizations#TooManyRequestsException":
2555
+ throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
2556
+ case "ConstraintViolationException":
2557
+ case "com.amazonaws.organizations#ConstraintViolationException":
2558
+ throw await de_ConstraintViolationExceptionRes(parsedOutput, context);
2559
+ case "DuplicatePolicyAttachmentException":
2560
+ case "com.amazonaws.organizations#DuplicatePolicyAttachmentException":
2561
+ throw await de_DuplicatePolicyAttachmentExceptionRes(parsedOutput, context);
2562
+ case "PolicyChangesInProgressException":
2563
+ case "com.amazonaws.organizations#PolicyChangesInProgressException":
2564
+ throw await de_PolicyChangesInProgressExceptionRes(parsedOutput, context);
2565
+ case "PolicyNotFoundException":
2566
+ case "com.amazonaws.organizations#PolicyNotFoundException":
2567
+ throw await de_PolicyNotFoundExceptionRes(parsedOutput, context);
2568
+ case "PolicyTypeNotEnabledException":
2569
+ case "com.amazonaws.organizations#PolicyTypeNotEnabledException":
2570
+ throw await de_PolicyTypeNotEnabledExceptionRes(parsedOutput, context);
2571
+ case "TargetNotFoundException":
2572
+ case "com.amazonaws.organizations#TargetNotFoundException":
2573
+ throw await de_TargetNotFoundExceptionRes(parsedOutput, context);
2574
+ case "UnsupportedAPIEndpointException":
2575
+ case "com.amazonaws.organizations#UnsupportedAPIEndpointException":
2576
+ throw await de_UnsupportedAPIEndpointExceptionRes(parsedOutput, context);
2577
+ case "AccountAlreadyClosedException":
2578
+ case "com.amazonaws.organizations#AccountAlreadyClosedException":
2579
+ throw await de_AccountAlreadyClosedExceptionRes(parsedOutput, context);
2580
+ case "AccountNotFoundException":
2581
+ case "com.amazonaws.organizations#AccountNotFoundException":
2582
+ throw await de_AccountNotFoundExceptionRes(parsedOutput, context);
2583
+ case "ConflictException":
2584
+ case "com.amazonaws.organizations#ConflictException":
2585
+ throw await de_ConflictExceptionRes(parsedOutput, context);
2586
+ case "FinalizingOrganizationException":
2587
+ case "com.amazonaws.organizations#FinalizingOrganizationException":
2588
+ throw await de_FinalizingOrganizationExceptionRes(parsedOutput, context);
2589
+ case "AlreadyInOrganizationException":
2590
+ case "com.amazonaws.organizations#AlreadyInOrganizationException":
2591
+ throw await de_AlreadyInOrganizationExceptionRes(parsedOutput, context);
2592
+ case "DuplicateOrganizationalUnitException":
2593
+ case "com.amazonaws.organizations#DuplicateOrganizationalUnitException":
2594
+ throw await de_DuplicateOrganizationalUnitExceptionRes(parsedOutput, context);
2595
+ case "ParentNotFoundException":
2596
+ case "com.amazonaws.organizations#ParentNotFoundException":
2597
+ throw await de_ParentNotFoundExceptionRes(parsedOutput, context);
2598
+ case "DuplicatePolicyException":
2599
+ case "com.amazonaws.organizations#DuplicatePolicyException":
2600
+ throw await de_DuplicatePolicyExceptionRes(parsedOutput, context);
2601
+ case "MalformedPolicyDocumentException":
2602
+ case "com.amazonaws.organizations#MalformedPolicyDocumentException":
2603
+ throw await de_MalformedPolicyDocumentExceptionRes(parsedOutput, context);
2604
+ case "PolicyTypeNotAvailableForOrganizationException":
2605
+ case "com.amazonaws.organizations#PolicyTypeNotAvailableForOrganizationException":
2606
+ throw await de_PolicyTypeNotAvailableForOrganizationExceptionRes(parsedOutput, context);
2607
+ case "OrganizationNotEmptyException":
2608
+ case "com.amazonaws.organizations#OrganizationNotEmptyException":
2609
+ throw await de_OrganizationNotEmptyExceptionRes(parsedOutput, context);
2610
+ case "OrganizationalUnitNotEmptyException":
2611
+ case "com.amazonaws.organizations#OrganizationalUnitNotEmptyException":
2612
+ throw await de_OrganizationalUnitNotEmptyExceptionRes(parsedOutput, context);
2613
+ case "OrganizationalUnitNotFoundException":
2614
+ case "com.amazonaws.organizations#OrganizationalUnitNotFoundException":
2615
+ throw await de_OrganizationalUnitNotFoundExceptionRes(parsedOutput, context);
2616
+ case "PolicyInUseException":
2617
+ case "com.amazonaws.organizations#PolicyInUseException":
2618
+ throw await de_PolicyInUseExceptionRes(parsedOutput, context);
2619
+ case "ResourcePolicyNotFoundException":
2620
+ case "com.amazonaws.organizations#ResourcePolicyNotFoundException":
2621
+ throw await de_ResourcePolicyNotFoundExceptionRes(parsedOutput, context);
2622
+ case "AccountNotRegisteredException":
2623
+ case "com.amazonaws.organizations#AccountNotRegisteredException":
2624
+ throw await de_AccountNotRegisteredExceptionRes(parsedOutput, context);
2625
+ case "CreateAccountStatusNotFoundException":
2626
+ case "com.amazonaws.organizations#CreateAccountStatusNotFoundException":
2627
+ throw await de_CreateAccountStatusNotFoundExceptionRes(parsedOutput, context);
2628
+ case "EffectivePolicyNotFoundException":
2629
+ case "com.amazonaws.organizations#EffectivePolicyNotFoundException":
2630
+ throw await de_EffectivePolicyNotFoundExceptionRes(parsedOutput, context);
2631
+ case "PolicyNotAttachedException":
2632
+ case "com.amazonaws.organizations#PolicyNotAttachedException":
2633
+ throw await de_PolicyNotAttachedExceptionRes(parsedOutput, context);
2634
+ case "RootNotFoundException":
2635
+ case "com.amazonaws.organizations#RootNotFoundException":
2636
+ throw await de_RootNotFoundExceptionRes(parsedOutput, context);
2637
+ case "PolicyTypeAlreadyEnabledException":
2638
+ case "com.amazonaws.organizations#PolicyTypeAlreadyEnabledException":
2639
+ throw await de_PolicyTypeAlreadyEnabledExceptionRes(parsedOutput, context);
2640
+ case "AccountOwnerNotVerifiedException":
2641
+ case "com.amazonaws.organizations#AccountOwnerNotVerifiedException":
2642
+ throw await de_AccountOwnerNotVerifiedExceptionRes(parsedOutput, context);
2643
+ case "DuplicateHandshakeException":
2644
+ case "com.amazonaws.organizations#DuplicateHandshakeException":
2645
+ throw await de_DuplicateHandshakeExceptionRes(parsedOutput, context);
2646
+ case "MasterCannotLeaveOrganizationException":
2647
+ case "com.amazonaws.organizations#MasterCannotLeaveOrganizationException":
2648
+ throw await de_MasterCannotLeaveOrganizationExceptionRes(parsedOutput, context);
2649
+ case "ChildNotFoundException":
2650
+ case "com.amazonaws.organizations#ChildNotFoundException":
2651
+ throw await de_ChildNotFoundExceptionRes(parsedOutput, context);
2652
+ case "DestinationParentNotFoundException":
2653
+ case "com.amazonaws.organizations#DestinationParentNotFoundException":
2654
+ throw await de_DestinationParentNotFoundExceptionRes(parsedOutput, context);
2655
+ case "DuplicateAccountException":
2656
+ case "com.amazonaws.organizations#DuplicateAccountException":
2657
+ throw await de_DuplicateAccountExceptionRes(parsedOutput, context);
2658
+ case "SourceParentNotFoundException":
2659
+ case "com.amazonaws.organizations#SourceParentNotFoundException":
2660
+ throw await de_SourceParentNotFoundExceptionRes(parsedOutput, context);
2661
+ case "AccountAlreadyRegisteredException":
2662
+ case "com.amazonaws.organizations#AccountAlreadyRegisteredException":
2663
+ throw await de_AccountAlreadyRegisteredExceptionRes(parsedOutput, context);
2664
+ default:
2665
+ const parsedBody = parsedOutput.body;
2666
+ return throwDefaultError({
2667
+ output,
2668
+ parsedBody,
2669
+ errorCode
2670
+ });
2671
+ }
2672
+ }, "de_CommandError");
2673
+ var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2674
+ const body = parsedOutput.body;
2675
+ const deserialized = (0, import_smithy_client._json)(body);
2676
+ const exception = new AccessDeniedException({
2677
+ $metadata: deserializeMetadata(parsedOutput),
2678
+ ...deserialized
2679
+ });
2680
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2681
+ }, "de_AccessDeniedExceptionRes");
2682
+ var de_AccessDeniedForDependencyExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2683
+ const body = parsedOutput.body;
2684
+ const deserialized = (0, import_smithy_client._json)(body);
2685
+ const exception = new AccessDeniedForDependencyException({
2686
+ $metadata: deserializeMetadata(parsedOutput),
2687
+ ...deserialized
2688
+ });
2689
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2690
+ }, "de_AccessDeniedForDependencyExceptionRes");
2691
+ var de_AccountAlreadyClosedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2692
+ const body = parsedOutput.body;
2693
+ const deserialized = (0, import_smithy_client._json)(body);
2694
+ const exception = new AccountAlreadyClosedException({
2695
+ $metadata: deserializeMetadata(parsedOutput),
2696
+ ...deserialized
2697
+ });
2698
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2699
+ }, "de_AccountAlreadyClosedExceptionRes");
2700
+ var de_AccountAlreadyRegisteredExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2701
+ const body = parsedOutput.body;
2702
+ const deserialized = (0, import_smithy_client._json)(body);
2703
+ const exception = new AccountAlreadyRegisteredException({
2704
+ $metadata: deserializeMetadata(parsedOutput),
2705
+ ...deserialized
2706
+ });
2707
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2708
+ }, "de_AccountAlreadyRegisteredExceptionRes");
2709
+ var de_AccountNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2710
+ const body = parsedOutput.body;
2711
+ const deserialized = (0, import_smithy_client._json)(body);
2712
+ const exception = new AccountNotFoundException({
2713
+ $metadata: deserializeMetadata(parsedOutput),
2714
+ ...deserialized
2715
+ });
2716
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2717
+ }, "de_AccountNotFoundExceptionRes");
2718
+ var de_AccountNotRegisteredExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2719
+ const body = parsedOutput.body;
2720
+ const deserialized = (0, import_smithy_client._json)(body);
2721
+ const exception = new AccountNotRegisteredException({
2722
+ $metadata: deserializeMetadata(parsedOutput),
2723
+ ...deserialized
2724
+ });
2725
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2726
+ }, "de_AccountNotRegisteredExceptionRes");
2727
+ var de_AccountOwnerNotVerifiedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2728
+ const body = parsedOutput.body;
2729
+ const deserialized = (0, import_smithy_client._json)(body);
2730
+ const exception = new AccountOwnerNotVerifiedException({
2731
+ $metadata: deserializeMetadata(parsedOutput),
2732
+ ...deserialized
2733
+ });
2734
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2735
+ }, "de_AccountOwnerNotVerifiedExceptionRes");
2736
+ var de_AlreadyInOrganizationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2737
+ const body = parsedOutput.body;
2738
+ const deserialized = (0, import_smithy_client._json)(body);
2739
+ const exception = new AlreadyInOrganizationException({
2740
+ $metadata: deserializeMetadata(parsedOutput),
2741
+ ...deserialized
2742
+ });
2743
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2744
+ }, "de_AlreadyInOrganizationExceptionRes");
2745
+ var de_AWSOrganizationsNotInUseExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2746
+ const body = parsedOutput.body;
2747
+ const deserialized = (0, import_smithy_client._json)(body);
2748
+ const exception = new AWSOrganizationsNotInUseException({
2749
+ $metadata: deserializeMetadata(parsedOutput),
2750
+ ...deserialized
2751
+ });
2752
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2753
+ }, "de_AWSOrganizationsNotInUseExceptionRes");
2754
+ var de_ChildNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2755
+ const body = parsedOutput.body;
2756
+ const deserialized = (0, import_smithy_client._json)(body);
2757
+ const exception = new ChildNotFoundException({
2758
+ $metadata: deserializeMetadata(parsedOutput),
2759
+ ...deserialized
2760
+ });
2761
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2762
+ }, "de_ChildNotFoundExceptionRes");
2763
+ var de_ConcurrentModificationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2764
+ const body = parsedOutput.body;
2765
+ const deserialized = (0, import_smithy_client._json)(body);
2766
+ const exception = new ConcurrentModificationException({
2767
+ $metadata: deserializeMetadata(parsedOutput),
2768
+ ...deserialized
2769
+ });
2770
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2771
+ }, "de_ConcurrentModificationExceptionRes");
2772
+ var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2773
+ const body = parsedOutput.body;
2774
+ const deserialized = (0, import_smithy_client._json)(body);
2775
+ const exception = new ConflictException({
2776
+ $metadata: deserializeMetadata(parsedOutput),
2777
+ ...deserialized
2778
+ });
2779
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2780
+ }, "de_ConflictExceptionRes");
2781
+ var de_ConstraintViolationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2782
+ const body = parsedOutput.body;
2783
+ const deserialized = (0, import_smithy_client._json)(body);
2784
+ const exception = new ConstraintViolationException({
2785
+ $metadata: deserializeMetadata(parsedOutput),
2786
+ ...deserialized
2787
+ });
2788
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2789
+ }, "de_ConstraintViolationExceptionRes");
2790
+ var de_CreateAccountStatusNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2791
+ const body = parsedOutput.body;
2792
+ const deserialized = (0, import_smithy_client._json)(body);
2793
+ const exception = new CreateAccountStatusNotFoundException({
2794
+ $metadata: deserializeMetadata(parsedOutput),
2795
+ ...deserialized
2796
+ });
2797
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2798
+ }, "de_CreateAccountStatusNotFoundExceptionRes");
2799
+ var de_DestinationParentNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2800
+ const body = parsedOutput.body;
2801
+ const deserialized = (0, import_smithy_client._json)(body);
2802
+ const exception = new DestinationParentNotFoundException({
2803
+ $metadata: deserializeMetadata(parsedOutput),
2804
+ ...deserialized
2805
+ });
2806
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2807
+ }, "de_DestinationParentNotFoundExceptionRes");
2808
+ var de_DuplicateAccountExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2809
+ const body = parsedOutput.body;
2810
+ const deserialized = (0, import_smithy_client._json)(body);
2811
+ const exception = new DuplicateAccountException({
2812
+ $metadata: deserializeMetadata(parsedOutput),
2813
+ ...deserialized
2814
+ });
2815
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2816
+ }, "de_DuplicateAccountExceptionRes");
2817
+ var de_DuplicateHandshakeExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2818
+ const body = parsedOutput.body;
2819
+ const deserialized = (0, import_smithy_client._json)(body);
2820
+ const exception = new DuplicateHandshakeException({
2821
+ $metadata: deserializeMetadata(parsedOutput),
2822
+ ...deserialized
2823
+ });
2824
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2825
+ }, "de_DuplicateHandshakeExceptionRes");
2826
+ var de_DuplicateOrganizationalUnitExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2827
+ const body = parsedOutput.body;
2828
+ const deserialized = (0, import_smithy_client._json)(body);
2829
+ const exception = new DuplicateOrganizationalUnitException({
2830
+ $metadata: deserializeMetadata(parsedOutput),
2831
+ ...deserialized
2832
+ });
2833
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2834
+ }, "de_DuplicateOrganizationalUnitExceptionRes");
2835
+ var de_DuplicatePolicyAttachmentExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2836
+ const body = parsedOutput.body;
2837
+ const deserialized = (0, import_smithy_client._json)(body);
2838
+ const exception = new DuplicatePolicyAttachmentException({
2839
+ $metadata: deserializeMetadata(parsedOutput),
2840
+ ...deserialized
2841
+ });
2842
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2843
+ }, "de_DuplicatePolicyAttachmentExceptionRes");
2844
+ var de_DuplicatePolicyExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2845
+ const body = parsedOutput.body;
2846
+ const deserialized = (0, import_smithy_client._json)(body);
2847
+ const exception = new DuplicatePolicyException({
2848
+ $metadata: deserializeMetadata(parsedOutput),
2849
+ ...deserialized
2850
+ });
2851
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2852
+ }, "de_DuplicatePolicyExceptionRes");
2853
+ var de_EffectivePolicyNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2854
+ const body = parsedOutput.body;
2855
+ const deserialized = (0, import_smithy_client._json)(body);
2856
+ const exception = new EffectivePolicyNotFoundException({
2857
+ $metadata: deserializeMetadata(parsedOutput),
2858
+ ...deserialized
2859
+ });
2860
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2861
+ }, "de_EffectivePolicyNotFoundExceptionRes");
2862
+ var de_FinalizingOrganizationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2863
+ const body = parsedOutput.body;
2864
+ const deserialized = (0, import_smithy_client._json)(body);
2865
+ const exception = new FinalizingOrganizationException({
2866
+ $metadata: deserializeMetadata(parsedOutput),
2867
+ ...deserialized
2868
+ });
2869
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2870
+ }, "de_FinalizingOrganizationExceptionRes");
2871
+ var de_HandshakeAlreadyInStateExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2872
+ const body = parsedOutput.body;
2873
+ const deserialized = (0, import_smithy_client._json)(body);
2874
+ const exception = new HandshakeAlreadyInStateException({
2875
+ $metadata: deserializeMetadata(parsedOutput),
2876
+ ...deserialized
2877
+ });
2878
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2879
+ }, "de_HandshakeAlreadyInStateExceptionRes");
2880
+ var de_HandshakeConstraintViolationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2881
+ const body = parsedOutput.body;
2882
+ const deserialized = (0, import_smithy_client._json)(body);
2883
+ const exception = new HandshakeConstraintViolationException({
2884
+ $metadata: deserializeMetadata(parsedOutput),
2885
+ ...deserialized
2886
+ });
2887
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2888
+ }, "de_HandshakeConstraintViolationExceptionRes");
2889
+ var de_HandshakeNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2890
+ const body = parsedOutput.body;
2891
+ const deserialized = (0, import_smithy_client._json)(body);
2892
+ const exception = new HandshakeNotFoundException({
2893
+ $metadata: deserializeMetadata(parsedOutput),
2894
+ ...deserialized
2895
+ });
2896
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2897
+ }, "de_HandshakeNotFoundExceptionRes");
2898
+ var de_InvalidHandshakeTransitionExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2899
+ const body = parsedOutput.body;
2900
+ const deserialized = (0, import_smithy_client._json)(body);
2901
+ const exception = new InvalidHandshakeTransitionException({
2902
+ $metadata: deserializeMetadata(parsedOutput),
2903
+ ...deserialized
2904
+ });
2905
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2906
+ }, "de_InvalidHandshakeTransitionExceptionRes");
2907
+ var de_InvalidInputExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2908
+ const body = parsedOutput.body;
2909
+ const deserialized = (0, import_smithy_client._json)(body);
2910
+ const exception = new InvalidInputException({
2911
+ $metadata: deserializeMetadata(parsedOutput),
2912
+ ...deserialized
2913
+ });
2914
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2915
+ }, "de_InvalidInputExceptionRes");
2916
+ var de_MalformedPolicyDocumentExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2917
+ const body = parsedOutput.body;
2918
+ const deserialized = (0, import_smithy_client._json)(body);
2919
+ const exception = new MalformedPolicyDocumentException({
2920
+ $metadata: deserializeMetadata(parsedOutput),
2921
+ ...deserialized
2922
+ });
2923
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2924
+ }, "de_MalformedPolicyDocumentExceptionRes");
2925
+ var de_MasterCannotLeaveOrganizationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2926
+ const body = parsedOutput.body;
2927
+ const deserialized = (0, import_smithy_client._json)(body);
2928
+ const exception = new MasterCannotLeaveOrganizationException({
2929
+ $metadata: deserializeMetadata(parsedOutput),
2930
+ ...deserialized
2931
+ });
2932
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2933
+ }, "de_MasterCannotLeaveOrganizationExceptionRes");
2934
+ var de_OrganizationalUnitNotEmptyExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2935
+ const body = parsedOutput.body;
2936
+ const deserialized = (0, import_smithy_client._json)(body);
2937
+ const exception = new OrganizationalUnitNotEmptyException({
2938
+ $metadata: deserializeMetadata(parsedOutput),
2939
+ ...deserialized
2940
+ });
2941
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2942
+ }, "de_OrganizationalUnitNotEmptyExceptionRes");
2943
+ var de_OrganizationalUnitNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2944
+ const body = parsedOutput.body;
2945
+ const deserialized = (0, import_smithy_client._json)(body);
2946
+ const exception = new OrganizationalUnitNotFoundException({
2947
+ $metadata: deserializeMetadata(parsedOutput),
2948
+ ...deserialized
2949
+ });
2950
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2951
+ }, "de_OrganizationalUnitNotFoundExceptionRes");
2952
+ var de_OrganizationNotEmptyExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2953
+ const body = parsedOutput.body;
2954
+ const deserialized = (0, import_smithy_client._json)(body);
2955
+ const exception = new OrganizationNotEmptyException({
2956
+ $metadata: deserializeMetadata(parsedOutput),
2957
+ ...deserialized
2958
+ });
2959
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2960
+ }, "de_OrganizationNotEmptyExceptionRes");
2961
+ var de_ParentNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2962
+ const body = parsedOutput.body;
2963
+ const deserialized = (0, import_smithy_client._json)(body);
2964
+ const exception = new ParentNotFoundException({
2965
+ $metadata: deserializeMetadata(parsedOutput),
2966
+ ...deserialized
2967
+ });
2968
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2969
+ }, "de_ParentNotFoundExceptionRes");
2970
+ var de_PolicyChangesInProgressExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2971
+ const body = parsedOutput.body;
2972
+ const deserialized = (0, import_smithy_client._json)(body);
2973
+ const exception = new PolicyChangesInProgressException({
2974
+ $metadata: deserializeMetadata(parsedOutput),
2975
+ ...deserialized
2976
+ });
2977
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2978
+ }, "de_PolicyChangesInProgressExceptionRes");
2979
+ var de_PolicyInUseExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2980
+ const body = parsedOutput.body;
2981
+ const deserialized = (0, import_smithy_client._json)(body);
2982
+ const exception = new PolicyInUseException({
2983
+ $metadata: deserializeMetadata(parsedOutput),
2984
+ ...deserialized
2985
+ });
2986
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2987
+ }, "de_PolicyInUseExceptionRes");
2988
+ var de_PolicyNotAttachedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2989
+ const body = parsedOutput.body;
2990
+ const deserialized = (0, import_smithy_client._json)(body);
2991
+ const exception = new PolicyNotAttachedException({
2992
+ $metadata: deserializeMetadata(parsedOutput),
2993
+ ...deserialized
2994
+ });
2995
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
2996
+ }, "de_PolicyNotAttachedExceptionRes");
2997
+ var de_PolicyNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
2998
+ const body = parsedOutput.body;
2999
+ const deserialized = (0, import_smithy_client._json)(body);
3000
+ const exception = new PolicyNotFoundException({
3001
+ $metadata: deserializeMetadata(parsedOutput),
3002
+ ...deserialized
3003
+ });
3004
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3005
+ }, "de_PolicyNotFoundExceptionRes");
3006
+ var de_PolicyTypeAlreadyEnabledExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3007
+ const body = parsedOutput.body;
3008
+ const deserialized = (0, import_smithy_client._json)(body);
3009
+ const exception = new PolicyTypeAlreadyEnabledException({
3010
+ $metadata: deserializeMetadata(parsedOutput),
3011
+ ...deserialized
3012
+ });
3013
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3014
+ }, "de_PolicyTypeAlreadyEnabledExceptionRes");
3015
+ var de_PolicyTypeNotAvailableForOrganizationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3016
+ const body = parsedOutput.body;
3017
+ const deserialized = (0, import_smithy_client._json)(body);
3018
+ const exception = new PolicyTypeNotAvailableForOrganizationException({
3019
+ $metadata: deserializeMetadata(parsedOutput),
3020
+ ...deserialized
3021
+ });
3022
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3023
+ }, "de_PolicyTypeNotAvailableForOrganizationExceptionRes");
3024
+ var de_PolicyTypeNotEnabledExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3025
+ const body = parsedOutput.body;
3026
+ const deserialized = (0, import_smithy_client._json)(body);
3027
+ const exception = new PolicyTypeNotEnabledException({
3028
+ $metadata: deserializeMetadata(parsedOutput),
3029
+ ...deserialized
3030
+ });
3031
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3032
+ }, "de_PolicyTypeNotEnabledExceptionRes");
3033
+ var de_ResourcePolicyNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3034
+ const body = parsedOutput.body;
3035
+ const deserialized = (0, import_smithy_client._json)(body);
3036
+ const exception = new ResourcePolicyNotFoundException({
3037
+ $metadata: deserializeMetadata(parsedOutput),
3038
+ ...deserialized
3039
+ });
3040
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3041
+ }, "de_ResourcePolicyNotFoundExceptionRes");
3042
+ var de_RootNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3043
+ const body = parsedOutput.body;
3044
+ const deserialized = (0, import_smithy_client._json)(body);
3045
+ const exception = new RootNotFoundException({
3046
+ $metadata: deserializeMetadata(parsedOutput),
3047
+ ...deserialized
3048
+ });
3049
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3050
+ }, "de_RootNotFoundExceptionRes");
3051
+ var de_ServiceExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3052
+ const body = parsedOutput.body;
3053
+ const deserialized = (0, import_smithy_client._json)(body);
3054
+ const exception = new ServiceException({
3055
+ $metadata: deserializeMetadata(parsedOutput),
3056
+ ...deserialized
3057
+ });
3058
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3059
+ }, "de_ServiceExceptionRes");
3060
+ var de_SourceParentNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3061
+ const body = parsedOutput.body;
3062
+ const deserialized = (0, import_smithy_client._json)(body);
3063
+ const exception = new SourceParentNotFoundException({
3064
+ $metadata: deserializeMetadata(parsedOutput),
3065
+ ...deserialized
3066
+ });
3067
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3068
+ }, "de_SourceParentNotFoundExceptionRes");
3069
+ var de_TargetNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3070
+ const body = parsedOutput.body;
3071
+ const deserialized = (0, import_smithy_client._json)(body);
3072
+ const exception = new TargetNotFoundException({
3073
+ $metadata: deserializeMetadata(parsedOutput),
3074
+ ...deserialized
3075
+ });
3076
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3077
+ }, "de_TargetNotFoundExceptionRes");
3078
+ var de_TooManyRequestsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3079
+ const body = parsedOutput.body;
3080
+ const deserialized = (0, import_smithy_client._json)(body);
3081
+ const exception = new TooManyRequestsException({
3082
+ $metadata: deserializeMetadata(parsedOutput),
3083
+ ...deserialized
3084
+ });
3085
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3086
+ }, "de_TooManyRequestsExceptionRes");
3087
+ var de_UnsupportedAPIEndpointExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
3088
+ const body = parsedOutput.body;
3089
+ const deserialized = (0, import_smithy_client._json)(body);
3090
+ const exception = new UnsupportedAPIEndpointException({
3091
+ $metadata: deserializeMetadata(parsedOutput),
3092
+ ...deserialized
3093
+ });
3094
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
3095
+ }, "de_UnsupportedAPIEndpointExceptionRes");
3096
+ var de_AcceptHandshakeResponse = /* @__PURE__ */ __name((output, context) => {
3097
+ return (0, import_smithy_client.take)(output, {
3098
+ Handshake: (_) => de_Handshake(_, context)
3099
+ });
3100
+ }, "de_AcceptHandshakeResponse");
3101
+ var de_Account = /* @__PURE__ */ __name((output, context) => {
3102
+ return (0, import_smithy_client.take)(output, {
3103
+ Arn: import_smithy_client.expectString,
3104
+ Email: import_smithy_client.expectString,
3105
+ Id: import_smithy_client.expectString,
3106
+ JoinedMethod: import_smithy_client.expectString,
3107
+ JoinedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3108
+ Name: import_smithy_client.expectString,
3109
+ Status: import_smithy_client.expectString
3110
+ });
3111
+ }, "de_Account");
3112
+ var de_Accounts = /* @__PURE__ */ __name((output, context) => {
3113
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3114
+ return de_Account(entry, context);
3115
+ });
3116
+ return retVal;
3117
+ }, "de_Accounts");
3118
+ var de_CancelHandshakeResponse = /* @__PURE__ */ __name((output, context) => {
3119
+ return (0, import_smithy_client.take)(output, {
3120
+ Handshake: (_) => de_Handshake(_, context)
3121
+ });
3122
+ }, "de_CancelHandshakeResponse");
3123
+ var de_CreateAccountResponse = /* @__PURE__ */ __name((output, context) => {
3124
+ return (0, import_smithy_client.take)(output, {
3125
+ CreateAccountStatus: (_) => de_CreateAccountStatus(_, context)
3126
+ });
3127
+ }, "de_CreateAccountResponse");
3128
+ var de_CreateAccountStatus = /* @__PURE__ */ __name((output, context) => {
3129
+ return (0, import_smithy_client.take)(output, {
3130
+ AccountId: import_smithy_client.expectString,
3131
+ AccountName: import_smithy_client.expectString,
3132
+ CompletedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3133
+ FailureReason: import_smithy_client.expectString,
3134
+ GovCloudAccountId: import_smithy_client.expectString,
3135
+ Id: import_smithy_client.expectString,
3136
+ RequestedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3137
+ State: import_smithy_client.expectString
3138
+ });
3139
+ }, "de_CreateAccountStatus");
3140
+ var de_CreateAccountStatuses = /* @__PURE__ */ __name((output, context) => {
3141
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3142
+ return de_CreateAccountStatus(entry, context);
3143
+ });
3144
+ return retVal;
3145
+ }, "de_CreateAccountStatuses");
3146
+ var de_CreateGovCloudAccountResponse = /* @__PURE__ */ __name((output, context) => {
3147
+ return (0, import_smithy_client.take)(output, {
3148
+ CreateAccountStatus: (_) => de_CreateAccountStatus(_, context)
3149
+ });
3150
+ }, "de_CreateGovCloudAccountResponse");
3151
+ var de_DeclineHandshakeResponse = /* @__PURE__ */ __name((output, context) => {
3152
+ return (0, import_smithy_client.take)(output, {
3153
+ Handshake: (_) => de_Handshake(_, context)
3154
+ });
3155
+ }, "de_DeclineHandshakeResponse");
3156
+ var de_DelegatedAdministrator = /* @__PURE__ */ __name((output, context) => {
3157
+ return (0, import_smithy_client.take)(output, {
3158
+ Arn: import_smithy_client.expectString,
3159
+ DelegationEnabledDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3160
+ Email: import_smithy_client.expectString,
3161
+ Id: import_smithy_client.expectString,
3162
+ JoinedMethod: import_smithy_client.expectString,
3163
+ JoinedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3164
+ Name: import_smithy_client.expectString,
3165
+ Status: import_smithy_client.expectString
3166
+ });
3167
+ }, "de_DelegatedAdministrator");
3168
+ var de_DelegatedAdministrators = /* @__PURE__ */ __name((output, context) => {
3169
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3170
+ return de_DelegatedAdministrator(entry, context);
3171
+ });
3172
+ return retVal;
3173
+ }, "de_DelegatedAdministrators");
3174
+ var de_DelegatedService = /* @__PURE__ */ __name((output, context) => {
3175
+ return (0, import_smithy_client.take)(output, {
3176
+ DelegationEnabledDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3177
+ ServicePrincipal: import_smithy_client.expectString
3178
+ });
3179
+ }, "de_DelegatedService");
3180
+ var de_DelegatedServices = /* @__PURE__ */ __name((output, context) => {
3181
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3182
+ return de_DelegatedService(entry, context);
3183
+ });
3184
+ return retVal;
3185
+ }, "de_DelegatedServices");
3186
+ var de_DescribeAccountResponse = /* @__PURE__ */ __name((output, context) => {
3187
+ return (0, import_smithy_client.take)(output, {
3188
+ Account: (_) => de_Account(_, context)
3189
+ });
3190
+ }, "de_DescribeAccountResponse");
3191
+ var de_DescribeCreateAccountStatusResponse = /* @__PURE__ */ __name((output, context) => {
3192
+ return (0, import_smithy_client.take)(output, {
3193
+ CreateAccountStatus: (_) => de_CreateAccountStatus(_, context)
3194
+ });
3195
+ }, "de_DescribeCreateAccountStatusResponse");
3196
+ var de_DescribeEffectivePolicyResponse = /* @__PURE__ */ __name((output, context) => {
3197
+ return (0, import_smithy_client.take)(output, {
3198
+ EffectivePolicy: (_) => de_EffectivePolicy(_, context)
3199
+ });
3200
+ }, "de_DescribeEffectivePolicyResponse");
3201
+ var de_DescribeHandshakeResponse = /* @__PURE__ */ __name((output, context) => {
3202
+ return (0, import_smithy_client.take)(output, {
3203
+ Handshake: (_) => de_Handshake(_, context)
3204
+ });
3205
+ }, "de_DescribeHandshakeResponse");
3206
+ var de_EffectivePolicy = /* @__PURE__ */ __name((output, context) => {
3207
+ return (0, import_smithy_client.take)(output, {
3208
+ LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3209
+ PolicyContent: import_smithy_client.expectString,
3210
+ PolicyType: import_smithy_client.expectString,
3211
+ TargetId: import_smithy_client.expectString
3212
+ });
3213
+ }, "de_EffectivePolicy");
3214
+ var de_EnableAllFeaturesResponse = /* @__PURE__ */ __name((output, context) => {
3215
+ return (0, import_smithy_client.take)(output, {
3216
+ Handshake: (_) => de_Handshake(_, context)
3217
+ });
3218
+ }, "de_EnableAllFeaturesResponse");
3219
+ var de_EnabledServicePrincipal = /* @__PURE__ */ __name((output, context) => {
3220
+ return (0, import_smithy_client.take)(output, {
3221
+ DateEnabled: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3222
+ ServicePrincipal: import_smithy_client.expectString
3223
+ });
3224
+ }, "de_EnabledServicePrincipal");
3225
+ var de_EnabledServicePrincipals = /* @__PURE__ */ __name((output, context) => {
3226
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3227
+ return de_EnabledServicePrincipal(entry, context);
3228
+ });
3229
+ return retVal;
3230
+ }, "de_EnabledServicePrincipals");
3231
+ var de_Handshake = /* @__PURE__ */ __name((output, context) => {
3232
+ return (0, import_smithy_client.take)(output, {
3233
+ Action: import_smithy_client.expectString,
3234
+ Arn: import_smithy_client.expectString,
3235
+ ExpirationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3236
+ Id: import_smithy_client.expectString,
3237
+ Parties: import_smithy_client._json,
3238
+ RequestedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3239
+ Resources: (_) => de_HandshakeResources(_, context),
3240
+ State: import_smithy_client.expectString
3241
+ });
3242
+ }, "de_Handshake");
3243
+ var de_HandshakeResource = /* @__PURE__ */ __name((output, context) => {
3244
+ return (0, import_smithy_client.take)(output, {
3245
+ Resources: (_) => de_HandshakeResources(_, context),
3246
+ Type: import_smithy_client.expectString,
3247
+ Value: import_smithy_client.expectString
3248
+ });
3249
+ }, "de_HandshakeResource");
3250
+ var de_HandshakeResources = /* @__PURE__ */ __name((output, context) => {
3251
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3252
+ return de_HandshakeResource(entry, context);
3253
+ });
3254
+ return retVal;
3255
+ }, "de_HandshakeResources");
3256
+ var de_Handshakes = /* @__PURE__ */ __name((output, context) => {
3257
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3258
+ return de_Handshake(entry, context);
3259
+ });
3260
+ return retVal;
3261
+ }, "de_Handshakes");
3262
+ var de_InviteAccountToOrganizationResponse = /* @__PURE__ */ __name((output, context) => {
3263
+ return (0, import_smithy_client.take)(output, {
3264
+ Handshake: (_) => de_Handshake(_, context)
3265
+ });
3266
+ }, "de_InviteAccountToOrganizationResponse");
3267
+ var de_ListAccountsForParentResponse = /* @__PURE__ */ __name((output, context) => {
3268
+ return (0, import_smithy_client.take)(output, {
3269
+ Accounts: (_) => de_Accounts(_, context),
3270
+ NextToken: import_smithy_client.expectString
3271
+ });
3272
+ }, "de_ListAccountsForParentResponse");
3273
+ var de_ListAccountsResponse = /* @__PURE__ */ __name((output, context) => {
3274
+ return (0, import_smithy_client.take)(output, {
3275
+ Accounts: (_) => de_Accounts(_, context),
3276
+ NextToken: import_smithy_client.expectString
3277
+ });
3278
+ }, "de_ListAccountsResponse");
3279
+ var de_ListAWSServiceAccessForOrganizationResponse = /* @__PURE__ */ __name((output, context) => {
3280
+ return (0, import_smithy_client.take)(output, {
3281
+ EnabledServicePrincipals: (_) => de_EnabledServicePrincipals(_, context),
3282
+ NextToken: import_smithy_client.expectString
3283
+ });
3284
+ }, "de_ListAWSServiceAccessForOrganizationResponse");
3285
+ var de_ListCreateAccountStatusResponse = /* @__PURE__ */ __name((output, context) => {
3286
+ return (0, import_smithy_client.take)(output, {
3287
+ CreateAccountStatuses: (_) => de_CreateAccountStatuses(_, context),
3288
+ NextToken: import_smithy_client.expectString
3289
+ });
3290
+ }, "de_ListCreateAccountStatusResponse");
3291
+ var de_ListDelegatedAdministratorsResponse = /* @__PURE__ */ __name((output, context) => {
3292
+ return (0, import_smithy_client.take)(output, {
3293
+ DelegatedAdministrators: (_) => de_DelegatedAdministrators(_, context),
3294
+ NextToken: import_smithy_client.expectString
3295
+ });
3296
+ }, "de_ListDelegatedAdministratorsResponse");
3297
+ var de_ListDelegatedServicesForAccountResponse = /* @__PURE__ */ __name((output, context) => {
3298
+ return (0, import_smithy_client.take)(output, {
3299
+ DelegatedServices: (_) => de_DelegatedServices(_, context),
3300
+ NextToken: import_smithy_client.expectString
3301
+ });
3302
+ }, "de_ListDelegatedServicesForAccountResponse");
3303
+ var de_ListHandshakesForAccountResponse = /* @__PURE__ */ __name((output, context) => {
3304
+ return (0, import_smithy_client.take)(output, {
3305
+ Handshakes: (_) => de_Handshakes(_, context),
3306
+ NextToken: import_smithy_client.expectString
3307
+ });
3308
+ }, "de_ListHandshakesForAccountResponse");
3309
+ var de_ListHandshakesForOrganizationResponse = /* @__PURE__ */ __name((output, context) => {
3310
+ return (0, import_smithy_client.take)(output, {
3311
+ Handshakes: (_) => de_Handshakes(_, context),
3312
+ NextToken: import_smithy_client.expectString
3313
+ });
3314
+ }, "de_ListHandshakesForOrganizationResponse");
3315
+ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
3316
+ httpStatusCode: output.statusCode,
3317
+ requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
3318
+ extendedRequestId: output.headers["x-amz-id-2"],
3319
+ cfId: output.headers["x-amz-cf-id"]
3320
+ }), "deserializeMetadata");
3321
+ var throwDefaultError = (0, import_smithy_client.withBaseException)(OrganizationsServiceException);
3322
+ var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
3323
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
3324
+ const contents = {
3325
+ protocol,
3326
+ hostname,
3327
+ port,
3328
+ method: "POST",
3329
+ path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
3330
+ headers
3331
+ };
3332
+ if (resolvedHostname !== void 0) {
3333
+ contents.hostname = resolvedHostname;
3334
+ }
3335
+ if (body !== void 0) {
3336
+ contents.body = body;
3337
+ }
3338
+ return new import_protocol_http.HttpRequest(contents);
3339
+ }, "buildHttpRpcRequest");
3340
+ function sharedHeaders(operation) {
3341
+ return {
3342
+ "content-type": "application/x-amz-json-1.1",
3343
+ "x-amz-target": `AWSOrganizationsV20161128.${operation}`
3344
+ };
3345
+ }
3346
+ __name(sharedHeaders, "sharedHeaders");
3347
+
3348
+ // src/commands/AcceptHandshakeCommand.ts
3349
+ var _AcceptHandshakeCommand = class _AcceptHandshakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3350
+ return [
3351
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3352
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3353
+ ];
3354
+ }).s("AWSOrganizationsV20161128", "AcceptHandshake", {}).n("OrganizationsClient", "AcceptHandshakeCommand").f(void 0, AcceptHandshakeResponseFilterSensitiveLog).ser(se_AcceptHandshakeCommand).de(de_AcceptHandshakeCommand).build() {
3355
+ };
3356
+ __name(_AcceptHandshakeCommand, "AcceptHandshakeCommand");
3357
+ var AcceptHandshakeCommand = _AcceptHandshakeCommand;
3358
+
3359
+ // src/commands/AttachPolicyCommand.ts
3360
+
3361
+
3362
+
3363
+ var _AttachPolicyCommand = class _AttachPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3364
+ return [
3365
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3366
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3367
+ ];
3368
+ }).s("AWSOrganizationsV20161128", "AttachPolicy", {}).n("OrganizationsClient", "AttachPolicyCommand").f(void 0, void 0).ser(se_AttachPolicyCommand).de(de_AttachPolicyCommand).build() {
3369
+ };
3370
+ __name(_AttachPolicyCommand, "AttachPolicyCommand");
3371
+ var AttachPolicyCommand = _AttachPolicyCommand;
3372
+
3373
+ // src/commands/CancelHandshakeCommand.ts
3374
+
3375
+
3376
+
3377
+ var _CancelHandshakeCommand = class _CancelHandshakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3378
+ return [
3379
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3380
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3381
+ ];
3382
+ }).s("AWSOrganizationsV20161128", "CancelHandshake", {}).n("OrganizationsClient", "CancelHandshakeCommand").f(void 0, CancelHandshakeResponseFilterSensitiveLog).ser(se_CancelHandshakeCommand).de(de_CancelHandshakeCommand).build() {
3383
+ };
3384
+ __name(_CancelHandshakeCommand, "CancelHandshakeCommand");
3385
+ var CancelHandshakeCommand = _CancelHandshakeCommand;
3386
+
3387
+ // src/commands/CloseAccountCommand.ts
3388
+
3389
+
3390
+
3391
+ var _CloseAccountCommand = class _CloseAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3392
+ return [
3393
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3394
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3395
+ ];
3396
+ }).s("AWSOrganizationsV20161128", "CloseAccount", {}).n("OrganizationsClient", "CloseAccountCommand").f(void 0, void 0).ser(se_CloseAccountCommand).de(de_CloseAccountCommand).build() {
3397
+ };
3398
+ __name(_CloseAccountCommand, "CloseAccountCommand");
3399
+ var CloseAccountCommand = _CloseAccountCommand;
3400
+
3401
+ // src/commands/CreateAccountCommand.ts
3402
+
3403
+
3404
+
3405
+ var _CreateAccountCommand = class _CreateAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3406
+ return [
3407
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3408
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3409
+ ];
3410
+ }).s("AWSOrganizationsV20161128", "CreateAccount", {}).n("OrganizationsClient", "CreateAccountCommand").f(CreateAccountRequestFilterSensitiveLog, CreateAccountResponseFilterSensitiveLog).ser(se_CreateAccountCommand).de(de_CreateAccountCommand).build() {
3411
+ };
3412
+ __name(_CreateAccountCommand, "CreateAccountCommand");
3413
+ var CreateAccountCommand = _CreateAccountCommand;
3414
+
3415
+ // src/commands/CreateGovCloudAccountCommand.ts
3416
+
3417
+
3418
+
3419
+ var _CreateGovCloudAccountCommand = class _CreateGovCloudAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3420
+ return [
3421
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3422
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3423
+ ];
3424
+ }).s("AWSOrganizationsV20161128", "CreateGovCloudAccount", {}).n("OrganizationsClient", "CreateGovCloudAccountCommand").f(CreateGovCloudAccountRequestFilterSensitiveLog, CreateGovCloudAccountResponseFilterSensitiveLog).ser(se_CreateGovCloudAccountCommand).de(de_CreateGovCloudAccountCommand).build() {
3425
+ };
3426
+ __name(_CreateGovCloudAccountCommand, "CreateGovCloudAccountCommand");
3427
+ var CreateGovCloudAccountCommand = _CreateGovCloudAccountCommand;
3428
+
3429
+ // src/commands/CreateOrganizationalUnitCommand.ts
3430
+
3431
+
3432
+
3433
+ var _CreateOrganizationalUnitCommand = class _CreateOrganizationalUnitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3434
+ return [
3435
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3436
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3437
+ ];
3438
+ }).s("AWSOrganizationsV20161128", "CreateOrganizationalUnit", {}).n("OrganizationsClient", "CreateOrganizationalUnitCommand").f(void 0, void 0).ser(se_CreateOrganizationalUnitCommand).de(de_CreateOrganizationalUnitCommand).build() {
3439
+ };
3440
+ __name(_CreateOrganizationalUnitCommand, "CreateOrganizationalUnitCommand");
3441
+ var CreateOrganizationalUnitCommand = _CreateOrganizationalUnitCommand;
3442
+
3443
+ // src/commands/CreateOrganizationCommand.ts
3444
+
3445
+
3446
+
3447
+ var _CreateOrganizationCommand = class _CreateOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3448
+ return [
3449
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3450
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3451
+ ];
3452
+ }).s("AWSOrganizationsV20161128", "CreateOrganization", {}).n("OrganizationsClient", "CreateOrganizationCommand").f(void 0, CreateOrganizationResponseFilterSensitiveLog).ser(se_CreateOrganizationCommand).de(de_CreateOrganizationCommand).build() {
3453
+ };
3454
+ __name(_CreateOrganizationCommand, "CreateOrganizationCommand");
3455
+ var CreateOrganizationCommand = _CreateOrganizationCommand;
3456
+
3457
+ // src/commands/CreatePolicyCommand.ts
3458
+
3459
+
3460
+
3461
+ var _CreatePolicyCommand = class _CreatePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3462
+ return [
3463
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3464
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3465
+ ];
3466
+ }).s("AWSOrganizationsV20161128", "CreatePolicy", {}).n("OrganizationsClient", "CreatePolicyCommand").f(void 0, void 0).ser(se_CreatePolicyCommand).de(de_CreatePolicyCommand).build() {
3467
+ };
3468
+ __name(_CreatePolicyCommand, "CreatePolicyCommand");
3469
+ var CreatePolicyCommand = _CreatePolicyCommand;
3470
+
3471
+ // src/commands/DeclineHandshakeCommand.ts
3472
+
3473
+
3474
+
3475
+ var _DeclineHandshakeCommand = class _DeclineHandshakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3476
+ return [
3477
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3478
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3479
+ ];
3480
+ }).s("AWSOrganizationsV20161128", "DeclineHandshake", {}).n("OrganizationsClient", "DeclineHandshakeCommand").f(void 0, DeclineHandshakeResponseFilterSensitiveLog).ser(se_DeclineHandshakeCommand).de(de_DeclineHandshakeCommand).build() {
3481
+ };
3482
+ __name(_DeclineHandshakeCommand, "DeclineHandshakeCommand");
3483
+ var DeclineHandshakeCommand = _DeclineHandshakeCommand;
3484
+
3485
+ // src/commands/DeleteOrganizationalUnitCommand.ts
3486
+
3487
+
3488
+
3489
+ var _DeleteOrganizationalUnitCommand = class _DeleteOrganizationalUnitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3490
+ return [
3491
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3492
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3493
+ ];
3494
+ }).s("AWSOrganizationsV20161128", "DeleteOrganizationalUnit", {}).n("OrganizationsClient", "DeleteOrganizationalUnitCommand").f(void 0, void 0).ser(se_DeleteOrganizationalUnitCommand).de(de_DeleteOrganizationalUnitCommand).build() {
3495
+ };
3496
+ __name(_DeleteOrganizationalUnitCommand, "DeleteOrganizationalUnitCommand");
3497
+ var DeleteOrganizationalUnitCommand = _DeleteOrganizationalUnitCommand;
3498
+
3499
+ // src/commands/DeleteOrganizationCommand.ts
3500
+
3501
+
3502
+
3503
+ var _DeleteOrganizationCommand = class _DeleteOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3504
+ return [
3505
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3506
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3507
+ ];
3508
+ }).s("AWSOrganizationsV20161128", "DeleteOrganization", {}).n("OrganizationsClient", "DeleteOrganizationCommand").f(void 0, void 0).ser(se_DeleteOrganizationCommand).de(de_DeleteOrganizationCommand).build() {
3509
+ };
3510
+ __name(_DeleteOrganizationCommand, "DeleteOrganizationCommand");
3511
+ var DeleteOrganizationCommand = _DeleteOrganizationCommand;
3512
+
3513
+ // src/commands/DeletePolicyCommand.ts
3514
+
3515
+
3516
+
3517
+ var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3518
+ return [
3519
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3520
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3521
+ ];
3522
+ }).s("AWSOrganizationsV20161128", "DeletePolicy", {}).n("OrganizationsClient", "DeletePolicyCommand").f(void 0, void 0).ser(se_DeletePolicyCommand).de(de_DeletePolicyCommand).build() {
3523
+ };
3524
+ __name(_DeletePolicyCommand, "DeletePolicyCommand");
3525
+ var DeletePolicyCommand = _DeletePolicyCommand;
3526
+
3527
+ // src/commands/DeleteResourcePolicyCommand.ts
3528
+
3529
+
3530
+
3531
+ var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3532
+ return [
3533
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3534
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3535
+ ];
3536
+ }).s("AWSOrganizationsV20161128", "DeleteResourcePolicy", {}).n("OrganizationsClient", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
3537
+ };
3538
+ __name(_DeleteResourcePolicyCommand, "DeleteResourcePolicyCommand");
3539
+ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
3540
+
3541
+ // src/commands/DeregisterDelegatedAdministratorCommand.ts
3542
+
3543
+
3544
+
3545
+ var _DeregisterDelegatedAdministratorCommand = class _DeregisterDelegatedAdministratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3546
+ return [
3547
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3548
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3549
+ ];
3550
+ }).s("AWSOrganizationsV20161128", "DeregisterDelegatedAdministrator", {}).n("OrganizationsClient", "DeregisterDelegatedAdministratorCommand").f(void 0, void 0).ser(se_DeregisterDelegatedAdministratorCommand).de(de_DeregisterDelegatedAdministratorCommand).build() {
3551
+ };
3552
+ __name(_DeregisterDelegatedAdministratorCommand, "DeregisterDelegatedAdministratorCommand");
3553
+ var DeregisterDelegatedAdministratorCommand = _DeregisterDelegatedAdministratorCommand;
3554
+
3555
+ // src/commands/DescribeAccountCommand.ts
3556
+
3557
+
3558
+
3559
+ var _DescribeAccountCommand = class _DescribeAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3560
+ return [
3561
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3562
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3563
+ ];
3564
+ }).s("AWSOrganizationsV20161128", "DescribeAccount", {}).n("OrganizationsClient", "DescribeAccountCommand").f(void 0, DescribeAccountResponseFilterSensitiveLog).ser(se_DescribeAccountCommand).de(de_DescribeAccountCommand).build() {
3565
+ };
3566
+ __name(_DescribeAccountCommand, "DescribeAccountCommand");
3567
+ var DescribeAccountCommand = _DescribeAccountCommand;
3568
+
3569
+ // src/commands/DescribeCreateAccountStatusCommand.ts
3570
+
3571
+
3572
+
3573
+ var _DescribeCreateAccountStatusCommand = class _DescribeCreateAccountStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3574
+ return [
3575
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3576
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3577
+ ];
3578
+ }).s("AWSOrganizationsV20161128", "DescribeCreateAccountStatus", {}).n("OrganizationsClient", "DescribeCreateAccountStatusCommand").f(void 0, DescribeCreateAccountStatusResponseFilterSensitiveLog).ser(se_DescribeCreateAccountStatusCommand).de(de_DescribeCreateAccountStatusCommand).build() {
3579
+ };
3580
+ __name(_DescribeCreateAccountStatusCommand, "DescribeCreateAccountStatusCommand");
3581
+ var DescribeCreateAccountStatusCommand = _DescribeCreateAccountStatusCommand;
3582
+
3583
+ // src/commands/DescribeEffectivePolicyCommand.ts
3584
+
3585
+
3586
+
3587
+ var _DescribeEffectivePolicyCommand = class _DescribeEffectivePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3588
+ return [
3589
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3590
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3591
+ ];
3592
+ }).s("AWSOrganizationsV20161128", "DescribeEffectivePolicy", {}).n("OrganizationsClient", "DescribeEffectivePolicyCommand").f(void 0, void 0).ser(se_DescribeEffectivePolicyCommand).de(de_DescribeEffectivePolicyCommand).build() {
3593
+ };
3594
+ __name(_DescribeEffectivePolicyCommand, "DescribeEffectivePolicyCommand");
3595
+ var DescribeEffectivePolicyCommand = _DescribeEffectivePolicyCommand;
3596
+
3597
+ // src/commands/DescribeHandshakeCommand.ts
3598
+
3599
+
3600
+
3601
+ var _DescribeHandshakeCommand = class _DescribeHandshakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3602
+ return [
3603
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3604
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3605
+ ];
3606
+ }).s("AWSOrganizationsV20161128", "DescribeHandshake", {}).n("OrganizationsClient", "DescribeHandshakeCommand").f(void 0, DescribeHandshakeResponseFilterSensitiveLog).ser(se_DescribeHandshakeCommand).de(de_DescribeHandshakeCommand).build() {
3607
+ };
3608
+ __name(_DescribeHandshakeCommand, "DescribeHandshakeCommand");
3609
+ var DescribeHandshakeCommand = _DescribeHandshakeCommand;
3610
+
3611
+ // src/commands/DescribeOrganizationalUnitCommand.ts
3612
+
3613
+
3614
+
3615
+ var _DescribeOrganizationalUnitCommand = class _DescribeOrganizationalUnitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3616
+ return [
3617
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3618
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3619
+ ];
3620
+ }).s("AWSOrganizationsV20161128", "DescribeOrganizationalUnit", {}).n("OrganizationsClient", "DescribeOrganizationalUnitCommand").f(void 0, void 0).ser(se_DescribeOrganizationalUnitCommand).de(de_DescribeOrganizationalUnitCommand).build() {
3621
+ };
3622
+ __name(_DescribeOrganizationalUnitCommand, "DescribeOrganizationalUnitCommand");
3623
+ var DescribeOrganizationalUnitCommand = _DescribeOrganizationalUnitCommand;
3624
+
3625
+ // src/commands/DescribeOrganizationCommand.ts
3626
+
3627
+
3628
+
3629
+ var _DescribeOrganizationCommand = class _DescribeOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3630
+ return [
3631
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3632
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3633
+ ];
3634
+ }).s("AWSOrganizationsV20161128", "DescribeOrganization", {}).n("OrganizationsClient", "DescribeOrganizationCommand").f(void 0, DescribeOrganizationResponseFilterSensitiveLog).ser(se_DescribeOrganizationCommand).de(de_DescribeOrganizationCommand).build() {
3635
+ };
3636
+ __name(_DescribeOrganizationCommand, "DescribeOrganizationCommand");
3637
+ var DescribeOrganizationCommand = _DescribeOrganizationCommand;
3638
+
3639
+ // src/commands/DescribePolicyCommand.ts
3640
+
3641
+
3642
+
3643
+ var _DescribePolicyCommand = class _DescribePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3644
+ return [
3645
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3646
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3647
+ ];
3648
+ }).s("AWSOrganizationsV20161128", "DescribePolicy", {}).n("OrganizationsClient", "DescribePolicyCommand").f(void 0, void 0).ser(se_DescribePolicyCommand).de(de_DescribePolicyCommand).build() {
3649
+ };
3650
+ __name(_DescribePolicyCommand, "DescribePolicyCommand");
3651
+ var DescribePolicyCommand = _DescribePolicyCommand;
3652
+
3653
+ // src/commands/DescribeResourcePolicyCommand.ts
3654
+
3655
+
3656
+
3657
+ var _DescribeResourcePolicyCommand = class _DescribeResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3658
+ return [
3659
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3660
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3661
+ ];
3662
+ }).s("AWSOrganizationsV20161128", "DescribeResourcePolicy", {}).n("OrganizationsClient", "DescribeResourcePolicyCommand").f(void 0, void 0).ser(se_DescribeResourcePolicyCommand).de(de_DescribeResourcePolicyCommand).build() {
3663
+ };
3664
+ __name(_DescribeResourcePolicyCommand, "DescribeResourcePolicyCommand");
3665
+ var DescribeResourcePolicyCommand = _DescribeResourcePolicyCommand;
3666
+
3667
+ // src/commands/DetachPolicyCommand.ts
3668
+
3669
+
3670
+
3671
+ var _DetachPolicyCommand = class _DetachPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3672
+ return [
3673
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3674
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3675
+ ];
3676
+ }).s("AWSOrganizationsV20161128", "DetachPolicy", {}).n("OrganizationsClient", "DetachPolicyCommand").f(void 0, void 0).ser(se_DetachPolicyCommand).de(de_DetachPolicyCommand).build() {
3677
+ };
3678
+ __name(_DetachPolicyCommand, "DetachPolicyCommand");
3679
+ var DetachPolicyCommand = _DetachPolicyCommand;
3680
+
3681
+ // src/commands/DisableAWSServiceAccessCommand.ts
3682
+
3683
+
3684
+
3685
+ var _DisableAWSServiceAccessCommand = class _DisableAWSServiceAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3686
+ return [
3687
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3688
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3689
+ ];
3690
+ }).s("AWSOrganizationsV20161128", "DisableAWSServiceAccess", {}).n("OrganizationsClient", "DisableAWSServiceAccessCommand").f(void 0, void 0).ser(se_DisableAWSServiceAccessCommand).de(de_DisableAWSServiceAccessCommand).build() {
3691
+ };
3692
+ __name(_DisableAWSServiceAccessCommand, "DisableAWSServiceAccessCommand");
3693
+ var DisableAWSServiceAccessCommand = _DisableAWSServiceAccessCommand;
3694
+
3695
+ // src/commands/DisablePolicyTypeCommand.ts
3696
+
3697
+
3698
+
3699
+ var _DisablePolicyTypeCommand = class _DisablePolicyTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3700
+ return [
3701
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3702
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3703
+ ];
3704
+ }).s("AWSOrganizationsV20161128", "DisablePolicyType", {}).n("OrganizationsClient", "DisablePolicyTypeCommand").f(void 0, void 0).ser(se_DisablePolicyTypeCommand).de(de_DisablePolicyTypeCommand).build() {
3705
+ };
3706
+ __name(_DisablePolicyTypeCommand, "DisablePolicyTypeCommand");
3707
+ var DisablePolicyTypeCommand = _DisablePolicyTypeCommand;
3708
+
3709
+ // src/commands/EnableAllFeaturesCommand.ts
3710
+
3711
+
3712
+
3713
+ var _EnableAllFeaturesCommand = class _EnableAllFeaturesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3714
+ return [
3715
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3716
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3717
+ ];
3718
+ }).s("AWSOrganizationsV20161128", "EnableAllFeatures", {}).n("OrganizationsClient", "EnableAllFeaturesCommand").f(void 0, EnableAllFeaturesResponseFilterSensitiveLog).ser(se_EnableAllFeaturesCommand).de(de_EnableAllFeaturesCommand).build() {
3719
+ };
3720
+ __name(_EnableAllFeaturesCommand, "EnableAllFeaturesCommand");
3721
+ var EnableAllFeaturesCommand = _EnableAllFeaturesCommand;
3722
+
3723
+ // src/commands/EnableAWSServiceAccessCommand.ts
3724
+
3725
+
3726
+
3727
+ var _EnableAWSServiceAccessCommand = class _EnableAWSServiceAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3728
+ return [
3729
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3730
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3731
+ ];
3732
+ }).s("AWSOrganizationsV20161128", "EnableAWSServiceAccess", {}).n("OrganizationsClient", "EnableAWSServiceAccessCommand").f(void 0, void 0).ser(se_EnableAWSServiceAccessCommand).de(de_EnableAWSServiceAccessCommand).build() {
3733
+ };
3734
+ __name(_EnableAWSServiceAccessCommand, "EnableAWSServiceAccessCommand");
3735
+ var EnableAWSServiceAccessCommand = _EnableAWSServiceAccessCommand;
3736
+
3737
+ // src/commands/EnablePolicyTypeCommand.ts
3738
+
3739
+
3740
+
3741
+ var _EnablePolicyTypeCommand = class _EnablePolicyTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3742
+ return [
3743
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3744
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3745
+ ];
3746
+ }).s("AWSOrganizationsV20161128", "EnablePolicyType", {}).n("OrganizationsClient", "EnablePolicyTypeCommand").f(void 0, void 0).ser(se_EnablePolicyTypeCommand).de(de_EnablePolicyTypeCommand).build() {
3747
+ };
3748
+ __name(_EnablePolicyTypeCommand, "EnablePolicyTypeCommand");
3749
+ var EnablePolicyTypeCommand = _EnablePolicyTypeCommand;
3750
+
3751
+ // src/commands/InviteAccountToOrganizationCommand.ts
3752
+
3753
+
3754
+
3755
+ var _InviteAccountToOrganizationCommand = class _InviteAccountToOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3756
+ return [
3757
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3758
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3759
+ ];
3760
+ }).s("AWSOrganizationsV20161128", "InviteAccountToOrganization", {}).n("OrganizationsClient", "InviteAccountToOrganizationCommand").f(InviteAccountToOrganizationRequestFilterSensitiveLog, InviteAccountToOrganizationResponseFilterSensitiveLog).ser(se_InviteAccountToOrganizationCommand).de(de_InviteAccountToOrganizationCommand).build() {
3761
+ };
3762
+ __name(_InviteAccountToOrganizationCommand, "InviteAccountToOrganizationCommand");
3763
+ var InviteAccountToOrganizationCommand = _InviteAccountToOrganizationCommand;
3764
+
3765
+ // src/commands/LeaveOrganizationCommand.ts
3766
+
3767
+
3768
+
3769
+ var _LeaveOrganizationCommand = class _LeaveOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3770
+ return [
3771
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3772
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3773
+ ];
3774
+ }).s("AWSOrganizationsV20161128", "LeaveOrganization", {}).n("OrganizationsClient", "LeaveOrganizationCommand").f(void 0, void 0).ser(se_LeaveOrganizationCommand).de(de_LeaveOrganizationCommand).build() {
3775
+ };
3776
+ __name(_LeaveOrganizationCommand, "LeaveOrganizationCommand");
3777
+ var LeaveOrganizationCommand = _LeaveOrganizationCommand;
3778
+
3779
+ // src/commands/ListAccountsCommand.ts
3780
+
3781
+
3782
+
3783
+ var _ListAccountsCommand = class _ListAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3784
+ return [
3785
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3786
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3787
+ ];
3788
+ }).s("AWSOrganizationsV20161128", "ListAccounts", {}).n("OrganizationsClient", "ListAccountsCommand").f(void 0, ListAccountsResponseFilterSensitiveLog).ser(se_ListAccountsCommand).de(de_ListAccountsCommand).build() {
3789
+ };
3790
+ __name(_ListAccountsCommand, "ListAccountsCommand");
3791
+ var ListAccountsCommand = _ListAccountsCommand;
3792
+
3793
+ // src/commands/ListAccountsForParentCommand.ts
3794
+
3795
+
3796
+
3797
+ var _ListAccountsForParentCommand = class _ListAccountsForParentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3798
+ return [
3799
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3800
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3801
+ ];
3802
+ }).s("AWSOrganizationsV20161128", "ListAccountsForParent", {}).n("OrganizationsClient", "ListAccountsForParentCommand").f(void 0, ListAccountsForParentResponseFilterSensitiveLog).ser(se_ListAccountsForParentCommand).de(de_ListAccountsForParentCommand).build() {
3803
+ };
3804
+ __name(_ListAccountsForParentCommand, "ListAccountsForParentCommand");
3805
+ var ListAccountsForParentCommand = _ListAccountsForParentCommand;
3806
+
3807
+ // src/commands/ListAWSServiceAccessForOrganizationCommand.ts
3808
+
3809
+
3810
+
3811
+ var _ListAWSServiceAccessForOrganizationCommand = class _ListAWSServiceAccessForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3812
+ return [
3813
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3814
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3815
+ ];
3816
+ }).s("AWSOrganizationsV20161128", "ListAWSServiceAccessForOrganization", {}).n("OrganizationsClient", "ListAWSServiceAccessForOrganizationCommand").f(void 0, void 0).ser(se_ListAWSServiceAccessForOrganizationCommand).de(de_ListAWSServiceAccessForOrganizationCommand).build() {
3817
+ };
3818
+ __name(_ListAWSServiceAccessForOrganizationCommand, "ListAWSServiceAccessForOrganizationCommand");
3819
+ var ListAWSServiceAccessForOrganizationCommand = _ListAWSServiceAccessForOrganizationCommand;
3820
+
3821
+ // src/commands/ListChildrenCommand.ts
3822
+
3823
+
3824
+
3825
+ var _ListChildrenCommand = class _ListChildrenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3826
+ return [
3827
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3828
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3829
+ ];
3830
+ }).s("AWSOrganizationsV20161128", "ListChildren", {}).n("OrganizationsClient", "ListChildrenCommand").f(void 0, void 0).ser(se_ListChildrenCommand).de(de_ListChildrenCommand).build() {
3831
+ };
3832
+ __name(_ListChildrenCommand, "ListChildrenCommand");
3833
+ var ListChildrenCommand = _ListChildrenCommand;
3834
+
3835
+ // src/commands/ListCreateAccountStatusCommand.ts
3836
+
3837
+
3838
+
3839
+ var _ListCreateAccountStatusCommand = class _ListCreateAccountStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3840
+ return [
3841
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3842
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3843
+ ];
3844
+ }).s("AWSOrganizationsV20161128", "ListCreateAccountStatus", {}).n("OrganizationsClient", "ListCreateAccountStatusCommand").f(void 0, ListCreateAccountStatusResponseFilterSensitiveLog).ser(se_ListCreateAccountStatusCommand).de(de_ListCreateAccountStatusCommand).build() {
3845
+ };
3846
+ __name(_ListCreateAccountStatusCommand, "ListCreateAccountStatusCommand");
3847
+ var ListCreateAccountStatusCommand = _ListCreateAccountStatusCommand;
3848
+
3849
+ // src/commands/ListDelegatedAdministratorsCommand.ts
3850
+
3851
+
3852
+
3853
+ var _ListDelegatedAdministratorsCommand = class _ListDelegatedAdministratorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3854
+ return [
3855
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3856
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3857
+ ];
3858
+ }).s("AWSOrganizationsV20161128", "ListDelegatedAdministrators", {}).n("OrganizationsClient", "ListDelegatedAdministratorsCommand").f(void 0, ListDelegatedAdministratorsResponseFilterSensitiveLog).ser(se_ListDelegatedAdministratorsCommand).de(de_ListDelegatedAdministratorsCommand).build() {
3859
+ };
3860
+ __name(_ListDelegatedAdministratorsCommand, "ListDelegatedAdministratorsCommand");
3861
+ var ListDelegatedAdministratorsCommand = _ListDelegatedAdministratorsCommand;
3862
+
3863
+ // src/commands/ListDelegatedServicesForAccountCommand.ts
3864
+
3865
+
3866
+
3867
+ var _ListDelegatedServicesForAccountCommand = class _ListDelegatedServicesForAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3868
+ return [
3869
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3870
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3871
+ ];
3872
+ }).s("AWSOrganizationsV20161128", "ListDelegatedServicesForAccount", {}).n("OrganizationsClient", "ListDelegatedServicesForAccountCommand").f(void 0, void 0).ser(se_ListDelegatedServicesForAccountCommand).de(de_ListDelegatedServicesForAccountCommand).build() {
3873
+ };
3874
+ __name(_ListDelegatedServicesForAccountCommand, "ListDelegatedServicesForAccountCommand");
3875
+ var ListDelegatedServicesForAccountCommand = _ListDelegatedServicesForAccountCommand;
3876
+
3877
+ // src/commands/ListHandshakesForAccountCommand.ts
3878
+
3879
+
3880
+
3881
+ var _ListHandshakesForAccountCommand = class _ListHandshakesForAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3882
+ return [
3883
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3884
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3885
+ ];
3886
+ }).s("AWSOrganizationsV20161128", "ListHandshakesForAccount", {}).n("OrganizationsClient", "ListHandshakesForAccountCommand").f(void 0, ListHandshakesForAccountResponseFilterSensitiveLog).ser(se_ListHandshakesForAccountCommand).de(de_ListHandshakesForAccountCommand).build() {
3887
+ };
3888
+ __name(_ListHandshakesForAccountCommand, "ListHandshakesForAccountCommand");
3889
+ var ListHandshakesForAccountCommand = _ListHandshakesForAccountCommand;
3890
+
3891
+ // src/commands/ListHandshakesForOrganizationCommand.ts
3892
+
3893
+
3894
+
3895
+ var _ListHandshakesForOrganizationCommand = class _ListHandshakesForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3896
+ return [
3897
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3898
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3899
+ ];
3900
+ }).s("AWSOrganizationsV20161128", "ListHandshakesForOrganization", {}).n("OrganizationsClient", "ListHandshakesForOrganizationCommand").f(void 0, ListHandshakesForOrganizationResponseFilterSensitiveLog).ser(se_ListHandshakesForOrganizationCommand).de(de_ListHandshakesForOrganizationCommand).build() {
3901
+ };
3902
+ __name(_ListHandshakesForOrganizationCommand, "ListHandshakesForOrganizationCommand");
3903
+ var ListHandshakesForOrganizationCommand = _ListHandshakesForOrganizationCommand;
3904
+
3905
+ // src/commands/ListOrganizationalUnitsForParentCommand.ts
3906
+
3907
+
3908
+
3909
+ var _ListOrganizationalUnitsForParentCommand = class _ListOrganizationalUnitsForParentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3910
+ return [
3911
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3912
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3913
+ ];
3914
+ }).s("AWSOrganizationsV20161128", "ListOrganizationalUnitsForParent", {}).n("OrganizationsClient", "ListOrganizationalUnitsForParentCommand").f(void 0, void 0).ser(se_ListOrganizationalUnitsForParentCommand).de(de_ListOrganizationalUnitsForParentCommand).build() {
3915
+ };
3916
+ __name(_ListOrganizationalUnitsForParentCommand, "ListOrganizationalUnitsForParentCommand");
3917
+ var ListOrganizationalUnitsForParentCommand = _ListOrganizationalUnitsForParentCommand;
3918
+
3919
+ // src/commands/ListParentsCommand.ts
3920
+
3921
+
3922
+
3923
+ var _ListParentsCommand = class _ListParentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3924
+ return [
3925
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3926
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3927
+ ];
3928
+ }).s("AWSOrganizationsV20161128", "ListParents", {}).n("OrganizationsClient", "ListParentsCommand").f(void 0, void 0).ser(se_ListParentsCommand).de(de_ListParentsCommand).build() {
3929
+ };
3930
+ __name(_ListParentsCommand, "ListParentsCommand");
3931
+ var ListParentsCommand = _ListParentsCommand;
3932
+
3933
+ // src/commands/ListPoliciesCommand.ts
3934
+
3935
+
3936
+
3937
+ var _ListPoliciesCommand = class _ListPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3938
+ return [
3939
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3940
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3941
+ ];
3942
+ }).s("AWSOrganizationsV20161128", "ListPolicies", {}).n("OrganizationsClient", "ListPoliciesCommand").f(void 0, void 0).ser(se_ListPoliciesCommand).de(de_ListPoliciesCommand).build() {
3943
+ };
3944
+ __name(_ListPoliciesCommand, "ListPoliciesCommand");
3945
+ var ListPoliciesCommand = _ListPoliciesCommand;
3946
+
3947
+ // src/commands/ListPoliciesForTargetCommand.ts
3948
+
3949
+
3950
+
3951
+ var _ListPoliciesForTargetCommand = class _ListPoliciesForTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3952
+ return [
3953
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3954
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3955
+ ];
3956
+ }).s("AWSOrganizationsV20161128", "ListPoliciesForTarget", {}).n("OrganizationsClient", "ListPoliciesForTargetCommand").f(void 0, void 0).ser(se_ListPoliciesForTargetCommand).de(de_ListPoliciesForTargetCommand).build() {
3957
+ };
3958
+ __name(_ListPoliciesForTargetCommand, "ListPoliciesForTargetCommand");
3959
+ var ListPoliciesForTargetCommand = _ListPoliciesForTargetCommand;
3960
+
3961
+ // src/commands/ListRootsCommand.ts
3962
+
3963
+
3964
+
3965
+ var _ListRootsCommand = class _ListRootsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3966
+ return [
3967
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3968
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3969
+ ];
3970
+ }).s("AWSOrganizationsV20161128", "ListRoots", {}).n("OrganizationsClient", "ListRootsCommand").f(void 0, void 0).ser(se_ListRootsCommand).de(de_ListRootsCommand).build() {
3971
+ };
3972
+ __name(_ListRootsCommand, "ListRootsCommand");
3973
+ var ListRootsCommand = _ListRootsCommand;
3974
+
3975
+ // src/commands/ListTagsForResourceCommand.ts
3976
+
3977
+
3978
+
3979
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3980
+ return [
3981
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3982
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3983
+ ];
3984
+ }).s("AWSOrganizationsV20161128", "ListTagsForResource", {}).n("OrganizationsClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
3985
+ };
3986
+ __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
3987
+ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3988
+
3989
+ // src/commands/ListTargetsForPolicyCommand.ts
3990
+
3991
+
3992
+
3993
+ var _ListTargetsForPolicyCommand = class _ListTargetsForPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3994
+ return [
3995
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3996
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3997
+ ];
3998
+ }).s("AWSOrganizationsV20161128", "ListTargetsForPolicy", {}).n("OrganizationsClient", "ListTargetsForPolicyCommand").f(void 0, void 0).ser(se_ListTargetsForPolicyCommand).de(de_ListTargetsForPolicyCommand).build() {
3999
+ };
4000
+ __name(_ListTargetsForPolicyCommand, "ListTargetsForPolicyCommand");
4001
+ var ListTargetsForPolicyCommand = _ListTargetsForPolicyCommand;
4002
+
4003
+ // src/commands/MoveAccountCommand.ts
4004
+
4005
+
4006
+
4007
+ var _MoveAccountCommand = class _MoveAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4008
+ return [
4009
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4010
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4011
+ ];
4012
+ }).s("AWSOrganizationsV20161128", "MoveAccount", {}).n("OrganizationsClient", "MoveAccountCommand").f(void 0, void 0).ser(se_MoveAccountCommand).de(de_MoveAccountCommand).build() {
4013
+ };
4014
+ __name(_MoveAccountCommand, "MoveAccountCommand");
4015
+ var MoveAccountCommand = _MoveAccountCommand;
4016
+
4017
+ // src/commands/PutResourcePolicyCommand.ts
4018
+
4019
+
4020
+
4021
+ var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4022
+ return [
4023
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4024
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4025
+ ];
4026
+ }).s("AWSOrganizationsV20161128", "PutResourcePolicy", {}).n("OrganizationsClient", "PutResourcePolicyCommand").f(void 0, void 0).ser(se_PutResourcePolicyCommand).de(de_PutResourcePolicyCommand).build() {
4027
+ };
4028
+ __name(_PutResourcePolicyCommand, "PutResourcePolicyCommand");
4029
+ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
4030
+
4031
+ // src/commands/RegisterDelegatedAdministratorCommand.ts
4032
+
4033
+
4034
+
4035
+ var _RegisterDelegatedAdministratorCommand = class _RegisterDelegatedAdministratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4036
+ return [
4037
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4038
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4039
+ ];
4040
+ }).s("AWSOrganizationsV20161128", "RegisterDelegatedAdministrator", {}).n("OrganizationsClient", "RegisterDelegatedAdministratorCommand").f(void 0, void 0).ser(se_RegisterDelegatedAdministratorCommand).de(de_RegisterDelegatedAdministratorCommand).build() {
4041
+ };
4042
+ __name(_RegisterDelegatedAdministratorCommand, "RegisterDelegatedAdministratorCommand");
4043
+ var RegisterDelegatedAdministratorCommand = _RegisterDelegatedAdministratorCommand;
4044
+
4045
+ // src/commands/RemoveAccountFromOrganizationCommand.ts
4046
+
4047
+
4048
+
4049
+ var _RemoveAccountFromOrganizationCommand = class _RemoveAccountFromOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4050
+ return [
4051
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4052
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4053
+ ];
4054
+ }).s("AWSOrganizationsV20161128", "RemoveAccountFromOrganization", {}).n("OrganizationsClient", "RemoveAccountFromOrganizationCommand").f(void 0, void 0).ser(se_RemoveAccountFromOrganizationCommand).de(de_RemoveAccountFromOrganizationCommand).build() {
4055
+ };
4056
+ __name(_RemoveAccountFromOrganizationCommand, "RemoveAccountFromOrganizationCommand");
4057
+ var RemoveAccountFromOrganizationCommand = _RemoveAccountFromOrganizationCommand;
4058
+
4059
+ // src/commands/TagResourceCommand.ts
4060
+
4061
+
4062
+
4063
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4064
+ return [
4065
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4066
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4067
+ ];
4068
+ }).s("AWSOrganizationsV20161128", "TagResource", {}).n("OrganizationsClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
4069
+ };
4070
+ __name(_TagResourceCommand, "TagResourceCommand");
4071
+ var TagResourceCommand = _TagResourceCommand;
4072
+
4073
+ // src/commands/UntagResourceCommand.ts
4074
+
4075
+
4076
+
4077
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4078
+ return [
4079
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4080
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4081
+ ];
4082
+ }).s("AWSOrganizationsV20161128", "UntagResource", {}).n("OrganizationsClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
4083
+ };
4084
+ __name(_UntagResourceCommand, "UntagResourceCommand");
4085
+ var UntagResourceCommand = _UntagResourceCommand;
4086
+
4087
+ // src/commands/UpdateOrganizationalUnitCommand.ts
4088
+
4089
+
4090
+
4091
+ var _UpdateOrganizationalUnitCommand = class _UpdateOrganizationalUnitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4092
+ return [
4093
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4094
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4095
+ ];
4096
+ }).s("AWSOrganizationsV20161128", "UpdateOrganizationalUnit", {}).n("OrganizationsClient", "UpdateOrganizationalUnitCommand").f(void 0, void 0).ser(se_UpdateOrganizationalUnitCommand).de(de_UpdateOrganizationalUnitCommand).build() {
4097
+ };
4098
+ __name(_UpdateOrganizationalUnitCommand, "UpdateOrganizationalUnitCommand");
4099
+ var UpdateOrganizationalUnitCommand = _UpdateOrganizationalUnitCommand;
4100
+
4101
+ // src/commands/UpdatePolicyCommand.ts
4102
+
4103
+
4104
+
4105
+ var _UpdatePolicyCommand = class _UpdatePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4106
+ return [
4107
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4108
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4109
+ ];
4110
+ }).s("AWSOrganizationsV20161128", "UpdatePolicy", {}).n("OrganizationsClient", "UpdatePolicyCommand").f(void 0, void 0).ser(se_UpdatePolicyCommand).de(de_UpdatePolicyCommand).build() {
4111
+ };
4112
+ __name(_UpdatePolicyCommand, "UpdatePolicyCommand");
4113
+ var UpdatePolicyCommand = _UpdatePolicyCommand;
4114
+
4115
+ // src/Organizations.ts
4116
+ var commands = {
4117
+ AcceptHandshakeCommand,
4118
+ AttachPolicyCommand,
4119
+ CancelHandshakeCommand,
4120
+ CloseAccountCommand,
4121
+ CreateAccountCommand,
4122
+ CreateGovCloudAccountCommand,
4123
+ CreateOrganizationCommand,
4124
+ CreateOrganizationalUnitCommand,
4125
+ CreatePolicyCommand,
4126
+ DeclineHandshakeCommand,
4127
+ DeleteOrganizationCommand,
4128
+ DeleteOrganizationalUnitCommand,
4129
+ DeletePolicyCommand,
4130
+ DeleteResourcePolicyCommand,
4131
+ DeregisterDelegatedAdministratorCommand,
4132
+ DescribeAccountCommand,
4133
+ DescribeCreateAccountStatusCommand,
4134
+ DescribeEffectivePolicyCommand,
4135
+ DescribeHandshakeCommand,
4136
+ DescribeOrganizationCommand,
4137
+ DescribeOrganizationalUnitCommand,
4138
+ DescribePolicyCommand,
4139
+ DescribeResourcePolicyCommand,
4140
+ DetachPolicyCommand,
4141
+ DisableAWSServiceAccessCommand,
4142
+ DisablePolicyTypeCommand,
4143
+ EnableAllFeaturesCommand,
4144
+ EnableAWSServiceAccessCommand,
4145
+ EnablePolicyTypeCommand,
4146
+ InviteAccountToOrganizationCommand,
4147
+ LeaveOrganizationCommand,
4148
+ ListAccountsCommand,
4149
+ ListAccountsForParentCommand,
4150
+ ListAWSServiceAccessForOrganizationCommand,
4151
+ ListChildrenCommand,
4152
+ ListCreateAccountStatusCommand,
4153
+ ListDelegatedAdministratorsCommand,
4154
+ ListDelegatedServicesForAccountCommand,
4155
+ ListHandshakesForAccountCommand,
4156
+ ListHandshakesForOrganizationCommand,
4157
+ ListOrganizationalUnitsForParentCommand,
4158
+ ListParentsCommand,
4159
+ ListPoliciesCommand,
4160
+ ListPoliciesForTargetCommand,
4161
+ ListRootsCommand,
4162
+ ListTagsForResourceCommand,
4163
+ ListTargetsForPolicyCommand,
4164
+ MoveAccountCommand,
4165
+ PutResourcePolicyCommand,
4166
+ RegisterDelegatedAdministratorCommand,
4167
+ RemoveAccountFromOrganizationCommand,
4168
+ TagResourceCommand,
4169
+ UntagResourceCommand,
4170
+ UpdateOrganizationalUnitCommand,
4171
+ UpdatePolicyCommand
4172
+ };
4173
+ var _Organizations = class _Organizations extends OrganizationsClient {
4174
+ };
4175
+ __name(_Organizations, "Organizations");
4176
+ var Organizations = _Organizations;
4177
+ (0, import_smithy_client.createAggregatedClient)(commands, Organizations);
4178
+
4179
+ // src/pagination/ListAWSServiceAccessForOrganizationPaginator.ts
4180
+
4181
+ var paginateListAWSServiceAccessForOrganization = (0, import_core.createPaginator)(OrganizationsClient, ListAWSServiceAccessForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
4182
+
4183
+ // src/pagination/ListAccountsForParentPaginator.ts
4184
+
4185
+ var paginateListAccountsForParent = (0, import_core.createPaginator)(OrganizationsClient, ListAccountsForParentCommand, "NextToken", "NextToken", "MaxResults");
4186
+
4187
+ // src/pagination/ListAccountsPaginator.ts
4188
+
4189
+ var paginateListAccounts = (0, import_core.createPaginator)(OrganizationsClient, ListAccountsCommand, "NextToken", "NextToken", "MaxResults");
4190
+
4191
+ // src/pagination/ListChildrenPaginator.ts
4192
+
4193
+ var paginateListChildren = (0, import_core.createPaginator)(OrganizationsClient, ListChildrenCommand, "NextToken", "NextToken", "MaxResults");
4194
+
4195
+ // src/pagination/ListCreateAccountStatusPaginator.ts
4196
+
4197
+ var paginateListCreateAccountStatus = (0, import_core.createPaginator)(OrganizationsClient, ListCreateAccountStatusCommand, "NextToken", "NextToken", "MaxResults");
4198
+
4199
+ // src/pagination/ListDelegatedAdministratorsPaginator.ts
4200
+
4201
+ var paginateListDelegatedAdministrators = (0, import_core.createPaginator)(OrganizationsClient, ListDelegatedAdministratorsCommand, "NextToken", "NextToken", "MaxResults");
4202
+
4203
+ // src/pagination/ListDelegatedServicesForAccountPaginator.ts
4204
+
4205
+ var paginateListDelegatedServicesForAccount = (0, import_core.createPaginator)(OrganizationsClient, ListDelegatedServicesForAccountCommand, "NextToken", "NextToken", "MaxResults");
4206
+
4207
+ // src/pagination/ListHandshakesForAccountPaginator.ts
4208
+
4209
+ var paginateListHandshakesForAccount = (0, import_core.createPaginator)(OrganizationsClient, ListHandshakesForAccountCommand, "NextToken", "NextToken", "MaxResults");
4210
+
4211
+ // src/pagination/ListHandshakesForOrganizationPaginator.ts
4212
+
4213
+ var paginateListHandshakesForOrganization = (0, import_core.createPaginator)(OrganizationsClient, ListHandshakesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
4214
+
4215
+ // src/pagination/ListOrganizationalUnitsForParentPaginator.ts
4216
+
4217
+ var paginateListOrganizationalUnitsForParent = (0, import_core.createPaginator)(OrganizationsClient, ListOrganizationalUnitsForParentCommand, "NextToken", "NextToken", "MaxResults");
4218
+
4219
+ // src/pagination/ListParentsPaginator.ts
4220
+
4221
+ var paginateListParents = (0, import_core.createPaginator)(OrganizationsClient, ListParentsCommand, "NextToken", "NextToken", "MaxResults");
4222
+
4223
+ // src/pagination/ListPoliciesForTargetPaginator.ts
4224
+
4225
+ var paginateListPoliciesForTarget = (0, import_core.createPaginator)(OrganizationsClient, ListPoliciesForTargetCommand, "NextToken", "NextToken", "MaxResults");
4226
+
4227
+ // src/pagination/ListPoliciesPaginator.ts
4228
+
4229
+ var paginateListPolicies = (0, import_core.createPaginator)(OrganizationsClient, ListPoliciesCommand, "NextToken", "NextToken", "MaxResults");
4230
+
4231
+ // src/pagination/ListRootsPaginator.ts
4232
+
4233
+ var paginateListRoots = (0, import_core.createPaginator)(OrganizationsClient, ListRootsCommand, "NextToken", "NextToken", "MaxResults");
4234
+
4235
+ // src/pagination/ListTagsForResourcePaginator.ts
4236
+
4237
+ var paginateListTagsForResource = (0, import_core.createPaginator)(OrganizationsClient, ListTagsForResourceCommand, "NextToken", "NextToken", "");
4238
+
4239
+ // src/pagination/ListTargetsForPolicyPaginator.ts
4240
+
4241
+ var paginateListTargetsForPolicy = (0, import_core.createPaginator)(OrganizationsClient, ListTargetsForPolicyCommand, "NextToken", "NextToken", "MaxResults");
4242
+ // Annotate the CommonJS export names for ESM import in node:
4243
+
4244
+ 0 && (module.exports = {
4245
+ OrganizationsServiceException,
4246
+ __Client,
4247
+ OrganizationsClient,
4248
+ Organizations,
4249
+ $Command,
4250
+ AcceptHandshakeCommand,
4251
+ AttachPolicyCommand,
4252
+ CancelHandshakeCommand,
4253
+ CloseAccountCommand,
4254
+ CreateAccountCommand,
4255
+ CreateGovCloudAccountCommand,
4256
+ CreateOrganizationCommand,
4257
+ CreateOrganizationalUnitCommand,
4258
+ CreatePolicyCommand,
4259
+ DeclineHandshakeCommand,
4260
+ DeleteOrganizationCommand,
4261
+ DeleteOrganizationalUnitCommand,
4262
+ DeletePolicyCommand,
4263
+ DeleteResourcePolicyCommand,
4264
+ DeregisterDelegatedAdministratorCommand,
4265
+ DescribeAccountCommand,
4266
+ DescribeCreateAccountStatusCommand,
4267
+ DescribeEffectivePolicyCommand,
4268
+ DescribeHandshakeCommand,
4269
+ DescribeOrganizationCommand,
4270
+ DescribeOrganizationalUnitCommand,
4271
+ DescribePolicyCommand,
4272
+ DescribeResourcePolicyCommand,
4273
+ DetachPolicyCommand,
4274
+ DisableAWSServiceAccessCommand,
4275
+ DisablePolicyTypeCommand,
4276
+ EnableAWSServiceAccessCommand,
4277
+ EnableAllFeaturesCommand,
4278
+ EnablePolicyTypeCommand,
4279
+ InviteAccountToOrganizationCommand,
4280
+ LeaveOrganizationCommand,
4281
+ ListAWSServiceAccessForOrganizationCommand,
4282
+ ListAccountsCommand,
4283
+ ListAccountsForParentCommand,
4284
+ ListChildrenCommand,
4285
+ ListCreateAccountStatusCommand,
4286
+ ListDelegatedAdministratorsCommand,
4287
+ ListDelegatedServicesForAccountCommand,
4288
+ ListHandshakesForAccountCommand,
4289
+ ListHandshakesForOrganizationCommand,
4290
+ ListOrganizationalUnitsForParentCommand,
4291
+ ListParentsCommand,
4292
+ ListPoliciesCommand,
4293
+ ListPoliciesForTargetCommand,
4294
+ ListRootsCommand,
4295
+ ListTagsForResourceCommand,
4296
+ ListTargetsForPolicyCommand,
4297
+ MoveAccountCommand,
4298
+ PutResourcePolicyCommand,
4299
+ RegisterDelegatedAdministratorCommand,
4300
+ RemoveAccountFromOrganizationCommand,
4301
+ TagResourceCommand,
4302
+ UntagResourceCommand,
4303
+ UpdateOrganizationalUnitCommand,
4304
+ UpdatePolicyCommand,
4305
+ paginateListAWSServiceAccessForOrganization,
4306
+ paginateListAccountsForParent,
4307
+ paginateListAccounts,
4308
+ paginateListChildren,
4309
+ paginateListCreateAccountStatus,
4310
+ paginateListDelegatedAdministrators,
4311
+ paginateListDelegatedServicesForAccount,
4312
+ paginateListHandshakesForAccount,
4313
+ paginateListHandshakesForOrganization,
4314
+ paginateListOrganizationalUnitsForParent,
4315
+ paginateListParents,
4316
+ paginateListPoliciesForTarget,
4317
+ paginateListPolicies,
4318
+ paginateListRoots,
4319
+ paginateListTagsForResource,
4320
+ paginateListTargetsForPolicy,
4321
+ ActionType,
4322
+ HandshakePartyType,
4323
+ HandshakeResourceType,
4324
+ HandshakeState,
4325
+ AccessDeniedException,
4326
+ AccessDeniedForDependencyExceptionReason,
4327
+ AccessDeniedForDependencyException,
4328
+ AWSOrganizationsNotInUseException,
4329
+ ConcurrentModificationException,
4330
+ HandshakeAlreadyInStateException,
4331
+ HandshakeConstraintViolationExceptionReason,
4332
+ HandshakeConstraintViolationException,
4333
+ HandshakeNotFoundException,
4334
+ InvalidHandshakeTransitionException,
4335
+ InvalidInputExceptionReason,
4336
+ InvalidInputException,
4337
+ ServiceException,
4338
+ TooManyRequestsException,
4339
+ AccountJoinedMethod,
4340
+ AccountStatus,
4341
+ AccountAlreadyClosedException,
4342
+ AccountAlreadyRegisteredException,
4343
+ AccountNotFoundException,
4344
+ AccountNotRegisteredException,
4345
+ AccountOwnerNotVerifiedException,
4346
+ AlreadyInOrganizationException,
4347
+ ConstraintViolationExceptionReason,
4348
+ ConstraintViolationException,
4349
+ DuplicatePolicyAttachmentException,
4350
+ PolicyChangesInProgressException,
4351
+ PolicyNotFoundException,
4352
+ PolicyTypeNotEnabledException,
4353
+ TargetNotFoundException,
4354
+ UnsupportedAPIEndpointException,
4355
+ ConflictException,
4356
+ IAMUserAccessToBilling,
4357
+ CreateAccountFailureReason,
4358
+ CreateAccountState,
4359
+ FinalizingOrganizationException,
4360
+ OrganizationFeatureSet,
4361
+ PolicyTypeStatus,
4362
+ PolicyType,
4363
+ DuplicateOrganizationalUnitException,
4364
+ ParentNotFoundException,
4365
+ DuplicatePolicyException,
4366
+ MalformedPolicyDocumentException,
4367
+ PolicyTypeNotAvailableForOrganizationException,
4368
+ OrganizationNotEmptyException,
4369
+ OrganizationalUnitNotEmptyException,
4370
+ OrganizationalUnitNotFoundException,
4371
+ PolicyInUseException,
4372
+ ResourcePolicyNotFoundException,
4373
+ CreateAccountStatusNotFoundException,
4374
+ EffectivePolicyType,
4375
+ EffectivePolicyNotFoundException,
4376
+ PolicyNotAttachedException,
4377
+ RootNotFoundException,
4378
+ PolicyTypeAlreadyEnabledException,
4379
+ DuplicateHandshakeException,
4380
+ MasterCannotLeaveOrganizationException,
4381
+ ChildType,
4382
+ ChildNotFoundException,
4383
+ ParentType,
4384
+ TargetType,
4385
+ DestinationParentNotFoundException,
4386
+ DuplicateAccountException,
4387
+ SourceParentNotFoundException,
4388
+ HandshakePartyFilterSensitiveLog,
4389
+ AccountFilterSensitiveLog,
4390
+ CreateAccountRequestFilterSensitiveLog,
4391
+ CreateAccountStatusFilterSensitiveLog,
4392
+ CreateAccountResponseFilterSensitiveLog,
4393
+ CreateGovCloudAccountRequestFilterSensitiveLog,
4394
+ CreateGovCloudAccountResponseFilterSensitiveLog,
4395
+ OrganizationFilterSensitiveLog,
4396
+ CreateOrganizationResponseFilterSensitiveLog,
4397
+ DescribeAccountResponseFilterSensitiveLog,
4398
+ DescribeCreateAccountStatusResponseFilterSensitiveLog,
4399
+ DescribeOrganizationResponseFilterSensitiveLog,
4400
+ InviteAccountToOrganizationRequestFilterSensitiveLog,
4401
+ ListAccountsResponseFilterSensitiveLog,
4402
+ ListAccountsForParentResponseFilterSensitiveLog,
4403
+ ListCreateAccountStatusResponseFilterSensitiveLog,
4404
+ DelegatedAdministratorFilterSensitiveLog,
4405
+ ListDelegatedAdministratorsResponseFilterSensitiveLog,
4406
+ HandshakeResourceFilterSensitiveLog,
4407
+ HandshakeFilterSensitiveLog,
4408
+ AcceptHandshakeResponseFilterSensitiveLog,
4409
+ CancelHandshakeResponseFilterSensitiveLog,
4410
+ DeclineHandshakeResponseFilterSensitiveLog,
4411
+ DescribeHandshakeResponseFilterSensitiveLog,
4412
+ EnableAllFeaturesResponseFilterSensitiveLog,
4413
+ InviteAccountToOrganizationResponseFilterSensitiveLog,
4414
+ ListHandshakesForAccountResponseFilterSensitiveLog,
4415
+ ListHandshakesForOrganizationResponseFilterSensitiveLog
4416
+ });
4417
+