@aws-sdk/client-proton 3.296.0 → 3.297.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 (102) hide show
  1. package/dist-types/Proton.d.ts +77 -0
  2. package/dist-types/ProtonClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateServiceCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteServiceCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  29. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  30. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +16 -0
  31. package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
  32. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +16 -0
  33. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +16 -0
  34. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  35. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +16 -0
  36. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +16 -0
  37. package/dist-types/commands/GetServiceCommand.d.ts +16 -0
  38. package/dist-types/commands/GetServiceInstanceCommand.d.ts +16 -0
  39. package/dist-types/commands/GetServiceTemplateCommand.d.ts +16 -0
  40. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +16 -0
  42. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +16 -0
  43. package/dist-types/commands/ListComponentOutputsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +16 -0
  49. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +16 -0
  56. package/dist-types/commands/ListServiceInstancesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +16 -0
  59. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +16 -0
  61. package/dist-types/commands/ListServicesCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +16 -0
  64. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +16 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateServiceCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +16 -0
  79. package/dist-types/models/ProtonServiceException.d.ts +2 -0
  80. package/dist-types/models/models_0.d.ts +566 -1
  81. package/dist-types/pagination/Interfaces.d.ts +3 -0
  82. package/dist-types/pagination/ListComponentOutputsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListComponentProvisionedResourcesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListEnvironmentTemplatesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListServiceInstancesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListServiceTemplateVersionsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListServiceTemplatesPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  102. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateServiceInstanceInput, UpdateServiceInstanceOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateServiceInstanceCommand}.
8
10
  */
9
11
  export interface UpdateServiceInstanceCommandInput extends UpdateServiceInstanceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateServiceInstanceCommand}.
13
17
  */
14
18
  export interface UpdateServiceInstanceCommandOutput extends UpdateServiceInstanceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update a service instance.</p>
18
23
  * <p>There are a few modes for updating a service instance. The <code>deploymentType</code> field defines the mode.</p>
19
24
  * <note>
@@ -33,6 +38,8 @@ export interface UpdateServiceInstanceCommandOutput extends UpdateServiceInstanc
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param UpdateServiceInstanceCommandInput - {@link UpdateServiceInstanceCommandInput}
42
+ * @returns {@link UpdateServiceInstanceCommandOutput}
36
43
  * @see {@link UpdateServiceInstanceCommandInput} for command's `input` shape.
37
44
  * @see {@link UpdateServiceInstanceCommandOutput} for command's `response` shape.
38
45
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -60,11 +67,20 @@ export interface UpdateServiceInstanceCommandOutput extends UpdateServiceInstanc
60
67
  export declare class UpdateServiceInstanceCommand extends $Command<UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput, ProtonClientResolvedConfig> {
61
68
  readonly input: UpdateServiceInstanceCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: UpdateServiceInstanceCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateServicePipelineInput, UpdateServicePipelineOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateServicePipelineCommand}.
8
10
  */
9
11
  export interface UpdateServicePipelineCommandInput extends UpdateServicePipelineInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateServicePipelineCommand}.
13
17
  */
14
18
  export interface UpdateServicePipelineCommandOutput extends UpdateServicePipelineOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update the service pipeline.</p>
18
23
  * <p>There are four modes for updating a service pipeline. The <code>deploymentType</code> field defines the mode.</p>
19
24
  * <dl>
@@ -59,6 +64,8 @@ export interface UpdateServicePipelineCommandOutput extends UpdateServicePipelin
59
64
  * const response = await client.send(command);
