@aws-sdk/client-codecatalyst 3.529.1 → 3.535.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 (89) hide show
  1. package/dist-types/CodeCatalyst.d.ts +5 -1
  2. package/dist-types/CodeCatalystClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAccessTokenCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
  13. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +2 -1
  14. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  15. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -1
  19. package/dist-types/commands/GetUserDetailsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  21. package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAccessTokensCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListEventLogsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  32. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +2 -1
  33. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
  34. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
  35. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +2 -1
  36. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
  40. package/dist-types/commands/VerifySessionCommand.d.ts +2 -1
  41. package/dist-types/models/models_0.d.ts +416 -416
  42. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  43. package/dist-types/runtimeConfig.d.ts +2 -2
  44. package/dist-types/runtimeConfig.native.d.ts +2 -2
  45. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  46. package/dist-types/ts3.4/CodeCatalyst.d.ts +4 -0
  47. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  89. package/package.json +39 -39
@@ -22,10 +22,10 @@ export interface ListWorkflowRunsCommandOutput extends ListWorkflowRunsResponse,
22
22
  }
23
23
  declare const ListWorkflowRunsCommand_base: {
24
24
  new (input: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkflowRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of workflow runs of a specified workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListWorkflowRunsCommand_base: {
94
94
  * @throws {@link CodeCatalystServiceException}
95
95
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListWorkflowRunsCommand extends ListWorkflowRunsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
22
22
  }
23
23
  declare const ListWorkflowsCommand_base: {
24
24
  new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of workflows in a specified project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListWorkflowsCommand_base: {
94
94
  * @throws {@link CodeCatalystServiceException}
95
95
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface StartDevEnvironmentCommandOutput extends StartDevEnvironmentRes
22
22
  }
23
23
  declare const StartDevEnvironmentCommand_base: {
24
24
  new (input: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a specified Dev Environment and puts it into an active state. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const StartDevEnvironmentCommand_base: {
86
86
  * @throws {@link CodeCatalystServiceException}
87
87
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class StartDevEnvironmentCommand extends StartDevEnvironmentCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface StartDevEnvironmentSessionCommandOutput extends StartDevEnviron
22
22
  }
23
23
  declare const StartDevEnvironmentSessionCommand_base: {
24
24
  new (input: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a session for a specified Dev Environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const StartDevEnvironmentSessionCommand_base: {
91
91
  * @throws {@link CodeCatalystServiceException}
92
92
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class StartDevEnvironmentSessionCommand extends StartDevEnvironmentSessionCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface StartWorkflowRunCommandOutput extends StartWorkflowRunResponse,
22
22
  }
23
23
  declare const StartWorkflowRunCommand_base: {
24
24
  new (input: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartWorkflowRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Begins a run of a specified workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const StartWorkflowRunCommand_base: {
79
79
  * @throws {@link CodeCatalystServiceException}
80
80
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class StartWorkflowRunCommand extends StartWorkflowRunCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface StopDevEnvironmentCommandOutput extends StopDevEnvironmentRespo
22
22
  }
23
23
  declare const StopDevEnvironmentCommand_base: {
24
24
  new (input: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Pauses a specified Dev Environment and places it in a non-running state. Stopped Dev Environments do not consume compute minutes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const StopDevEnvironmentCommand_base: {
78
78
  * @throws {@link CodeCatalystServiceException}
79
79
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class StopDevEnvironmentCommand extends StopDevEnvironmentCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface StopDevEnvironmentSessionCommandOutput extends StopDevEnvironme
22
22
  }
23
23
  declare const StopDevEnvironmentSessionCommand_base: {
24
24
  new (input: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopDevEnvironmentSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a session for a specified Dev Environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const StopDevEnvironmentSessionCommand_base: {
79
79
  * @throws {@link CodeCatalystServiceException}
80
80
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class StopDevEnvironmentSessionCommand extends StopDevEnvironmentSessionCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateDevEnvironmentCommandOutput extends UpdateDevEnvironmentR
22
22
  }
23
23
  declare const UpdateDevEnvironmentCommand_base: {
24
24
  new (input: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDevEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes one or more values for a Dev Environment. Updating certain values of the Dev Environment will cause a restart.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const UpdateDevEnvironmentCommand_base: {
97
97
  * @throws {@link CodeCatalystServiceException}
98
98
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class UpdateDevEnvironmentCommand extends UpdateDevEnvironmentCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met
22
22
  }
23
23
  declare const UpdateProjectCommand_base: {
24
24
  new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes one or more values for a project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const UpdateProjectCommand_base: {
78
78
  * @throws {@link CodeCatalystServiceException}
79
79
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __Metadat
22
22
  }
23
23
  declare const UpdateSpaceCommand_base: {
24
24
  new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes one or more values for a space.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const UpdateSpaceCommand_base: {
76
76
  * @throws {@link CodeCatalystServiceException}
77
77
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface VerifySessionCommandOutput extends VerifySessionResponse, __Met
22
22
  }
23
23
  declare const VerifySessionCommand_base: {
24
24
  new (input: VerifySessionCommandInput): import("@smithy/smithy-client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [VerifySessionCommandInput]): import("@smithy/smithy-client").CommandImpl<VerifySessionCommandInput, VerifySessionCommandOutput, CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Verifies whether the calling user has a valid Amazon CodeCatalyst login and session. If successful, this returns the ID of the user in Amazon CodeCatalyst.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const VerifySessionCommand_base: {
71
71
  * @throws {@link CodeCatalystServiceException}
72
72
  * <p>Base exception class for all service exceptions from CodeCatalyst service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class VerifySessionCommand extends VerifySessionCommand_base {
76
77
  }