@aws-sdk/client-codecatalyst 3.588.0 → 3.592.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 (93) hide show
  1. package/dist-cjs/index.js +0 -38
  2. package/dist-cjs/runtimeConfig.browser.js +2 -0
  3. package/dist-cjs/runtimeConfig.js +1 -0
  4. package/dist-es/runtimeConfig.browser.js +2 -0
  5. package/dist-es/runtimeConfig.js +2 -1
  6. package/dist-types/CodeCatalystClient.d.ts +4 -0
  7. package/dist-types/commands/CreateAccessTokenCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
  17. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  19. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +2 -1
  21. package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
  22. package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -1
  23. package/dist-types/commands/GetUserDetailsCommand.d.ts +2 -1
  24. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  25. package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAccessTokensCommand.d.ts +2 -1
  27. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListEventLogsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  36. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +2 -1
  37. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
  38. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
  39. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +2 -1
  40. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
  44. package/dist-types/commands/VerifySessionCommand.d.ts +2 -1
  45. package/dist-types/index.d.ts +2 -2
  46. package/dist-types/models/CodeCatalystServiceException.d.ts +2 -1
  47. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  48. package/dist-types/runtimeConfig.d.ts +1 -1
  49. package/dist-types/runtimeConfig.native.d.ts +1 -1
  50. package/dist-types/ts3.4/CodeCatalystClient.d.ts +1 -0
  51. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/models/CodeCatalystServiceException.d.ts +2 -1
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  93. package/package.json +3 -3
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class CodeCatalystServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -10,6 +10,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
10
10
  import("@smithy/types").UserAgent
11
11
  >;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
+ region: string | import("@smithy/types").Provider<any>;
13
14
  requestHandler:
14
15
  | import("@smithy/protocol-http").HttpHandler<any>
15
16
  | RequestHandler;
@@ -28,7 +29,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
28
29
  serviceId: string;
29
30
  logger: import("@smithy/types").Logger;
30
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
31
- region?: string | import("@smithy/types").Provider<string> | undefined;
32
32
  endpoint?:
33
33
  | ((
34
34
  | string
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
23
23
  signer: HttpBearerAuthSigner;
24
24
  }[];
25
25
  maxAttempts: number | import("@smithy/types").Provider<number>;
26
+ region: string | import("@smithy/types").Provider<string>;
26
27
  requestHandler:
27
28
  | RequestHandler
28
29
  | import("@smithy/protocol-http").HttpHandler<any>;
@@ -41,7 +42,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
41
42
  serviceId: string;
42
43
  logger: import("@smithy/types").Logger;
43
44
  extensions: import("./runtimeExtensions").RuntimeExtension[];
44
- region?: string | import("@smithy/types").Provider<string> | undefined;
45
45
  endpoint?:
46
46
  | ((
47
47
  | string
@@ -20,6 +20,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
@@ -32,7 +33,6 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
32
33
  | import("@smithy/types").Provider<
33
34
  import("@smithy/smithy-client").DefaultsMode
34
35
  >;
35
- region?: string | import("@smithy/types").Provider<string> | undefined;
36
36
  endpoint?:
37
37
  | string
38
38
  | import("@smithy/types").Endpoint
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecatalyst",
3
3
  "description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codecatalyst",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.588.0",
23
+ "@aws-sdk/core": "3.592.0",
24
24
  "@aws-sdk/middleware-host-header": "3.577.0",
25
25
  "@aws-sdk/middleware-logger": "3.577.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/util-user-agent-browser": "3.577.0",
33
33
  "@aws-sdk/util-user-agent-node": "3.587.0",
34
34
  "@smithy/config-resolver": "^3.0.1",
35
- "@smithy/core": "^2.1.1",
35
+ "@smithy/core": "^2.2.0",
36
36
  "@smithy/fetch-http-handler": "^3.0.1",
37
37
  "@smithy/hash-node": "^3.0.0",
38
38
  "@smithy/invalid-dependency": "^3.0.0",