@aws-sdk/client-codecatalyst 3.803.0 → 3.806.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.
Files changed (81) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/runtimeConfig.js +6 -6
  3. package/dist-types/commands/CreateAccessTokenCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteSpaceCommand.d.ts +1 -1
  13. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +1 -1
  14. package/dist-types/commands/GetProjectCommand.d.ts +1 -1
  15. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +1 -1
  16. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +1 -1
  17. package/dist-types/commands/GetSpaceCommand.d.ts +1 -1
  18. package/dist-types/commands/GetSubscriptionCommand.d.ts +1 -1
  19. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
  20. package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -1
  21. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListEventLogsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +1 -1
  26. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +1 -1
  27. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  29. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +1 -1
  30. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +1 -1
  31. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  32. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +1 -1
  33. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
  37. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  38. package/dist-types/runtimeConfig.browser.d.ts +12 -12
  39. package/dist-types/runtimeConfig.d.ts +10 -13
  40. package/dist-types/runtimeConfig.native.d.ts +13 -13
  41. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  42. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -20
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +10 -14
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -21
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  81. package/package.json +22 -22
@@ -7,41 +7,41 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
- cacheMiddleware?: boolean | undefined;
10
+ cacheMiddleware?: boolean;
11
11
  urlParser: import("@smithy/types").UrlParser;
12
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
13
  streamCollector: import("@smithy/types").StreamCollector;
14
14
  base64Decoder: import("@smithy/types").Decoder;
15
- base64Encoder: (_input: string | Uint8Array) => string;
15
+ base64Encoder: (_input: Uint8Array | string) => string;
16
16
  utf8Decoder: import("@smithy/types").Decoder;
17
- utf8Encoder: (input: string | Uint8Array) => string;
17
+ utf8Encoder: (input: Uint8Array | string) => string;
18
18
  disableHostPrefix: boolean;
19
19
  serviceId: string;
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  region: string | import("@smithy/types").Provider<any>;
23
- profile?: string | undefined;
24
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
23
+ profile?: string;
24
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
25
25
  maxAttempts: number | import("@smithy/types").Provider<number>;
26
26
  retryMode: string | import("@smithy/types").Provider<string>;
27
27
  logger: import("@smithy/types").Logger;
28
28
  extensions: import("./runtimeExtensions").RuntimeExtension[];
29
29
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
30
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
31
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
32
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
30
+ customUserAgent?: string | import("@smithy/types").UserAgent;
31
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
32
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
33
33
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
34
34
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
35
- logger?: import("@smithy/types").Logger | undefined;
35
+ logger?: import("@smithy/types").Logger;
36
36
  }) => import("@smithy/types").EndpointV2;
37
- tls?: boolean | undefined;
38
- serviceConfiguredEndpoint?: undefined;
39
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
37
+ tls?: boolean;
38
+ serviceConfiguredEndpoint?: never;
39
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
40
40
  httpAuthSchemes: {
41
41
  schemeId: string;
42
42
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
43
43
  signer: import("@smithy/core").HttpBearerAuthSigner;
44
44
  }[];
45
45
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
46
- token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider | undefined;
46
+ token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
47
47
  };
@@ -7,10 +7,10 @@ import { CodeCatalystClientConfig } from "./CodeCatalystClient";
7
7
  export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
8
8
  apiVersion: string;
9
9
  base64Decoder: import("@smithy/types").Decoder;
10
- base64Encoder: (_input: string | Uint8Array) => string;
10
+ base64Encoder: (_input: Uint8Array | string) => string;
11
11
  disableHostPrefix: boolean;
12
12
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
13
- logger?: import("@smithy/types").Logger | undefined;
13
+ logger?: import("@smithy/types").Logger;
14
14
  }) => import("@smithy/types").EndpointV2;
15
15
  extensions: import("./runtimeExtensions").RuntimeExtension[];
16
16
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
@@ -23,5 +23,5 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
23
23
  serviceId: string;
24
24
  urlParser: import("@smithy/types").UrlParser;
25
25
  utf8Decoder: import("@smithy/types").Decoder;
26
- utf8Encoder: (input: string | Uint8Array) => string;
26
+ utf8Encoder: (input: Uint8Array | string) => string;
27
27
  };
@@ -27,7 +27,7 @@ declare const CreateAccessTokenCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateAccessTokenCommandInput
30
+ input: CreateAccessTokenCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateAccessTokenCommandInput,
33
33
  CreateAccessTokenCommandOutput,
