@aws-sdk/client-codecatalyst 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +487 -335
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
- package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateProjectCommand.js +2 -2
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -2
- package/dist-es/commands/CreateSourceRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -2
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteSourceRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteSpaceCommand.js +2 -2
- package/dist-es/commands/GetDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetProjectCommand.js +2 -2
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -2
- package/dist-es/commands/GetSourceRepositoryCommand.js +2 -2
- package/dist-es/commands/GetSpaceCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionCommand.js +2 -2
- package/dist-es/commands/GetUserDetailsCommand.js +2 -2
- package/dist-es/commands/GetWorkflowCommand.js +2 -2
- package/dist-es/commands/GetWorkflowRunCommand.js +2 -2
- package/dist-es/commands/ListAccessTokensCommand.js +2 -2
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +2 -2
- package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListEventLogsCommand.js +2 -2
- package/dist-es/commands/ListProjectsCommand.js +2 -2
- package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -2
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -2
- package/dist-es/commands/ListSpacesCommand.js +2 -2
- package/dist-es/commands/ListWorkflowRunsCommand.js +2 -2
- package/dist-es/commands/ListWorkflowsCommand.js +2 -2
- package/dist-es/commands/StartDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -2
- package/dist-es/commands/StartWorkflowRunCommand.js +2 -2
- package/dist-es/commands/StopDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -2
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateProjectCommand.js +2 -2
- package/dist-es/commands/UpdateSpaceCommand.js +2 -2
- package/dist-es/commands/VerifySessionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +286 -284
- package/dist-types/CodeCatalystClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +151 -175
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +150 -176
- package/package.json +34 -34
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput } from "./commands/CreateAccessTokenCommand";
|
|
11
11
|
import { CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput } from "./commands/CreateDevEnvironmentCommand";
|
|
@@ -173,15 +173,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
173
173
|
* Optional extensions
|
|
174
174
|
*/
|
|
175
175
|
extensions?: RuntimeExtension[];
|
|
176
|
-
/**
|
|
177
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
178
|
-
* may be overridden. A default will always be set by the client.
|
|
179
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
180
|
-
* the client.
|
|
181
|
-
* @alpha
|
|
182
|
-
*
|
|
183
|
-
*/
|
|
184
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
185
176
|
/**
|
|
186
177
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
187
178
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -183,6 +183,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
183
183
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
184
184
|
export type { CodeCatalystExtensionConfiguration } from "./extensionConfiguration";
|
|
185
185
|
export * from "./commands";
|
|
186
|
+
export * from "./schemas/schemas_0";
|
|
186
187
|
export * from "./pagination";
|
|
187
188
|
export * from "./models/enums";
|
|
188
189
|
export * from "./models/errors";
|
|
@@ -16,8 +16,13 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
16
16
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
17
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
18
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
|
-
apiVersion: string;
|
|
20
19
|
cacheMiddleware?: boolean | undefined;
|
|
20
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
21
|
+
protocolSettings: {
|
|
22
|
+
defaultNamespace?: string;
|
|
23
|
+
[setting: string]: unknown;
|
|
24
|
+
};
|
|
25
|
+
apiVersion: string;
|
|
21
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
28
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -28,7 +33,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
28
33
|
profile?: string;
|
|
29
34
|
logger: import("@smithy/types").Logger;
|
|
30
35
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -25,8 +25,13 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
25
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
28
|
-
apiVersion: string;
|
|
29
28
|
cacheMiddleware?: boolean | undefined;
|
|
29
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
30
|
+
protocolSettings: {
|
|
31
|
+
defaultNamespace?: string;
|
|
32
|
+
[setting: string]: unknown;
|
|
33
|
+
};
|
|
34
|
+
apiVersion: string;
|
|
30
35
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
36
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
37
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -37,7 +42,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
37
42
|
profile?: string;
|
|
38
43
|
logger: import("@smithy/types").Logger;
|
|
39
44
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
43
47
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -26,7 +31,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
26
31
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
32
|
logger: import("@smithy/types").Logger;
|
|
28
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
34
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
36
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { HttpBearerAuthSigner } from "@smithy/core";
|
|
2
3
|
import type { IdentityProviderConfig } from "@smithy/types";
|
|
3
4
|
import type { CodeCatalystClientConfig } from "./CodeCatalystClient";
|
|
@@ -20,7 +21,11 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
20
21
|
signer: HttpBearerAuthSigner;
|
|
21
22
|
}[];
|
|
22
23
|
logger: import("@smithy/types").Logger;
|
|
23
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
24
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
25
|
+
protocolSettings: {
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
defaultNamespace?: string;
|
|
28
|
+
};
|
|
24
29
|
serviceId: string;
|
|
25
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
26
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,175 +1,151 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var
|
|
4
|
-
export declare var
|
|
5
|
-
export declare var
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var
|
|
37
|
-
export declare var
|
|
38
|
-
export declare var
|
|
39
|
-
export declare var
|
|
40
|
-
export declare var
|
|
41
|
-
export declare var
|
|
42
|
-
export declare var
|
|
43
|
-
export declare var
|
|
44
|
-
export declare var
|
|
45
|
-
export declare var
|
|
46
|
-
export declare var
|
|
47
|
-
export declare var
|
|
48
|
-
export declare var
|
|
49
|
-
export declare var
|
|
50
|
-
export declare var
|
|
51
|
-
export declare var
|
|
52
|
-
export declare var
|
|
53
|
-
export declare var
|
|
54
|
-
export declare var
|
|
55
|
-
export declare var
|
|
56
|
-
export declare var
|
|
57
|
-
export declare var
|
|
58
|
-
export declare var
|
|
59
|
-
export declare var
|
|
60
|
-
export declare var
|
|
61
|
-
export declare var
|
|
62
|
-
export declare var
|
|
63
|
-
export declare var
|
|
64
|
-
export declare var
|
|
65
|
-
export declare var
|
|
66
|
-
export declare var
|
|
67
|
-
export declare var
|
|
68
|
-
export declare var
|
|
69
|
-
export declare var
|
|
70
|
-
export declare var
|
|
71
|
-
export declare var
|
|
72
|
-
export declare var
|
|
73
|
-
export declare var
|
|
74
|
-
export declare var
|
|
75
|
-
export declare var
|
|
76
|
-
export declare var
|
|
77
|
-
export declare var
|
|
78
|
-
export declare var
|
|
79
|
-
export declare var
|
|
80
|
-
export declare var
|
|
81
|
-
export declare var
|
|
82
|
-
export declare var
|
|
83
|
-
export declare var
|
|
84
|
-
export declare var
|
|
85
|
-
export declare var
|
|
86
|
-
export declare var
|
|
87
|
-
export declare var
|
|
88
|
-
export declare var
|
|
89
|
-
export declare var
|
|
90
|
-
export declare var
|
|
91
|
-
export declare var
|
|
92
|
-
export declare var
|
|
93
|
-
export declare var
|
|
94
|
-
export declare var
|
|
95
|
-
export declare var
|
|
96
|
-
export declare var
|
|
97
|
-
export declare var
|
|
98
|
-
export declare var
|
|
99
|
-
export declare var
|
|
100
|
-
export declare var
|
|
101
|
-
export declare var
|
|
102
|
-
export declare var
|
|
103
|
-
export declare var
|
|
104
|
-
export declare var
|
|
105
|
-
export declare var
|
|
106
|
-
export declare var
|
|
107
|
-
export declare var
|
|
108
|
-
export declare var
|
|
109
|
-
export declare var
|
|
110
|
-
export declare var
|
|
111
|
-
export declare var
|
|
112
|
-
export declare var
|
|
113
|
-
export declare var
|
|
114
|
-
export declare var
|
|
115
|
-
export declare var
|
|
116
|
-
export declare var
|
|
117
|
-
export declare var
|
|
118
|
-
export declare var
|
|
119
|
-
export declare var
|
|
120
|
-
export declare var
|
|
121
|
-
export declare var
|
|
122
|
-
export declare var
|
|
123
|
-
export declare var
|
|
124
|
-
export declare var
|
|
125
|
-
export declare var
|
|
126
|
-
export declare var
|
|
127
|
-
export declare var
|
|
128
|
-
export declare var
|
|
129
|
-
export declare var
|
|
130
|
-
export declare var
|
|
131
|
-
export declare var
|
|
132
|
-
export declare var
|
|
133
|
-
export declare var
|
|
134
|
-
export declare var
|
|
135
|
-
export declare var
|
|
136
|
-
export declare var
|
|
137
|
-
export declare var
|
|
138
|
-
export declare var
|
|
139
|
-
export declare var
|
|
140
|
-
export declare var
|
|
141
|
-
export declare var
|
|
142
|
-
export declare var
|
|
143
|
-
export declare var
|
|
144
|
-
export declare var
|
|
145
|
-
export declare var
|
|
146
|
-
export declare var
|
|
147
|
-
export declare var
|
|
148
|
-
export declare var
|
|
149
|
-
export declare var
|
|
150
|
-
export declare var
|
|
151
|
-
export declare var
|
|
152
|
-
export declare var GetSpace: StaticOperationSchema;
|
|
153
|
-
export declare var GetSubscription: StaticOperationSchema;
|
|
154
|
-
export declare var GetUserDetails: StaticOperationSchema;
|
|
155
|
-
export declare var GetWorkflow: StaticOperationSchema;
|
|
156
|
-
export declare var GetWorkflowRun: StaticOperationSchema;
|
|
157
|
-
export declare var ListAccessTokens: StaticOperationSchema;
|
|
158
|
-
export declare var ListDevEnvironments: StaticOperationSchema;
|
|
159
|
-
export declare var ListDevEnvironmentSessions: StaticOperationSchema;
|
|
160
|
-
export declare var ListEventLogs: StaticOperationSchema;
|
|
161
|
-
export declare var ListProjects: StaticOperationSchema;
|
|
162
|
-
export declare var ListSourceRepositories: StaticOperationSchema;
|
|
163
|
-
export declare var ListSourceRepositoryBranches: StaticOperationSchema;
|
|
164
|
-
export declare var ListSpaces: StaticOperationSchema;
|
|
165
|
-
export declare var ListWorkflowRuns: StaticOperationSchema;
|
|
166
|
-
export declare var ListWorkflows: StaticOperationSchema;
|
|
167
|
-
export declare var StartDevEnvironment: StaticOperationSchema;
|
|
168
|
-
export declare var StartDevEnvironmentSession: StaticOperationSchema;
|
|
169
|
-
export declare var StartWorkflowRun: StaticOperationSchema;
|
|
170
|
-
export declare var StopDevEnvironment: StaticOperationSchema;
|
|
171
|
-
export declare var StopDevEnvironmentSession: StaticOperationSchema;
|
|
172
|
-
export declare var UpdateDevEnvironment: StaticOperationSchema;
|
|
173
|
-
export declare var UpdateProject: StaticOperationSchema;
|
|
174
|
-
export declare var UpdateSpace: StaticOperationSchema;
|
|
175
|
-
export declare var VerifySession: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var AccessTokenSummary$: StaticStructureSchema;
|
|
4
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
5
|
+
export declare var CreateAccessTokenRequest$: StaticStructureSchema;
|
|
6
|
+
export declare var CreateAccessTokenResponse$: StaticStructureSchema;
|
|
7
|
+
export declare var CreateDevEnvironmentRequest$: StaticStructureSchema;
|
|
8
|
+
export declare var CreateDevEnvironmentResponse$: StaticStructureSchema;
|
|
9
|
+
export declare var CreateProjectRequest$: StaticStructureSchema;
|
|
10
|
+
export declare var CreateProjectResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var CreateSourceRepositoryBranchRequest$: StaticStructureSchema;
|
|
12
|
+
export declare var CreateSourceRepositoryBranchResponse$: StaticStructureSchema;
|
|
13
|
+
export declare var CreateSourceRepositoryRequest$: StaticStructureSchema;
|
|
14
|
+
export declare var CreateSourceRepositoryResponse$: StaticStructureSchema;
|
|
15
|
+
export declare var DeleteAccessTokenRequest$: StaticStructureSchema;
|
|
16
|
+
export declare var DeleteAccessTokenResponse$: StaticStructureSchema;
|
|
17
|
+
export declare var DeleteDevEnvironmentRequest$: StaticStructureSchema;
|
|
18
|
+
export declare var DeleteDevEnvironmentResponse$: StaticStructureSchema;
|
|
19
|
+
export declare var DeleteProjectRequest$: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteProjectResponse$: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteSourceRepositoryRequest$: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteSourceRepositoryResponse$: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteSpaceRequest$: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteSpaceResponse$: StaticStructureSchema;
|
|
25
|
+
export declare var DevEnvironmentAccessDetails$: StaticStructureSchema;
|
|
26
|
+
export declare var DevEnvironmentRepositorySummary$: StaticStructureSchema;
|
|
27
|
+
export declare var DevEnvironmentSessionConfiguration$: StaticStructureSchema;
|
|
28
|
+
export declare var DevEnvironmentSessionSummary$: StaticStructureSchema;
|
|
29
|
+
export declare var DevEnvironmentSummary$: StaticStructureSchema;
|
|
30
|
+
export declare var EmailAddress$: StaticStructureSchema;
|
|
31
|
+
export declare var EventLogEntry$: StaticStructureSchema;
|
|
32
|
+
export declare var EventPayload$: StaticStructureSchema;
|
|
33
|
+
export declare var ExecuteCommandSessionConfiguration$: StaticStructureSchema;
|
|
34
|
+
export declare var Filter$: StaticStructureSchema;
|
|
35
|
+
export declare var GetDevEnvironmentRequest$: StaticStructureSchema;
|
|
36
|
+
export declare var GetDevEnvironmentResponse$: StaticStructureSchema;
|
|
37
|
+
export declare var GetProjectRequest$: StaticStructureSchema;
|
|
38
|
+
export declare var GetProjectResponse$: StaticStructureSchema;
|
|
39
|
+
export declare var GetSourceRepositoryCloneUrlsRequest$: StaticStructureSchema;
|
|
40
|
+
export declare var GetSourceRepositoryCloneUrlsResponse$: StaticStructureSchema;
|
|
41
|
+
export declare var GetSourceRepositoryRequest$: StaticStructureSchema;
|
|
42
|
+
export declare var GetSourceRepositoryResponse$: StaticStructureSchema;
|
|
43
|
+
export declare var GetSpaceRequest$: StaticStructureSchema;
|
|
44
|
+
export declare var GetSpaceResponse$: StaticStructureSchema;
|
|
45
|
+
export declare var GetSubscriptionRequest$: StaticStructureSchema;
|
|
46
|
+
export declare var GetSubscriptionResponse$: StaticStructureSchema;
|
|
47
|
+
export declare var GetUserDetailsRequest$: StaticStructureSchema;
|
|
48
|
+
export declare var GetUserDetailsResponse$: StaticStructureSchema;
|
|
49
|
+
export declare var GetWorkflowRequest$: StaticStructureSchema;
|
|
50
|
+
export declare var GetWorkflowResponse$: StaticStructureSchema;
|
|
51
|
+
export declare var GetWorkflowRunRequest$: StaticStructureSchema;
|
|
52
|
+
export declare var GetWorkflowRunResponse$: StaticStructureSchema;
|
|
53
|
+
export declare var Ide$: StaticStructureSchema;
|
|
54
|
+
export declare var IdeConfiguration$: StaticStructureSchema;
|
|
55
|
+
export declare var ListAccessTokensRequest$: StaticStructureSchema;
|
|
56
|
+
export declare var ListAccessTokensResponse$: StaticStructureSchema;
|
|
57
|
+
export declare var ListDevEnvironmentSessionsRequest$: StaticStructureSchema;
|
|
58
|
+
export declare var ListDevEnvironmentSessionsResponse$: StaticStructureSchema;
|
|
59
|
+
export declare var ListDevEnvironmentsRequest$: StaticStructureSchema;
|
|
60
|
+
export declare var ListDevEnvironmentsResponse$: StaticStructureSchema;
|
|
61
|
+
export declare var ListEventLogsRequest$: StaticStructureSchema;
|
|
62
|
+
export declare var ListEventLogsResponse$: StaticStructureSchema;
|
|
63
|
+
export declare var ListProjectsRequest$: StaticStructureSchema;
|
|
64
|
+
export declare var ListProjectsResponse$: StaticStructureSchema;
|
|
65
|
+
export declare var ListSourceRepositoriesItem$: StaticStructureSchema;
|
|
66
|
+
export declare var ListSourceRepositoriesRequest$: StaticStructureSchema;
|
|
67
|
+
export declare var ListSourceRepositoriesResponse$: StaticStructureSchema;
|
|
68
|
+
export declare var ListSourceRepositoryBranchesItem$: StaticStructureSchema;
|
|
69
|
+
export declare var ListSourceRepositoryBranchesRequest$: StaticStructureSchema;
|
|
70
|
+
export declare var ListSourceRepositoryBranchesResponse$: StaticStructureSchema;
|
|
71
|
+
export declare var ListSpacesRequest$: StaticStructureSchema;
|
|
72
|
+
export declare var ListSpacesResponse$: StaticStructureSchema;
|
|
73
|
+
export declare var ListWorkflowRunsRequest$: StaticStructureSchema;
|
|
74
|
+
export declare var ListWorkflowRunsResponse$: StaticStructureSchema;
|
|
75
|
+
export declare var ListWorkflowsRequest$: StaticStructureSchema;
|
|
76
|
+
export declare var ListWorkflowsResponse$: StaticStructureSchema;
|
|
77
|
+
export declare var PersistentStorage$: StaticStructureSchema;
|
|
78
|
+
export declare var PersistentStorageConfiguration$: StaticStructureSchema;
|
|
79
|
+
export declare var ProjectInformation$: StaticStructureSchema;
|
|
80
|
+
export declare var ProjectListFilter$: StaticStructureSchema;
|
|
81
|
+
export declare var ProjectSummary$: StaticStructureSchema;
|
|
82
|
+
export declare var RepositoryInput$: StaticStructureSchema;
|
|
83
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
84
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
85
|
+
export declare var SpaceSummary$: StaticStructureSchema;
|
|
86
|
+
export declare var StartDevEnvironmentRequest$: StaticStructureSchema;
|
|
87
|
+
export declare var StartDevEnvironmentResponse$: StaticStructureSchema;
|
|
88
|
+
export declare var StartDevEnvironmentSessionRequest$: StaticStructureSchema;
|
|
89
|
+
export declare var StartDevEnvironmentSessionResponse$: StaticStructureSchema;
|
|
90
|
+
export declare var StartWorkflowRunRequest$: StaticStructureSchema;
|
|
91
|
+
export declare var StartWorkflowRunResponse$: StaticStructureSchema;
|
|
92
|
+
export declare var StopDevEnvironmentRequest$: StaticStructureSchema;
|
|
93
|
+
export declare var StopDevEnvironmentResponse$: StaticStructureSchema;
|
|
94
|
+
export declare var StopDevEnvironmentSessionRequest$: StaticStructureSchema;
|
|
95
|
+
export declare var StopDevEnvironmentSessionResponse$: StaticStructureSchema;
|
|
96
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
97
|
+
export declare var UpdateDevEnvironmentRequest$: StaticStructureSchema;
|
|
98
|
+
export declare var UpdateDevEnvironmentResponse$: StaticStructureSchema;
|
|
99
|
+
export declare var UpdateProjectRequest$: StaticStructureSchema;
|
|
100
|
+
export declare var UpdateProjectResponse$: StaticStructureSchema;
|
|
101
|
+
export declare var UpdateSpaceRequest$: StaticStructureSchema;
|
|
102
|
+
export declare var UpdateSpaceResponse$: StaticStructureSchema;
|
|
103
|
+
export declare var UserIdentity$: StaticStructureSchema;
|
|
104
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
105
|
+
export declare var VerifySessionResponse$: StaticStructureSchema;
|
|
106
|
+
export declare var WorkflowDefinition$: StaticStructureSchema;
|
|
107
|
+
export declare var WorkflowDefinitionSummary$: StaticStructureSchema;
|
|
108
|
+
export declare var WorkflowRunSortCriteria$: StaticStructureSchema;
|
|
109
|
+
export declare var WorkflowRunStatusReason$: StaticStructureSchema;
|
|
110
|
+
export declare var WorkflowRunSummary$: StaticStructureSchema;
|
|
111
|
+
export declare var WorkflowSortCriteria$: StaticStructureSchema;
|
|
112
|
+
export declare var WorkflowSummary$: StaticStructureSchema;
|
|
113
|
+
export declare var CodeCatalystServiceException$: StaticErrorSchema;
|
|
114
|
+
export declare var CreateAccessToken$: StaticOperationSchema;
|
|
115
|
+
export declare var CreateDevEnvironment$: StaticOperationSchema;
|
|
116
|
+
export declare var CreateProject$: StaticOperationSchema;
|
|
117
|
+
export declare var CreateSourceRepository$: StaticOperationSchema;
|
|
118
|
+
export declare var CreateSourceRepositoryBranch$: StaticOperationSchema;
|
|
119
|
+
export declare var DeleteAccessToken$: StaticOperationSchema;
|
|
120
|
+
export declare var DeleteDevEnvironment$: StaticOperationSchema;
|
|
121
|
+
export declare var DeleteProject$: StaticOperationSchema;
|
|
122
|
+
export declare var DeleteSourceRepository$: StaticOperationSchema;
|
|
123
|
+
export declare var DeleteSpace$: StaticOperationSchema;
|
|
124
|
+
export declare var GetDevEnvironment$: StaticOperationSchema;
|
|
125
|
+
export declare var GetProject$: StaticOperationSchema;
|
|
126
|
+
export declare var GetSourceRepository$: StaticOperationSchema;
|
|
127
|
+
export declare var GetSourceRepositoryCloneUrls$: StaticOperationSchema;
|
|
128
|
+
export declare var GetSpace$: StaticOperationSchema;
|
|
129
|
+
export declare var GetSubscription$: StaticOperationSchema;
|
|
130
|
+
export declare var GetUserDetails$: StaticOperationSchema;
|
|
131
|
+
export declare var GetWorkflow$: StaticOperationSchema;
|
|
132
|
+
export declare var GetWorkflowRun$: StaticOperationSchema;
|
|
133
|
+
export declare var ListAccessTokens$: StaticOperationSchema;
|
|
134
|
+
export declare var ListDevEnvironments$: StaticOperationSchema;
|
|
135
|
+
export declare var ListDevEnvironmentSessions$: StaticOperationSchema;
|
|
136
|
+
export declare var ListEventLogs$: StaticOperationSchema;
|
|
137
|
+
export declare var ListProjects$: StaticOperationSchema;
|
|
138
|
+
export declare var ListSourceRepositories$: StaticOperationSchema;
|
|
139
|
+
export declare var ListSourceRepositoryBranches$: StaticOperationSchema;
|
|
140
|
+
export declare var ListSpaces$: StaticOperationSchema;
|
|
141
|
+
export declare var ListWorkflowRuns$: StaticOperationSchema;
|
|
142
|
+
export declare var ListWorkflows$: StaticOperationSchema;
|
|
143
|
+
export declare var StartDevEnvironment$: StaticOperationSchema;
|
|
144
|
+
export declare var StartDevEnvironmentSession$: StaticOperationSchema;
|
|
145
|
+
export declare var StartWorkflowRun$: StaticOperationSchema;
|
|
146
|
+
export declare var StopDevEnvironment$: StaticOperationSchema;
|
|
147
|
+
export declare var StopDevEnvironmentSession$: StaticOperationSchema;
|
|
148
|
+
export declare var UpdateDevEnvironment$: StaticOperationSchema;
|
|
149
|
+
export declare var UpdateProject$: StaticOperationSchema;
|
|
150
|
+
export declare var UpdateSpace$: StaticOperationSchema;
|
|
151
|
+
export declare var VerifySession$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -307,7 +304,6 @@ export interface ClientDefaults
|
|
|
307
304
|
retryMode?: string | __Provider<string>;
|
|
308
305
|
logger?: __Logger;
|
|
309
306
|
extensions?: RuntimeExtension[];
|
|
310
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
311
307
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
312
308
|
}
|
|
313
309
|
export type CodeCatalystClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { CodeCatalystExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -20,8 +20,16 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
20
20
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
22
22
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
23
|
-
apiVersion: string;
|
|
24
23
|
cacheMiddleware?: boolean | undefined;
|
|
24
|
+
protocol:
|
|
25
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
26
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
27
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
28
|
+
protocolSettings: {
|
|
29
|
+
defaultNamespace?: string;
|
|
30
|
+
[setting: string]: unknown;
|
|
31
|
+
};
|
|
32
|
+
apiVersion: string;
|
|
25
33
|
urlParser: import("@smithy/types").UrlParser;
|
|
26
34
|
base64Decoder: import("@smithy/types").Decoder;
|
|
27
35
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -32,10 +40,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
32
40
|
profile?: string;
|
|
33
41
|
logger: import("@smithy/types").Logger;
|
|
34
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
36
|
-
import("@smithy/types").HttpRequest,
|
|
37
|
-
import("@smithy/types").HttpResponse
|
|
38
|
-
>;
|
|
39
43
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
40
44
|
userAgentAppId?:
|
|
41
45
|
| string
|
|
@@ -34,8 +34,16 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
34
34
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
35
35
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
36
36
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
37
|
-
apiVersion: string;
|
|
38
37
|
cacheMiddleware?: boolean | undefined;
|
|
38
|
+
protocol:
|
|
39
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
40
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
41
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
42
|
+
protocolSettings: {
|
|
43
|
+
defaultNamespace?: string;
|
|
44
|
+
[setting: string]: unknown;
|
|
45
|
+
};
|
|
46
|
+
apiVersion: string;
|
|
39
47
|
urlParser: import("@smithy/types").UrlParser;
|
|
40
48
|
base64Decoder: import("@smithy/types").Decoder;
|
|
41
49
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -46,10 +54,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
46
54
|
profile?: string;
|
|
47
55
|
logger: import("@smithy/types").Logger;
|
|
48
56
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
49
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
50
|
-
import("@smithy/types").HttpRequest,
|
|
51
|
-
import("@smithy/types").HttpResponse
|
|
52
|
-
>;
|
|
53
57
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
54
58
|
retryStrategy?:
|
|
55
59
|
| import("@smithy/types").RetryStrategy
|
|
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
8
8
|
| Record<string, unknown>
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
-
apiVersion: string;
|
|
12
11
|
cacheMiddleware?: boolean;
|
|
12
|
+
protocol:
|
|
13
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
16
|
+
protocolSettings: {
|
|
17
|
+
defaultNamespace?: string;
|
|
18
|
+
[setting: string]: unknown;
|
|
19
|
+
};
|
|
20
|
+
apiVersion: string;
|
|
13
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
23
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -31,10 +39,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
31
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
32
40
|
logger: import("@smithy/types").Logger;
|
|
33
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
35
|
-
import("@smithy/types").HttpRequest,
|
|
36
|
-
import("@smithy/types").HttpResponse
|
|
37
|
-
>;
|
|
38
42
|
defaultsMode:
|
|
39
43
|
| import("@smithy/smithy-client").DefaultsMode
|
|
40
44
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { HttpBearerAuthSigner } from "@smithy/core";
|
|
2
3
|
import { IdentityProviderConfig } from "@smithy/types";
|
|
3
4
|
import { CodeCatalystClientConfig } from "./CodeCatalystClient";
|
|
@@ -26,10 +27,14 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
26
27
|
signer: HttpBearerAuthSigner;
|
|
27
28
|
}[];
|
|
28
29
|
logger: import("@smithy/types").Logger;
|
|
29
|
-
protocol:
|
|
30
|
-
import("@smithy/types").
|
|
31
|
-
import("@smithy/types").
|
|
32
|
-
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
[setting: string]: unknown;
|
|
36
|
+
defaultNamespace?: string;
|
|
37
|
+
};
|
|
33
38
|
serviceId: string;
|
|
34
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
35
40
|
utf8Decoder: import("@smithy/types").Decoder;
|