60
65
  * ```
61
66
  *
67
+ * @param UpdateServicePipelineCommandInput - {@link UpdateServicePipelineCommandInput}
68
+ * @returns {@link UpdateServicePipelineCommandOutput}
62
69
  * @see {@link UpdateServicePipelineCommandInput} for command's `input` shape.
63
70
  * @see {@link UpdateServicePipelineCommandOutput} for command's `response` shape.
64
71
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -86,11 +93,20 @@ export interface UpdateServicePipelineCommandOutput extends UpdateServicePipelin
86
93
  export declare class UpdateServicePipelineCommand extends $Command<UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput, ProtonClientResolvedConfig> {
87
94
  readonly input: UpdateServicePipelineCommandInput;
88
95
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
+ /**
97
+ * @public
98
+ */
89
99
  constructor(input: UpdateServicePipelineCommandInput);
90
100
  /**
91
101
  * @internal
92
102
  */
93
103
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput>;
104
+ /**
105
+ * @internal
106
+ */
94
107
  private serialize;
108
+ /**
109
+ * @internal
110
+ */
95
111
  private deserialize;
96
112
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateServiceTemplateInput, UpdateServiceTemplateOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateServiceTemplateCommand}.
8
10
  */
9
11
  export interface UpdateServiceTemplateCommandInput extends UpdateServiceTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateServiceTemplateCommand}.
13
17
  */
14
18
  export interface UpdateServiceTemplateCommandOutput extends UpdateServiceTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update a service template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateServiceTemplateCommandOutput extends UpdateServiceTemplat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateServiceTemplateCommandInput - {@link UpdateServiceTemplateCommandInput}
34
+ * @returns {@link UpdateServiceTemplateCommandOutput}
28
35
  * @see {@link UpdateServiceTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateServiceTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateServiceTemplateCommandOutput extends UpdateServiceTemplat
52
59
  export declare class UpdateServiceTemplateCommand extends $Command<UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
53
60
  readonly input: UpdateServiceTemplateCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateServiceTemplateCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateServiceTemplateVersionInput, UpdateServiceTemplateVersionOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateServiceTemplateVersionCommand}.
8
10
  */
9
11
  export interface UpdateServiceTemplateVersionCommandInput extends UpdateServiceTemplateVersionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateServiceTemplateVersionCommand}.
13
17
  */
14
18
  export interface UpdateServiceTemplateVersionCommandOutput extends UpdateServiceTemplateVersionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update a major or minor version of a service template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateServiceTemplateVersionCommandOutput extends UpdateService
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateServiceTemplateVersionCommandInput - {@link UpdateServiceTemplateVersionCommandInput}
34
+ * @returns {@link UpdateServiceTemplateVersionCommandOutput}
28
35
  * @see {@link UpdateServiceTemplateVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateServiceTemplateVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateServiceTemplateVersionCommandOutput extends UpdateService
52
59
  export declare class UpdateServiceTemplateVersionCommand extends $Command<UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
53
60
  readonly input: UpdateServiceTemplateVersionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateServiceTemplateVersionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateTemplateSyncConfigInput, UpdateTemplateSyncConfigOutput } from "../models/models_0";
5
5
  import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTemplateSyncConfigCommand}.
8
10
  */
9
11
  export interface UpdateTemplateSyncConfigCommandInput extends UpdateTemplateSyncConfigInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTemplateSyncConfigCommand}.
13
17
  */
14
18
  export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyncConfigOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update template sync configuration parameters, except for the <code>templateName</code> and
18
23
  * <code>templateType</code>. Repository details (branch, name, and provider) should be of a linked repository. A
19
24
  * linked repository is a repository that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
@@ -27,6 +32,8 @@ export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyn
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateTemplateSyncConfigCommandInput - {@link UpdateTemplateSyncConfigCommandInput}
36
+ * @returns {@link UpdateTemplateSyncConfigCommandOutput}
30
37
  * @see {@link UpdateTemplateSyncConfigCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateTemplateSyncConfigCommandOutput} for command's `response` shape.
32
39
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
@@ -54,11 +61,20 @@ export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyn
54
61
  export declare class UpdateTemplateSyncConfigCommand extends $Command<UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
55
62
  readonly input: UpdateTemplateSyncConfigCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: UpdateTemplateSyncConfigCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Proton service.
4
6
  */
5
7
  export declare class ProtonServiceException extends __ServiceException {