@cdklabs/cdk-ecs-codedeploy 0.0.103 → 0.0.105

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 (239) hide show
  1. package/.jsii +71 -6
  2. package/.projenrc.ts +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +2 -3
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +2 -3
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationsCommand.js +2 -3
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +2 -3
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +2 -3
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +2 -3
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentsCommand.js +2 -3
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +2 -3
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ContinueDeploymentCommand.js +2 -3
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentConfigCommand.js +2 -3
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentGroupCommand.js +2 -3
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentConfigCommand.js +2 -3
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentGroupCommand.js +2 -3
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +2 -3
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +2 -3
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +2 -3
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationCommand.js +2 -3
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationRevisionCommand.js +2 -3
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentCommand.js +2 -3
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentConfigCommand.js +2 -3
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentGroupCommand.js +2 -3
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentInstanceCommand.js +2 -3
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentTargetCommand.js +2 -3
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetOnPremisesInstanceCommand.js +2 -3
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationRevisionsCommand.js +2 -3
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationsCommand.js +2 -3
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentConfigsCommand.js +2 -3
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentGroupsCommand.js +2 -3
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentInstancesCommand.js +2 -3
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentTargetsCommand.js +2 -3
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +2 -3
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListOnPremisesInstancesCommand.js +2 -3
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -3
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterApplicationRevisionCommand.js +2 -3
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +2 -3
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -3
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -3
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/StopDeploymentCommand.js +2 -3
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/TagResourceCommand.js +2 -3
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UntagResourceCommand.js +2 -3
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateDeploymentGroupCommand.js +2 -3
  54. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/models_0.js +1 -556
  55. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -3
  56. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -3
  57. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationsCommand.js +2 -3
  58. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -3
  59. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -3
  60. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -3
  61. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentsCommand.js +2 -3
  62. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -3
  63. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ContinueDeploymentCommand.js +2 -3
  64. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateApplicationCommand.js +2 -3
  65. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentCommand.js +2 -3
  66. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentConfigCommand.js +2 -3
  67. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentGroupCommand.js +2 -3
  68. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteApplicationCommand.js +2 -3
  69. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -3
  70. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -3
  71. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -3
  72. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -3
  73. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -3
  74. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationCommand.js +2 -3
  75. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationRevisionCommand.js +2 -3
  76. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentCommand.js +2 -3
  77. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentConfigCommand.js +2 -3
  78. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentGroupCommand.js +2 -3
  79. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentInstanceCommand.js +2 -3
  80. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentTargetCommand.js +2 -3
  81. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -3
  82. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationRevisionsCommand.js +2 -3
  83. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationsCommand.js +2 -3
  84. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentConfigsCommand.js +2 -3
  85. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentGroupsCommand.js +2 -3
  86. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentInstancesCommand.js +2 -3
  87. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentTargetsCommand.js +2 -3
  88. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentsCommand.js +2 -3
  89. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -3
  90. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -3
  91. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  92. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -3
  93. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -3
  94. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -3
  95. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -3
  96. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -3
  97. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/StopDeploymentCommand.js +2 -3
  98. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/TagResourceCommand.js +2 -3
  99. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UntagResourceCommand.js +2 -3
  100. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateApplicationCommand.js +2 -3
  101. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -3
  102. package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +0 -414
  103. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +48 -0
  104. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +24 -4
  105. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +16 -0
  106. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +16 -0
  107. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +16 -0
  108. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +16 -0
  109. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +16 -0
  110. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +16 -0
  111. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +16 -0
  112. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +16 -0
  113. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +16 -0
  114. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  115. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  116. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +16 -0
  117. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +16 -0
  118. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  119. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +16 -0
  120. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +16 -0
  121. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
  122. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +16 -0
  123. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +16 -0
  124. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +16 -0
  125. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +16 -0
  126. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  127. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +16 -0
  128. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +16 -0
  129. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +16 -0
  130. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +16 -0
  131. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +16 -0
  132. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +16 -0
  133. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  134. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +16 -0
  135. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +16 -0
  136. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +16 -0
  137. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +16 -0
  138. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  139. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +16 -0
  140. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +16 -0
  141. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  142. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +16 -0
  143. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +16 -0
  144. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +16 -0
  145. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +16 -0
  146. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +16 -0
  147. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +16 -0
  148. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +16 -0
  149. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  150. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  151. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +16 -0
  152. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/CodeDeployServiceException.d.ts +2 -0
  153. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +382 -552
  154. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/Interfaces.d.ts +3 -0
  155. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationRevisionsPaginator.d.ts +3 -0
  156. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  157. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentConfigsPaginator.d.ts +3 -0
  158. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentGroupsPaginator.d.ts +3 -0
  159. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentInstancesPaginator.d.ts +3 -0
  160. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
  161. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +0 -378
  162. package/node_modules/@aws-sdk/client-codedeploy/package.json +4 -3
  163. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +1 -1
  164. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +1 -1
  165. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +1 -1
  166. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -17
  167. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  168. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  169. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -1
  170. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -12
  171. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +5 -0
  172. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +24 -4
  173. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
  174. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
  175. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
  176. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +16 -0
  177. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -0
  178. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +28 -16
  179. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +3 -0
  180. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +3 -0
  181. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
  182. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -8
  183. package/node_modules/@aws-sdk/client-sso/package.json +2 -1
  184. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +2 -3
  185. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +2 -3
  186. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +2 -3
  187. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -25
  188. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +2 -3
  189. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +2 -3
  190. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +2 -3
  191. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -18
  192. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +4 -0
  193. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +24 -4
  194. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +16 -0
  195. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
  196. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +16 -0
  197. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +2 -0
  198. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +30 -24
  199. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -18
  200. package/node_modules/@aws-sdk/client-sso-oidc/package.json +2 -1
  201. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +2 -3
  202. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +2 -3
  203. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +2 -3
  204. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +2 -3
  205. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +2 -3
  206. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +2 -3
  207. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +2 -3
  208. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +2 -3
  209. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +1 -85
  210. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +19 -83
  211. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +2 -3
  212. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +2 -3
  213. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +2 -3
  214. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +2 -3
  215. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +2 -3
  216. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +2 -3
  217. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +2 -3
  218. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +2 -3
  219. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -63
  220. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +19 -83
  221. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +10 -1
  222. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +24 -4
  223. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +17 -1
  224. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +16 -0
  225. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +16 -0
  226. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +16 -0
  227. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +16 -0
  228. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +16 -0
  229. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  230. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +16 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -0
  232. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +47 -84
  233. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -59
  234. package/node_modules/@aws-sdk/client-sts/package.json +3 -2
  235. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  236. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  237. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  238. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  239. package/package.json +11 -11
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { CodeDeployClient } from "../CodeDeployClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface CodeDeployPaginationConfiguration extends PaginationConfiguration {
4
7
  client: CodeDeployClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput } from "../commands/ListApplicationRevisionsCommand";
