@aws-sdk/client-codecatalyst 3.222.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/LICENSE +201 -0
- package/README.md +312 -0
- package/dist-cjs/CodeCatalyst.js +367 -0
- package/dist-cjs/CodeCatalystClient.js +40 -0
- package/dist-cjs/commands/CreateAccessTokenCommand.js +45 -0
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/CreateProjectCommand.js +45 -0
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +45 -0
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +45 -0
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/GetProjectCommand.js +45 -0
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +45 -0
- package/dist-cjs/commands/GetSpaceCommand.js +45 -0
- package/dist-cjs/commands/GetSubscriptionCommand.js +45 -0
- package/dist-cjs/commands/GetUserDetailsCommand.js +45 -0
- package/dist-cjs/commands/ListAccessTokensCommand.js +45 -0
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +45 -0
- package/dist-cjs/commands/ListEventLogsCommand.js +45 -0
- package/dist-cjs/commands/ListProjectsCommand.js +45 -0
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +45 -0
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +45 -0
- package/dist-cjs/commands/ListSpacesCommand.js +45 -0
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +45 -0
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +45 -0
- package/dist-cjs/commands/VerifySessionCommand.js +45 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/EndpointParameters.js +11 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +214 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/CodeCatalystServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +416 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAccessTokensPaginator.js +36 -0
- package/dist-cjs/pagination/ListDevEnvironmentsPaginator.js +36 -0
- package/dist-cjs/pagination/ListEventLogsPaginator.js +36 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSourceRepositoriesPaginator.js +36 -0
- package/dist-cjs/pagination/ListSourceRepositoryBranchesPaginator.js +36 -0
- package/dist-cjs/pagination/ListSpacesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2372 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/CodeCatalyst.js +363 -0
- package/dist-es/CodeCatalystClient.js +36 -0
- package/dist-es/commands/CreateAccessTokenCommand.js +41 -0
- package/dist-es/commands/CreateDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/CreateProjectCommand.js +41 -0
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +41 -0
- package/dist-es/commands/DeleteAccessTokenCommand.js +41 -0
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/GetDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/GetProjectCommand.js +41 -0
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +41 -0
- package/dist-es/commands/GetSpaceCommand.js +41 -0
- package/dist-es/commands/GetSubscriptionCommand.js +41 -0
- package/dist-es/commands/GetUserDetailsCommand.js +41 -0
- package/dist-es/commands/ListAccessTokensCommand.js +41 -0
- package/dist-es/commands/ListDevEnvironmentsCommand.js +41 -0
- package/dist-es/commands/ListEventLogsCommand.js +41 -0
- package/dist-es/commands/ListProjectsCommand.js +41 -0
- package/dist-es/commands/ListSourceRepositoriesCommand.js +41 -0
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +41 -0
- package/dist-es/commands/ListSpacesCommand.js +41 -0
- package/dist-es/commands/StartDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +41 -0
- package/dist-es/commands/StopDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +41 -0
- package/dist-es/commands/VerifySessionCommand.js +41 -0
- package/dist-es/commands/index.js +24 -0
- package/dist-es/endpoint/EndpointParameters.js +7 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +211 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/CodeCatalystServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +337 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAccessTokensPaginator.js +32 -0
- package/dist-es/pagination/ListDevEnvironmentsPaginator.js +32 -0
- package/dist-es/pagination/ListEventLogsPaginator.js +32 -0
- package/dist-es/pagination/ListProjectsPaginator.js +32 -0
- package/dist-es/pagination/ListSourceRepositoriesPaginator.js +32 -0
- package/dist-es/pagination/ListSourceRepositoryBranchesPaginator.js +32 -0
- package/dist-es/pagination/ListSpacesPaginator.js +31 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +2321 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +41 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/CodeCatalyst.d.ts +291 -0
- package/dist-types/CodeCatalystClient.d.ts +263 -0
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +40 -0
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +38 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +37 -0
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +40 -0
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/GetProjectCommand.d.ts +37 -0
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +38 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +37 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +38 -0
- package/dist-types/commands/GetUserDetailsCommand.d.ts +37 -0
- package/dist-types/commands/ListAccessTokensCommand.d.ts +37 -0
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +37 -0
- package/dist-types/commands/ListEventLogsCommand.d.ts +37 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +37 -0
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +37 -0
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +37 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +37 -0
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +37 -0
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +37 -0
- package/dist-types/commands/VerifySessionCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +24 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +17 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/CodeCatalystServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1601 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccessTokensPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDevEnvironmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEventLogsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSourceRepositoriesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSourceRepositoryBranchesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSpacesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +74 -0
- package/dist-types/runtimeConfig.browser.d.ts +36 -0
- package/dist-types/runtimeConfig.d.ts +36 -0
- package/dist-types/runtimeConfig.native.d.ts +35 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/CodeCatalyst.d.ts +412 -0
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +253 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/index.d.ts +24 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +662 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListAccessTokensPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDevEnvironmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventLogsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSourceRepositoriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSourceRepositoryBranchesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +57 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- package/package.json +100 -0
|
@@ -0,0 +1,412 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { CodeCatalystClient } from "./CodeCatalystClient";
|
|
3
|
+
import {
|
|
4
|
+
CreateAccessTokenCommandInput,
|
|
5
|
+
CreateAccessTokenCommandOutput,
|
|
6
|
+
} from "./commands/CreateAccessTokenCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateDevEnvironmentCommandInput,
|
|
9
|
+
CreateDevEnvironmentCommandOutput,
|
|
10
|
+
} from "./commands/CreateDevEnvironmentCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateProjectCommandInput,
|
|
13
|
+
CreateProjectCommandOutput,
|
|
14
|
+
} from "./commands/CreateProjectCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateSourceRepositoryBranchCommandInput,
|
|
17
|
+
CreateSourceRepositoryBranchCommandOutput,
|
|
18
|
+
} from "./commands/CreateSourceRepositoryBranchCommand";
|
|
19
|
+
import {
|
|
20
|
+
DeleteAccessTokenCommandInput,
|
|
21
|
+
DeleteAccessTokenCommandOutput,
|
|
22
|
+
} from "./commands/DeleteAccessTokenCommand";
|
|
23
|
+
import {
|
|
24
|
+
DeleteDevEnvironmentCommandInput,
|
|
25
|
+
DeleteDevEnvironmentCommandOutput,
|
|
26
|
+
} from "./commands/DeleteDevEnvironmentCommand";
|
|
27
|
+
import {
|
|
28
|
+
GetDevEnvironmentCommandInput,
|
|
29
|
+
GetDevEnvironmentCommandOutput,
|
|
30
|
+
} from "./commands/GetDevEnvironmentCommand";
|
|
31
|
+
import {
|
|
32
|
+
GetProjectCommandInput,
|
|
33
|
+
GetProjectCommandOutput,
|
|
34
|
+
} from "./commands/GetProjectCommand";
|
|
35
|
+
import {
|
|
36
|
+
GetSourceRepositoryCloneUrlsCommandInput,
|
|
37
|
+
GetSourceRepositoryCloneUrlsCommandOutput,
|
|
38
|
+
} from "./commands/GetSourceRepositoryCloneUrlsCommand";
|
|
39
|
+
import {
|
|
40
|
+
GetSpaceCommandInput,
|
|
41
|
+
GetSpaceCommandOutput,
|
|
42
|
+
} from "./commands/GetSpaceCommand";
|
|
43
|
+
import {
|
|
44
|
+
GetSubscriptionCommandInput,
|
|
45
|
+
GetSubscriptionCommandOutput,
|
|
46
|
+
} from "./commands/GetSubscriptionCommand";
|
|
47
|
+
import {
|
|
48
|
+
GetUserDetailsCommandInput,
|
|
49
|
+
GetUserDetailsCommandOutput,
|
|
50
|
+
} from "./commands/GetUserDetailsCommand";
|
|
51
|
+
import {
|
|
52
|
+
ListAccessTokensCommandInput,
|
|
53
|
+
ListAccessTokensCommandOutput,
|
|
54
|
+
} from "./commands/ListAccessTokensCommand";
|
|
55
|
+
import {
|
|
56
|
+
ListDevEnvironmentsCommandInput,
|
|
57
|
+
ListDevEnvironmentsCommandOutput,
|
|
58
|
+
} from "./commands/ListDevEnvironmentsCommand";
|
|
59
|
+
import {
|
|
60
|
+
ListEventLogsCommandInput,
|
|
61
|
+
ListEventLogsCommandOutput,
|
|
62
|
+
} from "./commands/ListEventLogsCommand";
|
|
63
|
+
import {
|
|
64
|
+
ListProjectsCommandInput,
|
|
65
|
+
ListProjectsCommandOutput,
|
|
66
|
+
} from "./commands/ListProjectsCommand";
|
|
67
|
+
import {
|
|
68
|
+
ListSourceRepositoriesCommandInput,
|
|
69
|
+
ListSourceRepositoriesCommandOutput,
|
|
70
|
+
} from "./commands/ListSourceRepositoriesCommand";
|
|
71
|
+
import {
|
|
72
|
+
ListSourceRepositoryBranchesCommandInput,
|
|
73
|
+
ListSourceRepositoryBranchesCommandOutput,
|
|
74
|
+
} from "./commands/ListSourceRepositoryBranchesCommand";
|
|
75
|
+
import {
|
|
76
|
+
ListSpacesCommandInput,
|
|
77
|
+
ListSpacesCommandOutput,
|
|
78
|
+
} from "./commands/ListSpacesCommand";
|
|
79
|
+
import {
|
|
80
|
+
StartDevEnvironmentCommandInput,
|
|
81
|
+
StartDevEnvironmentCommandOutput,
|
|
82
|
+
} from "./commands/StartDevEnvironmentCommand";
|
|
83
|
+
import {
|
|
84
|
+
StartDevEnvironmentSessionCommandInput,
|
|
85
|
+
StartDevEnvironmentSessionCommandOutput,
|
|
86
|
+
} from "./commands/StartDevEnvironmentSessionCommand";
|
|
87
|
+
import {
|
|
88
|
+
StopDevEnvironmentCommandInput,
|
|
89
|
+
StopDevEnvironmentCommandOutput,
|
|
90
|
+
} from "./commands/StopDevEnvironmentCommand";
|
|
91
|
+
import {
|
|
92
|
+
UpdateDevEnvironmentCommandInput,
|
|
93
|
+
UpdateDevEnvironmentCommandOutput,
|
|
94
|
+
} from "./commands/UpdateDevEnvironmentCommand";
|
|
95
|
+
import {
|
|
96
|
+
VerifySessionCommandInput,
|
|
97
|
+
VerifySessionCommandOutput,
|
|
98
|
+
} from "./commands/VerifySessionCommand";
|
|
99
|
+
export declare class CodeCatalyst extends CodeCatalystClient {
|
|
100
|
+
createAccessToken(
|
|
101
|
+
args: CreateAccessTokenCommandInput,
|
|
102
|
+
options?: __HttpHandlerOptions
|
|
103
|
+
): Promise<CreateAccessTokenCommandOutput>;
|
|
104
|
+
createAccessToken(
|
|
105
|
+
args: CreateAccessTokenCommandInput,
|
|
106
|
+
cb: (err: any, data?: CreateAccessTokenCommandOutput) => void
|
|
107
|
+
): void;
|
|
108
|
+
createAccessToken(
|
|
109
|
+
args: CreateAccessTokenCommandInput,
|
|
110
|
+
options: __HttpHandlerOptions,
|
|
111
|
+
cb: (err: any, data?: CreateAccessTokenCommandOutput) => void
|
|
112
|
+
): void;
|
|
113
|
+
createDevEnvironment(
|
|
114
|
+
args: CreateDevEnvironmentCommandInput,
|
|
115
|
+
options?: __HttpHandlerOptions
|
|
116
|
+
): Promise<CreateDevEnvironmentCommandOutput>;
|
|
117
|
+
createDevEnvironment(
|
|
118
|
+
args: CreateDevEnvironmentCommandInput,
|
|
119
|
+
cb: (err: any, data?: CreateDevEnvironmentCommandOutput) => void
|
|
120
|
+
): void;
|
|
121
|
+
createDevEnvironment(
|
|
122
|
+
args: CreateDevEnvironmentCommandInput,
|
|
123
|
+
options: __HttpHandlerOptions,
|
|
124
|
+
cb: (err: any, data?: CreateDevEnvironmentCommandOutput) => void
|
|
125
|
+
): void;
|
|
126
|
+
createProject(
|
|
127
|
+
args: CreateProjectCommandInput,
|
|
128
|
+
options?: __HttpHandlerOptions
|
|
129
|
+
): Promise<CreateProjectCommandOutput>;
|
|
130
|
+
createProject(
|
|
131
|
+
args: CreateProjectCommandInput,
|
|
132
|
+
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
133
|
+
): void;
|
|
134
|
+
createProject(
|
|
135
|
+
args: CreateProjectCommandInput,
|
|
136
|
+
options: __HttpHandlerOptions,
|
|
137
|
+
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
138
|
+
): void;
|
|
139
|
+
createSourceRepositoryBranch(
|
|
140
|
+
args: CreateSourceRepositoryBranchCommandInput,
|
|
141
|
+
options?: __HttpHandlerOptions
|
|
142
|
+
): Promise<CreateSourceRepositoryBranchCommandOutput>;
|
|
143
|
+
createSourceRepositoryBranch(
|
|
144
|
+
args: CreateSourceRepositoryBranchCommandInput,
|
|
145
|
+
cb: (err: any, data?: CreateSourceRepositoryBranchCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
createSourceRepositoryBranch(
|
|
148
|
+
args: CreateSourceRepositoryBranchCommandInput,
|
|
149
|
+
options: __HttpHandlerOptions,
|
|
150
|
+
cb: (err: any, data?: CreateSourceRepositoryBranchCommandOutput) => void
|
|
151
|
+
): void;
|
|
152
|
+
deleteAccessToken(
|
|
153
|
+
args: DeleteAccessTokenCommandInput,
|
|
154
|
+
options?: __HttpHandlerOptions
|
|
155
|
+
): Promise<DeleteAccessTokenCommandOutput>;
|
|
156
|
+
deleteAccessToken(
|
|
157
|
+
args: DeleteAccessTokenCommandInput,
|
|
158
|
+
cb: (err: any, data?: DeleteAccessTokenCommandOutput) => void
|
|
159
|
+
): void;
|
|
160
|
+
deleteAccessToken(
|
|
161
|
+
args: DeleteAccessTokenCommandInput,
|
|
162
|
+
options: __HttpHandlerOptions,
|
|
163
|
+
cb: (err: any, data?: DeleteAccessTokenCommandOutput) => void
|
|
164
|
+
): void;
|
|
165
|
+
deleteDevEnvironment(
|
|
166
|
+
args: DeleteDevEnvironmentCommandInput,
|
|
167
|
+
options?: __HttpHandlerOptions
|
|
168
|
+
): Promise<DeleteDevEnvironmentCommandOutput>;
|
|
169
|
+
deleteDevEnvironment(
|
|
170
|
+
args: DeleteDevEnvironmentCommandInput,
|
|
171
|
+
cb: (err: any, data?: DeleteDevEnvironmentCommandOutput) => void
|
|
172
|
+
): void;
|
|
173
|
+
deleteDevEnvironment(
|
|
174
|
+
args: DeleteDevEnvironmentCommandInput,
|
|
175
|
+
options: __HttpHandlerOptions,
|
|
176
|
+
cb: (err: any, data?: DeleteDevEnvironmentCommandOutput) => void
|
|
177
|
+
): void;
|
|
178
|
+
getDevEnvironment(
|
|
179
|
+
args: GetDevEnvironmentCommandInput,
|
|
180
|
+
options?: __HttpHandlerOptions
|
|
181
|
+
): Promise<GetDevEnvironmentCommandOutput>;
|
|
182
|
+
getDevEnvironment(
|
|
183
|
+
args: GetDevEnvironmentCommandInput,
|
|
184
|
+
cb: (err: any, data?: GetDevEnvironmentCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
getDevEnvironment(
|
|
187
|
+
args: GetDevEnvironmentCommandInput,
|
|
188
|
+
options: __HttpHandlerOptions,
|
|
189
|
+
cb: (err: any, data?: GetDevEnvironmentCommandOutput) => void
|
|
190
|
+
): void;
|
|
191
|
+
getProject(
|
|
192
|
+
args: GetProjectCommandInput,
|
|
193
|
+
options?: __HttpHandlerOptions
|
|
194
|
+
): Promise<GetProjectCommandOutput>;
|
|
195
|
+
getProject(
|
|
196
|
+
args: GetProjectCommandInput,
|
|
197
|
+
cb: (err: any, data?: GetProjectCommandOutput) => void
|
|
198
|
+
): void;
|
|
199
|
+
getProject(
|
|
200
|
+
args: GetProjectCommandInput,
|
|
201
|
+
options: __HttpHandlerOptions,
|
|
202
|
+
cb: (err: any, data?: GetProjectCommandOutput) => void
|
|
203
|
+
): void;
|
|
204
|
+
getSourceRepositoryCloneUrls(
|
|
205
|
+
args: GetSourceRepositoryCloneUrlsCommandInput,
|
|
206
|
+
options?: __HttpHandlerOptions
|
|
207
|
+
): Promise<GetSourceRepositoryCloneUrlsCommandOutput>;
|
|
208
|
+
getSourceRepositoryCloneUrls(
|
|
209
|
+
args: GetSourceRepositoryCloneUrlsCommandInput,
|
|
210
|
+
cb: (err: any, data?: GetSourceRepositoryCloneUrlsCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
getSourceRepositoryCloneUrls(
|
|
213
|
+
args: GetSourceRepositoryCloneUrlsCommandInput,
|
|
214
|
+
options: __HttpHandlerOptions,
|
|
215
|
+
cb: (err: any, data?: GetSourceRepositoryCloneUrlsCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
getSpace(
|
|
218
|
+
args: GetSpaceCommandInput,
|
|
219
|
+
options?: __HttpHandlerOptions
|
|
220
|
+
): Promise<GetSpaceCommandOutput>;
|
|
221
|
+
getSpace(
|
|
222
|
+
args: GetSpaceCommandInput,
|
|
223
|
+
cb: (err: any, data?: GetSpaceCommandOutput) => void
|
|
224
|
+
): void;
|
|
225
|
+
getSpace(
|
|
226
|
+
args: GetSpaceCommandInput,
|
|
227
|
+
options: __HttpHandlerOptions,
|
|
228
|
+
cb: (err: any, data?: GetSpaceCommandOutput) => void
|
|
229
|
+
): void;
|
|
230
|
+
getSubscription(
|
|
231
|
+
args: GetSubscriptionCommandInput,
|
|
232
|
+
options?: __HttpHandlerOptions
|
|
233
|
+
): Promise<GetSubscriptionCommandOutput>;
|
|
234
|
+
getSubscription(
|
|
235
|
+
args: GetSubscriptionCommandInput,
|
|
236
|
+
cb: (err: any, data?: GetSubscriptionCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
getSubscription(
|
|
239
|
+
args: GetSubscriptionCommandInput,
|
|
240
|
+
options: __HttpHandlerOptions,
|
|
241
|
+
cb: (err: any, data?: GetSubscriptionCommandOutput) => void
|
|
242
|
+
): void;
|
|
243
|
+
getUserDetails(
|
|
244
|
+
args: GetUserDetailsCommandInput,
|
|
245
|
+
options?: __HttpHandlerOptions
|
|
246
|
+
): Promise<GetUserDetailsCommandOutput>;
|
|
247
|
+
getUserDetails(
|
|
248
|
+
args: GetUserDetailsCommandInput,
|
|
249
|
+
cb: (err: any, data?: GetUserDetailsCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
getUserDetails(
|
|
252
|
+
args: GetUserDetailsCommandInput,
|
|
253
|
+
options: __HttpHandlerOptions,
|
|
254
|
+
cb: (err: any, data?: GetUserDetailsCommandOutput) => void
|
|
255
|
+
): void;
|
|
256
|
+
listAccessTokens(
|
|
257
|
+
args: ListAccessTokensCommandInput,
|
|
258
|
+
options?: __HttpHandlerOptions
|
|
259
|
+
): Promise<ListAccessTokensCommandOutput>;
|
|
260
|
+
listAccessTokens(
|
|
261
|
+
args: ListAccessTokensCommandInput,
|
|
262
|
+
cb: (err: any, data?: ListAccessTokensCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
listAccessTokens(
|
|
265
|
+
args: ListAccessTokensCommandInput,
|
|
266
|
+
options: __HttpHandlerOptions,
|
|
267
|
+
cb: (err: any, data?: ListAccessTokensCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
listDevEnvironments(
|
|
270
|
+
args: ListDevEnvironmentsCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<ListDevEnvironmentsCommandOutput>;
|
|
273
|
+
listDevEnvironments(
|
|
274
|
+
args: ListDevEnvironmentsCommandInput,
|
|
275
|
+
cb: (err: any, data?: ListDevEnvironmentsCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
listDevEnvironments(
|
|
278
|
+
args: ListDevEnvironmentsCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: ListDevEnvironmentsCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
listEventLogs(
|
|
283
|
+
args: ListEventLogsCommandInput,
|
|
284
|
+
options?: __HttpHandlerOptions
|
|
285
|
+
): Promise<ListEventLogsCommandOutput>;
|
|
286
|
+
listEventLogs(
|
|
287
|
+
args: ListEventLogsCommandInput,
|
|
288
|
+
cb: (err: any, data?: ListEventLogsCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
listEventLogs(
|
|
291
|
+
args: ListEventLogsCommandInput,
|
|
292
|
+
options: __HttpHandlerOptions,
|
|
293
|
+
cb: (err: any, data?: ListEventLogsCommandOutput) => void
|
|
294
|
+
): void;
|
|
295
|
+
listProjects(
|
|
296
|
+
args: ListProjectsCommandInput,
|
|
297
|
+
options?: __HttpHandlerOptions
|
|
298
|
+
): Promise<ListProjectsCommandOutput>;
|
|
299
|
+
listProjects(
|
|
300
|
+
args: ListProjectsCommandInput,
|
|
301
|
+
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
listProjects(
|
|
304
|
+
args: ListProjectsCommandInput,
|
|
305
|
+
options: __HttpHandlerOptions,
|
|
306
|
+
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
listSourceRepositories(
|
|
309
|
+
args: ListSourceRepositoriesCommandInput,
|
|
310
|
+
options?: __HttpHandlerOptions
|
|
311
|
+
): Promise<ListSourceRepositoriesCommandOutput>;
|
|
312
|
+
listSourceRepositories(
|
|
313
|
+
args: ListSourceRepositoriesCommandInput,
|
|
314
|
+
cb: (err: any, data?: ListSourceRepositoriesCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
listSourceRepositories(
|
|
317
|
+
args: ListSourceRepositoriesCommandInput,
|
|
318
|
+
options: __HttpHandlerOptions,
|
|
319
|
+
cb: (err: any, data?: ListSourceRepositoriesCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
listSourceRepositoryBranches(
|
|
322
|
+
args: ListSourceRepositoryBranchesCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<ListSourceRepositoryBranchesCommandOutput>;
|
|
325
|
+
listSourceRepositoryBranches(
|
|
326
|
+
args: ListSourceRepositoryBranchesCommandInput,
|
|
327
|
+
cb: (err: any, data?: ListSourceRepositoryBranchesCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
listSourceRepositoryBranches(
|
|
330
|
+
args: ListSourceRepositoryBranchesCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: ListSourceRepositoryBranchesCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
listSpaces(
|
|
335
|
+
args: ListSpacesCommandInput,
|
|
336
|
+
options?: __HttpHandlerOptions
|
|
337
|
+
): Promise<ListSpacesCommandOutput>;
|
|
338
|
+
listSpaces(
|
|
339
|
+
args: ListSpacesCommandInput,
|
|
340
|
+
cb: (err: any, data?: ListSpacesCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
listSpaces(
|
|
343
|
+
args: ListSpacesCommandInput,
|
|
344
|
+
options: __HttpHandlerOptions,
|
|
345
|
+
cb: (err: any, data?: ListSpacesCommandOutput) => void
|
|
346
|
+
): void;
|
|
347
|
+
startDevEnvironment(
|
|
348
|
+
args: StartDevEnvironmentCommandInput,
|
|
349
|
+
options?: __HttpHandlerOptions
|
|
350
|
+
): Promise<StartDevEnvironmentCommandOutput>;
|
|
351
|
+
startDevEnvironment(
|
|
352
|
+
args: StartDevEnvironmentCommandInput,
|
|
353
|
+
cb: (err: any, data?: StartDevEnvironmentCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
startDevEnvironment(
|
|
356
|
+
args: StartDevEnvironmentCommandInput,
|
|
357
|
+
options: __HttpHandlerOptions,
|
|
358
|
+
cb: (err: any, data?: StartDevEnvironmentCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
startDevEnvironmentSession(
|
|
361
|
+
args: StartDevEnvironmentSessionCommandInput,
|
|
362
|
+
options?: __HttpHandlerOptions
|
|
363
|
+
): Promise<StartDevEnvironmentSessionCommandOutput>;
|
|
364
|
+
startDevEnvironmentSession(
|
|
365
|
+
args: StartDevEnvironmentSessionCommandInput,
|
|
366
|
+
cb: (err: any, data?: StartDevEnvironmentSessionCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
startDevEnvironmentSession(
|
|
369
|
+
args: StartDevEnvironmentSessionCommandInput,
|
|
370
|
+
options: __HttpHandlerOptions,
|
|
371
|
+
cb: (err: any, data?: StartDevEnvironmentSessionCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
stopDevEnvironment(
|
|
374
|
+
args: StopDevEnvironmentCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<StopDevEnvironmentCommandOutput>;
|
|
377
|
+
stopDevEnvironment(
|
|
378
|
+
args: StopDevEnvironmentCommandInput,
|
|
379
|
+
cb: (err: any, data?: StopDevEnvironmentCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
stopDevEnvironment(
|
|
382
|
+
args: StopDevEnvironmentCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: StopDevEnvironmentCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
updateDevEnvironment(
|
|
387
|
+
args: UpdateDevEnvironmentCommandInput,
|
|
388
|
+
options?: __HttpHandlerOptions
|
|
389
|
+
): Promise<UpdateDevEnvironmentCommandOutput>;
|
|
390
|
+
updateDevEnvironment(
|
|
391
|
+
args: UpdateDevEnvironmentCommandInput,
|
|
392
|
+
cb: (err: any, data?: UpdateDevEnvironmentCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
updateDevEnvironment(
|
|
395
|
+
args: UpdateDevEnvironmentCommandInput,
|
|
396
|
+
options: __HttpHandlerOptions,
|
|
397
|
+
cb: (err: any, data?: UpdateDevEnvironmentCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
verifySession(
|
|
400
|
+
args: VerifySessionCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<VerifySessionCommandOutput>;
|
|
403
|
+
verifySession(
|
|
404
|
+
args: VerifySessionCommandInput,
|
|
405
|
+
cb: (err: any, data?: VerifySessionCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
verifySession(
|
|
408
|
+
args: VerifySessionCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: VerifySessionCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
}
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RegionInputConfig,
|
|
3
|
+
RegionResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
9
|
+
import {
|
|
10
|
+
HostHeaderInputConfig,
|
|
11
|
+
HostHeaderResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-host-header";
|
|
13
|
+
import {
|
|
14
|
+
RetryInputConfig,
|
|
15
|
+
RetryResolvedConfig,
|
|
16
|
+
} from "@aws-sdk/middleware-retry";
|
|
17
|
+
import {
|
|
18
|
+
TokenInputConfig,
|
|
19
|
+
TokenResolvedConfig,
|
|
20
|
+
} from "@aws-sdk/middleware-token";
|
|
21
|
+
import {
|
|
22
|
+
UserAgentInputConfig,
|
|
23
|
+
UserAgentResolvedConfig,
|
|
24
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
|
+
import {
|
|
27
|
+
Client as __Client,
|
|
28
|
+
DefaultsMode,
|
|
29
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
30
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
31
|
+
} from "@aws-sdk/smithy-client";
|
|
32
|
+
import {
|
|
33
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
Decoder as __Decoder,
|
|
35
|
+
Encoder as __Encoder,
|
|
36
|
+
HashConstructor as __HashConstructor,
|
|
37
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
Logger as __Logger,
|
|
39
|
+
Provider as __Provider,
|
|
40
|
+
Provider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateAccessTokenCommandInput,
|
|
47
|
+
CreateAccessTokenCommandOutput,
|
|
48
|
+
} from "./commands/CreateAccessTokenCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateDevEnvironmentCommandInput,
|
|
51
|
+
CreateDevEnvironmentCommandOutput,
|
|
52
|
+
} from "./commands/CreateDevEnvironmentCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateProjectCommandInput,
|
|
55
|
+
CreateProjectCommandOutput,
|
|
56
|
+
} from "./commands/CreateProjectCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateSourceRepositoryBranchCommandInput,
|
|
59
|
+
CreateSourceRepositoryBranchCommandOutput,
|
|
60
|
+
} from "./commands/CreateSourceRepositoryBranchCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteAccessTokenCommandInput,
|
|
63
|
+
DeleteAccessTokenCommandOutput,
|
|
64
|
+
} from "./commands/DeleteAccessTokenCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteDevEnvironmentCommandInput,
|
|
67
|
+
DeleteDevEnvironmentCommandOutput,
|
|
68
|
+
} from "./commands/DeleteDevEnvironmentCommand";
|
|
69
|
+
import {
|
|
70
|
+
GetDevEnvironmentCommandInput,
|
|
71
|
+
GetDevEnvironmentCommandOutput,
|
|
72
|
+
} from "./commands/GetDevEnvironmentCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetProjectCommandInput,
|
|
75
|
+
GetProjectCommandOutput,
|
|
76
|
+
} from "./commands/GetProjectCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetSourceRepositoryCloneUrlsCommandInput,
|
|
79
|
+
GetSourceRepositoryCloneUrlsCommandOutput,
|
|
80
|
+
} from "./commands/GetSourceRepositoryCloneUrlsCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetSpaceCommandInput,
|
|
83
|
+
GetSpaceCommandOutput,
|
|
84
|
+
} from "./commands/GetSpaceCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetSubscriptionCommandInput,
|
|
87
|
+
GetSubscriptionCommandOutput,
|
|
88
|
+
} from "./commands/GetSubscriptionCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetUserDetailsCommandInput,
|
|
91
|
+
GetUserDetailsCommandOutput,
|
|
92
|
+
} from "./commands/GetUserDetailsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListAccessTokensCommandInput,
|
|
95
|
+
ListAccessTokensCommandOutput,
|
|
96
|
+
} from "./commands/ListAccessTokensCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListDevEnvironmentsCommandInput,
|
|
99
|
+
ListDevEnvironmentsCommandOutput,
|
|
100
|
+
} from "./commands/ListDevEnvironmentsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListEventLogsCommandInput,
|
|
103
|
+
ListEventLogsCommandOutput,
|
|
104
|
+
} from "./commands/ListEventLogsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListProjectsCommandInput,
|
|
107
|
+
ListProjectsCommandOutput,
|
|
108
|
+
} from "./commands/ListProjectsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListSourceRepositoriesCommandInput,
|
|
111
|
+
ListSourceRepositoriesCommandOutput,
|
|
112
|
+
} from "./commands/ListSourceRepositoriesCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListSourceRepositoryBranchesCommandInput,
|
|
115
|
+
ListSourceRepositoryBranchesCommandOutput,
|
|
116
|
+
} from "./commands/ListSourceRepositoryBranchesCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListSpacesCommandInput,
|
|
119
|
+
ListSpacesCommandOutput,
|
|
120
|
+
} from "./commands/ListSpacesCommand";
|
|
121
|
+
import {
|
|
122
|
+
StartDevEnvironmentCommandInput,
|
|
123
|
+
StartDevEnvironmentCommandOutput,
|
|
124
|
+
} from "./commands/StartDevEnvironmentCommand";
|
|
125
|
+
import {
|
|
126
|
+
StartDevEnvironmentSessionCommandInput,
|
|
127
|
+
StartDevEnvironmentSessionCommandOutput,
|
|
128
|
+
} from "./commands/StartDevEnvironmentSessionCommand";
|
|
129
|
+
import {
|
|
130
|
+
StopDevEnvironmentCommandInput,
|
|
131
|
+
StopDevEnvironmentCommandOutput,
|
|
132
|
+
} from "./commands/StopDevEnvironmentCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateDevEnvironmentCommandInput,
|
|
135
|
+
UpdateDevEnvironmentCommandOutput,
|
|
136
|
+
} from "./commands/UpdateDevEnvironmentCommand";
|
|
137
|
+
import {
|
|
138
|
+
VerifySessionCommandInput,
|
|
139
|
+
VerifySessionCommandOutput,
|
|
140
|
+
} from "./commands/VerifySessionCommand";
|
|
141
|
+
import {
|
|
142
|
+
ClientInputEndpointParameters,
|
|
143
|
+
ClientResolvedEndpointParameters,
|
|
144
|
+
EndpointParameters,
|
|
145
|
+
} from "./endpoint/EndpointParameters";
|
|
146
|
+
export declare type ServiceInputTypes =
|
|
147
|
+
| CreateAccessTokenCommandInput
|
|
148
|
+
| CreateDevEnvironmentCommandInput
|
|
149
|
+
| CreateProjectCommandInput
|
|
150
|
+
| CreateSourceRepositoryBranchCommandInput
|
|
151
|
+
| DeleteAccessTokenCommandInput
|
|
152
|
+
| DeleteDevEnvironmentCommandInput
|
|
153
|
+
| GetDevEnvironmentCommandInput
|
|
154
|
+
| GetProjectCommandInput
|
|
155
|
+
| GetSourceRepositoryCloneUrlsCommandInput
|
|
156
|
+
| GetSpaceCommandInput
|
|
157
|
+
| GetSubscriptionCommandInput
|
|
158
|
+
| GetUserDetailsCommandInput
|
|
159
|
+
| ListAccessTokensCommandInput
|
|
160
|
+
| ListDevEnvironmentsCommandInput
|
|
161
|
+
| ListEventLogsCommandInput
|
|
162
|
+
| ListProjectsCommandInput
|
|
163
|
+
| ListSourceRepositoriesCommandInput
|
|
164
|
+
| ListSourceRepositoryBranchesCommandInput
|
|
165
|
+
| ListSpacesCommandInput
|
|
166
|
+
| StartDevEnvironmentCommandInput
|
|
167
|
+
| StartDevEnvironmentSessionCommandInput
|
|
168
|
+
| StopDevEnvironmentCommandInput
|
|
169
|
+
| UpdateDevEnvironmentCommandInput
|
|
170
|
+
| VerifySessionCommandInput;
|
|
171
|
+
export declare type ServiceOutputTypes =
|
|
172
|
+
| CreateAccessTokenCommandOutput
|
|
173
|
+
| CreateDevEnvironmentCommandOutput
|
|
174
|
+
| CreateProjectCommandOutput
|
|
175
|
+
| CreateSourceRepositoryBranchCommandOutput
|
|
176
|
+
| DeleteAccessTokenCommandOutput
|
|
177
|
+
| DeleteDevEnvironmentCommandOutput
|
|
178
|
+
| GetDevEnvironmentCommandOutput
|
|
179
|
+
| GetProjectCommandOutput
|
|
180
|
+
| GetSourceRepositoryCloneUrlsCommandOutput
|
|
181
|
+
| GetSpaceCommandOutput
|
|
182
|
+
| GetSubscriptionCommandOutput
|
|
183
|
+
| GetUserDetailsCommandOutput
|
|
184
|
+
| ListAccessTokensCommandOutput
|
|
185
|
+
| ListDevEnvironmentsCommandOutput
|
|
186
|
+
| ListEventLogsCommandOutput
|
|
187
|
+
| ListProjectsCommandOutput
|
|
188
|
+
| ListSourceRepositoriesCommandOutput
|
|
189
|
+
| ListSourceRepositoryBranchesCommandOutput
|
|
190
|
+
| ListSpacesCommandOutput
|
|
191
|
+
| StartDevEnvironmentCommandOutput
|
|
192
|
+
| StartDevEnvironmentSessionCommandOutput
|
|
193
|
+
| StopDevEnvironmentCommandOutput
|
|
194
|
+
| UpdateDevEnvironmentCommandOutput
|
|
195
|
+
| VerifySessionCommandOutput;
|
|
196
|
+
export interface ClientDefaults
|
|
197
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
198
|
+
requestHandler?: __HttpHandler;
|
|
199
|
+
sha256?: __HashConstructor;
|
|
200
|
+
urlParser?: __UrlParser;
|
|
201
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
202
|
+
streamCollector?: __StreamCollector;
|
|
203
|
+
base64Decoder?: __Decoder;
|
|
204
|
+
base64Encoder?: __Encoder;
|
|
205
|
+
utf8Decoder?: __Decoder;
|
|
206
|
+
utf8Encoder?: __Encoder;
|
|
207
|
+
runtime?: string;
|
|
208
|
+
disableHostPrefix?: boolean;
|
|
209
|
+
maxAttempts?: number | __Provider<number>;
|
|
210
|
+
retryMode?: string | __Provider<string>;
|
|
211
|
+
logger?: __Logger;
|
|
212
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
213
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
214
|
+
serviceId?: string;
|
|
215
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
216
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
217
|
+
}
|
|
218
|
+
declare type CodeCatalystClientConfigType = Partial<
|
|
219
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
220
|
+
> &
|
|
221
|
+
ClientDefaults &
|
|
222
|
+
RegionInputConfig &
|
|
223
|
+
EndpointInputConfig<EndpointParameters> &
|
|
224
|
+
RetryInputConfig &
|
|
225
|
+
HostHeaderInputConfig &
|
|
226
|
+
TokenInputConfig &
|
|
227
|
+
UserAgentInputConfig &
|
|
228
|
+
ClientInputEndpointParameters;
|
|
229
|
+
export interface CodeCatalystClientConfig
|
|
230
|
+
extends CodeCatalystClientConfigType {}
|
|
231
|
+
declare type CodeCatalystClientResolvedConfigType =
|
|
232
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
233
|
+
Required<ClientDefaults> &
|
|
234
|
+
RegionResolvedConfig &
|
|
235
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
236
|
+
RetryResolvedConfig &
|
|
237
|
+
HostHeaderResolvedConfig &
|
|
238
|
+
TokenResolvedConfig &
|
|
239
|
+
UserAgentResolvedConfig &
|
|
240
|
+
ClientResolvedEndpointParameters;
|
|
241
|
+
export interface CodeCatalystClientResolvedConfig
|
|
242
|
+
extends CodeCatalystClientResolvedConfigType {}
|
|
243
|
+
export declare class CodeCatalystClient extends __Client<
|
|
244
|
+
__HttpHandlerOptions,
|
|
245
|
+
ServiceInputTypes,
|
|
246
|
+
ServiceOutputTypes,
|
|
247
|
+
CodeCatalystClientResolvedConfig
|
|
248
|
+
> {
|
|
249
|
+
readonly config: CodeCatalystClientResolvedConfig;
|
|
250
|
+
constructor(configuration: CodeCatalystClientConfig);
|
|
251
|
+
destroy(): void;
|
|
252
|
+
}
|
|
253
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeCatalystClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeCatalystClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateAccessTokenRequest,
|
|
16
|
+
CreateAccessTokenResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateAccessTokenCommandInput
|
|
19
|
+
extends CreateAccessTokenRequest {}
|
|
20
|
+
export interface CreateAccessTokenCommandOutput
|
|
21
|
+
extends CreateAccessTokenResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateAccessTokenCommand extends $Command<
|
|
24
|
+
CreateAccessTokenCommandInput,
|
|
25
|
+
CreateAccessTokenCommandOutput,
|
|
26
|
+
CodeCatalystClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAccessTokenCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateAccessTokenCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeCatalystClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|