@aws-sdk/client-codecatalyst 3.775.0 → 3.777.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 (39) hide show
  1. package/dist-types/commands/CreateAccessTokenCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateProjectCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +1 -0
  6. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +1 -0
  7. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteSpaceCommand.d.ts +1 -0
  11. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +1 -0
  12. package/dist-types/commands/GetProjectCommand.d.ts +1 -0
  13. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +1 -0
  14. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +1 -0
  15. package/dist-types/commands/GetSpaceCommand.d.ts +1 -0
  16. package/dist-types/commands/GetSubscriptionCommand.d.ts +1 -0
  17. package/dist-types/commands/GetUserDetailsCommand.d.ts +1 -0
  18. package/dist-types/commands/GetWorkflowCommand.d.ts +1 -0
  19. package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -0
  20. package/dist-types/commands/ListAccessTokensCommand.d.ts +1 -0
  21. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +1 -0
  22. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +1 -0
  23. package/dist-types/commands/ListEventLogsCommand.d.ts +1 -0
  24. package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
  25. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +1 -0
  26. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +1 -0
  27. package/dist-types/commands/ListSpacesCommand.d.ts +1 -0
  28. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +1 -0
  29. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -0
  30. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +1 -0
  31. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +1 -0
  32. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -0
  33. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +1 -0
  34. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +1 -0
  35. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +1 -0
  36. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
  37. package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -0
  38. package/dist-types/commands/VerifySessionCommand.d.ts +1 -0
  39. package/package.json +2 -2
