@aws-sdk/client-codecatalyst 3.529.1 → 3.535.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 (89) hide show
  1. package/dist-types/CodeCatalyst.d.ts +5 -1
  2. package/dist-types/CodeCatalystClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAccessTokenCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
  13. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +2 -1
  14. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  15. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -1
  19. package/dist-types/commands/GetUserDetailsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  21. package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAccessTokensCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListEventLogsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  32. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +2 -1
  33. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
  34. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
  35. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +2 -1
  36. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
  40. package/dist-types/commands/VerifySessionCommand.d.ts +2 -1
  41. package/dist-types/models/models_0.d.ts +416 -416
  42. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  43. package/dist-types/runtimeConfig.d.ts +2 -2
  44. package/dist-types/runtimeConfig.native.d.ts +2 -2
  45. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  46. package/dist-types/ts3.4/CodeCatalyst.d.ts +4 -0
  47. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  89. package/package.json +39 -39
@@ -18,9 +18,9 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
18
18
  apiVersion: string;
19
19
  urlParser: import("@smithy/types").UrlParser;
20
20
  base64Decoder: import("@smithy/types").Decoder;
21
- base64Encoder: import("@smithy/types").Encoder;
21
+ base64Encoder: (_input: string | Uint8Array) => string;
22
22
  utf8Decoder: import("@smithy/types").Decoder;
23
- utf8Encoder: import("@smithy/types").Encoder;
23
+ utf8Encoder: (input: string | Uint8Array) => string;
24
24
  disableHostPrefix: boolean;
25
25
  serviceId: string;
26
26
  logger: import("@smithy/types").Logger;
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
25
25
  apiVersion: string;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: import("@smithy/types").Encoder;
28
+ base64Encoder: (_input: string | Uint8Array) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: import("@smithy/types").Encoder;
30
+ utf8Encoder: (input: string | Uint8Array) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
33
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -7,7 +7,7 @@ import { CodeCatalystClientConfig } from "./CodeCatalystClient";
7
7
  export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
8
8
  apiVersion: string;
9
9
  base64Decoder: import("@smithy/types").Decoder;
10
- base64Encoder: import("@smithy/types").Encoder;
10
+ base64Encoder: (_input: string | Uint8Array) => string;
11
11
  disableHostPrefix: boolean;
12
12
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
13
13
  logger?: import("@smithy/types").Logger | undefined;
@@ -23,5 +23,5 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
23
23
  serviceId: string;
24
24
  urlParser: import("@smithy/types").UrlParser;
25
25
  utf8Decoder: import("@smithy/types").Decoder;
26
- utf8Encoder: import("@smithy/types").Encoder;
26
+ utf8Encoder: (input: string | Uint8Array) => string;
27
27
  };
@@ -361,6 +361,7 @@ export interface CodeCatalyst {
361
361
  options: __HttpHandlerOptions,
362
362
  cb: (err: any, data?: GetSubscriptionCommandOutput) => void
363
363
  ): void;
