@aws-sdk/client-codecatalyst 3.1045.0 → 3.1047.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,
|
|
@@ -18,7 +18,7 @@ export interface ListEventLogsCommandOutput
|
|
|
18
18
|
declare const ListEventLogsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListEventLogsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListEventLogsCommandInput,
|
|
23
23
|
ListEventLogsCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListEventLogsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListEventLogsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListEventLogsCommandInput,
|
|
32
32
|
ListEventLogsCommandOutput,
|
|
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 ListEventLogsCommand extends ListEventLogsCommand_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 ListProjectsCommandOutput
|
|
|
15
15
|
declare const ListProjectsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListProjectsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListProjectsCommandInput,
|
|
20
20
|
ListProjectsCommandOutput,
|
|
21
21
|
CodeCatalystClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListProjectsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListProjectsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListProjectsCommandInput,
|
|
29
29
|
ListProjectsCommandOutput,
|
|
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 ListProjectsCommand extends ListProjectsCommand_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 ListSourceRepositoriesCommandOutput
|
|
|
19
19
|
declare const ListSourceRepositoriesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSourceRepositoriesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSourceRepositoriesCommandInput,
|
|
24
24
|
ListSourceRepositoriesCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSourceRepositoriesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListSourceRepositoriesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSourceRepositoriesCommandInput,
|
|
33
33
|
ListSourceRepositoriesCommandOutput,
|
|
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 ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_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 ListSourceRepositoryBranchesCommandOutput
|
|
|
19
19
|
declare const ListSourceRepositoryBranchesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSourceRepositoryBranchesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSourceRepositoryBranchesCommandInput,
|
|
24
24
|
ListSourceRepositoryBranchesCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSourceRepositoryBranchesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListSourceRepositoryBranchesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSourceRepositoryBranchesCommandInput,
|
|
33
33
|
ListSourceRepositoryBranchesCommandOutput,
|
|
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 ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_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 ListSpacesCommandOutput
|
|
|
15
15
|
declare const ListSpacesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListSpacesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListSpacesCommandInput,
|
|
20
20
|
ListSpacesCommandOutput,
|
|
21
21
|
CodeCatalystClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListSpacesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListSpacesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListSpacesCommandInput,
|
|
29
29
|
ListSpacesCommandOutput,
|
|
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 ListSpacesCommand extends ListSpacesCommand_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 ListWorkflowRunsCommandOutput
|
|
|
18
18
|
declare const ListWorkflowRunsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListWorkflowRunsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListWorkflowRunsCommandInput,
|
|
23
23
|
ListWorkflowRunsCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListWorkflowRunsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListWorkflowRunsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListWorkflowRunsCommandInput,
|
|
32
32
|
ListWorkflowRunsCommandOutput,
|
|
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 ListWorkflowRunsCommand extends ListWorkflowRunsCommand_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 ListWorkflowsCommandOutput
|
|
|
18
18
|
declare const ListWorkflowsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListWorkflowsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListWorkflowsCommandInput,
|
|
23
23
|
ListWorkflowsCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListWorkflowsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListWorkflowsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListWorkflowsCommandInput,
|
|
32
32
|
ListWorkflowsCommandOutput,
|
|
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 ListWorkflowsCommand extends ListWorkflowsCommand_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 StartDevEnvironmentCommandOutput
|
|
|
19
19
|
declare const StartDevEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartDevEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartDevEnvironmentCommandInput,
|
|
24
24
|
StartDevEnvironmentCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartDevEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartDevEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartDevEnvironmentCommandInput,
|
|
33
33
|
StartDevEnvironmentCommandOutput,
|
|
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 StartDevEnvironmentCommand extends StartDevEnvironmentCommand_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 StartDevEnvironmentSessionCommandOutput
|
|
|
19
19
|
declare const StartDevEnvironmentSessionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartDevEnvironmentSessionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartDevEnvironmentSessionCommandInput,
|
|
24
24
|
StartDevEnvironmentSessionCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartDevEnvironmentSessionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartDevEnvironmentSessionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartDevEnvironmentSessionCommandInput,
|
|
33
33
|
StartDevEnvironmentSessionCommandOutput,
|
|
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 StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_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 StartWorkflowRunCommandOutput
|
|
|
18
18
|
declare const StartWorkflowRunCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: StartWorkflowRunCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
StartWorkflowRunCommandInput,
|
|
23
23
|
StartWorkflowRunCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const StartWorkflowRunCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: StartWorkflowRunCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
StartWorkflowRunCommandInput,
|
|
32
32
|
StartWorkflowRunCommandOutput,
|
|
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 StartWorkflowRunCommand extends StartWorkflowRunCommand_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 StopDevEnvironmentCommandOutput
|
|
|
19
19
|
declare const StopDevEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StopDevEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StopDevEnvironmentCommandInput,
|
|
24
24
|
StopDevEnvironmentCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StopDevEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StopDevEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StopDevEnvironmentCommandInput,
|
|
33
33
|
StopDevEnvironmentCommandOutput,
|
|
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 StopDevEnvironmentCommand extends StopDevEnvironmentCommand_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 StopDevEnvironmentSessionCommandOutput
|
|
|
19
19
|
declare const StopDevEnvironmentSessionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StopDevEnvironmentSessionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StopDevEnvironmentSessionCommandInput,
|
|
24
24
|
StopDevEnvironmentSessionCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StopDevEnvironmentSessionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StopDevEnvironmentSessionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StopDevEnvironmentSessionCommandInput,
|
|
33
33
|
StopDevEnvironmentSessionCommandOutput,
|
|
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 StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_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 UpdateDevEnvironmentCommandOutput
|
|
|
19
19
|
declare const UpdateDevEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateDevEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateDevEnvironmentCommandInput,
|
|
24
24
|
UpdateDevEnvironmentCommandOutput,
|
|
25
25
|
CodeCatalystClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateDevEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateDevEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateDevEnvironmentCommandInput,
|
|
33
33
|
UpdateDevEnvironmentCommandOutput,
|
|
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 UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_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 UpdateProjectCommandOutput
|
|
|
18
18
|
declare const UpdateProjectCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateProjectCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateProjectCommandInput,
|
|
23
23
|
UpdateProjectCommandOutput,
|
|
24
24
|
CodeCatalystClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateProjectCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateProjectCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateProjectCommandInput,
|
|
32
32
|
UpdateProjectCommandOutput,
|
|
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 UpdateProjectCommand extends UpdateProjectCommand_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 UpdateSpaceCommandOutput
|
|
|
15
15
|
declare const UpdateSpaceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateSpaceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateSpaceCommandInput,
|
|
20
20
|
UpdateSpaceCommandOutput,
|
|
21
21
|
CodeCatalystClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateSpaceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateSpaceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateSpaceCommandInput,
|
|
29
29
|
UpdateSpaceCommandOutput,
|
|
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 UpdateSpaceCommand extends UpdateSpaceCommand_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,
|
|
@@ -15,7 +15,7 @@ export interface VerifySessionCommandOutput
|
|
|
15
15
|
declare const VerifySessionCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: VerifySessionCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
VerifySessionCommandInput,
|
|
20
20
|
VerifySessionCommandOutput,
|
|
21
21
|
CodeCatalystClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const VerifySessionCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [VerifySessionCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
VerifySessionCommandInput,
|
|
29
29
|
VerifySessionCommandOutput,
|
|
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 VerifySessionCommand extends VerifySessionCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CodeCatalystExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class CodeCatalystServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
@@ -3,7 +3,7 @@ import { CodeCatalystClientConfig } from "./CodeCatalystClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
defaultUserAgentProvider: (
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler:
|
|
15
|
-
| import("@smithy/
|
|
15
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
16
16
|
| RequestHandler;
|
|
17
17
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
18
18
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -5,7 +5,7 @@ import { CodeCatalystClientConfig } from "./CodeCatalystClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -27,7 +27,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
27
27
|
region: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
requestHandler:
|
|
29
29
|
| RequestHandler
|
|
30
|
-
| import("@smithy/
|
|
30
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
31
31
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
32
32
|
sha256: import("@smithy/types").HashConstructor;
|
|
33
33
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
6
6
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
7
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
8
|
| Record<string, unknown>
|
|
9
|
-
| import("@smithy/
|
|
9
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean;
|
|
12
12
|
protocol:
|
|
@@ -41,9 +41,9 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
43
|
defaultsMode:
|
|
44
|
-
| import("@smithy/
|
|
44
|
+
| import("@smithy/core/client").DefaultsMode
|
|
45
45
|
| import("@smithy/types").Provider<
|
|
46
|
-
import("@smithy/
|
|
46
|
+
import("@smithy/core/client").DefaultsMode
|
|
47
47
|
>;
|
|
48
48
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
49
49
|
userAgentAppId?:
|