@@ -27,7 +27,7 @@ declare const CreateDevEnvironmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateDevEnvironmentCommandInput
30
+ input: CreateDevEnvironmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateDevEnvironmentCommandInput,
33
33
  CreateDevEnvironmentCommandOutput,
@@ -26,7 +26,7 @@ declare const CreateProjectCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: CreateProjectCommandInput
29
+ input: CreateProjectCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  CreateProjectCommandInput,
32
32
  CreateProjectCommandOutput,
@@ -27,7 +27,7 @@ declare const CreateSourceRepositoryBranchCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateSourceRepositoryBranchCommandInput
30
+ input: CreateSourceRepositoryBranchCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateSourceRepositoryBranchCommandInput,
33
33
  CreateSourceRepositoryBranchCommandOutput,
@@ -27,7 +27,7 @@ declare const CreateSourceRepositoryCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateSourceRepositoryCommandInput
30
+ input: CreateSourceRepositoryCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateSourceRepositoryCommandInput,
33
33
  CreateSourceRepositoryCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteAccessTokenCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteAccessTokenCommandInput
30
+ input: DeleteAccessTokenCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteAccessTokenCommandInput,
33
33
  DeleteAccessTokenCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteDevEnvironmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteDevEnvironmentCommandInput
30
+ input: DeleteDevEnvironmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteDevEnvironmentCommandInput,
33
33
  DeleteDevEnvironmentCommandOutput,
@@ -26,7 +26,7 @@ declare const DeleteProjectCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DeleteProjectCommandInput
29
+ input: DeleteProjectCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DeleteProjectCommandInput,
32
32
  DeleteProjectCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteSourceRepositoryCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteSourceRepositoryCommandInput
30
+ input: DeleteSourceRepositoryCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteSourceRepositoryCommandInput,
33
33
  DeleteSourceRepositoryCommandOutput,
@@ -23,7 +23,7 @@ declare const DeleteSpaceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DeleteSpaceCommandInput
26
+ input: DeleteSpaceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DeleteSpaceCommandInput,
29
29
  DeleteSpaceCommandOutput,
@@ -27,7 +27,7 @@ declare const GetDevEnvironmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetDevEnvironmentCommandInput
30
+ input: GetDevEnvironmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetDevEnvironmentCommandInput,
33
33
  GetDevEnvironmentCommandOutput,
@@ -23,7 +23,7 @@ declare const GetProjectCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetProjectCommandInput
26
+ input: GetProjectCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetProjectCommandInput,
29
29
  GetProjectCommandOutput,
@@ -27,7 +27,7 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetSourceRepositoryCloneUrlsCommandInput
30
+ input: GetSourceRepositoryCloneUrlsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetSourceRepositoryCloneUrlsCommandInput,
33
33
  GetSourceRepositoryCloneUrlsCommandOutput,
@@ -27,7 +27,7 @@ declare const GetSourceRepositoryCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetSourceRepositoryCommandInput
30
+ input: GetSourceRepositoryCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetSourceRepositoryCommandInput,
33
33
  GetSourceRepositoryCommandOutput,
@@ -23,7 +23,7 @@ declare const GetSpaceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetSpaceCommandInput
26
+ input: GetSpaceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetSpaceCommandInput,
29
29
  GetSpaceCommandOutput,
@@ -26,7 +26,7 @@ declare const GetSubscriptionCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetSubscriptionCommandInput
29
+ input: GetSubscriptionCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetSubscriptionCommandInput,
32
32
  GetSubscriptionCommandOutput,
@@ -23,7 +23,7 @@ declare const GetWorkflowCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetWorkflowCommandInput
26
+ input: GetWorkflowCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetWorkflowCommandInput,
29
29
  GetWorkflowCommandOutput,
@@ -26,7 +26,7 @@ declare const GetWorkflowRunCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetWorkflowRunCommandInput
29
+ input: GetWorkflowRunCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetWorkflowRunCommandInput,
32
32
  GetWorkflowRunCommandOutput,
@@ -27,7 +27,7 @@ declare const ListDevEnvironmentSessionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListDevEnvironmentSessionsCommandInput
30
+ input: ListDevEnvironmentSessionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListDevEnvironmentSessionsCommandInput,
33
33
  ListDevEnvironmentSessionsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListDevEnvironmentsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListDevEnvironmentsCommandInput
