@aws-sdk/client-codecatalyst 3.651.1 → 3.654.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +11 -0
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +11 -0
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +11 -0
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/GetProjectCommand.d.ts +11 -0
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +11 -0
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +11 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +11 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/GetUserDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/ListAccessTokensCommand.d.ts +11 -0
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListEventLogsCommand.d.ts +11 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +11 -0
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +11 -0
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +11 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +11 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +11 -0
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +11 -0
- package/dist-types/commands/VerifySessionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +12 -1
- package/package.json +33 -33
|
@@ -37,4 +37,15 @@ declare const CreateDevEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_base {
|
|
40
|
+
export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDevEnvironmentRequest;
|
|
44
|
+
output: CreateDevEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDevEnvironmentCommandInput;
|
|
48
|
+
output: CreateDevEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateProjectCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
39
|
+
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateProjectRequest;
|
|
43
|
+
output: CreateProjectResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateProjectCommandInput;
|
|
47
|
+
output: CreateProjectCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSourceRepositoryBranchCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {
|
|
40
|
+
export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSourceRepositoryBranchRequest;
|
|
44
|
+
output: CreateSourceRepositoryBranchResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSourceRepositoryBranchCommandInput;
|
|
48
|
+
output: CreateSourceRepositoryBranchCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSourceRepositoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {
|
|
40
|
+
export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSourceRepositoryRequest;
|
|
44
|
+
output: CreateSourceRepositoryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSourceRepositoryCommandInput;
|
|
48
|
+
output: CreateSourceRepositoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteAccessTokenCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
|
|
40
|
+
export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAccessTokenRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAccessTokenCommandInput;
|
|
48
|
+
output: DeleteAccessTokenCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDevEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {
|
|
40
|
+
export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDevEnvironmentRequest;
|
|
44
|
+
output: DeleteDevEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDevEnvironmentCommandInput;
|
|
48
|
+
output: DeleteDevEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteProjectCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
39
|
+
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteProjectRequest;
|
|
43
|
+
output: DeleteProjectResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteProjectCommandInput;
|
|
47
|
+
output: DeleteProjectCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteSourceRepositoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {
|
|
40
|
+
export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSourceRepositoryRequest;
|
|
44
|
+
output: DeleteSourceRepositoryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSourceRepositoryCommandInput;
|
|
48
|
+
output: DeleteSourceRepositoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteSpaceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
|
|
36
|
+
export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteSpaceRequest;
|
|
40
|
+
output: DeleteSpaceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteSpaceCommandInput;
|
|
44
|
+
output: DeleteSpaceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDevEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {
|
|
40
|
+
export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDevEnvironmentRequest;
|
|
44
|
+
output: GetDevEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDevEnvironmentCommandInput;
|
|
48
|
+
output: GetDevEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetProjectCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetProjectCommand extends GetProjectCommand_base {
|
|
36
|
+
export declare class GetProjectCommand extends GetProjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetProjectRequest;
|
|
40
|
+
output: GetProjectResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetProjectCommandInput;
|
|
44
|
+
output: GetProjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {
|
|
40
|
+
export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSourceRepositoryCloneUrlsRequest;
|
|
44
|
+
output: GetSourceRepositoryCloneUrlsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSourceRepositoryCloneUrlsCommandInput;
|
|
48
|
+
output: GetSourceRepositoryCloneUrlsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSourceRepositoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {
|
|
40
|
+
export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSourceRepositoryRequest;
|
|
44
|
+
output: GetSourceRepositoryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSourceRepositoryCommandInput;
|
|
48
|
+
output: GetSourceRepositoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetSpaceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetSpaceCommand extends GetSpaceCommand_base {
|
|
36
|
+
export declare class GetSpaceCommand extends GetSpaceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetSpaceRequest;
|
|
40
|
+
output: GetSpaceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetSpaceCommandInput;
|
|
44
|
+
output: GetSpaceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetSubscriptionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {
|
|
39
|
+
export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetSubscriptionRequest;
|
|
43
|
+
output: GetSubscriptionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetSubscriptionCommandInput;
|
|
47
|
+
output: GetSubscriptionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetUserDetailsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {
|
|
39
|
+
export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetUserDetailsRequest;
|
|
43
|
+
output: GetUserDetailsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetUserDetailsCommandInput;
|
|
47
|
+
output: GetUserDetailsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetWorkflowCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
36
|
+
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetWorkflowRequest;
|
|
40
|
+
output: GetWorkflowResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetWorkflowCommandInput;
|
|
44
|
+
output: GetWorkflowCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetWorkflowRunCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
|
|
39
|
+
export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetWorkflowRunRequest;
|
|
43
|
+
output: GetWorkflowRunResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetWorkflowRunCommandInput;
|
|
47
|
+
output: GetWorkflowRunCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListAccessTokensCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
|
|
39
|
+
export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListAccessTokensRequest;
|
|
43
|
+
output: ListAccessTokensResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListAccessTokensCommandInput;
|
|
47
|
+
output: ListAccessTokensCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDevEnvironmentSessionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {
|
|
40
|
+
export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDevEnvironmentSessionsRequest;
|
|
44
|
+
output: ListDevEnvironmentSessionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDevEnvironmentSessionsCommandInput;
|
|
48
|
+
output: ListDevEnvironmentSessionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDevEnvironmentsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {
|
|
40
|
+
export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDevEnvironmentsRequest;
|
|
44
|
+
output: ListDevEnvironmentsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDevEnvironmentsCommandInput;
|
|
48
|
+
output: ListDevEnvironmentsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListEventLogsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListEventLogsCommand extends ListEventLogsCommand_base {
|
|
39
|
+
export declare class ListEventLogsCommand extends ListEventLogsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListEventLogsRequest;
|
|
43
|
+
output: ListEventLogsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListEventLogsCommandInput;
|
|
47
|
+
output: ListEventLogsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListProjectsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
36
|
+
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListProjectsRequest;
|
|
40
|
+
output: ListProjectsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListProjectsCommandInput;
|
|
44
|
+
output: ListProjectsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSourceRepositoriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {
|
|
40
|
+
export declare class ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSourceRepositoriesRequest;
|
|
44
|
+
output: ListSourceRepositoriesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSourceRepositoriesCommandInput;
|
|
48
|
+
output: ListSourceRepositoriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSourceRepositoryBranchesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_base {
|
|
40
|
+
export declare class ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSourceRepositoryBranchesRequest;
|
|
44
|
+
output: ListSourceRepositoryBranchesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSourceRepositoryBranchesCommandInput;
|
|
48
|
+
output: ListSourceRepositoryBranchesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListSpacesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListSpacesCommand extends ListSpacesCommand_base {
|
|
36
|
+
export declare class ListSpacesCommand extends ListSpacesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListSpacesRequest;
|
|
40
|
+
output: ListSpacesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListSpacesCommandInput;
|
|
44
|
+
output: ListSpacesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListWorkflowRunsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_base {
|
|
39
|
+
export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListWorkflowRunsRequest;
|
|
43
|
+
output: ListWorkflowRunsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListWorkflowRunsCommandInput;
|
|
47
|
+
output: ListWorkflowRunsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListWorkflowsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
39
|
+
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListWorkflowsRequest;
|
|
43
|
+
output: ListWorkflowsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListWorkflowsCommandInput;
|
|
47
|
+
output: ListWorkflowsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartDevEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartDevEnvironmentCommand extends StartDevEnvironmentCommand_base {
|
|
40
|
+
export declare class StartDevEnvironmentCommand extends StartDevEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDevEnvironmentRequest;
|
|
44
|
+
output: StartDevEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDevEnvironmentCommandInput;
|
|
48
|
+
output: StartDevEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartDevEnvironmentSessionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_base {
|
|
40
|
+
export declare class StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDevEnvironmentSessionRequest;
|
|
44
|
+
output: StartDevEnvironmentSessionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDevEnvironmentSessionCommandInput;
|
|
48
|
+
output: StartDevEnvironmentSessionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const StartWorkflowRunCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_base {
|
|
39
|
+
export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartWorkflowRunRequest;
|
|
43
|
+
output: StartWorkflowRunResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartWorkflowRunCommandInput;
|
|
47
|
+
output: StartWorkflowRunCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopDevEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopDevEnvironmentCommand extends StopDevEnvironmentCommand_base {
|
|
40
|
+
export declare class StopDevEnvironmentCommand extends StopDevEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopDevEnvironmentRequest;
|
|
44
|
+
output: StopDevEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopDevEnvironmentCommandInput;
|
|
48
|
+
output: StopDevEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopDevEnvironmentSessionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_base {
|
|
40
|
+
export declare class StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopDevEnvironmentSessionRequest;
|
|
44
|
+
output: StopDevEnvironmentSessionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopDevEnvironmentSessionCommandInput;
|
|
48
|
+
output: StopDevEnvironmentSessionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateDevEnvironmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_base {
|
|
40
|
+
export declare class UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateDevEnvironmentRequest;
|
|
44
|
+
output: UpdateDevEnvironmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateDevEnvironmentCommandInput;
|
|
48
|
+
output: UpdateDevEnvironmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateProjectCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
|
|
39
|
+
export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateProjectRequest;
|
|
43
|
+
output: UpdateProjectResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateProjectCommandInput;
|
|
47
|
+
output: UpdateProjectCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateSpaceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
|
|
36
|
+
export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateSpaceRequest;
|
|
40
|
+
output: UpdateSpaceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateSpaceCommandInput;
|
|
44
|
+
output: UpdateSpaceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const VerifySessionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class VerifySessionCommand extends VerifySessionCommand_base {
|
|
36
|
+
export declare class VerifySessionCommand extends VerifySessionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: VerifySessionResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: VerifySessionCommandInput;
|
|
44
|
+
output: VerifySessionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|