3
3
  import { CodeDeployPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListApplicationRevisions(config: CodeDeployPaginationConfiguration, input: ListApplicationRevisionsCommandInput, ...additionalArguments: any): Paginator<ListApplicationRevisionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
3
3
  import { CodeDeployPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListApplications(config: CodeDeployPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput } from "../commands/ListDeploymentConfigsCommand";
3
3
  import { CodeDeployPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDeploymentConfigs(config: CodeDeployPaginationConfiguration, input: ListDeploymentConfigsCommandInput, ...additionalArguments: any): Paginator<ListDeploymentConfigsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput } from "../commands/ListDeploymentGroupsCommand";
3
3
  import { CodeDeployPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDeploymentGroups(config: CodeDeployPaginationConfiguration, input: ListDeploymentGroupsCommandInput, ...additionalArguments: any): Paginator<ListDeploymentGroupsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput } from "../commands/ListDeploymentInstancesCommand";
3
3
  import { CodeDeployPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDeploymentInstances(config: CodeDeployPaginationConfiguration, input: ListDeploymentInstancesCommandInput, ...additionalArguments: any): Paginator<ListDeploymentInstancesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
3
3
  import { CodeDeployPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDeployments(config: CodeDeployPaginationConfiguration, input: ListDeploymentsCommandInput, ...additionalArguments: any): Paginator<ListDeploymentsCommandOutput>;
@@ -1859,381 +1859,3 @@ export interface UpdateDeploymentGroupInput {
1859
1859
  export interface UpdateDeploymentGroupOutput {
1860
1860
  hooksNotCleanedUp?: AutoScalingGroup[];
1861
1861
  }
1862
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1863
- export declare const AddTagsToOnPremisesInstancesInputFilterSensitiveLog: (
1864
- obj: AddTagsToOnPremisesInstancesInput
1865
- ) => any;
1866
- export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
1867
- export declare const AlarmConfigurationFilterSensitiveLog: (
1868
- obj: AlarmConfiguration
1869
- ) => any;
1870
- export declare const ApplicationInfoFilterSensitiveLog: (
1871
- obj: ApplicationInfo
1872
- ) => any;
1873
- export declare const AppSpecContentFilterSensitiveLog: (
1874
- obj: AppSpecContent
1875
- ) => any;
1876
- export declare const AutoRollbackConfigurationFilterSensitiveLog: (
1877
- obj: AutoRollbackConfiguration
1878
- ) => any;
1879
- export declare const AutoScalingGroupFilterSensitiveLog: (
1880
- obj: AutoScalingGroup
1881
- ) => any;
1882
- export declare const GitHubLocationFilterSensitiveLog: (
1883
- obj: GitHubLocation
1884
- ) => any;
1885
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
1886
- export declare const RawStringFilterSensitiveLog: (obj: RawString) => any;
1887
- export declare const RevisionLocationFilterSensitiveLog: (
1888
- obj: RevisionLocation
1889
- ) => any;
1890
- export declare const BatchGetApplicationRevisionsInputFilterSensitiveLog: (
1891
- obj: BatchGetApplicationRevisionsInput
1892
- ) => any;
1893
- export declare const GenericRevisionInfoFilterSensitiveLog: (
1894
- obj: GenericRevisionInfo
1895
- ) => any;
1896
- export declare const RevisionInfoFilterSensitiveLog: (obj: RevisionInfo) => any;
1897
- export declare const BatchGetApplicationRevisionsOutputFilterSensitiveLog: (
1898
- obj: BatchGetApplicationRevisionsOutput
1899
- ) => any;
1900
- export declare const BatchGetApplicationsInputFilterSensitiveLog: (
1901
- obj: BatchGetApplicationsInput
1902
- ) => any;
1903
- export declare const BatchGetApplicationsOutputFilterSensitiveLog: (
1904
- obj: BatchGetApplicationsOutput
1905
- ) => any;
1906
- export declare const BatchGetDeploymentGroupsInputFilterSensitiveLog: (
1907
- obj: BatchGetDeploymentGroupsInput
1908
- ) => any;
1909
- export declare const DeploymentReadyOptionFilterSensitiveLog: (
1910
- obj: DeploymentReadyOption
1911
- ) => any;
1912
- export declare const GreenFleetProvisioningOptionFilterSensitiveLog: (
1913
- obj: GreenFleetProvisioningOption
1914
- ) => any;
1915
- export declare const BlueInstanceTerminationOptionFilterSensitiveLog: (
1916
- obj: BlueInstanceTerminationOption
1917
- ) => any;
1918
- export declare const BlueGreenDeploymentConfigurationFilterSensitiveLog: (
1919
- obj: BlueGreenDeploymentConfiguration
1920
- ) => any;
1921
- export declare const DeploymentStyleFilterSensitiveLog: (
1922
- obj: DeploymentStyle
1923
- ) => any;
1924
- export declare const EC2TagFilterFilterSensitiveLog: (obj: EC2TagFilter) => any;
1925
- export declare const EC2TagSetFilterSensitiveLog: (obj: EC2TagSet) => any;
1926
- export declare const ECSServiceFilterSensitiveLog: (obj: ECSService) => any;
1927
- export declare const LastDeploymentInfoFilterSensitiveLog: (
1928
- obj: LastDeploymentInfo
1929
- ) => any;
1930
- export declare const ELBInfoFilterSensitiveLog: (obj: ELBInfo) => any;
1931
- export declare const TargetGroupInfoFilterSensitiveLog: (
1932
- obj: TargetGroupInfo
1933
- ) => any;
1934
- export declare const TrafficRouteFilterSensitiveLog: (obj: TrafficRoute) => any;
1935
- export declare const TargetGroupPairInfoFilterSensitiveLog: (
1936
- obj: TargetGroupPairInfo
1937
- ) => any;
1938
- export declare const LoadBalancerInfoFilterSensitiveLog: (
1939
- obj: LoadBalancerInfo
1940
- ) => any;
1941
- export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
1942
- export declare const OnPremisesTagSetFilterSensitiveLog: (
1943
- obj: OnPremisesTagSet
1944
- ) => any;
1945
- export declare const TriggerConfigFilterSensitiveLog: (
1946
- obj: TriggerConfig
1947
- ) => any;
1948
- export declare const DeploymentGroupInfoFilterSensitiveLog: (
1949
- obj: DeploymentGroupInfo
1950
- ) => any;
1951
- export declare const BatchGetDeploymentGroupsOutputFilterSensitiveLog: (
1952
- obj: BatchGetDeploymentGroupsOutput
1953
- ) => any;
1954
- export declare const BatchGetDeploymentInstancesInputFilterSensitiveLog: (
1955
- obj: BatchGetDeploymentInstancesInput
1956
- ) => any;
1957
- export declare const DiagnosticsFilterSensitiveLog: (obj: Diagnostics) => any;
1958
- export declare const LifecycleEventFilterSensitiveLog: (
1959
- obj: LifecycleEvent
1960
- ) => any;
1961
- export declare const InstanceSummaryFilterSensitiveLog: (
1962
- obj: InstanceSummary
1963
- ) => any;
1964
- export declare const BatchGetDeploymentInstancesOutputFilterSensitiveLog: (
1965
- obj: BatchGetDeploymentInstancesOutput
1966
- ) => any;
1967
- export declare const BatchGetDeploymentsInputFilterSensitiveLog: (
1968
- obj: BatchGetDeploymentsInput
1969
- ) => any;
1970
- export declare const DeploymentOverviewFilterSensitiveLog: (
1971
- obj: DeploymentOverview
1972
- ) => any;
1973
- export declare const ErrorInformationFilterSensitiveLog: (
1974
- obj: ErrorInformation
1975
- ) => any;
1976
- export declare const RelatedDeploymentsFilterSensitiveLog: (
1977
- obj: RelatedDeployments
1978
- ) => any;
1979
- export declare const RollbackInfoFilterSensitiveLog: (obj: RollbackInfo) => any;
1980
- export declare const TargetInstancesFilterSensitiveLog: (
1981
- obj: TargetInstances
1982
- ) => any;
1983
- export declare const DeploymentInfoFilterSensitiveLog: (
1984
- obj: DeploymentInfo
1985
- ) => any;
1986
- export declare const BatchGetDeploymentsOutputFilterSensitiveLog: (
1987
- obj: BatchGetDeploymentsOutput
1988
- ) => any;
1989
- export declare const BatchGetDeploymentTargetsInputFilterSensitiveLog: (
1990
- obj: BatchGetDeploymentTargetsInput
1991
- ) => any;
1992
- export declare const CloudFormationTargetFilterSensitiveLog: (
1993
- obj: CloudFormationTarget
1994
- ) => any;
1995
- export declare const ECSTaskSetFilterSensitiveLog: (obj: ECSTaskSet) => any;
1996
- export declare const ECSTargetFilterSensitiveLog: (obj: ECSTarget) => any;
1997
- export declare const InstanceTargetFilterSensitiveLog: (
1998
- obj: InstanceTarget
1999
- ) => any;
2000
- export declare const LambdaFunctionInfoFilterSensitiveLog: (
2001
- obj: LambdaFunctionInfo
2002
- ) => any;
2003
- export declare const LambdaTargetFilterSensitiveLog: (obj: LambdaTarget) => any;
2004
- export declare const DeploymentTargetFilterSensitiveLog: (
2005
- obj: DeploymentTarget
2006
- ) => any;
2007
- export declare const BatchGetDeploymentTargetsOutputFilterSensitiveLog: (
2008
- obj: BatchGetDeploymentTargetsOutput
2009
- ) => any;
2010
- export declare const BatchGetOnPremisesInstancesInputFilterSensitiveLog: (
2011
- obj: BatchGetOnPremisesInstancesInput
2012
- ) => any;
2013
- export declare const InstanceInfoFilterSensitiveLog: (obj: InstanceInfo) => any;
2014
- export declare const BatchGetOnPremisesInstancesOutputFilterSensitiveLog: (
2015
- obj: BatchGetOnPremisesInstancesOutput
2016
- ) => any;
2017
- export declare const ContinueDeploymentInputFilterSensitiveLog: (
2018
- obj: ContinueDeploymentInput
2019
- ) => any;
2020
- export declare const CreateApplicationInputFilterSensitiveLog: (
2021
- obj: CreateApplicationInput
2022
- ) => any;
2023
- export declare const CreateApplicationOutputFilterSensitiveLog: (
2024
- obj: CreateApplicationOutput
2025
- ) => any;
2026
- export declare const CreateDeploymentInputFilterSensitiveLog: (
2027
- obj: CreateDeploymentInput
2028
- ) => any;
2029
- export declare const CreateDeploymentOutputFilterSensitiveLog: (
2030
- obj: CreateDeploymentOutput
2031
- ) => any;
2032
- export declare const MinimumHealthyHostsFilterSensitiveLog: (
2033
- obj: MinimumHealthyHosts
2034
- ) => any;
2035
- export declare const TimeBasedCanaryFilterSensitiveLog: (
2036
- obj: TimeBasedCanary
2037
- ) => any;
2038
- export declare const TimeBasedLinearFilterSensitiveLog: (
2039
- obj: TimeBasedLinear
2040
- ) => any;
2041
- export declare const TrafficRoutingConfigFilterSensitiveLog: (
2042
- obj: TrafficRoutingConfig
2043
- ) => any;
2044
- export declare const CreateDeploymentConfigInputFilterSensitiveLog: (
2045
- obj: CreateDeploymentConfigInput
2046
- ) => any;
2047
- export declare const CreateDeploymentConfigOutputFilterSensitiveLog: (
2048
- obj: CreateDeploymentConfigOutput
2049
- ) => any;
2050
- export declare const CreateDeploymentGroupInputFilterSensitiveLog: (
2051
- obj: CreateDeploymentGroupInput
2052
- ) => any;
2053
- export declare const CreateDeploymentGroupOutputFilterSensitiveLog: (
2054
- obj: CreateDeploymentGroupOutput
2055
- ) => any;
2056
- export declare const DeleteApplicationInputFilterSensitiveLog: (
2057
- obj: DeleteApplicationInput
2058
- ) => any;
2059
- export declare const DeleteDeploymentConfigInputFilterSensitiveLog: (
2060
- obj: DeleteDeploymentConfigInput
2061
- ) => any;
2062
- export declare const DeleteDeploymentGroupInputFilterSensitiveLog: (
2063
- obj: DeleteDeploymentGroupInput
2064
- ) => any;
2065
- export declare const DeleteDeploymentGroupOutputFilterSensitiveLog: (
2066
- obj: DeleteDeploymentGroupOutput
2067
- ) => any;
2068
- export declare const DeleteGitHubAccountTokenInputFilterSensitiveLog: (
2069
- obj: DeleteGitHubAccountTokenInput
2070
- ) => any;
2071
- export declare const DeleteGitHubAccountTokenOutputFilterSensitiveLog: (
2072
- obj: DeleteGitHubAccountTokenOutput
2073
- ) => any;
2074
- export declare const DeleteResourcesByExternalIdInputFilterSensitiveLog: (
2075
- obj: DeleteResourcesByExternalIdInput
2076
- ) => any;
2077
- export declare const DeleteResourcesByExternalIdOutputFilterSensitiveLog: (
2078
- obj: DeleteResourcesByExternalIdOutput
2079
- ) => any;
2080
- export declare const DeregisterOnPremisesInstanceInputFilterSensitiveLog: (
2081
- obj: DeregisterOnPremisesInstanceInput
2082
- ) => any;
2083
- export declare const GetApplicationInputFilterSensitiveLog: (
2084
- obj: GetApplicationInput
2085
- ) => any;
2086
- export declare const GetApplicationOutputFilterSensitiveLog: (
2087
- obj: GetApplicationOutput
2088
- ) => any;
2089
- export declare const GetApplicationRevisionInputFilterSensitiveLog: (
2090
- obj: GetApplicationRevisionInput
2091
- ) => any;
2092
- export declare const GetApplicationRevisionOutputFilterSensitiveLog: (
2093
- obj: GetApplicationRevisionOutput
2094
- ) => any;
2095
- export declare const GetDeploymentInputFilterSensitiveLog: (
2096
- obj: GetDeploymentInput
2097
- ) => any;
2098
- export declare const GetDeploymentOutputFilterSensitiveLog: (
2099
- obj: GetDeploymentOutput
2100
- ) => any;
2101
- export declare const GetDeploymentConfigInputFilterSensitiveLog: (
2102
- obj: GetDeploymentConfigInput
2103
- ) => any;
2104
- export declare const DeploymentConfigInfoFilterSensitiveLog: (
2105
- obj: DeploymentConfigInfo
2106
- ) => any;
2107
- export declare const GetDeploymentConfigOutputFilterSensitiveLog: (
2108
- obj: GetDeploymentConfigOutput
2109
- ) => any;
2110
- export declare const GetDeploymentGroupInputFilterSensitiveLog: (
2111
- obj: GetDeploymentGroupInput
2112
- ) => any;
2113
- export declare const GetDeploymentGroupOutputFilterSensitiveLog: (
2114
- obj: GetDeploymentGroupOutput
2115
- ) => any;
2116
- export declare const GetDeploymentInstanceInputFilterSensitiveLog: (
2117
- obj: GetDeploymentInstanceInput
2118
- ) => any;
2119
- export declare const GetDeploymentInstanceOutputFilterSensitiveLog: (
2120
- obj: GetDeploymentInstanceOutput
2121
- ) => any;
2122
- export declare const GetDeploymentTargetInputFilterSensitiveLog: (
2123
- obj: GetDeploymentTargetInput
2124
- ) => any;
2125
- export declare const GetDeploymentTargetOutputFilterSensitiveLog: (
2126
- obj: GetDeploymentTargetOutput
2127
- ) => any;
2128
- export declare const GetOnPremisesInstanceInputFilterSensitiveLog: (
2129
- obj: GetOnPremisesInstanceInput
2130
- ) => any;
2131
- export declare const GetOnPremisesInstanceOutputFilterSensitiveLog: (
2132
- obj: GetOnPremisesInstanceOutput
2133
- ) => any;
2134
- export declare const ListApplicationRevisionsInputFilterSensitiveLog: (
2135
- obj: ListApplicationRevisionsInput
2136
- ) => any;
2137
- export declare const ListApplicationRevisionsOutputFilterSensitiveLog: (
2138
- obj: ListApplicationRevisionsOutput
2139
- ) => any;
2140
- export declare const ListApplicationsInputFilterSensitiveLog: (
2141
- obj: ListApplicationsInput
2142
- ) => any;
2143
- export declare const ListApplicationsOutputFilterSensitiveLog: (
2144
- obj: ListApplicationsOutput
2145
- ) => any;
2146
- export declare const ListDeploymentConfigsInputFilterSensitiveLog: (
2147
- obj: ListDeploymentConfigsInput
2148
- ) => any;
2149
- export declare const ListDeploymentConfigsOutputFilterSensitiveLog: (
2150
- obj: ListDeploymentConfigsOutput
2151
- ) => any;
2152
- export declare const ListDeploymentGroupsInputFilterSensitiveLog: (
2153
- obj: ListDeploymentGroupsInput
2154
- ) => any;
2155
- export declare const ListDeploymentGroupsOutputFilterSensitiveLog: (
2156
- obj: ListDeploymentGroupsOutput
2157
- ) => any;
2158
- export declare const ListDeploymentInstancesInputFilterSensitiveLog: (
2159
- obj: ListDeploymentInstancesInput
2160
- ) => any;
2161
- export declare const ListDeploymentInstancesOutputFilterSensitiveLog: (
2162
- obj: ListDeploymentInstancesOutput
2163
- ) => any;
2164
- export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
2165
- export declare const ListDeploymentsInputFilterSensitiveLog: (
2166
- obj: ListDeploymentsInput
2167
- ) => any;
2168
- export declare const ListDeploymentsOutputFilterSensitiveLog: (
2169
- obj: ListDeploymentsOutput
2170
- ) => any;
2171
- export declare const ListDeploymentTargetsInputFilterSensitiveLog: (
2172
- obj: ListDeploymentTargetsInput
2173
- ) => any;
2174
- export declare const ListDeploymentTargetsOutputFilterSensitiveLog: (
2175
- obj: ListDeploymentTargetsOutput
2176
- ) => any;
2177
- export declare const ListGitHubAccountTokenNamesInputFilterSensitiveLog: (
2178
- obj: ListGitHubAccountTokenNamesInput
2179
- ) => any;
2180
- export declare const ListGitHubAccountTokenNamesOutputFilterSensitiveLog: (
2181
- obj: ListGitHubAccountTokenNamesOutput
2182
- ) => any;
2183
- export declare const ListOnPremisesInstancesInputFilterSensitiveLog: (
2184
- obj: ListOnPremisesInstancesInput
2185
- ) => any;
2186
- export declare const ListOnPremisesInstancesOutputFilterSensitiveLog: (
2187
- obj: ListOnPremisesInstancesOutput
2188
- ) => any;
2189
- export declare const ListTagsForResourceInputFilterSensitiveLog: (
2190
- obj: ListTagsForResourceInput
2191
- ) => any;
2192
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (
2193
- obj: ListTagsForResourceOutput
2194
- ) => any;
2195
- export declare const PutLifecycleEventHookExecutionStatusInputFilterSensitiveLog: (
2196
- obj: PutLifecycleEventHookExecutionStatusInput
2197
- ) => any;
2198
- export declare const PutLifecycleEventHookExecutionStatusOutputFilterSensitiveLog: (
2199
- obj: PutLifecycleEventHookExecutionStatusOutput
2200
- ) => any;
2201
- export declare const RegisterApplicationRevisionInputFilterSensitiveLog: (
2202
- obj: RegisterApplicationRevisionInput
2203
- ) => any;
2204
- export declare const RegisterOnPremisesInstanceInputFilterSensitiveLog: (
2205
- obj: RegisterOnPremisesInstanceInput
2206
- ) => any;
2207
- export declare const RemoveTagsFromOnPremisesInstancesInputFilterSensitiveLog: (
2208
- obj: RemoveTagsFromOnPremisesInstancesInput
2209
- ) => any;
2210
- export declare const SkipWaitTimeForInstanceTerminationInputFilterSensitiveLog: (
2211
- obj: SkipWaitTimeForInstanceTerminationInput
2212
- ) => any;
2213
- export declare const StopDeploymentInputFilterSensitiveLog: (
2214
- obj: StopDeploymentInput
2215
- ) => any;
2216
- export declare const StopDeploymentOutputFilterSensitiveLog: (
2217
- obj: StopDeploymentOutput
2218
- ) => any;
2219
- export declare const TagResourceInputFilterSensitiveLog: (
2220
- obj: TagResourceInput
2221
- ) => any;
2222
- export declare const TagResourceOutputFilterSensitiveLog: (
2223
- obj: TagResourceOutput
2224
- ) => any;
2225
- export declare const UntagResourceInputFilterSensitiveLog: (
2226
- obj: UntagResourceInput
2227
- ) => any;
2228
- export declare const UntagResourceOutputFilterSensitiveLog: (
2229
- obj: UntagResourceOutput
2230
- ) => any;
2231
- export declare const UpdateApplicationInputFilterSensitiveLog: (
2232
- obj: UpdateApplicationInput
2233
- ) => any;
2234
- export declare const UpdateDeploymentGroupInputFilterSensitiveLog: (
2235
- obj: UpdateDeploymentGroupInput
2236
- ) => any;
2237
- export declare const UpdateDeploymentGroupOutputFilterSensitiveLog: (
2238
- obj: UpdateDeploymentGroupOutput
2239
- ) => any;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codedeploy",
3
3
  "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo codedeploy"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -31,7 +31,7 @@ class ListAccountRolesCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.ListAccountRolesRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListAccountRolesResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -31,7 +31,7 @@ class ListAccountsCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.ListAccountsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListAccountsResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -31,7 +31,7 @@ class LogoutCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: models_0_1.LogoutRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
34
+ outputFilterSensitiveLog: (_) => _,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LogoutRequestFilterSensitiveLog = exports.ListAccountsResponseFilterSensitiveLog = exports.ListAccountsRequestFilterSensitiveLog = exports.ListAccountRolesResponseFilterSensitiveLog = exports.RoleInfoFilterSensitiveLog = exports.ListAccountRolesRequestFilterSensitiveLog = exports.GetRoleCredentialsResponseFilterSensitiveLog = exports.RoleCredentialsFilterSensitiveLog = exports.GetRoleCredentialsRequestFilterSensitiveLog = exports.AccountInfoFilterSensitiveLog = exports.UnauthorizedException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.InvalidRequestException = void 0;
3
+ exports.LogoutRequestFilterSensitiveLog = exports.ListAccountsRequestFilterSensitiveLog = exports.ListAccountRolesRequestFilterSensitiveLog = exports.GetRoleCredentialsResponseFilterSensitiveLog = exports.RoleCredentialsFilterSensitiveLog = exports.GetRoleCredentialsRequestFilterSensitiveLog = exports.UnauthorizedException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.InvalidRequestException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
5
  const SSOServiceException_1 = require("./SSOServiceException");
6
6
  class InvalidRequestException extends SSOServiceException_1.SSOServiceException {
@@ -55,10 +55,6 @@ class UnauthorizedException extends SSOServiceException_1.SSOServiceException {
55
55
  }
56
56
  }
57
57
  exports.UnauthorizedException = UnauthorizedException;
58
- const AccountInfoFilterSensitiveLog = (obj) => ({
59
- ...obj,
60
- });
61
- exports.AccountInfoFilterSensitiveLog = AccountInfoFilterSensitiveLog;
62
58
  const GetRoleCredentialsRequestFilterSensitiveLog = (obj) => ({
63
59
  ...obj,
64
60
  ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
@@ -80,23 +76,11 @@ const ListAccountRolesRequestFilterSensitiveLog = (obj) => ({
80
76
  ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
81
77
  });
82
78
  exports.ListAccountRolesRequestFilterSensitiveLog = ListAccountRolesRequestFilterSensitiveLog;
83
- const RoleInfoFilterSensitiveLog = (obj) => ({
84
- ...obj,
85
- });
86
- exports.RoleInfoFilterSensitiveLog = RoleInfoFilterSensitiveLog;
87
- const ListAccountRolesResponseFilterSensitiveLog = (obj) => ({
88
- ...obj,
89
- });
90
- exports.ListAccountRolesResponseFilterSensitiveLog = ListAccountRolesResponseFilterSensitiveLog;
91
79
  const ListAccountsRequestFilterSensitiveLog = (obj) => ({
92
80
  ...obj,
93
81
  ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
94
82
  });
95
83
  exports.ListAccountsRequestFilterSensitiveLog = ListAccountsRequestFilterSensitiveLog;
96
- const ListAccountsResponseFilterSensitiveLog = (obj) => ({
97
- ...obj,
98
- });
99
- exports.ListAccountsResponseFilterSensitiveLog = ListAccountsResponseFilterSensitiveLog;
100
84
  const LogoutRequestFilterSensitiveLog = (obj) => ({
101
85
  ...obj,
102
86
  ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListAccountRolesRequestFilterSensitiveLog, ListAccountRolesResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { ListAccountRolesRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAccountRolesCommand, serializeAws_restJson1ListAccountRolesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListAccountRolesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class ListAccountRolesCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: ListAccountRolesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListAccountRolesResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListAccountsRequestFilterSensitiveLog, ListAccountsResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { ListAccountsRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAccountsCommand, serializeAws_restJson1ListAccountsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListAccountsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class ListAccountsCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: ListAccountsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListAccountsResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -28,7 +28,7 @@ export class LogoutCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: LogoutRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -48,9 +48,6 @@ export class UnauthorizedException extends __BaseException {
48
48
  Object.setPrototypeOf(this, UnauthorizedException.prototype);
49
49
  }
50
50
  }
51
- export const AccountInfoFilterSensitiveLog = (obj) => ({
52
- ...obj,
53
- });
54
51
  export const GetRoleCredentialsRequestFilterSensitiveLog = (obj) => ({
55
52
  ...obj,
56
53
  ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),
@@ -68,19 +65,10 @@ export const ListAccountRolesRequestFilterSensitiveLog = (obj) => ({
68
65
  ...obj,
69
66
  ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),
70
67
  });
71
- export const RoleInfoFilterSensitiveLog = (obj) => ({
72
- ...obj,
73
- });
74
- export const ListAccountRolesResponseFilterSensitiveLog = (obj) => ({
75
- ...obj,
76
- });
77
68
  export const ListAccountsRequestFilterSensitiveLog = (obj) => ({
78
69
  ...obj,
79
70
  ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),
80
71
  });
81
- export const ListAccountsResponseFilterSensitiveLog = (obj) => ({
82
- ...obj,
83
- });
84
72
  export const LogoutRequestFilterSensitiveLog = (obj) => ({
85
73
  ...obj,
86
74
  ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),
@@ -5,6 +5,7 @@ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/
5
5
  import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
6
6
  import { SSOClient } from "./SSOClient";
7
7
  /**
8
+ * @public
8
9
  * <p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
9
10
  * IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
10
11
  * assigned to them and get federated into the application.</p>
@@ -27,6 +28,7 @@ import { SSOClient } from "./SSOClient";
27
28
  */
28
29
  export declare class SSO extends SSOClient {
29
30
  /**
31
+ * @public
30
32
  * <p>Returns the STS short-term credentials for a given role name that is assigned to the
31
33
  * user.</p>
32
34
  */
@@ -34,12 +36,14 @@ export declare class SSO extends SSOClient {
34
36
  getRoleCredentials(args: GetRoleCredentialsCommandInput, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
35
37
  getRoleCredentials(args: GetRoleCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
36
38
  /**
39
+ * @public
37
40
  * <p>Lists all roles that are assigned to the user for a given AWS account.</p>
38
41
  */
39
42
  listAccountRoles(args: ListAccountRolesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountRolesCommandOutput>;
40
43
  listAccountRoles(args: ListAccountRolesCommandInput, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
41
44
  listAccountRoles(args: ListAccountRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
42
45
  /**
46
+ * @public
43
47
  * <p>Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the
44
48
  * administrator of the account. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/useraccess.html#assignusers">Assign User Access</a> in the <i>IAM Identity Center User Guide</i>. This operation
45
49
  * returns a paginated response.</p>
@@ -48,6 +52,7 @@ export declare class SSO extends SSOClient {
48
52
  listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
49
53
  listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
50
54
  /**
55
+ * @public
51
56
  * <p>Removes the locally stored SSO tokens from the client-side cache and sends an API call to
52
57
  * the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in
53
58
  * session.</p>