30
+ input: ListDevEnvironmentsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListDevEnvironmentsCommandInput,
33
33
  ListDevEnvironmentsCommandOutput,
@@ -26,7 +26,7 @@ declare const ListEventLogsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ListEventLogsCommandInput
29
+ input: ListEventLogsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListEventLogsCommandInput,
32
32
  ListEventLogsCommandOutput,
@@ -23,7 +23,7 @@ declare const ListProjectsCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: ListProjectsCommandInput
26
+ input: ListProjectsCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  ListProjectsCommandInput,
29
29
  ListProjectsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListSourceRepositoriesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListSourceRepositoriesCommandInput
30
+ input: ListSourceRepositoriesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListSourceRepositoriesCommandInput,
33
33
  ListSourceRepositoriesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListSourceRepositoryBranchesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListSourceRepositoryBranchesCommandInput
30
+ input: ListSourceRepositoryBranchesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListSourceRepositoryBranchesCommandInput,
33
33
  ListSourceRepositoryBranchesCommandOutput,
@@ -26,7 +26,7 @@ declare const ListWorkflowRunsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ListWorkflowRunsCommandInput
29
+ input: ListWorkflowRunsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListWorkflowRunsCommandInput,
32
32
  ListWorkflowRunsCommandOutput,
@@ -26,7 +26,7 @@ declare const ListWorkflowsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ListWorkflowsCommandInput
29
+ input: ListWorkflowsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListWorkflowsCommandInput,
32
32
  ListWorkflowsCommandOutput,
@@ -27,7 +27,7 @@ declare const StartDevEnvironmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: StartDevEnvironmentCommandInput
30
+ input: StartDevEnvironmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  StartDevEnvironmentCommandInput,
33
33
  StartDevEnvironmentCommandOutput,
@@ -27,7 +27,7 @@ declare const StartDevEnvironmentSessionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: StartDevEnvironmentSessionCommandInput
30
+ input: StartDevEnvironmentSessionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  StartDevEnvironmentSessionCommandInput,
33
33
  StartDevEnvironmentSessionCommandOutput,
@@ -26,7 +26,7 @@ declare const StartWorkflowRunCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: StartWorkflowRunCommandInput
29
+ input: StartWorkflowRunCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  StartWorkflowRunCommandInput,
32
32
  StartWorkflowRunCommandOutput,
@@ -27,7 +27,7 @@ declare const StopDevEnvironmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: StopDevEnvironmentCommandInput
30
+ input: StopDevEnvironmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  StopDevEnvironmentCommandInput,
33
33
  StopDevEnvironmentCommandOutput,
@@ -27,7 +27,7 @@ declare const StopDevEnvironmentSessionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: StopDevEnvironmentSessionCommandInput
30
+ input: StopDevEnvironmentSessionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  StopDevEnvironmentSessionCommandInput,
33
33
  StopDevEnvironmentSessionCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateDevEnvironmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateDevEnvironmentCommandInput
30
+ input: UpdateDevEnvironmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateDevEnvironmentCommandInput,
33
33
  UpdateDevEnvironmentCommandOutput,
@@ -26,7 +26,7 @@ declare const UpdateProjectCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UpdateProjectCommandInput
29
+ input: UpdateProjectCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UpdateProjectCommandInput,
32
32
  UpdateProjectCommandOutput,
@@ -23,7 +23,7 @@ declare const UpdateSpaceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UpdateSpaceCommandInput
26
+ input: UpdateSpaceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UpdateSpaceCommandInput,
29
29
  UpdateSpaceCommandOutput,
@@ -20,10 +20,7 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
20
20
  };
