@aws-sdk/client-codecatalyst 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodeCatalyst.d.ts +131 -154
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +12 -40
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +4 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +2 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListSpacesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -26
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -20
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -26
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -7
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
22
22
|
defaultSigningName: string;
|
|
23
23
|
};
|
|
24
24
|
export declare const resolveClientEndpointParameters: <T>(
|
|
25
|
-
options: T & ClientInputEndpointParameters
|
|
25
|
+
options: T & ClientInputEndpointParameters,
|
|
26
26
|
) => T & ClientResolvedEndpointParameters;
|
|
27
27
|
export declare const commonParams: {
|
|
28
28
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CodeCatalystExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -26,8 +26,7 @@ export declare const DevEnvironmentStatus: {
|
|
|
26
26
|
readonly STOPPED: "STOPPED";
|
|
27
27
|
readonly STOPPING: "STOPPING";
|
|
28
28
|
};
|
|
29
|
-
export type DevEnvironmentStatus =
|
|
30
|
-
(typeof DevEnvironmentStatus)[keyof typeof DevEnvironmentStatus];
|
|
29
|
+
export type DevEnvironmentStatus = (typeof DevEnvironmentStatus)[keyof typeof DevEnvironmentStatus];
|
|
31
30
|
export declare const DevEnvironmentSessionType: {
|
|
32
31
|
readonly SSH: "SSH";
|
|
33
32
|
readonly SSM: "SSM";
|
|
@@ -42,8 +41,7 @@ export declare const ComparisonOperator: {
|
|
|
42
41
|
readonly LESS_THAN: "LT";
|
|
43
42
|
readonly LESS_THAN_OR_EQUALS: "LE";
|
|
44
43
|
};
|
|
45
|
-
export type ComparisonOperator =
|
|
46
|
-
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
44
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
47
45
|
export declare const FilterKey: {
|
|
48
46
|
readonly HAS_ACCESS_TO: "hasAccessTo";
|
|
49
47
|
readonly NAME: "name";
|
|
@@ -54,14 +52,12 @@ export declare const WorkflowRunMode: {
|
|
|
54
52
|
readonly QUEUED: "QUEUED";
|
|
55
53
|
readonly SUPERSEDED: "SUPERSEDED";
|
|
56
54
|
};
|
|
57
|
-
export type WorkflowRunMode =
|
|
58
|
-
(typeof WorkflowRunMode)[keyof typeof WorkflowRunMode];
|
|
55
|
+
export type WorkflowRunMode = (typeof WorkflowRunMode)[keyof typeof WorkflowRunMode];
|
|
59
56
|
export declare const WorkflowStatus: {
|
|
60
57
|
readonly ACTIVE: "ACTIVE";
|
|
61
58
|
readonly INVALID: "INVALID";
|
|
62
59
|
};
|
|
63
|
-
export type WorkflowStatus =
|
|
64
|
-
(typeof WorkflowStatus)[keyof typeof WorkflowStatus];
|
|
60
|
+
export type WorkflowStatus = (typeof WorkflowStatus)[keyof typeof WorkflowStatus];
|
|
65
61
|
export declare const WorkflowRunStatus: {
|
|
66
62
|
readonly ABANDONED: "ABANDONED";
|
|
67
63
|
readonly CANCELLED: "CANCELLED";
|
|
@@ -75,5 +71,4 @@ export declare const WorkflowRunStatus: {
|
|
|
75
71
|
readonly SUPERSEDED: "SUPERSEDED";
|
|
76
72
|
readonly VALIDATING: "VALIDATING";
|
|
77
73
|
};
|
|
78
|
-
export type WorkflowRunStatus =
|
|
79
|
-
(typeof WorkflowRunStatus)[keyof typeof WorkflowRunStatus];
|
|
74
|
+
export type WorkflowRunStatus = (typeof WorkflowRunStatus)[keyof typeof WorkflowRunStatus];
|
|
@@ -3,9 +3,7 @@ import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystS
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class ConflictException extends __BaseException {
|
|
11
9
|
readonly name: "ConflictException";
|
|
@@ -15,29 +13,21 @@ export declare class ConflictException extends __BaseException {
|
|
|
15
13
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
16
14
|
readonly name: "ResourceNotFoundException";
|
|
17
15
|
readonly $fault: "client";
|
|
18
|
-
constructor(
|
|
19
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
20
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
21
17
|
}
|
|
22
18
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
23
19
|
readonly name: "ServiceQuotaExceededException";
|
|
24
20
|
readonly $fault: "client";
|
|
25
|
-
constructor(
|
|
26
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
27
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
28
22
|
}
|
|
29
23
|
export declare class ThrottlingException extends __BaseException {
|
|
30
24
|
readonly name: "ThrottlingException";
|
|
31
25
|
readonly $fault: "client";
|
|
32
26
|
$retryable: {};
|
|
33
|
-
constructor(
|
|
34
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
35
|
-
);
|
|
27
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
36
28
|
}
|
|
37
29
|
export declare class ValidationException extends __BaseException {
|
|
38
30
|
readonly name: "ValidationException";
|
|
39
31
|
readonly $fault: "client";
|
|
40
|
-
constructor(
|
|
41
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
42
|
-
);
|
|
32
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
43
33
|
}
|
|
@@ -285,9 +285,7 @@ export interface ExecuteCommandSessionConfiguration {
|
|
|
285
285
|
}
|
|
286
286
|
export interface DevEnvironmentSessionConfiguration {
|
|
287
287
|
sessionType: DevEnvironmentSessionType | undefined;
|
|
288
|
-
executeCommandSessionConfiguration?:
|
|
289
|
-
| ExecuteCommandSessionConfiguration
|
|
290
|
-
| undefined;
|
|
288
|
+
executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration | undefined;
|
|
291
289
|
}
|
|
292
290
|
export interface StartDevEnvironmentSessionRequest {
|
|
293
291
|
spaceName: string | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { CodeCatalystClient } from "../CodeCatalystClient";
|
|
3
|
-
export interface CodeCatalystPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface CodeCatalystPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: CodeCatalystClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSpacesCommandInput,
|
|
4
|
-
ListSpacesCommandOutput,
|
|
5
|
-
} from "../commands/ListSpacesCommand";
|
|
2
|
+
import { ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand";
|
|
6
3
|
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListSpaces: (
|
|
8
5
|
config: CodeCatalystPaginationConfiguration,
|
|
@@ -7,20 +7,14 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
defaultUserAgentProvider: (
|
|
10
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
10
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
11
11
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler:
|
|
15
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
16
|
-
| RequestHandler;
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
17
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
18
16
|
streamCollector: (
|
|
19
|
-
stream:
|
|
20
|
-
| import("stream").Readable
|
|
21
|
-
| import("stream/web").ReadableStream
|
|
22
|
-
| ReadableStream
|
|
23
|
-
| Blob
|
|
17
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
24
18
|
) => Promise<Uint8Array>;
|
|
25
19
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
26
20
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -48,13 +42,8 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
48
42
|
logger: import("@smithy/types").Logger;
|
|
49
43
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
44
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
51
|
-
userAgentAppId?:
|
|
52
|
-
|
|
53
|
-
| undefined
|
|
54
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
55
|
-
retryStrategy?:
|
|
56
|
-
| import("@smithy/types").RetryStrategy
|
|
57
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
45
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
46
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
58
47
|
endpoint?:
|
|
59
48
|
| ((
|
|
60
49
|
| string
|
|
@@ -76,7 +65,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
76
65
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
77
66
|
context?: {
|
|
78
67
|
logger?: import("@smithy/types").Logger;
|
|
79
|
-
}
|
|
68
|
+
},
|
|
80
69
|
) => import("@smithy/types").EndpointV2;
|
|
81
70
|
tls?: boolean;
|
|
82
71
|
serviceConfiguredEndpoint?: never;
|
|
@@ -84,16 +73,10 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
84
73
|
httpAuthSchemes: {
|
|
85
74
|
schemeId: string;
|
|
86
75
|
identityProvider: (
|
|
87
|
-
ipc: import("@smithy/types").IdentityProviderConfig
|
|
88
|
-
) =>
|
|
89
|
-
| import("@smithy/types").IdentityProvider<
|
|
90
|
-
import("@smithy/types").Identity
|
|
91
|
-
>
|
|
92
|
-
| undefined;
|
|
76
|
+
ipc: import("@smithy/types").IdentityProviderConfig,
|
|
77
|
+
) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
93
78
|
signer: import("@smithy/core").HttpBearerAuthSigner;
|
|
94
79
|
}[];
|
|
95
80
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
|
|
96
|
-
token?:
|
|
97
|
-
| import("@smithy/types").TokenIdentity
|
|
98
|
-
| import("@smithy/types").TokenIdentityProvider;
|
|
81
|
+
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
|
|
99
82
|
};
|
|
@@ -10,31 +10,23 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
defaultUserAgentProvider: (
|
|
13
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
14
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
15
15
|
httpAuthSchemes:
|
|
16
16
|
| import("@smithy/types").HttpAuthScheme[]
|
|
17
17
|
| {
|
|
18
18
|
schemeId: string;
|
|
19
19
|
identityProvider: (
|
|
20
|
-
ipc: IdentityProviderConfig
|
|
21
|
-
) => import("@smithy/types").IdentityProvider<
|
|
22
|
-
import("@smithy/types").Identity
|
|
23
|
-
>;
|
|
20
|
+
ipc: IdentityProviderConfig,
|
|
21
|
+
) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity>;
|
|
24
22
|
signer: HttpBearerAuthSigner;
|
|
25
23
|
}[];
|
|
26
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
25
|
region: string | import("@smithy/types").Provider<string>;
|
|
28
|
-
requestHandler:
|
|
29
|
-
| RequestHandler
|
|
30
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
26
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
31
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
32
28
|
streamCollector: (
|
|
33
|
-
stream:
|
|
34
|
-
| import("stream").Readable
|
|
35
|
-
| import("stream/web").ReadableStream
|
|
36
|
-
| ReadableStream
|
|
37
|
-
| Blob
|
|
29
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
38
30
|
) => Promise<Uint8Array>;
|
|
39
31
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
40
32
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -61,9 +53,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
61
53
|
logger: import("@smithy/types").Logger;
|
|
62
54
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
63
55
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
56
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
57
|
endpoint?:
|
|
68
58
|
| ((
|
|
69
59
|
| string
|
|
@@ -85,12 +75,10 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
85
75
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
76
|
context?: {
|
|
87
77
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
78
|
+
},
|
|
89
79
|
) => import("@smithy/types").EndpointV2;
|
|
90
80
|
tls?: boolean;
|
|
91
81
|
serviceConfiguredEndpoint?: never;
|
|
92
82
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
|
|
93
|
-
token?:
|
|
94
|
-
| import("@smithy/types").TokenIdentity
|
|
95
|
-
| import("@smithy/types").TokenIdentityProvider;
|
|
83
|
+
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
|
|
96
84
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,7 +36,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
46
42
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -48,17 +44,10 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
48
44
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
49
45
|
defaultsMode:
|
|
50
46
|
| import("@smithy/core/client").DefaultsMode
|
|
51
|
-
| import("@smithy/types").Provider<
|
|
52
|
-
import("@smithy/core/client").DefaultsMode
|
|
53
|
-
>;
|
|
47
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
54
48
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
55
|
-
userAgentAppId?:
|
|
56
|
-
|
|
57
|
-
| undefined
|
|
58
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
59
|
-
retryStrategy?:
|
|
60
|
-
| import("@smithy/types").RetryStrategy
|
|
61
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
49
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
62
51
|
endpoint?:
|
|
63
52
|
| ((
|
|
64
53
|
| string
|
|
@@ -80,7 +69,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
80
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
81
70
|
context?: {
|
|
82
71
|
logger?: import("@smithy/types").Logger;
|
|
83
|
-
}
|
|
72
|
+
},
|
|
84
73
|
) => import("@smithy/types").EndpointV2;
|
|
85
74
|
tls?: boolean;
|
|
86
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -88,16 +77,10 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
88
77
|
httpAuthSchemes: {
|
|
89
78
|
schemeId: string;
|
|
90
79
|
identityProvider: (
|
|
91
|
-
ipc: import("@smithy/types").IdentityProviderConfig
|
|
92
|
-
) =>
|
|
93
|
-
| import("@smithy/types").IdentityProvider<
|
|
94
|
-
import("@smithy/types").Identity
|
|
95
|
-
>
|
|
96
|
-
| undefined;
|
|
80
|
+
ipc: import("@smithy/types").IdentityProviderConfig,
|
|
81
|
+
) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
97
82
|
signer: import("@smithy/core").HttpBearerAuthSigner;
|
|
98
83
|
}[];
|
|
99
84
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
|
|
100
|
-
token?:
|
|
101
|
-
| import("@smithy/types").TokenIdentity
|
|
102
|
-
| import("@smithy/types").TokenIdentityProvider;
|
|
85
|
+
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
|
|
103
86
|
};
|
|
@@ -11,19 +11,15 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
11
11
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
12
12
|
context?: {
|
|
13
13
|
logger?: import("@smithy/types").Logger;
|
|
14
|
-
}
|
|
14
|
+
},
|
|
15
15
|
) => import("@smithy/types").EndpointV2;
|
|
16
16
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
17
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
|
|
18
18
|
httpAuthSchemes: {
|
|
19
19
|
schemeId: string;
|
|
20
20
|
identityProvider: (
|
|
21
|
-
ipc: IdentityProviderConfig
|
|
22
|
-
) =>
|
|
23
|
-
| import("@smithy/types").IdentityProvider<
|
|
24
|
-
import("@smithy/types").Identity
|
|
25
|
-
>
|
|
26
|
-
| undefined;
|
|
21
|
+
ipc: IdentityProviderConfig,
|
|
22
|
+
) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
27
23
|
signer: HttpBearerAuthSigner;
|
|
28
24
|
}[];
|
|
29
25
|
logger: import("@smithy/types").Logger;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var CodeCatalystServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
5
|
export declare var ConflictException$: StaticErrorSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecatalyst",
|
|
3
|
+
"version": "3.1089.0",
|
|
3
4
|
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
|
|
4
|
-
"
|
|
5
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codecatalyst",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "AWS SDK for JavaScript Team",
|
|
9
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
14
|
+
"directory": "clients/client-codecatalyst"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist-*/**"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"main": "./dist-cjs/index.js",
|
|
21
|
+
"module": "./dist-es/index.js",
|
|
22
|
+
"browser": {
|
|
23
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
24
|
+
},
|
|
25
|
+
"types": "./dist-types/index.d.ts",
|
|
26
|
+
"typesVersions": {
|
|
27
|
+
"<4.5": {
|
|
28
|
+
"dist-types/*": [
|
|
29
|
+
"dist-types/ts3.4/*"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"react-native": {
|
|
34
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
35
|
+
},
|
|
5
36
|
"scripts": {
|
|
6
37
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
38
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -14,17 +45,13 @@
|
|
|
14
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
47
|
},
|
|
17
|
-
"main": "./dist-cjs/index.js",
|
|
18
|
-
"types": "./dist-types/index.d.ts",
|
|
19
|
-
"module": "./dist-es/index.js",
|
|
20
|
-
"sideEffects": false,
|
|
21
48
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.975.
|
|
23
|
-
"@aws-sdk/token-providers": "3.
|
|
24
|
-
"@aws-sdk/types": "^3.974.
|
|
25
|
-
"@smithy/core": "^3.29.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
49
|
+
"@aws-sdk/core": "^3.975.3",
|
|
50
|
+
"@aws-sdk/token-providers": "3.1089.0",
|
|
51
|
+
"@aws-sdk/types": "^3.974.2",
|
|
52
|
+
"@smithy/core": "^3.29.4",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.6.6",
|
|
54
|
+
"@smithy/node-http-handler": "^4.9.6",
|
|
28
55
|
"@smithy/types": "^4.16.1",
|
|
29
56
|
"tslib": "^2.6.2"
|
|
30
57
|
},
|
|
@@ -38,32 +65,5 @@
|
|
|
38
65
|
},
|
|
39
66
|
"engines": {
|
|
40
67
|
"node": ">=20.0.0"
|
|
41
|
-
},
|
|
42
|
-
"typesVersions": {
|
|
43
|
-
"<4.5": {
|
|
44
|
-
"dist-types/*": [
|
|
45
|
-
"dist-types/ts3.4/*"
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"files": [
|
|
50
|
-
"dist-*/**"
|
|
51
|
-
],
|
|
52
|
-
"author": {
|
|
53
|
-
"name": "AWS SDK for JavaScript Team",
|
|
54
|
-
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
55
|
-
},
|
|
56
|
-
"license": "Apache-2.0",
|
|
57
|
-
"browser": {
|
|
58
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
59
|
-
},
|
|
60
|
-
"react-native": {
|
|
61
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
62
|
-
},
|
|
63
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codecatalyst",
|
|
64
|
-
"repository": {
|
|
65
|
-
"type": "git",
|
|
66
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
67
|
-
"directory": "clients/client-codecatalyst"
|
|
68
68
|
}
|
|
69
69
|
}
|