364
+ getUserDetails(): Promise<GetUserDetailsCommandOutput>;
364
365
  getUserDetails(
365
366
  args: GetUserDetailsCommandInput,
366
367
  options?: __HttpHandlerOptions
@@ -400,6 +401,7 @@ export interface CodeCatalyst {
400
401
  options: __HttpHandlerOptions,
401
402
  cb: (err: any, data?: GetWorkflowRunCommandOutput) => void
402
403
  ): void;
404
+ listAccessTokens(): Promise<ListAccessTokensCommandOutput>;
403
405
  listAccessTokens(
404
406
  args: ListAccessTokensCommandInput,
405
407
  options?: __HttpHandlerOptions
@@ -491,6 +493,7 @@ export interface CodeCatalyst {
491
493
  options: __HttpHandlerOptions,
492
494
  cb: (err: any, data?: ListSourceRepositoryBranchesCommandOutput) => void
493
495
  ): void;
496
+ listSpaces(): Promise<ListSpacesCommandOutput>;
494
497
  listSpaces(
495
498
  args: ListSpacesCommandInput,
496
499
  options?: __HttpHandlerOptions
@@ -634,6 +637,7 @@ export interface CodeCatalyst {
634
637
  options: __HttpHandlerOptions,
635
638
  cb: (err: any, data?: UpdateSpaceCommandOutput) => void
636
639
  ): void;
640
+ verifySession(): Promise<VerifySessionCommandOutput>;
637
641
  verifySession(
638
642
  args: VerifySessionCommandInput,
639
643
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CreateAccessTokenCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAccessTokenCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAccessTokenCommandInput,
32
+ CreateAccessTokenCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDevEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDevEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDevEnvironmentCommandInput,
32
+ CreateDevEnvironmentCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateProjectCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateProjectCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateProjectCommandInput,
31
+ CreateProjectCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateProjectCommand extends CreateProjectCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSourceRepositoryBranchCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSourceRepositoryBranchCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSourceRepositoryBranchCommandInput,
32
+ CreateSourceRepositoryBranchCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSourceRepositoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSourceRepositoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSourceRepositoryCommandInput,
32
+ CreateSourceRepositoryCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteAccessTokenCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteAccessTokenCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAccessTokenCommandInput,
32
+ DeleteAccessTokenCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDevEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDevEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDevEnvironmentCommandInput,
32
+ DeleteDevEnvironmentCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteProjectCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteProjectCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteProjectCommandInput,
31
+ DeleteProjectCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSourceRepositoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSourceRepositoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSourceRepositoryCommandInput,
32
+ DeleteSourceRepositoryCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteSpaceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteSpaceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteSpaceCommandInput,
28
+ DeleteSpaceCommandOutput,
29
+ CodeCatalystClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDevEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDevEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDevEnvironmentCommandInput,
32
+ GetDevEnvironmentCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {}
@@ -21,6 +21,15 @@ declare const GetProjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetProjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetProjectCommandInput,
28
+ GetProjectCommandOutput,
29
+ CodeCatalystClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetProjectCommand extends GetProjectCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSourceRepositoryCloneUrlsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSourceRepositoryCloneUrlsCommandInput,
32
+ GetSourceRepositoryCloneUrlsCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSourceRepositoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSourceRepositoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSourceRepositoryCommandInput,
32
+ GetSourceRepositoryCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSpaceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetSpaceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSpaceCommandInput,
28
+ GetSpaceCommandOutput,
29
+ CodeCatalystClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSpaceCommand extends GetSpaceCommand_base {}
@@ -24,6 +24,15 @@ declare const GetSubscriptionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetSubscriptionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetSubscriptionCommandInput,
31
+ GetSubscriptionCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {}
@@ -24,6 +24,15 @@ declare const GetUserDetailsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetUserDetailsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetUserDetailsCommandInput,
31
+ GetUserDetailsCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetWorkflowCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetWorkflowCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetWorkflowCommandInput,
28
+ GetWorkflowCommandOutput,
29
+ CodeCatalystClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {}
@@ -24,6 +24,15 @@ declare const GetWorkflowRunCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetWorkflowRunCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetWorkflowRunCommandInput,
31
+ GetWorkflowRunCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {}
@@ -24,6 +24,15 @@ declare const ListAccessTokensCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListAccessTokensCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListAccessTokensCommandInput,
31
+ ListAccessTokensCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDevEnvironmentSessionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDevEnvironmentSessionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDevEnvironmentSessionsCommandInput,
32
+ ListDevEnvironmentSessionsCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDevEnvironmentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDevEnvironmentsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDevEnvironmentsCommandInput,
32
+ ListDevEnvironmentsCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListEventLogsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListEventLogsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListEventLogsCommandInput,
31
+ ListEventLogsCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListEventLogsCommand extends ListEventLogsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListProjectsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListProjectsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListProjectsCommandInput,
28
+ ListProjectsCommandOutput,
29
+ CodeCatalystClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListProjectsCommand extends ListProjectsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListSourceRepositoriesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListSourceRepositoriesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSourceRepositoriesCommandInput,
32
+ ListSourceRepositoriesCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListSourceRepositoryBranchesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListSourceRepositoryBranchesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSourceRepositoryBranchesCommandInput,
32
+ ListSourceRepositoryBranchesCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListSpacesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListSpacesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListSpacesCommandInput,
28
+ ListSpacesCommandOutput,
29
+ CodeCatalystClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListSpacesCommand extends ListSpacesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListWorkflowRunsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListWorkflowRunsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListWorkflowRunsCommandInput,
31
+ ListWorkflowRunsCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListWorkflowsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListWorkflowsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListWorkflowsCommandInput,
31
+ ListWorkflowsCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {}
@@ -25,6 +25,15 @@ declare const StartDevEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartDevEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartDevEnvironmentCommandInput,
32
+ StartDevEnvironmentCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartDevEnvironmentCommand extends StartDevEnvironmentCommand_base {}
@@ -25,6 +25,15 @@ declare const StartDevEnvironmentSessionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartDevEnvironmentSessionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartDevEnvironmentSessionCommandInput,
32
+ StartDevEnvironmentSessionCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_base {}
@@ -24,6 +24,15 @@ declare const StartWorkflowRunCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StartWorkflowRunCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartWorkflowRunCommandInput,
31
+ StartWorkflowRunCommandOutput,
32
+ CodeCatalystClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_base {}
@@ -25,6 +25,15 @@ declare const StopDevEnvironmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopDevEnvironmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopDevEnvironmentCommandInput,
32
+ StopDevEnvironmentCommandOutput,
33
+ CodeCatalystClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopDevEnvironmentCommand extends StopDevEnvironmentCommand_base {}