@@ -82,6 +82,7 @@ declare const CreateAccessTokenCommand_base: {
82
82
  * @throws {@link CodeCatalystServiceException}
83
83
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class CreateAccessTokenCommand extends CreateAccessTokenCommand_base {
@@ -103,6 +103,7 @@ declare const CreateDevEnvironmentCommand_base: {
103
103
  * @throws {@link CodeCatalystServiceException}
104
104
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class CreateDevEnvironmentCommand extends CreateDevEnvironmentCommand_base {
@@ -79,6 +79,7 @@ declare const CreateProjectCommand_base: {
79
79
  * @throws {@link CodeCatalystServiceException}
80
80
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class CreateProjectCommand extends CreateProjectCommand_base {
@@ -84,6 +84,7 @@ declare const CreateSourceRepositoryBranchCommand_base: {
84
84
  * @throws {@link CodeCatalystServiceException}
85
85
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class CreateSourceRepositoryBranchCommand extends CreateSourceRepositoryBranchCommand_base {
@@ -81,6 +81,7 @@ declare const CreateSourceRepositoryCommand_base: {
81
81
  * @throws {@link CodeCatalystServiceException}
82
82
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class CreateSourceRepositoryCommand extends CreateSourceRepositoryCommand_base {
@@ -72,6 +72,7 @@ declare const DeleteAccessTokenCommand_base: {
72
72
  * @throws {@link CodeCatalystServiceException}
73
73
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
@@ -78,6 +78,7 @@ declare const DeleteDevEnvironmentCommand_base: {
78
78
  * @throws {@link CodeCatalystServiceException}
79
79
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DeleteDevEnvironmentCommand extends DeleteDevEnvironmentCommand_base {
@@ -77,6 +77,7 @@ declare const DeleteProjectCommand_base: {
77
77
  * @throws {@link CodeCatalystServiceException}
78
78
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
@@ -78,6 +78,7 @@ declare const DeleteSourceRepositoryCommand_base: {
78
78
  * @throws {@link CodeCatalystServiceException}
79
79
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DeleteSourceRepositoryCommand extends DeleteSourceRepositoryCommand_base {
@@ -78,6 +78,7 @@ declare const DeleteSpaceCommand_base: {
78
78
  * @throws {@link CodeCatalystServiceException}
79
79
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
@@ -101,6 +101,7 @@ declare const GetDevEnvironmentCommand_base: {
101
101
  * @throws {@link CodeCatalystServiceException}
102
102
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class GetDevEnvironmentCommand extends GetDevEnvironmentCommand_base {
@@ -78,6 +78,7 @@ declare const GetProjectCommand_base: {
78
78
  * @throws {@link CodeCatalystServiceException}
79
79
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class GetProjectCommand extends GetProjectCommand_base {
@@ -77,6 +77,7 @@ declare const GetSourceRepositoryCloneUrlsCommand_base: {
77
77
  * @throws {@link CodeCatalystServiceException}
78
78
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class GetSourceRepositoryCloneUrlsCommand extends GetSourceRepositoryCloneUrlsCommand_base {
@@ -81,6 +81,7 @@ declare const GetSourceRepositoryCommand_base: {
81
81
  * @throws {@link CodeCatalystServiceException}
82
82
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class GetSourceRepositoryCommand extends GetSourceRepositoryCommand_base {
@@ -77,6 +77,7 @@ declare const GetSpaceCommand_base: {
77
77
  * @throws {@link CodeCatalystServiceException}
78
78
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class GetSpaceCommand extends GetSpaceCommand_base {
@@ -78,6 +78,7 @@ declare const GetSubscriptionCommand_base: {
78
78
  * @throws {@link CodeCatalystServiceException}
79
79
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class GetSubscriptionCommand extends GetSubscriptionCommand_base {
@@ -82,6 +82,7 @@ declare const GetUserDetailsCommand_base: {
82
82
  * @throws {@link CodeCatalystServiceException}
83
83
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class GetUserDetailsCommand extends GetUserDetailsCommand_base {
@@ -88,6 +88,7 @@ declare const GetWorkflowCommand_base: {
88
88
  * @throws {@link CodeCatalystServiceException}
89
89
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
@@ -86,6 +86,7 @@ declare const GetWorkflowRunCommand_base: {
86
86
  * @throws {@link CodeCatalystServiceException}
87
87
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetWorkflowRunCommand extends GetWorkflowRunCommand_base {
@@ -82,6 +82,7 @@ declare const ListAccessTokensCommand_base: {
82
82
  * @throws {@link CodeCatalystServiceException}
83
83
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
@@ -87,6 +87,7 @@ declare const ListDevEnvironmentSessionsCommand_base: {
87
87
  * @throws {@link CodeCatalystServiceException}
88
88
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListDevEnvironmentSessionsCommand extends ListDevEnvironmentSessionsCommand_base {
@@ -116,6 +116,7 @@ declare const ListDevEnvironmentsCommand_base: {
116
116
  * @throws {@link CodeCatalystServiceException}
117
117
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class ListDevEnvironmentsCommand extends ListDevEnvironmentsCommand_base {
@@ -121,6 +121,7 @@ declare const ListEventLogsCommand_base: {
121
121
  * @throws {@link CodeCatalystServiceException}
122
122
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class ListEventLogsCommand extends ListEventLogsCommand_base {
@@ -92,6 +92,7 @@ declare const ListProjectsCommand_base: {
92
92
  * @throws {@link CodeCatalystServiceException}
93
93
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class ListProjectsCommand extends ListProjectsCommand_base {
@@ -86,6 +86,7 @@ declare const ListSourceRepositoriesCommand_base: {
86
86
  * @throws {@link CodeCatalystServiceException}
87
87
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListSourceRepositoriesCommand extends ListSourceRepositoriesCommand_base {
@@ -86,6 +86,7 @@ declare const ListSourceRepositoryBranchesCommand_base: {
86
86
  * @throws {@link CodeCatalystServiceException}
87
87
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListSourceRepositoryBranchesCommand extends ListSourceRepositoryBranchesCommand_base {
@@ -82,6 +82,7 @@ declare const ListSpacesCommand_base: {
82
82
  * @throws {@link CodeCatalystServiceException}
83
83
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class ListSpacesCommand extends ListSpacesCommand_base {
@@ -95,6 +95,7 @@ declare const ListWorkflowRunsCommand_base: {
95
95
  * @throws {@link CodeCatalystServiceException}
96
96
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_base {
@@ -95,6 +95,7 @@ declare const ListWorkflowsCommand_base: {
95
95
  * @throws {@link CodeCatalystServiceException}
96
96
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
@@ -87,6 +87,7 @@ declare const StartDevEnvironmentCommand_base: {
87
87
  * @throws {@link CodeCatalystServiceException}
88
88
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class StartDevEnvironmentCommand extends StartDevEnvironmentCommand_base {
@@ -92,6 +92,7 @@ declare const StartDevEnvironmentSessionCommand_base: {
92
92
  * @throws {@link CodeCatalystServiceException}
93
93
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_base {
@@ -80,6 +80,7 @@ declare const StartWorkflowRunCommand_base: {
80
80
  * @throws {@link CodeCatalystServiceException}
81
81
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_base {
@@ -79,6 +79,7 @@ declare const StopDevEnvironmentCommand_base: {
79
79
  * @throws {@link CodeCatalystServiceException}
80
80
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class StopDevEnvironmentCommand extends StopDevEnvironmentCommand_base {
@@ -80,6 +80,7 @@ declare const StopDevEnvironmentSessionCommand_base: {
80
80
  * @throws {@link CodeCatalystServiceException}
81
81
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_base {
@@ -98,6 +98,7 @@ declare const UpdateDevEnvironmentCommand_base: {
98
98
  * @throws {@link CodeCatalystServiceException}
99
99
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_base {
@@ -79,6 +79,7 @@ declare const UpdateProjectCommand_base: {
79
79
  * @throws {@link CodeCatalystServiceException}
80
80
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
@@ -77,6 +77,7 @@ declare const UpdateSpaceCommand_base: {
77
77
  * @throws {@link CodeCatalystServiceException}
78
78
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
@@ -72,6 +72,7 @@ declare const VerifySessionCommand_base: {
72
72
  * @throws {@link CodeCatalystServiceException}
73
73
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class VerifySessionCommand extends VerifySessionCommand_base {
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.775.0",
4
+ "version": "3.777.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",
@@ -26,7 +26,7 @@
26
26
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
27
27
  "@aws-sdk/middleware-user-agent": "3.775.0",
28
28
  "@aws-sdk/region-config-resolver": "3.775.0",
29
- "@aws-sdk/token-providers": "3.775.0",
29
+ "@aws-sdk/token-providers": "3.777.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
31
  "@aws-sdk/util-endpoints": "3.775.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",