21
21
  export declare const resolveClientEndpointParameters: <T>(
22
22
  options: T & ClientInputEndpointParameters
23
- ) => T &
24
- ClientInputEndpointParameters & {
25
- defaultSigningName: string;
26
- };
23
+ ) => T & ClientResolvedEndpointParameters;
27
24
  export declare const commonParams: {
28
25
  readonly UseFIPS: {
29
26
  readonly type: "builtInParams";
@@ -7,9 +7,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  defaultUserAgentProvider: (
10
- config?:
11
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
12
- | undefined
10
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
13
11
  ) => Promise<import("@smithy/types").UserAgent>;
14
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
15
13
  region: string | import("@smithy/types").Provider<any>;
@@ -25,23 +23,22 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
25
23
  cacheMiddleware?: boolean | undefined;
26
24
  urlParser: import("@smithy/types").UrlParser;
27
25
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: (_input: string | Uint8Array) => string;
26
+ base64Encoder: (_input: Uint8Array | string) => string;
29
27
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: (input: string | Uint8Array) => string;
28
+ utf8Encoder: (input: Uint8Array | string) => string;
31
29
  disableHostPrefix: boolean;
32
30
  serviceId: string;
33
- profile?: string | undefined;
31
+ profile?: string;
34
32
  logger: import("@smithy/types").Logger;
35
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
34
+ customUserAgent?: string | import("@smithy/types").UserAgent;
37
35
  userAgentAppId?:
38
36
  | string
39
- | import("@smithy/types").Provider<string | undefined>
40
- | undefined;
37
+ | undefined
38
+ | import("@smithy/types").Provider<string | undefined>;
41
39
  retryStrategy?:
42
40
  | import("@smithy/types").RetryStrategy
43
- | import("@smithy/types").RetryStrategyV2
44
- | undefined;
41
+ | import("@smithy/types").RetryStrategyV2;
45
42
  endpoint?:
46
43
  | ((
47
44
  | string
@@ -62,15 +59,12 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
62
59
  endpointProvider: (
63
60
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
64
61
  context?: {
65
- logger?: import("@smithy/types").Logger | undefined;
62
+ logger?: import("@smithy/types").Logger;
66
63
  }
67
64
  ) => import("@smithy/types").EndpointV2;
68
- tls?: boolean | undefined;
69
- serviceConfiguredEndpoint?: undefined;
70
- authSchemePreference?:
71
- | string[]
72
- | import("@smithy/types").Provider<string[]>
73
- | undefined;
65
+ tls?: boolean;
66
+ serviceConfiguredEndpoint?: never;
67
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
74
68
  httpAuthSchemes: {
75
69
  schemeId: string;
76
70
  identityProvider: (
@@ -85,6 +79,5 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
85
79
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
86
80
  token?:
87
81
  | import("@smithy/types").TokenIdentity
88
- | import("@smithy/types").TokenIdentityProvider
89
- | undefined;
82
+ | import("@smithy/types").TokenIdentityProvider;
90
83
  };
@@ -10,9 +10,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
10
10
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  defaultUserAgentProvider: (
13
- config?:
14
- | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
15
- | undefined
13
+ config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  httpAuthSchemes:
18
16
  | import("@smithy/types").HttpAuthScheme[]
@@ -40,19 +38,18 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
40
38
  cacheMiddleware?: boolean | undefined;
41
39
  urlParser: import("@smithy/types").UrlParser;
42
40
  base64Decoder: import("@smithy/types").Decoder;
43
- base64Encoder: (_input: string | Uint8Array) => string;
41
+ base64Encoder: (_input: Uint8Array | string) => string;
44
42
  utf8Decoder: import("@smithy/types").Decoder;
45
- utf8Encoder: (input: string | Uint8Array) => string;
43
+ utf8Encoder: (input: Uint8Array | string) => string;
46
44
  disableHostPrefix: boolean;
47
45
  serviceId: string;
48
- profile?: string | undefined;
46
+ profile?: string;
49
47
  logger: import("@smithy/types").Logger;
50
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
51
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
49
+ customUserAgent?: string | import("@smithy/types").UserAgent;
52
50
  retryStrategy?:
53
51
  | import("@smithy/types").RetryStrategy
54
- | import("@smithy/types").RetryStrategyV2
55
- | undefined;
52
+ | import("@smithy/types").RetryStrategyV2;
56
53
  endpoint?:
57
54
  | ((
58
55
  | string
@@ -73,14 +70,13 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
73
70
  endpointProvider: (
74
71
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
75
72
  context?: {
76
- logger?: import("@smithy/types").Logger | undefined;
73
+ logger?: import("@smithy/types").Logger;
77
74
  }
78
75
  ) => import("@smithy/types").EndpointV2;
79
- tls?: boolean | undefined;
80
- serviceConfiguredEndpoint?: undefined;
76
+ tls?: boolean;
77
+ serviceConfiguredEndpoint?: never;
81
78
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
82
79
  token?:
83
80
  | import("@smithy/types").TokenIdentity
84
- | import("@smithy/types").TokenIdentityProvider
85
- | undefined;
81
+ | import("@smithy/types").TokenIdentityProvider;
86
82
  };