@aws-sdk/client-codecatalyst 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/CodeCatalyst.d.ts +5 -1
- package/dist-types/CodeCatalystClient.d.ts +1 -1
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetProjectCommand.d.ts +2 -1
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/GetUserDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessTokensCommand.d.ts +2 -1
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventLogsCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
- package/dist-types/commands/VerifySessionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +416 -416
- package/dist-types/ts3.4/CodeCatalyst.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +39 -39
|
@@ -22,10 +22,10 @@ export interface ListSourceRepositoriesCommandOutput extends ListSourceRepositor
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSourceRepositoriesCommand_base: {
|
|
24
24
|
new (input: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of source repositories in a project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const ListSourceRepositoriesCommand_base: {
|
|
|
85
85
|
* @throws {@link CodeCatalystServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSourceRepositoryBranchesCommandOutput extends ListSourceRep
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSourceRepositoryBranchesCommand_base: {
|
|
24
24
|
new (input: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of branches in a specified source repository.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const ListSourceRepositoryBranchesCommand_base: {
|
|
|
85
85
|
* @throws {@link CodeCatalystServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSpacesCommandOutput extends ListSpacesResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSpacesCommand_base: {
|
|
24
24
|
new (input: ListSpacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSpacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of spaces.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const ListSpacesCommand_base: {
|
|
|
81
81
|
* @throws {@link CodeCatalystServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListSpacesCommand extends ListSpacesCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListWorkflowRunsCommandOutput extends ListWorkflowRunsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListWorkflowRunsCommand_base: {
|
|
24
24
|
new (input: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of workflow runs of a specified workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const ListWorkflowRunsCommand_base: {
|
|
|
94
94
|
* @throws {@link CodeCatalystServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListWorkflowsCommand_base: {
|
|
24
24
|
new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of workflows in a specified project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const ListWorkflowsCommand_base: {
|
|
|
94
94
|
* @throws {@link CodeCatalystServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartDevEnvironmentCommandOutput extends StartDevEnvironmentRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartDevEnvironmentCommand_base: {
|
|
24
24
|
new (input: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a specified Dev Environment and puts it into an active state. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const StartDevEnvironmentCommand_base: {
|
|
|
86
86
|
* @throws {@link CodeCatalystServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class StartDevEnvironmentCommand extends StartDevEnvironmentCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartDevEnvironmentSessionCommandOutput extends StartDevEnviron
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartDevEnvironmentSessionCommand_base: {
|
|
24
24
|
new (input: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a session for a specified Dev Environment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const StartDevEnvironmentSessionCommand_base: {
|
|
|
91
91
|
* @throws {@link CodeCatalystServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartWorkflowRunCommand_base: {
|
|
24
24
|
new (input: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Begins a run of a specified workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const StartWorkflowRunCommand_base: {
|
|
|
79
79
|
* @throws {@link CodeCatalystServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopDevEnvironmentCommandOutput extends StopDevEnvironmentRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopDevEnvironmentCommand_base: {
|
|
24
24
|
new (input: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const StopDevEnvironmentCommand_base: {
|
|
|
78
78
|
* @throws {@link CodeCatalystServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class StopDevEnvironmentCommand extends StopDevEnvironmentCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopDevEnvironmentSessionCommandOutput extends StopDevEnvironme
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopDevEnvironmentSessionCommand_base: {
|
|
24
24
|
new (input: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops a session for a specified Dev Environment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const StopDevEnvironmentSessionCommand_base: {
|
|
|
79
79
|
* @throws {@link CodeCatalystServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateDevEnvironmentCommandOutput extends UpdateDevEnvironmentR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDevEnvironmentCommand_base: {
|
|
24
24
|
new (input: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Changes one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const UpdateDevEnvironmentCommand_base: {
|
|
|
97
97
|
* @throws {@link CodeCatalystServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateProjectCommand_base: {
|
|
24
24
|
new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Changes one or more values for a project.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
78
78
|
* @throws {@link CodeCatalystServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSpaceCommand_base: {
|
|
24
24
|
new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Changes one or more values for a space.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateSpaceCommand_base: {
|
|
|
76
76
|
* @throws {@link CodeCatalystServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface VerifySessionCommandOutput extends VerifySessionResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const VerifySessionCommand_base: {
|
|
24
24
|
new (input: VerifySessionCommandInput): import("@smithy/smithy-client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [VerifySessionCommandInput]): import("@smithy/smithy-client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const VerifySessionCommand_base: {
|
|
|
71
71
|
* @throws {@link CodeCatalystServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class VerifySessionCommand extends VerifySessionCommand_base {
|
|
76
77
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -185,5 +185,4 @@ export { CodeCatalystExtensionConfiguration } from "./extensionConfiguration";
|
|
|
185
185
|
export * from "./commands";
|
|
186
186
|
export * from "./pagination";
|
|
187
187
|
export * from "./models";
|
|
188
|
-
import "@aws-sdk/util-endpoints";
|
|
189
188
|
export { CodeCatalystServiceException } from "./models/CodeCatalystServiceException";
|