@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,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProjectsCommandInput,
|
|
4
|
+
ListProjectsCommandOutput,
|
|
5
|
+
} from "../commands/ListProjectsCommand";
|
|
6
|
+
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProjects(
|
|
8
|
+
config: CodeCatalystPaginationConfiguration,
|
|
9
|
+
input: ListProjectsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProjectsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSourceRepositoriesCommandInput,
|
|
4
|
+
ListSourceRepositoriesCommandOutput,
|
|
5
|
+
} from "../commands/ListSourceRepositoriesCommand";
|
|
6
|
+
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSourceRepositories(
|
|
8
|
+
config: CodeCatalystPaginationConfiguration,
|
|
9
|
+
input: ListSourceRepositoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSourceRepositoriesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSourceRepositoryBranchesCommandInput,
|
|
4
|
+
ListSourceRepositoryBranchesCommandOutput,
|
|
5
|
+
} from "../commands/ListSourceRepositoryBranchesCommand";
|
|
6
|
+
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSourceRepositoryBranches(
|
|
8
|
+
config: CodeCatalystPaginationConfiguration,
|
|
9
|
+
input: ListSourceRepositoryBranchesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSourceRepositoryBranchesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSpacesCommandInput,
|
|
4
|
+
ListSpacesCommandOutput,
|
|
5
|
+
} from "../commands/ListSpacesCommand";
|
|
6
|
+
import { CodeCatalystPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSpaces(
|
|
8
|
+
config: CodeCatalystPaginationConfiguration,
|
|
9
|
+
input: ListSpacesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSpacesCommandOutput>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccessTokensPaginator";
|
|
3
|
+
export * from "./ListDevEnvironmentsPaginator";
|
|
4
|
+
export * from "./ListEventLogsPaginator";
|
|
5
|
+
export * from "./ListProjectsPaginator";
|
|
6
|
+
export * from "./ListSourceRepositoriesPaginator";
|
|
7
|
+
export * from "./ListSourceRepositoryBranchesPaginator";
|
|
8
|
+
export * from "./ListSpacesPaginator";
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateAccessTokenCommandInput,
|
|
8
|
+
CreateAccessTokenCommandOutput,
|
|
9
|
+
} from "../commands/CreateAccessTokenCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateDevEnvironmentCommandInput,
|
|
12
|
+
CreateDevEnvironmentCommandOutput,
|
|
13
|
+
} from "../commands/CreateDevEnvironmentCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateProjectCommandInput,
|
|
16
|
+
CreateProjectCommandOutput,
|
|
17
|
+
} from "../commands/CreateProjectCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateSourceRepositoryBranchCommandInput,
|
|
20
|
+
CreateSourceRepositoryBranchCommandOutput,
|
|
21
|
+
} from "../commands/CreateSourceRepositoryBranchCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteAccessTokenCommandInput,
|
|
24
|
+
DeleteAccessTokenCommandOutput,
|
|
25
|
+
} from "../commands/DeleteAccessTokenCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteDevEnvironmentCommandInput,
|
|
28
|
+
DeleteDevEnvironmentCommandOutput,
|
|
29
|
+
} from "../commands/DeleteDevEnvironmentCommand";
|
|
30
|
+
import {
|
|
31
|
+
GetDevEnvironmentCommandInput,
|
|
32
|
+
GetDevEnvironmentCommandOutput,
|
|
33
|
+
} from "../commands/GetDevEnvironmentCommand";
|
|
34
|
+
import {
|
|
35
|
+
GetProjectCommandInput,
|
|
36
|
+
GetProjectCommandOutput,
|
|
37
|
+
} from "../commands/GetProjectCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetSourceRepositoryCloneUrlsCommandInput,
|
|
40
|
+
GetSourceRepositoryCloneUrlsCommandOutput,
|
|
41
|
+
} from "../commands/GetSourceRepositoryCloneUrlsCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetSpaceCommandInput,
|
|
44
|
+
GetSpaceCommandOutput,
|
|
45
|
+
} from "../commands/GetSpaceCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetSubscriptionCommandInput,
|
|
48
|
+
GetSubscriptionCommandOutput,
|
|
49
|
+
} from "../commands/GetSubscriptionCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetUserDetailsCommandInput,
|
|
52
|
+
GetUserDetailsCommandOutput,
|
|
53
|
+
} from "../commands/GetUserDetailsCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListAccessTokensCommandInput,
|
|
56
|
+
ListAccessTokensCommandOutput,
|
|
57
|
+
} from "../commands/ListAccessTokensCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListDevEnvironmentsCommandInput,
|
|
60
|
+
ListDevEnvironmentsCommandOutput,
|
|
61
|
+
} from "../commands/ListDevEnvironmentsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListEventLogsCommandInput,
|
|
64
|
+
ListEventLogsCommandOutput,
|
|
65
|
+
} from "../commands/ListEventLogsCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListProjectsCommandInput,
|
|
68
|
+
ListProjectsCommandOutput,
|
|
69
|
+
} from "../commands/ListProjectsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListSourceRepositoriesCommandInput,
|
|
72
|
+
ListSourceRepositoriesCommandOutput,
|
|
73
|
+
} from "../commands/ListSourceRepositoriesCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListSourceRepositoryBranchesCommandInput,
|
|
76
|
+
ListSourceRepositoryBranchesCommandOutput,
|
|
77
|
+
} from "../commands/ListSourceRepositoryBranchesCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListSpacesCommandInput,
|
|
80
|
+
ListSpacesCommandOutput,
|
|
81
|
+
} from "../commands/ListSpacesCommand";
|
|
82
|
+
import {
|
|
83
|
+
StartDevEnvironmentCommandInput,
|
|
84
|
+
StartDevEnvironmentCommandOutput,
|
|
85
|
+
} from "../commands/StartDevEnvironmentCommand";
|
|
86
|
+
import {
|
|
87
|
+
StartDevEnvironmentSessionCommandInput,
|
|
88
|
+
StartDevEnvironmentSessionCommandOutput,
|
|
89
|
+
} from "../commands/StartDevEnvironmentSessionCommand";
|
|
90
|
+
import {
|
|
91
|
+
StopDevEnvironmentCommandInput,
|
|
92
|
+
StopDevEnvironmentCommandOutput,
|
|
93
|
+
} from "../commands/StopDevEnvironmentCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateDevEnvironmentCommandInput,
|
|
96
|
+
UpdateDevEnvironmentCommandOutput,
|
|
97
|
+
} from "../commands/UpdateDevEnvironmentCommand";
|
|
98
|
+
import {
|
|
99
|
+
VerifySessionCommandInput,
|
|
100
|
+
VerifySessionCommandOutput,
|
|
101
|
+
} from "../commands/VerifySessionCommand";
|
|
102
|
+
export declare const serializeAws_restJson1CreateAccessTokenCommand: (
|
|
103
|
+
input: CreateAccessTokenCommandInput,
|
|
104
|
+
context: __SerdeContext
|
|
105
|
+
) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_restJson1CreateDevEnvironmentCommand: (
|
|
107
|
+
input: CreateDevEnvironmentCommandInput,
|
|
108
|
+
context: __SerdeContext
|
|
109
|
+
) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_restJson1CreateProjectCommand: (
|
|
111
|
+
input: CreateProjectCommandInput,
|
|
112
|
+
context: __SerdeContext
|
|
113
|
+
) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_restJson1CreateSourceRepositoryBranchCommand: (
|
|
115
|
+
input: CreateSourceRepositoryBranchCommandInput,
|
|
116
|
+
context: __SerdeContext
|
|
117
|
+
) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_restJson1DeleteAccessTokenCommand: (
|
|
119
|
+
input: DeleteAccessTokenCommandInput,
|
|
120
|
+
context: __SerdeContext
|
|
121
|
+
) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_restJson1DeleteDevEnvironmentCommand: (
|
|
123
|
+
input: DeleteDevEnvironmentCommandInput,
|
|
124
|
+
context: __SerdeContext
|
|
125
|
+
) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_restJson1GetDevEnvironmentCommand: (
|
|
127
|
+
input: GetDevEnvironmentCommandInput,
|
|
128
|
+
context: __SerdeContext
|
|
129
|
+
) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_restJson1GetProjectCommand: (
|
|
131
|
+
input: GetProjectCommandInput,
|
|
132
|
+
context: __SerdeContext
|
|
133
|
+
) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_restJson1GetSourceRepositoryCloneUrlsCommand: (
|
|
135
|
+
input: GetSourceRepositoryCloneUrlsCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_restJson1GetSpaceCommand: (
|
|
139
|
+
input: GetSpaceCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_restJson1GetSubscriptionCommand: (
|
|
143
|
+
input: GetSubscriptionCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_restJson1GetUserDetailsCommand: (
|
|
147
|
+
input: GetUserDetailsCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_restJson1ListAccessTokensCommand: (
|
|
151
|
+
input: ListAccessTokensCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_restJson1ListDevEnvironmentsCommand: (
|
|
155
|
+
input: ListDevEnvironmentsCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_restJson1ListEventLogsCommand: (
|
|
159
|
+
input: ListEventLogsCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_restJson1ListProjectsCommand: (
|
|
163
|
+
input: ListProjectsCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_restJson1ListSourceRepositoriesCommand: (
|
|
167
|
+
input: ListSourceRepositoriesCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_restJson1ListSourceRepositoryBranchesCommand: (
|
|
171
|
+
input: ListSourceRepositoryBranchesCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_restJson1ListSpacesCommand: (
|
|
175
|
+
input: ListSpacesCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_restJson1StartDevEnvironmentCommand: (
|
|
179
|
+
input: StartDevEnvironmentCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_restJson1StartDevEnvironmentSessionCommand: (
|
|
183
|
+
input: StartDevEnvironmentSessionCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_restJson1StopDevEnvironmentCommand: (
|
|
187
|
+
input: StopDevEnvironmentCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_restJson1UpdateDevEnvironmentCommand: (
|
|
191
|
+
input: UpdateDevEnvironmentCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1VerifySessionCommand: (
|
|
195
|
+
input: VerifySessionCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const deserializeAws_restJson1CreateAccessTokenCommand: (
|
|
199
|
+
output: __HttpResponse,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<CreateAccessTokenCommandOutput>;
|
|
202
|
+
export declare const deserializeAws_restJson1CreateDevEnvironmentCommand: (
|
|
203
|
+
output: __HttpResponse,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<CreateDevEnvironmentCommandOutput>;
|
|
206
|
+
export declare const deserializeAws_restJson1CreateProjectCommand: (
|
|
207
|
+
output: __HttpResponse,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<CreateProjectCommandOutput>;
|
|
210
|
+
export declare const deserializeAws_restJson1CreateSourceRepositoryBranchCommand: (
|
|
211
|
+
output: __HttpResponse,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<CreateSourceRepositoryBranchCommandOutput>;
|
|
214
|
+
export declare const deserializeAws_restJson1DeleteAccessTokenCommand: (
|
|
215
|
+
output: __HttpResponse,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<DeleteAccessTokenCommandOutput>;
|
|
218
|
+
export declare const deserializeAws_restJson1DeleteDevEnvironmentCommand: (
|
|
219
|
+
output: __HttpResponse,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<DeleteDevEnvironmentCommandOutput>;
|
|
222
|
+
export declare const deserializeAws_restJson1GetDevEnvironmentCommand: (
|
|
223
|
+
output: __HttpResponse,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<GetDevEnvironmentCommandOutput>;
|
|
226
|
+
export declare const deserializeAws_restJson1GetProjectCommand: (
|
|
227
|
+
output: __HttpResponse,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<GetProjectCommandOutput>;
|
|
230
|
+
export declare const deserializeAws_restJson1GetSourceRepositoryCloneUrlsCommand: (
|
|
231
|
+
output: __HttpResponse,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<GetSourceRepositoryCloneUrlsCommandOutput>;
|
|
234
|
+
export declare const deserializeAws_restJson1GetSpaceCommand: (
|
|
235
|
+
output: __HttpResponse,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<GetSpaceCommandOutput>;
|
|
238
|
+
export declare const deserializeAws_restJson1GetSubscriptionCommand: (
|
|
239
|
+
output: __HttpResponse,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<GetSubscriptionCommandOutput>;
|
|
242
|
+
export declare const deserializeAws_restJson1GetUserDetailsCommand: (
|
|
243
|
+
output: __HttpResponse,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<GetUserDetailsCommandOutput>;
|
|
246
|
+
export declare const deserializeAws_restJson1ListAccessTokensCommand: (
|
|
247
|
+
output: __HttpResponse,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<ListAccessTokensCommandOutput>;
|
|
250
|
+
export declare const deserializeAws_restJson1ListDevEnvironmentsCommand: (
|
|
251
|
+
output: __HttpResponse,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<ListDevEnvironmentsCommandOutput>;
|
|
254
|
+
export declare const deserializeAws_restJson1ListEventLogsCommand: (
|
|
255
|
+
output: __HttpResponse,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<ListEventLogsCommandOutput>;
|
|
258
|
+
export declare const deserializeAws_restJson1ListProjectsCommand: (
|
|
259
|
+
output: __HttpResponse,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<ListProjectsCommandOutput>;
|
|
262
|
+
export declare const deserializeAws_restJson1ListSourceRepositoriesCommand: (
|
|
263
|
+
output: __HttpResponse,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<ListSourceRepositoriesCommandOutput>;
|
|
266
|
+
export declare const deserializeAws_restJson1ListSourceRepositoryBranchesCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<ListSourceRepositoryBranchesCommandOutput>;
|
|
270
|
+
export declare const deserializeAws_restJson1ListSpacesCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<ListSpacesCommandOutput>;
|
|
274
|
+
export declare const deserializeAws_restJson1StartDevEnvironmentCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<StartDevEnvironmentCommandOutput>;
|
|
278
|
+
export declare const deserializeAws_restJson1StartDevEnvironmentSessionCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<StartDevEnvironmentSessionCommandOutput>;
|
|
282
|
+
export declare const deserializeAws_restJson1StopDevEnvironmentCommand: (
|
|
283
|
+
output: __HttpResponse,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<StopDevEnvironmentCommandOutput>;
|
|
286
|
+
export declare const deserializeAws_restJson1UpdateDevEnvironmentCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<UpdateDevEnvironmentCommandOutput>;
|
|
290
|
+
export declare const deserializeAws_restJson1VerifySessionCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<VerifySessionCommandOutput>;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { CodeCatalystClientConfig } from "./CodeCatalystClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
9
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
10
|
+
import("@aws-sdk/types").UserAgent
|
|
11
|
+
>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
requestHandler:
|
|
14
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
15
|
+
any,
|
|
16
|
+
any,
|
|
17
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
18
|
+
> &
|
|
19
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
20
|
+
| RequestHandler;
|
|
21
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
22
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
23
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
24
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
25
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
26
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
27
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
28
|
+
apiVersion: string;
|
|
29
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
30
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
31
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
32
|
+
disableHostPrefix: boolean;
|
|
33
|
+
logger: import("@aws-sdk/types").Logger;
|
|
34
|
+
serviceId: string;
|
|
35
|
+
region?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
36
|
+
endpoint?:
|
|
37
|
+
| ((
|
|
38
|
+
| string
|
|
39
|
+
| import("@aws-sdk/types").Endpoint
|
|
40
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
41
|
+
| import("@aws-sdk/types").EndpointV2
|
|
42
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
43
|
+
) &
|
|
44
|
+
(
|
|
45
|
+
| string
|
|
46
|
+
| import("@aws-sdk/types").Provider<string>
|
|
47
|
+
| import("@aws-sdk/types").Endpoint
|
|
48
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
49
|
+
| import("@aws-sdk/types").EndpointV2
|
|
50
|
+
| import("@aws-sdk/types").Provider<
|
|
51
|
+
import("@aws-sdk/types").EndpointV2
|
|
52
|
+
>
|
|
53
|
+
))
|
|
54
|
+
| undefined;
|
|
55
|
+
endpointProvider: (
|
|
56
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
57
|
+
context?: {
|
|
58
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
59
|
+
}
|
|
60
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
61
|
+
tls?: boolean | undefined;
|
|
62
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
63
|
+
token?:
|
|
64
|
+
| import("@aws-sdk/types").TokenIdentity
|
|
65
|
+
| import("@aws-sdk/types").TokenIdentityProvider
|
|
66
|
+
| undefined;
|
|
67
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
68
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { CodeCatalystClientConfig } from "./CodeCatalystClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
9
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
10
|
+
import("@aws-sdk/types").UserAgent
|
|
11
|
+
>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
requestHandler:
|
|
14
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
15
|
+
any,
|
|
16
|
+
any,
|
|
17
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
18
|
+
> &
|
|
19
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
20
|
+
| RequestHandler;
|
|
21
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
22
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
23
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
24
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
25
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
26
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
27
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
28
|
+
apiVersion: string;
|
|
29
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
30
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
31
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
32
|
+
disableHostPrefix: boolean;
|
|
33
|
+
logger: import("@aws-sdk/types").Logger;
|
|
34
|
+
serviceId: string;
|
|
35
|
+
region?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
36
|
+
endpoint?:
|
|
37
|
+
| ((
|
|
38
|
+
| string
|
|
39
|
+
| import("@aws-sdk/types").Endpoint
|
|
40
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
41
|
+
| import("@aws-sdk/types").EndpointV2
|
|
42
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
43
|
+
) &
|
|
44
|
+
(
|
|
45
|
+
| string
|
|
46
|
+
| import("@aws-sdk/types").Provider<string>
|
|
47
|
+
| import("@aws-sdk/types").Endpoint
|
|
48
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
49
|
+
| import("@aws-sdk/types").EndpointV2
|
|
50
|
+
| import("@aws-sdk/types").Provider<
|
|
51
|
+
import("@aws-sdk/types").EndpointV2
|
|
52
|
+
>
|
|
53
|
+
))
|
|
54
|
+
| undefined;
|
|
55
|
+
endpointProvider: (
|
|
56
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
57
|
+
context?: {
|
|
58
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
59
|
+
}
|
|
60
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
61
|
+
tls?: boolean | undefined;
|
|
62
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
63
|
+
token?:
|
|
64
|
+
| import("@aws-sdk/types").TokenIdentity
|
|
65
|
+
| import("@aws-sdk/types").TokenIdentityProvider
|
|
66
|
+
| undefined;
|
|
67
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
68
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { CodeCatalystClientConfig } from "./CodeCatalystClient";
|
|
2
|
+
export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
3
|
+
runtime: string;
|
|
4
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
5
|
+
requestHandler:
|
|
6
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
7
|
+
any,
|
|
8
|
+
any,
|
|
9
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
10
|
+
> &
|
|
11
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
12
|
+
| import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
13
|
+
apiVersion: string;
|
|
14
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
15
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
16
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
18
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
23
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
27
|
+
serviceId: string;
|
|
28
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
29
|
+
import("@aws-sdk/types").UserAgent
|
|
30
|
+
>;
|
|
31
|
+
defaultsMode:
|
|
32
|
+
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
33
|
+
| import("@aws-sdk/types").Provider<
|
|
34
|
+
import("@aws-sdk/smithy-client").DefaultsMode
|
|
35
|
+
>;
|
|
36
|
+
region?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
37
|
+
endpoint?:
|
|
38
|
+
| string
|
|
39
|
+
| import("@aws-sdk/types").Endpoint
|
|
40
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
41
|
+
| import("@aws-sdk/types").EndpointV2
|
|
42
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
43
|
+
| undefined;
|
|
44
|
+
endpointProvider: (
|
|
45
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
46
|
+
context?: {
|
|
47
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
48
|
+
}
|
|
49
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
50
|
+
tls?: boolean | undefined;
|
|
51
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
52
|
+
token?:
|
|
53
|
+
| import("@aws-sdk/types").TokenIdentity
|
|
54
|
+
| import("@aws-sdk/types").TokenIdentityProvider
|
|
55
|
+
| undefined;
|
|
56
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
57
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { CodeCatalystClientConfig } from "./CodeCatalystClient";
|
|
2
|
+
export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
3
|
+
apiVersion: string;
|
|
4
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
5
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
endpointProvider: (
|
|
8
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
9
|
+
context?: {
|
|
10
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
11
|
+
}
|
|
12
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
13
|
+
logger: import("@aws-sdk/types").Logger;
|
|
14
|
+
serviceId: string;
|
|
15
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aws-sdk/client-codecatalyst",
|
|
3
|
+
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
|
|
4
|
+
"version": "3.222.0",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
10
|
+
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
11
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
12
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
14
|
+
},
|
|
15
|
+
"main": "./dist-cjs/index.js",
|
|
16
|
+
"types": "./dist-types/index.d.ts",
|
|
17
|
+
"module": "./dist-es/index.js",
|
|
18
|
+
"sideEffects": false,
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.222.0",
|
|
23
|
+
"@aws-sdk/fetch-http-handler": "3.222.0",
|
|
24
|
+
"@aws-sdk/hash-node": "3.222.0",
|
|
25
|
+
"@aws-sdk/invalid-dependency": "3.222.0",
|
|
26
|
+
"@aws-sdk/middleware-content-length": "3.222.0",
|
|
27
|
+
"@aws-sdk/middleware-endpoint": "3.222.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.222.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.222.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.222.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.222.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.222.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.222.0",
|
|
34
|
+
"@aws-sdk/middleware-token": "3.222.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.222.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.222.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.222.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.222.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.222.0",
|
|
40
|
+
"@aws-sdk/types": "3.222.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.222.0",
|
|
42
|
+
"@aws-sdk/util-base64": "3.208.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.222.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.222.0",
|
|
47
|
+
"@aws-sdk/util-endpoints": "3.222.0",
|
|
48
|
+
"@aws-sdk/util-retry": "3.222.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.222.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.222.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
53
|
+
"tslib": "^2.3.1"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.208.0",
|
|
57
|
+
"@tsconfig/node14": "1.0.3",
|
|
58
|
+
"@types/node": "^14.14.31",
|
|
59
|
+
"concurrently": "7.0.0",
|
|
60
|
+
"downlevel-dts": "0.10.1",
|
|
61
|
+
"rimraf": "3.0.2",
|
|
62
|
+
"typedoc": "0.19.2",
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
|
+
},
|
|
65
|
+
"overrides": {
|
|
66
|
+
"typedoc": {
|
|
67
|
+
"typescript": "~4.6.2"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"engines": {
|
|
71
|
+
"node": ">=14.0.0"
|
|
72
|
+
},
|
|
73
|
+
"typesVersions": {
|
|
74
|
+
"<4.0": {
|
|
75
|
+
"dist-types/*": [
|
|
76
|
+
"dist-types/ts3.4/*"
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"files": [
|
|
81
|
+
"dist-*"
|
|
82
|
+
],
|
|
83
|
+
"author": {
|
|
84
|
+
"name": "AWS SDK for JavaScript Team",
|
|
85
|
+
"url": "https://aws.amazon.com/javascript/"
|
|
86
|
+
},
|
|
87
|
+
"license": "Apache-2.0",
|
|
88
|
+
"browser": {
|
|
89
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
90
|
+
},
|
|
91
|
+
"react-native": {
|
|
92
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
93
|
+
},
|
|
94
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codecatalyst",
|
|
95
|
+
"repository": {
|
|
96
|
+
"type": "git",
|
|
97
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
98
|
+
"directory": "clients/client-codecatalyst"
|
|
99
|
+
}
|
|
100
|
+
}
|