@aws-sdk/client-codecatalyst 3.651.1 → 3.654.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 (77) hide show
  1. package/dist-types/commands/CreateAccessTokenCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateProjectCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteProjectCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteSpaceCommand.d.ts +11 -0
  11. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +11 -0
  12. package/dist-types/commands/GetProjectCommand.d.ts +11 -0
  13. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +11 -0
  14. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +11 -0
  15. package/dist-types/commands/GetSpaceCommand.d.ts +11 -0
  16. package/dist-types/commands/GetSubscriptionCommand.d.ts +11 -0
  17. package/dist-types/commands/GetUserDetailsCommand.d.ts +11 -0
  18. package/dist-types/commands/GetWorkflowCommand.d.ts +11 -0
  19. package/dist-types/commands/GetWorkflowRunCommand.d.ts +11 -0
  20. package/dist-types/commands/ListAccessTokensCommand.d.ts +11 -0
  21. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListEventLogsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListProjectsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +11 -0
  26. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +11 -0
  27. package/dist-types/commands/ListSpacesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
  30. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +11 -0
  31. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +11 -0
  32. package/dist-types/commands/StartWorkflowRunCommand.d.ts +11 -0
  33. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +11 -0
  34. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateProjectCommand.d.ts +11 -0
  37. package/dist-types/commands/UpdateSpaceCommand.d.ts +11 -0
  38. package/dist-types/commands/VerifySessionCommand.d.ts +11 -0
  39. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +12 -1
  77. package/package.json +33 -33
