@aws-sdk/client-codecatalyst 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +3 -3
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +92 -93
- package/dist-cjs/models/CodeCatalystServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CodeCatalyst.js +1 -1
- package/dist-es/CodeCatalystClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
- package/dist-es/commands/CreateDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateProjectCommand.js +2 -2
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +2 -2
- package/dist-es/commands/CreateSourceRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -2
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteSourceRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteSpaceCommand.js +2 -2
- package/dist-es/commands/GetDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetProjectCommand.js +2 -2
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -2
- package/dist-es/commands/GetSourceRepositoryCommand.js +2 -2
- package/dist-es/commands/GetSpaceCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionCommand.js +2 -2
- package/dist-es/commands/GetUserDetailsCommand.js +2 -2
- package/dist-es/commands/GetWorkflowCommand.js +2 -2
- package/dist-es/commands/GetWorkflowRunCommand.js +2 -2
- package/dist-es/commands/ListAccessTokensCommand.js +2 -2
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +2 -2
- package/dist-es/commands/ListDevEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListEventLogsCommand.js +2 -2
- package/dist-es/commands/ListProjectsCommand.js +2 -2
- package/dist-es/commands/ListSourceRepositoriesCommand.js +2 -2
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +2 -2
- package/dist-es/commands/ListSpacesCommand.js +2 -2
- package/dist-es/commands/ListWorkflowRunsCommand.js +2 -2
- package/dist-es/commands/ListWorkflowsCommand.js +2 -2
- package/dist-es/commands/StartDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +2 -2
- package/dist-es/commands/StartWorkflowRunCommand.js +2 -2
- package/dist-es/commands/StopDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +2 -2
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateProjectCommand.js +2 -2
- package/dist-es/commands/UpdateSpaceCommand.js +2 -2
- package/dist-es/commands/VerifySessionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CodeCatalystServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CodeCatalystClient.d.ts +5 -5
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -4
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -4
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSpaceCommand.d.ts +6 -4
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/GetProjectCommand.d.ts +6 -4
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -4
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/GetSpaceCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/GetUserDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -4
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventLogsCommand.d.ts +6 -4
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -4
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +6 -4
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -4
- package/dist-types/commands/ListSpacesCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -4
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +6 -4
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -4
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -4
- package/dist-types/commands/VerifySessionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CodeCatalystServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateSourceRepositoryBranchCommandOutput
|
|
|
19
19
|
declare const CreateSourceRepositoryBranchCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSourceRepositoryBranchCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSourceRepositoryBranchCommandInput,
|
|
24
24
|
CreateSourceRepositoryBranchCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSourceRepositoryBranchCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSourceRepositoryBranchCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSourceRepositoryBranchCommandInput,
|
|
33
33
|
CreateSourceRepositoryBranchCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateSourceRepositoryCommandOutput
|
|
|
19
19
|
declare const CreateSourceRepositoryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSourceRepositoryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSourceRepositoryCommandInput,
|
|
24
24
|
CreateSourceRepositoryCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSourceRepositoryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSourceRepositoryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSourceRepositoryCommandInput,
|
|
33
33
|
CreateSourceRepositoryCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteAccessTokenCommandOutput
|
|
|
19
19
|
declare const DeleteAccessTokenCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteAccessTokenCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteAccessTokenCommandInput,
|
|
24
24
|
DeleteAccessTokenCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteAccessTokenCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteAccessTokenCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteAccessTokenCommandInput,
|
|
33
33
|
DeleteAccessTokenCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteDevEnvironmentCommandOutput
|
|
|
19
19
|
declare const DeleteDevEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteDevEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteDevEnvironmentCommandInput,
|
|
24
24
|
DeleteDevEnvironmentCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteDevEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteDevEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteDevEnvironmentCommandInput,
|
|
33
33
|
DeleteDevEnvironmentCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteProjectCommandOutput
|
|
|
18
18
|
declare const DeleteProjectCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteProjectCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteProjectCommandInput,
|
|
23
23
|
DeleteProjectCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteProjectCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteProjectCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteProjectCommandInput,
|
|
32
32
|
DeleteProjectCommandOutput,
|
|
33
33
|
CodeCatalystClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteSourceRepositoryCommandOutput
|
|
|
19
19
|
declare const DeleteSourceRepositoryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteSourceRepositoryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteSourceRepositoryCommandInput,
|
|
24
24
|
DeleteSourceRepositoryCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteSourceRepositoryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteSourceRepositoryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteSourceRepositoryCommandInput,
|
|
33
33
|
DeleteSourceRepositoryCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteSpaceCommandOutput
|
|
|
15
15
|
declare const DeleteSpaceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteSpaceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteSpaceCommandInput,
|
|
20
20
|
DeleteSpaceCommandOutput,
|
|
21
21
|
CodeCatalystClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteSpaceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteSpaceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteSpaceCommandInput,
|
|
29
29
|
DeleteSpaceCommandOutput,
|
|
30
30
|
CodeCatalystClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetDevEnvironmentCommandOutput
|
|
|
19
19
|
declare const GetDevEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDevEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDevEnvironmentCommandInput,
|
|
24
24
|
GetDevEnvironmentCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDevEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetDevEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDevEnvironmentCommandInput,
|
|
33
33
|
GetDevEnvironmentCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetProjectCommandOutput
|
|
|
15
15
|
declare const GetProjectCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetProjectCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetProjectCommandInput,
|
|
20
20
|
GetProjectCommandOutput,
|
|
21
21
|
CodeCatalystClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetProjectCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetProjectCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetProjectCommandInput,
|
|
29
29
|
GetProjectCommandOutput,
|
|
30
30
|
CodeCatalystClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetProjectCommand extends GetProjectCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetSourceRepositoryCloneUrlsCommandOutput
|
|
|
19
19
|
declare const GetSourceRepositoryCloneUrlsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSourceRepositoryCloneUrlsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSourceRepositoryCloneUrlsCommandInput,
|
|
24
24
|
GetSourceRepositoryCloneUrlsCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSourceRepositoryCloneUrlsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSourceRepositoryCloneUrlsCommandInput,
|
|
33
33
|
GetSourceRepositoryCloneUrlsCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetSourceRepositoryCommandOutput
|
|
|
19
19
|
declare const GetSourceRepositoryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSourceRepositoryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSourceRepositoryCommandInput,
|
|
24
24
|
GetSourceRepositoryCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSourceRepositoryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSourceRepositoryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSourceRepositoryCommandInput,
|
|
33
33
|
GetSourceRepositoryCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface GetSpaceCommandOutput
|
|
|
13
13
|
extends GetSpaceResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetSpaceCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetSpaceCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetSpaceCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetSpaceCommandInput,
|
|
20
18
|
GetSpaceCommandOutput,
|
|
21
19
|
CodeCatalystClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetSpaceCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetSpaceCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetSpaceCommandInput,
|
|
29
25
|
GetSpaceCommandOutput,
|
|
30
26
|
CodeCatalystClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetSpaceCommand extends GetSpaceCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetSubscriptionCommandOutput
|
|
|
18
18
|
declare const GetSubscriptionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetSubscriptionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetSubscriptionCommandInput,
|
|
23
23
|
GetSubscriptionCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetSubscriptionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetSubscriptionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetSubscriptionCommandInput,
|
|
32
32
|
GetSubscriptionCommandOutput,
|
|
33
33
|
CodeCatalystClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetUserDetailsCommandOutput
|
|
|
18
18
|
declare const GetUserDetailsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetUserDetailsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetUserDetailsCommandInput,
|
|
23
23
|
GetUserDetailsCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetUserDetailsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [GetUserDetailsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetUserDetailsCommandInput,
|
|
32
32
|
GetUserDetailsCommandOutput,
|
|
33
33
|
CodeCatalystClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetWorkflowCommandOutput
|
|
|
15
15
|
declare const GetWorkflowCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetWorkflowCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetWorkflowCommandInput,
|
|
20
20
|
GetWorkflowCommandOutput,
|
|
21
21
|
CodeCatalystClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetWorkflowCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetWorkflowCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetWorkflowCommandInput,
|
|
29
29
|
GetWorkflowCommandOutput,
|
|
30
30
|
CodeCatalystClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetWorkflowRunCommandOutput
|
|
|
18
18
|
declare const GetWorkflowRunCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetWorkflowRunCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetWorkflowRunCommandInput,
|
|
23
23
|
GetWorkflowRunCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetWorkflowRunCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetWorkflowRunCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetWorkflowRunCommandInput,
|
|
32
32
|
GetWorkflowRunCommandOutput,
|
|
33
33
|
CodeCatalystClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListAccessTokensCommandOutput
|
|
|
18
18
|
declare const ListAccessTokensCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListAccessTokensCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListAccessTokensCommandInput,
|
|
23
23
|
ListAccessTokensCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListAccessTokensCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListAccessTokensCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListAccessTokensCommandInput,
|
|
32
32
|
ListAccessTokensCommandOutput,
|
|
33
33
|
CodeCatalystClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListDevEnvironmentSessionsCommandOutput
|
|
|
19
19
|
declare const ListDevEnvironmentSessionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDevEnvironmentSessionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDevEnvironmentSessionsCommandInput,
|
|
24
24
|
ListDevEnvironmentSessionsCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDevEnvironmentSessionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDevEnvironmentSessionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDevEnvironmentSessionsCommandInput,
|
|
33
33
|
ListDevEnvironmentSessionsCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeCatalystClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListDevEnvironmentsCommandOutput
|
|
|
19
19
|
declare const ListDevEnvironmentsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDevEnvironmentsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDevEnvironmentsCommandInput,
|
|
24
24
|
ListDevEnvironmentsCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDevEnvironmentsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDevEnvironmentsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDevEnvironmentsCommandInput,
|
|
33
33
|
ListDevEnvironmentsCommandOutput,
|
|
34
34
|
CodeCatalystClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {
|
|
41
43
|
protected static __types: {
|