@aws-sdk/client-codecatalyst 3.799.0 → 3.804.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 (79) hide show
  1. package/dist-types/commands/CreateAccessTokenCommand.d.ts +1 -1
  2. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +1 -1
  6. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteSpaceCommand.d.ts +1 -1
  11. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +1 -1
  12. package/dist-types/commands/GetProjectCommand.d.ts +1 -1
  13. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +1 -1
  14. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +1 -1
  15. package/dist-types/commands/GetSpaceCommand.d.ts +1 -1
  16. package/dist-types/commands/GetSubscriptionCommand.d.ts +1 -1
  17. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -1
  18. package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -1
  19. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListEventLogsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +1 -1
  24. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  27. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +1 -1
  28. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +1 -1
  29. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  30. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +1 -1
  31. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
  35. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  36. package/dist-types/runtimeConfig.browser.d.ts +12 -12
  37. package/dist-types/runtimeConfig.d.ts +10 -13
  38. package/dist-types/runtimeConfig.native.d.ts +13 -13
  39. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  40. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -20
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +10 -14
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -21
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  79. package/package.json +20 -20
@@ -23,7 +23,7 @@ export interface CreateAccessTokenCommandOutput extends CreateAccessTokenRespons
23
23
  }
24
24
  declare const CreateAccessTokenCommand_base: {
25
25
  new (input: CreateAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateDevEnvironmentCommandOutput extends CreateDevEnvironmentR
23
23
  }
24
24
  declare const CreateDevEnvironmentCommand_base: {
25
25
  new (input: CreateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
23
23
  }
24
24
  declare const CreateProjectCommand_base: {
25
25
  new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateSourceRepositoryBranchCommandOutput extends CreateSourceR
23
23
  }
24
24
  declare const CreateSourceRepositoryBranchCommand_base: {
25
25
  new (input: CreateSourceRepositoryBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateSourceRepositoryBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSourceRepositoryBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateSourceRepositoryCommandOutput extends CreateSourceReposit
23
23
  }
24
24
  declare const CreateSourceRepositoryCommand_base: {
25
25
  new (input: CreateSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenRespons
23
23
  }
24
24
  declare const DeleteAccessTokenCommand_base: {
25
25
  new (input: DeleteAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDevEnvironmentCommandOutput extends DeleteDevEnvironmentR
23
23
  }
24
24
  declare const DeleteDevEnvironmentCommand_base: {
25
25
  new (input: DeleteDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
23
23
  }
24
24
  declare const DeleteProjectCommand_base: {
25
25
  new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteSourceRepositoryCommandOutput extends DeleteSourceReposit
23
23
  }
24
24
  declare const DeleteSourceRepositoryCommand_base: {
25
25
  new (input: DeleteSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteSpaceCommandOutput extends DeleteSpaceResponse, __Metadat
23
23
  }
24
24
  declare const DeleteSpaceCommand_base: {
25
25
  new (input: DeleteSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDevEnvironmentCommandOutput extends GetDevEnvironmentRespons
23
23
  }
24
24
  declare const GetDevEnvironmentCommand_base: {
25
25
  new (input: GetDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetProjectCommandOutput extends GetProjectResponse, __MetadataB
23
23
  }
24
24
  declare const GetProjectCommand_base: {
25
25
  new (input: GetProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSourceRepositoryCloneUrlsCommandOutput extends GetSourceRepo
23
23
  }
24
24
  declare const GetSourceRepositoryCloneUrlsCommand_base: {
25
25
  new (input: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSourceRepositoryCloneUrlsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSourceRepositoryCommandOutput extends GetSourceRepositoryRes
23
23
  }
24
24
  declare const GetSourceRepositoryCommand_base: {
25
25
  new (input: GetSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSourceRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSpaceCommandOutput extends GetSpaceResponse, __MetadataBeare
23
23
  }
24
24
  declare const GetSpaceCommand_base: {
25
25
  new (input: GetSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSubscriptionCommandOutput extends GetSubscriptionResponse, _
23
23
  }
24
24
  declare const GetSubscriptionCommand_base: {
25
25
  new (input: GetSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionCommandInput, GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
23
23
  }
24
24
  declare const GetWorkflowCommand_base: {
25
25
  new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetWorkflowRunCommandOutput extends GetWorkflowRunResponse, __M
23
23
  }
24
24
  declare const GetWorkflowRunCommand_base: {
25
25
  new (input: GetWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListDevEnvironmentSessionsCommandOutput extends ListDevEnvironm
23
23
  }
24
24
  declare const ListDevEnvironmentSessionsCommand_base: {
25
25
  new (input: ListDevEnvironmentSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListDevEnvironmentSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDevEnvironmentSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListDevEnvironmentsCommandOutput extends ListDevEnvironmentsRes
23
23
  }
24
24
  declare const ListDevEnvironmentsCommand_base: {
25
25
  new (input: ListDevEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListDevEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDevEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListEventLogsCommandOutput extends ListEventLogsResponse, __Met
23
23
  }
24
24
  declare const ListEventLogsCommand_base: {
25
25
  new (input: ListEventLogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListEventLogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEventLogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventLogsCommandInput, ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
23
23
  }
24
24
  declare const ListProjectsCommand_base: {
25
25
  new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListSourceRepositoriesCommandOutput extends ListSourceRepositor
23
23
  }
24
24
  declare const ListSourceRepositoriesCommand_base: {
25
25
  new (input: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSourceRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListSourceRepositoryBranchesCommandOutput extends ListSourceRep
23
23
  }
24
24
  declare const ListSourceRepositoryBranchesCommand_base: {
25
25
  new (input: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSourceRepositoryBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListWorkflowRunsCommandOutput extends ListWorkflowRunsResponse,
23
23
  }
24
24
  declare const ListWorkflowRunsCommand_base: {
25
25
  new (input: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
23
23
  }
24
24
  declare const ListWorkflowsCommand_base: {
25
25
  new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartDevEnvironmentCommandOutput extends StartDevEnvironmentRes
23
23
  }
24
24
  declare const StartDevEnvironmentCommand_base: {
25
25
  new (input: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartDevEnvironmentSessionCommandOutput extends StartDevEnviron
23
23
  }
24
24
  declare const StartDevEnvironmentSessionCommand_base: {
25
25
  new (input: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
23
23
  }
24
24
  declare const StartWorkflowRunCommand_base: {
25
25
  new (input: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StopDevEnvironmentCommandOutput extends StopDevEnvironmentRespo
23
23
  }
24
24
  declare const StopDevEnvironmentCommand_base: {
25
25
  new (input: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StopDevEnvironmentSessionCommandOutput extends StopDevEnvironme
23
23
  }
24
24
  declare const StopDevEnvironmentSessionCommand_base: {
25
25
  new (input: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateDevEnvironmentCommandOutput extends UpdateDevEnvironmentR
23
23
  }
24
24
  declare const UpdateDevEnvironmentCommand_base: {
25
25
  new (input: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met
23
23
  }
24
24
  declare const UpdateProjectCommand_base: {
25
25
  new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
23
23
  }
24
24
  declare const UpdateSpaceCommand_base: {
25
25
  new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -10,9 +10,7 @@ export interface ClientInputEndpointParameters {
10
10
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
11
11
  defaultSigningName: string;
12
12
  };
13
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
14
- defaultSigningName: string;
15
- };
13
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
16
14
  export declare const commonParams: {
17
15
  readonly UseFIPS: {
18
16
  readonly type: "builtInParams";
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
10
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
12
  region: string | import("@smithy/types").Provider<any>;
13
13
  requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
@@ -20,29 +20,29 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
20
20
  cacheMiddleware?: boolean | undefined;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: (_input: string | Uint8Array) => string;
23
+ base64Encoder: (_input: Uint8Array | string) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: (input: string | Uint8Array) => string;
25
+ utf8Encoder: (input: Uint8Array | string) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
- profile?: string | undefined;
28
+ profile?: string;
29
29
  logger: import("@smithy/types").Logger;
30
30
  extensions: import("./runtimeExtensions").RuntimeExtension[];
31
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
31
+ customUserAgent?: string | import("@smithy/types").UserAgent;
32
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
33
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
34
34
  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;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
- logger?: import("@smithy/types").Logger | undefined;
36
+ logger?: import("@smithy/types").Logger;
37
37
  }) => import("@smithy/types").EndpointV2;
38
- tls?: boolean | undefined;
39
- serviceConfiguredEndpoint?: undefined;
40
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
38
+ tls?: boolean;
39
+ serviceConfiguredEndpoint?: never;
40
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
41
41
  httpAuthSchemes: {
42
42
  schemeId: string;
43
43
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
44
44
  signer: import("@smithy/core").HttpBearerAuthSigner;
45
45
  }[];
46
46
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
47
- token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider | undefined;
47
+ token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
48
48
  };
@@ -10,7 +10,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
10
10
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
11
11
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
12
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
13
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
14
14
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | {
15
15
  schemeId: string;
16
16
  identityProvider: (ipc: IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity>;
@@ -29,25 +29,22 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
29
29
  cacheMiddleware?: boolean | undefined;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
31
  base64Decoder: import("@smithy/types").Decoder;
32
- base64Encoder: (_input: string | Uint8Array) => string;
32
+ base64Encoder: (_input: Uint8Array | string) => string;
33
33
  utf8Decoder: import("@smithy/types").Decoder;
34
- utf8Encoder: (input: string | Uint8Array) => string;
34
+ utf8Encoder: (input: Uint8Array | string) => string;
35
35
  disableHostPrefix: boolean;
36
36
  serviceId: string;
37
- profile?: string | undefined;
37
+ profile?: string;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
41
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
40
+ customUserAgent?: string | import("@smithy/types").UserAgent;
41
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
42
42
  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;
43
43
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
44
- logger?: import("@smithy/types").Logger | undefined;
44
+ logger?: import("@smithy/types").Logger;
45
45
  }) => import("@smithy/types").EndpointV2;
46
- tls?: boolean | undefined;
47
- /**
48
- * @internal
49
- */
50
- serviceConfiguredEndpoint?: undefined;
46
+ tls?: boolean;
47
+ serviceConfiguredEndpoint?: never;
51
48
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
52
- token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider | undefined;
49
+ token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider;
53
50
  };
@@ -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,