@@ -85,4 +85,15 @@ declare const CreateAccessTokenCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: CreateAccessTokenRequest;
92
+ output: CreateAccessTokenResponse;
93
+ };
94
+ sdk: {
95
+ input: CreateAccessTokenCommandInput;
96
+ output: CreateAccessTokenCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -106,4 +106,15 @@ declare const CreateDevEnvironmentCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: CreateDevEnvironmentRequest;
113
+ output: CreateDevEnvironmentResponse;
114
+ };
115
+ sdk: {
116
+ input: CreateDevEnvironmentCommandInput;
117
+ output: CreateDevEnvironmentCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -82,4 +82,15 @@ declare const CreateProjectCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateProjectCommand extends CreateProjectCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateProjectRequest;
89
+ output: CreateProjectResponse;
90
+ };
91
+ sdk: {
92
+ input: CreateProjectCommandInput;
93
+ output: CreateProjectCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -87,4 +87,15 @@ declare const CreateSourceRepositoryBranchCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: CreateSourceRepositoryBranchRequest;
94
+ output: CreateSourceRepositoryBranchResponse;
95
+ };
96
+ sdk: {
97
+ input: CreateSourceRepositoryBranchCommandInput;
98
+ output: CreateSourceRepositoryBranchCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -84,4 +84,15 @@ declare const CreateSourceRepositoryCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: CreateSourceRepositoryRequest;
91
+ output: CreateSourceRepositoryResponse;
92
+ };
93
+ sdk: {
94
+ input: CreateSourceRepositoryCommandInput;
95
+ output: CreateSourceRepositoryCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -75,4 +75,15 @@ declare const DeleteAccessTokenCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteAccessTokenRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteAccessTokenCommandInput;
86
+ output: DeleteAccessTokenCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -81,4 +81,15 @@ declare const DeleteDevEnvironmentCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteDevEnvironmentRequest;
88
+ output: DeleteDevEnvironmentResponse;
89
+ };
90
+ sdk: {
91
+ input: DeleteDevEnvironmentCommandInput;
92
+ output: DeleteDevEnvironmentCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -80,4 +80,15 @@ declare const DeleteProjectCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeleteProjectRequest;
87
+ output: DeleteProjectResponse;
88
+ };
89
+ sdk: {
90
+ input: DeleteProjectCommandInput;
91
+ output: DeleteProjectCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -81,4 +81,15 @@ declare const DeleteSourceRepositoryCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteSourceRepositoryRequest;
88
+ output: DeleteSourceRepositoryResponse;
89
+ };
90
+ sdk: {
91
+ input: DeleteSourceRepositoryCommandInput;
92
+ output: DeleteSourceRepositoryCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -81,4 +81,15 @@ declare const DeleteSpaceCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteSpaceRequest;
88
+ output: DeleteSpaceResponse;
89
+ };
90
+ sdk: {
91
+ input: DeleteSpaceCommandInput;
92
+ output: DeleteSpaceCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -104,4 +104,15 @@ declare const GetDevEnvironmentCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: GetDevEnvironmentRequest;
111
+ output: GetDevEnvironmentResponse;
112
+ };
113
+ sdk: {
114
+ input: GetDevEnvironmentCommandInput;
115
+ output: GetDevEnvironmentCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -81,4 +81,15 @@ declare const GetProjectCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetProjectCommand extends GetProjectCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetProjectRequest;
88
+ output: GetProjectResponse;
89
+ };
90
+ sdk: {
91
+ input: GetProjectCommandInput;
92
+ output: GetProjectCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -80,4 +80,15 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetSourceRepositoryCloneUrlsRequest;
87
+ output: GetSourceRepositoryCloneUrlsResponse;
88
+ };
89
+ sdk: {
90
+ input: GetSourceRepositoryCloneUrlsCommandInput;
91
+ output: GetSourceRepositoryCloneUrlsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -84,4 +84,15 @@ declare const GetSourceRepositoryCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetSourceRepositoryRequest;
91
+ output: GetSourceRepositoryResponse;
92
+ };
93
+ sdk: {
94
+ input: GetSourceRepositoryCommandInput;
95
+ output: GetSourceRepositoryCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -80,4 +80,15 @@ declare const GetSpaceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetSpaceCommand extends GetSpaceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetSpaceRequest;
87
+ output: GetSpaceResponse;
88
+ };
89
+ sdk: {
90
+ input: GetSpaceCommandInput;
91
+ output: GetSpaceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -81,4 +81,15 @@ declare const GetSubscriptionCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetSubscriptionRequest;
88
+ output: GetSubscriptionResponse;
89
+ };
90
+ sdk: {
91
+ input: GetSubscriptionCommandInput;
92
+ output: GetSubscriptionCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -85,4 +85,15 @@ declare const GetUserDetailsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetUserDetailsRequest;
92
+ output: GetUserDetailsResponse;
93
+ };
94
+ sdk: {
95
+ input: GetUserDetailsCommandInput;
96
+ output: GetUserDetailsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -91,4 +91,15 @@ declare const GetWorkflowCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetWorkflowRequest;
98
+ output: GetWorkflowResponse;
99
+ };
100
+ sdk: {
101
+ input: GetWorkflowCommandInput;
102
+ output: GetWorkflowCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -89,4 +89,15 @@ declare const GetWorkflowRunCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetWorkflowRunRequest;
96
+ output: GetWorkflowRunResponse;
97
+ };
98
+ sdk: {
99
+ input: GetWorkflowRunCommandInput;
100
+ output: GetWorkflowRunCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -85,4 +85,15 @@ declare const ListAccessTokensCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListAccessTokensRequest;
92
+ output: ListAccessTokensResponse;
93
+ };
94
+ sdk: {
95
+ input: ListAccessTokensCommandInput;
96
+ output: ListAccessTokensCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -90,4 +90,15 @@ declare const ListDevEnvironmentSessionsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListDevEnvironmentSessionsRequest;
97
+ output: ListDevEnvironmentSessionsResponse;
98
+ };
99
+ sdk: {
100
+ input: ListDevEnvironmentSessionsCommandInput;
101
+ output: ListDevEnvironmentSessionsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -119,4 +119,15 @@ declare const ListDevEnvironmentsCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: ListDevEnvironmentsRequest;
126
+ output: ListDevEnvironmentsResponse;
127
+ };
128
+ sdk: {
129
+ input: ListDevEnvironmentsCommandInput;
130
+ output: ListDevEnvironmentsCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -124,4 +124,15 @@ declare const ListEventLogsCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class ListEventLogsCommand extends ListEventLogsCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: ListEventLogsRequest;
131
+ output: ListEventLogsResponse;
132
+ };
133
+ sdk: {
134
+ input: ListEventLogsCommandInput;
135
+ output: ListEventLogsCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -95,4 +95,15 @@ declare const ListProjectsCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListProjectsCommand extends ListProjectsCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListProjectsRequest;
102
+ output: ListProjectsResponse;
103
+ };
104
+ sdk: {
105
+ input: ListProjectsCommandInput;
106
+ output: ListProjectsCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -89,4 +89,15 @@ declare const ListSourceRepositoriesCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListSourceRepositoriesRequest;
96
+ output: ListSourceRepositoriesResponse;
97
+ };
98
+ sdk: {
99
+ input: ListSourceRepositoriesCommandInput;
100
+ output: ListSourceRepositoriesCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -89,4 +89,15 @@ declare const ListSourceRepositoryBranchesCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListSourceRepositoryBranchesRequest;
96
+ output: ListSourceRepositoryBranchesResponse;
97
+ };
98
+ sdk: {
99
+ input: ListSourceRepositoryBranchesCommandInput;
100
+ output: ListSourceRepositoryBranchesCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -85,4 +85,15 @@ declare const ListSpacesCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListSpacesCommand extends ListSpacesCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListSpacesRequest;
92
+ output: ListSpacesResponse;
93
+ };
94
+ sdk: {
95
+ input: ListSpacesCommandInput;
96
+ output: ListSpacesCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -98,4 +98,15 @@ declare const ListWorkflowRunsCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: ListWorkflowRunsRequest;
105
+ output: ListWorkflowRunsResponse;
106
+ };
107
+ sdk: {
108
+ input: ListWorkflowRunsCommandInput;
109
+ output: ListWorkflowRunsCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -98,4 +98,15 @@ declare const ListWorkflowsCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: ListWorkflowsRequest;
105
+ output: ListWorkflowsResponse;
106
+ };
107
+ sdk: {
108
+ input: ListWorkflowsCommandInput;
109
+ output: ListWorkflowsCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -90,4 +90,15 @@ declare const StartDevEnvironmentCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class StartDevEnvironmentCommand extends StartDevEnvironmentCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: StartDevEnvironmentRequest;
97
+ output: StartDevEnvironmentResponse;
98
+ };
99
+ sdk: {
100
+ input: StartDevEnvironmentCommandInput;
101
+ output: StartDevEnvironmentCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -95,4 +95,15 @@ declare const StartDevEnvironmentSessionCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: StartDevEnvironmentSessionRequest;
102
+ output: StartDevEnvironmentSessionResponse;
103
+ };
104
+ sdk: {
105
+ input: StartDevEnvironmentSessionCommandInput;
106
+ output: StartDevEnvironmentSessionCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -83,4 +83,15 @@ declare const StartWorkflowRunCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: StartWorkflowRunRequest;
90
+ output: StartWorkflowRunResponse;
91
+ };
92
+ sdk: {
93
+ input: StartWorkflowRunCommandInput;
94
+ output: StartWorkflowRunCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -82,4 +82,15 @@ declare const StopDevEnvironmentCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class StopDevEnvironmentCommand extends StopDevEnvironmentCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: StopDevEnvironmentRequest;
89
+ output: StopDevEnvironmentResponse;
90
+ };
91
+ sdk: {
92
+ input: StopDevEnvironmentCommandInput;
93
+ output: StopDevEnvironmentCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -83,4 +83,15 @@ declare const StopDevEnvironmentSessionCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: StopDevEnvironmentSessionRequest;
90
+ output: StopDevEnvironmentSessionResponse;
91
+ };
92
+ sdk: {
93
+ input: StopDevEnvironmentSessionCommandInput;
94
+ output: StopDevEnvironmentSessionCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -101,4 +101,15 @@ declare const UpdateDevEnvironmentCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: UpdateDevEnvironmentRequest;
108
+ output: UpdateDevEnvironmentResponse;
109
+ };
110
+ sdk: {
111
+ input: UpdateDevEnvironmentCommandInput;
112
+ output: UpdateDevEnvironmentCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -82,4 +82,15 @@ declare const UpdateProjectCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UpdateProjectRequest;
89
+ output: UpdateProjectResponse;
90
+ };
91
+ sdk: {
92
+ input: UpdateProjectCommandInput;
93
+ output: UpdateProjectCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -80,4 +80,15 @@ declare const UpdateSpaceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: UpdateSpaceRequest;
87
+ output: UpdateSpaceResponse;
88
+ };
89
+ sdk: {
90
+ input: UpdateSpaceCommandInput;
91
+ output: UpdateSpaceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -75,4 +75,15 @@ declare const VerifySessionCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class VerifySessionCommand extends VerifySessionCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: {};
82
+ output: VerifySessionResponse;
83
+ };
84
+ sdk: {
85
+ input: VerifySessionCommandInput;
86
+ output: VerifySessionCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -37,4 +37,15 @@ declare const CreateAccessTokenCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_base {}
40
+ export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAccessTokenRequest;
44
+ output: CreateAccessTokenResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAccessTokenCommandInput;
48
+ output: CreateAccessTokenCommandOutput;
49
+ };
50
+ };
51
+ }