@aws-sdk/client-codecatalyst 3.1086.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodeCatalyst.d.ts +131 -154
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +12 -40
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +4 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +2 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -26
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -20
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -26
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -7
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39