@aws-sdk/client-codecatalyst 3.1087.0 → 3.1088.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 (59) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeCatalyst.d.ts +131 -154
  3. package/dist-types/ts3.4/CodeCatalystClient.d.ts +12 -40
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +4 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +3 -8
  24. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +3 -8
  27. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +2 -4
  45. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  46. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  47. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  48. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  49. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  50. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  51. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  52. package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +1 -4
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -26
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -20
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -26
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -7
  57. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  59. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -63,7 +63,7 @@ const commonParams = {
63
63
  Region: { type: "builtInParams", name: "region" },
64
64
  };
65
65
 
66
- var version = "3.1086.0";
66
+ var version = "3.1087.0";
67
67
  var packageInfo = {
68
68
  version: version};
69
69