@aws-sdk/client-proton 3.774.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 (94) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/ProtonClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +1 -0
  8. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +1 -0
  9. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +1 -0
  10. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +1 -0
  11. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateComponentCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateRepositoryCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateServiceCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteComponentCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteRepositoryCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteServiceCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +1 -0
  35. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +1 -0
  36. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -0
  37. package/dist-types/commands/GetComponentCommand.d.ts +1 -0
  38. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -0
  39. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +1 -0
  40. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -0
  41. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +1 -0
  42. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +1 -0
  43. package/dist-types/commands/GetRepositoryCommand.d.ts +1 -0
  44. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +1 -0
  45. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +1 -0
  46. package/dist-types/commands/GetServiceCommand.d.ts +1 -0
  47. package/dist-types/commands/GetServiceInstanceCommand.d.ts +1 -0
  48. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +1 -0
  49. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +1 -0
  50. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +1 -0
  51. package/dist-types/commands/GetServiceTemplateCommand.d.ts +1 -0
  52. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +1 -0
  53. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +1 -0
  54. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +1 -0
  55. package/dist-types/commands/ListComponentOutputsCommand.d.ts +1 -0
  56. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +1 -0
  57. package/dist-types/commands/ListComponentsCommand.d.ts +1 -0
  58. package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -0
  59. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +1 -0
  60. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +1 -0
  61. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +1 -0
  62. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +1 -0
  63. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +1 -0
  64. package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -0
  65. package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -0
  66. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +1 -0
  67. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +1 -0
  68. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +1 -0
  69. package/dist-types/commands/ListServiceInstancesCommand.d.ts +1 -0
  70. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +1 -0
  71. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +1 -0
  72. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +1 -0
  73. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +1 -0
  74. package/dist-types/commands/ListServicesCommand.d.ts +1 -0
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  76. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +1 -0
  77. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +1 -0
  78. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  79. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  80. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -0
  81. package/dist-types/commands/UpdateComponentCommand.d.ts +1 -0
  82. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +1 -0
  83. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -0
  84. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +1 -0
  85. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +1 -0
  86. package/dist-types/commands/UpdateServiceCommand.d.ts +1 -0
  87. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +1 -0
  88. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +1 -0
  89. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +1 -0
  90. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +1 -0
  91. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +1 -0
  92. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +1 -0
  93. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +1 -0
  94. package/package.json +34 -34
@@ -40,8 +40,6 @@ const defaultProtonHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultProtonHttpAuthSchemeProvider = defaultProtonHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
package/dist-cjs/index.js CHANGED
@@ -294,12 +294,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
294
294
 
295
295
  // src/endpoint/EndpointParameters.ts
296
296
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
297
- return {
298
- ...options,
297
+ return Object.assign(options, {
299
298
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
300
299
  useFipsEndpoint: options.useFipsEndpoint ?? false,
301
300
  defaultSigningName: "proton"
302
- };
301
+ });
303
302
  }, "resolveClientEndpointParameters");
304
303
  var commonParams = {
305
304
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -356,22 +355,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
356
355
  }, "resolveHttpAuthRuntimeConfig");
357
356
 
358
357
  // src/runtimeExtensions.ts
359
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
360
358
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
361
- const extensionConfiguration = {
362
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
363
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
364
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
365
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
366
- };
359
+ const extensionConfiguration = Object.assign(
360
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
361
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
362
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
363
+ getHttpAuthExtensionConfiguration(runtimeConfig)
364
+ );
367
365
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
368
- return {
369
- ...runtimeConfig,
370
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
371
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
372
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
373
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
374
- };
366
+ return Object.assign(
367
+ runtimeConfig,
368
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
369
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
370
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
371
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
372
+ );
375
373
  }, "resolveRuntimeExtensions");
376
374
 
377
375
  // src/ProtonClient.ts
@@ -385,6 +383,8 @@ var ProtonClient = class extends import_smithy_client.Client {
385
383
  config;
386
384
  constructor(...[configuration]) {
387
385
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
386
+ super(_config_0);
387
+ this.initConfig = _config_0;
388
388
  const _config_1 = resolveClientEndpointParameters(_config_0);
389
389
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
390
390
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -393,7 +393,6 @@ var ProtonClient = class extends import_smithy_client.Client {
393
393
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
394
394
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
395
395
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
396
- super(_config_8);
397
396
  this.config = _config_8;
398
397
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
399
398
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -17,6 +17,8 @@ export class ProtonClient extends __Client {
17
17
  config;
18
18
  constructor(...[configuration]) {
19
19
  const _config_0 = __getRuntimeConfig(configuration || {});
20
+ super(_config_0);
21
+ this.initConfig = _config_0;
20
22
  const _config_1 = resolveClientEndpointParameters(_config_0);
21
23
  const _config_2 = resolveUserAgentConfig(_config_1);
22
24
  const _config_3 = resolveRetryConfig(_config_2);
@@ -25,7 +27,6 @@ export class ProtonClient extends __Client {
25
27
  const _config_6 = resolveEndpointConfig(_config_5);
26
28
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
27
29
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
28
- super(_config_8);
29
30
  this.config = _config_8;
30
31
  this.middlewareStack.use(getUserAgentPlugin(this.config));
31
32
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -35,7 +35,5 @@ export const defaultProtonHttpAuthSchemeProvider = (authParameters) => {
35
35
  };
36
36
  export const resolveHttpAuthSchemeConfig = (config) => {
37
37
  const config_0 = resolveAwsSdkSigV4Config(config);
38
- return {
39
- ...config_0,
40
- };
38
+ return Object.assign(config_0, {});
41
39
  };
@@ -1,10 +1,9 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
- return {
3
- ...options,
2
+ return Object.assign(options, {
4
3
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "proton",
7
- };
6
+ });
8
7
  };
9
8
  export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
- const asPartial = (t) => t;
6
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const extensionConfiguration = {
8
- ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
9
- ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
10
- ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
12
- };
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
13
7
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14
- return {
15
- ...runtimeConfig,
16
- ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
17
- ...resolveDefaultRuntimeConfig(extensionConfiguration),
18
- ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
20
- };
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
21
9
  };
@@ -87,6 +87,7 @@ declare const AcceptEnvironmentAccountConnectionCommand_base: {
87
87
  * @throws {@link ProtonServiceException}
88
88
  * <p>Base exception class for all service exceptions from Proton service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class AcceptEnvironmentAccountConnectionCommand extends AcceptEnvironmentAccountConnectionCommand_base {
@@ -92,6 +92,7 @@ declare const CancelComponentDeploymentCommand_base: {
92
92
  * @throws {@link ProtonServiceException}
93
93
  * <p>Base exception class for all service exceptions from Proton service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class CancelComponentDeploymentCommand extends CancelComponentDeploymentCommand_base {
@@ -114,6 +114,7 @@ declare const CancelEnvironmentDeploymentCommand_base: {
114
114
  * @throws {@link ProtonServiceException}
115
115
  * <p>Base exception class for all service exceptions from Proton service.</p>
116
116
  *
117
+ *
117
118
  * @public
118
119
  */
119
120
  export declare class CancelEnvironmentDeploymentCommand extends CancelEnvironmentDeploymentCommand_base {
@@ -108,6 +108,7 @@ declare const CancelServiceInstanceDeploymentCommand_base: {
108
108
  * @throws {@link ProtonServiceException}
109
109
  * <p>Base exception class for all service exceptions from Proton service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class CancelServiceInstanceDeploymentCommand extends CancelServiceInstanceDeploymentCommand_base {
@@ -103,6 +103,7 @@ declare const CancelServicePipelineDeploymentCommand_base: {
103
103
  * @throws {@link ProtonServiceException}
104
104
  * <p>Base exception class for all service exceptions from Proton service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class CancelServicePipelineDeploymentCommand extends CancelServicePipelineDeploymentCommand_base {
@@ -110,6 +110,7 @@ declare const CreateComponentCommand_base: {
110
110
  * @throws {@link ProtonServiceException}
111
111
  * <p>Base exception class for all service exceptions from Proton service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class CreateComponentCommand extends CreateComponentCommand_base {
@@ -100,6 +100,7 @@ declare const CreateEnvironmentAccountConnectionCommand_base: {
100
100
  * @throws {@link ProtonServiceException}
101
101
  * <p>Base exception class for all service exceptions from Proton service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class CreateEnvironmentAccountConnectionCommand extends CreateEnvironmentAccountConnectionCommand_base {
@@ -138,6 +138,7 @@ declare const CreateEnvironmentCommand_base: {
138
138
  * @throws {@link ProtonServiceException}
139
139
  * <p>Base exception class for all service exceptions from Proton service.</p>
140
140
  *
141
+ *
141
142
  * @public
142
143
  */
143
144
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
@@ -107,6 +107,7 @@ declare const CreateEnvironmentTemplateCommand_base: {
107
107
  * @throws {@link ProtonServiceException}
108
108
  * <p>Base exception class for all service exceptions from Proton service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class CreateEnvironmentTemplateCommand extends CreateEnvironmentTemplateCommand_base {
@@ -105,6 +105,7 @@ declare const CreateEnvironmentTemplateVersionCommand_base: {
105
105
  * @throws {@link ProtonServiceException}
106
106
  * <p>Base exception class for all service exceptions from Proton service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class CreateEnvironmentTemplateVersionCommand extends CreateEnvironmentTemplateVersionCommand_base {
@@ -93,6 +93,7 @@ declare const CreateRepositoryCommand_base: {
93
93
  * @throws {@link ProtonServiceException}
94
94
  * <p>Base exception class for all service exceptions from Proton service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {
@@ -120,6 +120,7 @@ declare const CreateServiceCommand_base: {
120
120
  * @throws {@link ProtonServiceException}
121
121
  * <p>Base exception class for all service exceptions from Proton service.</p>
122
122
  *
123
+ *
123
124
  * @public
124
125
  */
125
126
  export declare class CreateServiceCommand extends CreateServiceCommand_base {
@@ -100,6 +100,7 @@ declare const CreateServiceInstanceCommand_base: {
100
100
  * @throws {@link ProtonServiceException}
101
101
  * <p>Base exception class for all service exceptions from Proton service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class CreateServiceInstanceCommand extends CreateServiceInstanceCommand_base {
@@ -83,6 +83,7 @@ declare const CreateServiceSyncConfigCommand_base: {
83
83
  * @throws {@link ProtonServiceException}
84
84
  * <p>Base exception class for all service exceptions from Proton service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class CreateServiceSyncConfigCommand extends CreateServiceSyncConfigCommand_base {
@@ -98,6 +98,7 @@ declare const CreateServiceTemplateCommand_base: {
98
98
  * @throws {@link ProtonServiceException}
99
99
  * <p>Base exception class for all service exceptions from Proton service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class CreateServiceTemplateCommand extends CreateServiceTemplateCommand_base {
@@ -123,6 +123,7 @@ declare const CreateServiceTemplateVersionCommand_base: {
123
123
  * @throws {@link ProtonServiceException}
124
124
  * <p>Base exception class for all service exceptions from Proton service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class CreateServiceTemplateVersionCommand extends CreateServiceTemplateVersionCommand_base {
@@ -89,6 +89,7 @@ declare const CreateTemplateSyncConfigCommand_base: {
89
89
  * @throws {@link ProtonServiceException}
90
90
  * <p>Base exception class for all service exceptions from Proton service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class CreateTemplateSyncConfigCommand extends CreateTemplateSyncConfigCommand_base {
@@ -92,6 +92,7 @@ declare const DeleteComponentCommand_base: {
92
92
  * @throws {@link ProtonServiceException}
93
93
  * <p>Base exception class for all service exceptions from Proton service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
@@ -148,6 +148,7 @@ declare const DeleteDeploymentCommand_base: {
148
148
  * @throws {@link ProtonServiceException}
149
149
  * <p>Base exception class for all service exceptions from Proton service.</p>
150
150
  *
151
+ *
151
152
  * @public
152
153
  */
153
154
  export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
@@ -89,6 +89,7 @@ declare const DeleteEnvironmentAccountConnectionCommand_base: {
89
89
  * @throws {@link ProtonServiceException}
90
90
  * <p>Base exception class for all service exceptions from Proton service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class DeleteEnvironmentAccountConnectionCommand extends DeleteEnvironmentAccountConnectionCommand_base {
@@ -99,6 +99,7 @@ declare const DeleteEnvironmentCommand_base: {
99
99
  * @throws {@link ProtonServiceException}
100
100
  * <p>Base exception class for all service exceptions from Proton service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
@@ -82,6 +82,7 @@ declare const DeleteEnvironmentTemplateCommand_base: {
82
82
  * @throws {@link ProtonServiceException}
83
83
  * <p>Base exception class for all service exceptions from Proton service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DeleteEnvironmentTemplateCommand extends DeleteEnvironmentTemplateCommand_base {
@@ -91,6 +91,7 @@ declare const DeleteEnvironmentTemplateVersionCommand_base: {
91
91
  * @throws {@link ProtonServiceException}
92
92
  * <p>Base exception class for all service exceptions from Proton service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DeleteEnvironmentTemplateVersionCommand extends DeleteEnvironmentTemplateVersionCommand_base {
@@ -79,6 +79,7 @@ declare const DeleteRepositoryCommand_base: {
79
79
  * @throws {@link ProtonServiceException}
80
80
  * <p>Base exception class for all service exceptions from Proton service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
@@ -106,6 +106,7 @@ declare const DeleteServiceCommand_base: {
106
106
  * @throws {@link ProtonServiceException}
107
107
  * <p>Base exception class for all service exceptions from Proton service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
@@ -78,6 +78,7 @@ declare const DeleteServiceSyncConfigCommand_base: {
78
78
  * @throws {@link ProtonServiceException}
79
79
  * <p>Base exception class for all service exceptions from Proton service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DeleteServiceSyncConfigCommand extends DeleteServiceSyncConfigCommand_base {
@@ -83,6 +83,7 @@ declare const DeleteServiceTemplateCommand_base: {
83
83
  * @throws {@link ProtonServiceException}
84
84
  * <p>Base exception class for all service exceptions from Proton service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DeleteServiceTemplateCommand extends DeleteServiceTemplateCommand_base {
@@ -103,6 +103,7 @@ declare const DeleteServiceTemplateVersionCommand_base: {
103
103
  * @throws {@link ProtonServiceException}
104
104
  * <p>Base exception class for all service exceptions from Proton service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class DeleteServiceTemplateVersionCommand extends DeleteServiceTemplateVersionCommand_base {
@@ -80,6 +80,7 @@ declare const DeleteTemplateSyncConfigCommand_base: {
80
80
  * @throws {@link ProtonServiceException}
81
81
  * <p>Base exception class for all service exceptions from Proton service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DeleteTemplateSyncConfigCommand extends DeleteTemplateSyncConfigCommand_base {
@@ -76,6 +76,7 @@ declare const GetAccountSettingsCommand_base: {
76
76
  * @throws {@link ProtonServiceException}
77
77
  * <p>Base exception class for all service exceptions from Proton service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
@@ -89,6 +89,7 @@ declare const GetComponentCommand_base: {
89
89
  * @throws {@link ProtonServiceException}
90
90
  * <p>Base exception class for all service exceptions from Proton service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class GetComponentCommand extends GetComponentCommand_base {
@@ -152,6 +152,7 @@ declare const GetDeploymentCommand_base: {
152
152
  * @throws {@link ProtonServiceException}
153
153
  * <p>Base exception class for all service exceptions from Proton service.</p>
154
154
  *
155
+ *
155
156
  * @public
156
157
  */
157
158
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
@@ -83,6 +83,7 @@ declare const GetEnvironmentAccountConnectionCommand_base: {
83
83
  * @throws {@link ProtonServiceException}
84
84
  * <p>Base exception class for all service exceptions from Proton service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetEnvironmentAccountConnectionCommand extends GetEnvironmentAccountConnectionCommand_base {
@@ -96,6 +96,7 @@ declare const GetEnvironmentCommand_base: {
96
96
  * @throws {@link ProtonServiceException}
97
97
  * <p>Base exception class for all service exceptions from Proton service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
@@ -79,6 +79,7 @@ declare const GetEnvironmentTemplateCommand_base: {
79
79
  * @throws {@link ProtonServiceException}
80
80
  * <p>Base exception class for all service exceptions from Proton service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GetEnvironmentTemplateCommand extends GetEnvironmentTemplateCommand_base {
@@ -83,6 +83,7 @@ declare const GetEnvironmentTemplateVersionCommand_base: {
83
83
  * @throws {@link ProtonServiceException}
84
84
  * <p>Base exception class for all service exceptions from Proton service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetEnvironmentTemplateVersionCommand extends GetEnvironmentTemplateVersionCommand_base {
@@ -76,6 +76,7 @@ declare const GetRepositoryCommand_base: {
76
76
  * @throws {@link ProtonServiceException}
77
77
  * <p>Base exception class for all service exceptions from Proton service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class GetRepositoryCommand extends GetRepositoryCommand_base {
@@ -90,6 +90,7 @@ declare const GetRepositorySyncStatusCommand_base: {
90
90
  * @throws {@link ProtonServiceException}
91
91
  * <p>Base exception class for all service exceptions from Proton service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {
@@ -111,6 +111,7 @@ declare const GetResourcesSummaryCommand_base: {
111
111
  * @throws {@link ProtonServiceException}
112
112
  * <p>Base exception class for all service exceptions from Proton service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class GetResourcesSummaryCommand extends GetResourcesSummaryCommand_base {
@@ -96,6 +96,7 @@ declare const GetServiceCommand_base: {
96
96
  * @throws {@link ProtonServiceException}
97
97
  * <p>Base exception class for all service exceptions from Proton service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class GetServiceCommand extends GetServiceCommand_base {
@@ -88,6 +88,7 @@ declare const GetServiceInstanceCommand_base: {
88
88
  * @throws {@link ProtonServiceException}
89
89
  * <p>Base exception class for all service exceptions from Proton service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class GetServiceInstanceCommand extends GetServiceInstanceCommand_base {
@@ -130,6 +130,7 @@ declare const GetServiceInstanceSyncStatusCommand_base: {
130
130
  * @throws {@link ProtonServiceException}
131
131
  * <p>Base exception class for all service exceptions from Proton service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class GetServiceInstanceSyncStatusCommand extends GetServiceInstanceSyncStatusCommand_base {
@@ -90,6 +90,7 @@ declare const GetServiceSyncBlockerSummaryCommand_base: {
90
90
  * @throws {@link ProtonServiceException}
91
91
  * <p>Base exception class for all service exceptions from Proton service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class GetServiceSyncBlockerSummaryCommand extends GetServiceSyncBlockerSummaryCommand_base {
@@ -75,6 +75,7 @@ declare const GetServiceSyncConfigCommand_base: {
75
75
  * @throws {@link ProtonServiceException}
76
76
  * <p>Base exception class for all service exceptions from Proton service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class GetServiceSyncConfigCommand extends GetServiceSyncConfigCommand_base {
@@ -79,6 +79,7 @@ declare const GetServiceTemplateCommand_base: {
79
79
  * @throws {@link ProtonServiceException}
80
80
  * <p>Base exception class for all service exceptions from Proton service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GetServiceTemplateCommand extends GetServiceTemplateCommand_base {
@@ -92,6 +92,7 @@ declare const GetServiceTemplateVersionCommand_base: {
92
92
  * @throws {@link ProtonServiceException}
93
93
  * <p>Base exception class for all service exceptions from Proton service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class GetServiceTemplateVersionCommand extends GetServiceTemplateVersionCommand_base {
@@ -77,6 +77,7 @@ declare const GetTemplateSyncConfigCommand_base: {
77
77
  * @throws {@link ProtonServiceException}
78
78
  * <p>Base exception class for all service exceptions from Proton service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class GetTemplateSyncConfigCommand extends GetTemplateSyncConfigCommand_base {
@@ -131,6 +131,7 @@ declare const GetTemplateSyncStatusCommand_base: {
131
131
  * @throws {@link ProtonServiceException}
132
132
  * <p>Base exception class for all service exceptions from Proton service.</p>
133
133
  *
134
+ *
134
135
  * @public
135
136
  */
136
137
  export declare class GetTemplateSyncStatusCommand extends GetTemplateSyncStatusCommand_base {
@@ -80,6 +80,7 @@ declare const ListComponentOutputsCommand_base: {
80
80
  * @throws {@link ProtonServiceException}
81
81
  * <p>Base exception class for all service exceptions from Proton service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListComponentOutputsCommand extends ListComponentOutputsCommand_base {
@@ -80,6 +80,7 @@ declare const ListComponentProvisionedResourcesCommand_base: {
80
80
  * @throws {@link ProtonServiceException}
81
81
  * <p>Base exception class for all service exceptions from Proton service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListComponentProvisionedResourcesCommand extends ListComponentProvisionedResourcesCommand_base {
@@ -90,6 +90,7 @@ declare const ListComponentsCommand_base: {
90
90
  * @throws {@link ProtonServiceException}
91
91
  * <p>Base exception class for all service exceptions from Proton service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListComponentsCommand extends ListComponentsCommand_base {
@@ -93,6 +93,7 @@ declare const ListDeploymentsCommand_base: {
93
93
  * @throws {@link ProtonServiceException}
94
94
  * <p>Base exception class for all service exceptions from Proton service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
@@ -88,6 +88,7 @@ declare const ListEnvironmentAccountConnectionsCommand_base: {
88
88
  * @throws {@link ProtonServiceException}
89
89
  * <p>Base exception class for all service exceptions from Proton service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class ListEnvironmentAccountConnectionsCommand extends ListEnvironmentAccountConnectionsCommand_base {
@@ -77,6 +77,7 @@ declare const ListEnvironmentOutputsCommand_base: {
77
77
  * @throws {@link ProtonServiceException}
78
78
  * <p>Base exception class for all service exceptions from Proton service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListEnvironmentOutputsCommand extends ListEnvironmentOutputsCommand_base {
@@ -77,6 +77,7 @@ declare const ListEnvironmentProvisionedResourcesCommand_base: {
77
77
  * @throws {@link ProtonServiceException}
78
78
  * <p>Base exception class for all service exceptions from Proton service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListEnvironmentProvisionedResourcesCommand extends ListEnvironmentProvisionedResourcesCommand_base {
@@ -86,6 +86,7 @@ declare const ListEnvironmentTemplateVersionsCommand_base: {
86
86
  * @throws {@link ProtonServiceException}
87
87
  * <p>Base exception class for all service exceptions from Proton service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListEnvironmentTemplateVersionsCommand extends ListEnvironmentTemplateVersionsCommand_base {
@@ -79,6 +79,7 @@ declare const ListEnvironmentTemplatesCommand_base: {
79
79
  * @throws {@link ProtonServiceException}
80
80
  * <p>Base exception class for all service exceptions from Proton service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListEnvironmentTemplatesCommand extends ListEnvironmentTemplatesCommand_base {
@@ -98,6 +98,7 @@ declare const ListEnvironmentsCommand_base: {
98
98
  * @throws {@link ProtonServiceException}
99
99
  * <p>Base exception class for all service exceptions from Proton service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
@@ -78,6 +78,7 @@ declare const ListRepositoriesCommand_base: {
78
78
  * @throws {@link ProtonServiceException}
79
79
  * <p>Base exception class for all service exceptions from Proton service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListRepositoriesCommand extends ListRepositoriesCommand_base {
@@ -77,6 +77,7 @@ declare const ListRepositorySyncDefinitionsCommand_base: {
77
77
  * @throws {@link ProtonServiceException}
78
78
  * <p>Base exception class for all service exceptions from Proton service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListRepositorySyncDefinitionsCommand extends ListRepositorySyncDefinitionsCommand_base {
@@ -78,6 +78,7 @@ declare const ListServiceInstanceOutputsCommand_base: {
78
78
  * @throws {@link ProtonServiceException}
79
79
  * <p>Base exception class for all service exceptions from Proton service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListServiceInstanceOutputsCommand extends ListServiceInstanceOutputsCommand_base {
@@ -78,6 +78,7 @@ declare const ListServiceInstanceProvisionedResourcesCommand_base: {
78
78
  * @throws {@link ProtonServiceException}
79
79
  * <p>Base exception class for all service exceptions from Proton service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListServiceInstanceProvisionedResourcesCommand extends ListServiceInstanceProvisionedResourcesCommand_base {
@@ -98,6 +98,7 @@ declare const ListServiceInstancesCommand_base: {
98
98
  * @throws {@link ProtonServiceException}
99
99
  * <p>Base exception class for all service exceptions from Proton service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class ListServiceInstancesCommand extends ListServiceInstancesCommand_base {
@@ -77,6 +77,7 @@ declare const ListServicePipelineOutputsCommand_base: {
77
77
  * @throws {@link ProtonServiceException}
78
78
  * <p>Base exception class for all service exceptions from Proton service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListServicePipelineOutputsCommand extends ListServicePipelineOutputsCommand_base {
@@ -77,6 +77,7 @@ declare const ListServicePipelineProvisionedResourcesCommand_base: {
77
77
  * @throws {@link ProtonServiceException}
78
78
  * <p>Base exception class for all service exceptions from Proton service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListServicePipelineProvisionedResourcesCommand extends ListServicePipelineProvisionedResourcesCommand_base {
@@ -86,6 +86,7 @@ declare const ListServiceTemplateVersionsCommand_base: {
86
86
  * @throws {@link ProtonServiceException}
87
87
  * <p>Base exception class for all service exceptions from Proton service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListServiceTemplateVersionsCommand extends ListServiceTemplateVersionsCommand_base {
@@ -79,6 +79,7 @@ declare const ListServiceTemplatesCommand_base: {
79
79
  * @throws {@link ProtonServiceException}
80
80
  * <p>Base exception class for all service exceptions from Proton service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListServiceTemplatesCommand extends ListServiceTemplatesCommand_base {
@@ -79,6 +79,7 @@ declare const ListServicesCommand_base: {
79
79
  * @throws {@link ProtonServiceException}
80
80
  * <p>Base exception class for all service exceptions from Proton service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListServicesCommand extends ListServicesCommand_base {
@@ -78,6 +78,7 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @throws {@link ProtonServiceException}
79
79
  * <p>Base exception class for all service exceptions from Proton service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -84,6 +84,7 @@ declare const NotifyResourceDeploymentStatusChangeCommand_base: {
84
84
  * @throws {@link ProtonServiceException}
85
85
  * <p>Base exception class for all service exceptions from Proton service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class NotifyResourceDeploymentStatusChangeCommand extends NotifyResourceDeploymentStatusChangeCommand_base {
@@ -89,6 +89,7 @@ declare const RejectEnvironmentAccountConnectionCommand_base: {
89
89
  * @throws {@link ProtonServiceException}
90
90
  * <p>Base exception class for all service exceptions from Proton service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class RejectEnvironmentAccountConnectionCommand extends RejectEnvironmentAccountConnectionCommand_base {
@@ -78,6 +78,7 @@ declare const TagResourceCommand_base: {
78
78
  * @throws {@link ProtonServiceException}
79
79
  * <p>Base exception class for all service exceptions from Proton service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -75,6 +75,7 @@ declare const UntagResourceCommand_base: {
75
75
  * @throws {@link ProtonServiceException}
76
76
  * <p>Base exception class for all service exceptions from Proton service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -85,6 +85,7 @@ declare const UpdateAccountSettingsCommand_base: {
85
85
  * @throws {@link ProtonServiceException}
86
86
  * <p>Base exception class for all service exceptions from Proton service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
@@ -108,6 +108,7 @@ declare const UpdateComponentCommand_base: {
108
108
  * @throws {@link ProtonServiceException}
109
109
  * <p>Base exception class for all service exceptions from Proton service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
@@ -89,6 +89,7 @@ declare const UpdateEnvironmentAccountConnectionCommand_base: {
89
89
  * @throws {@link ProtonServiceException}
90
90
  * <p>Base exception class for all service exceptions from Proton service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class UpdateEnvironmentAccountConnectionCommand extends UpdateEnvironmentAccountConnectionCommand_base {
@@ -161,6 +161,7 @@ declare const UpdateEnvironmentCommand_base: {
161
161
  * @throws {@link ProtonServiceException}
162
162
  * <p>Base exception class for all service exceptions from Proton service.</p>
163
163
  *
164
+ *
164
165
  * @public
165
166
  */
166
167
  export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
@@ -84,6 +84,7 @@ declare const UpdateEnvironmentTemplateCommand_base: {
84
84
  * @throws {@link ProtonServiceException}
85
85
  * <p>Base exception class for all service exceptions from Proton service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class UpdateEnvironmentTemplateCommand extends UpdateEnvironmentTemplateCommand_base {
@@ -88,6 +88,7 @@ declare const UpdateEnvironmentTemplateVersionCommand_base: {
88
88
  * @throws {@link ProtonServiceException}
89
89
  * <p>Base exception class for all service exceptions from Proton service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class UpdateEnvironmentTemplateVersionCommand extends UpdateEnvironmentTemplateVersionCommand_base {
@@ -118,6 +118,7 @@ declare const UpdateServiceCommand_base: {
118
118
  * @throws {@link ProtonServiceException}
119
119
  * <p>Base exception class for all service exceptions from Proton service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
@@ -104,6 +104,7 @@ declare const UpdateServiceInstanceCommand_base: {
104
104
  * @throws {@link ProtonServiceException}
105
105
  * <p>Base exception class for all service exceptions from Proton service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class UpdateServiceInstanceCommand extends UpdateServiceInstanceCommand_base {
@@ -129,6 +129,7 @@ declare const UpdateServicePipelineCommand_base: {
129
129
  * @throws {@link ProtonServiceException}
130
130
  * <p>Base exception class for all service exceptions from Proton service.</p>
131
131
  *
132
+ *
132
133
  * @public
133
134
  */
134
135
  export declare class UpdateServicePipelineCommand extends UpdateServicePipelineCommand_base {
@@ -89,6 +89,7 @@ declare const UpdateServiceSyncBlockerCommand_base: {
89
89
  * @throws {@link ProtonServiceException}
90
90
  * <p>Base exception class for all service exceptions from Proton service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class UpdateServiceSyncBlockerCommand extends UpdateServiceSyncBlockerCommand_base {
@@ -82,6 +82,7 @@ declare const UpdateServiceSyncConfigCommand_base: {
82
82
  * @throws {@link ProtonServiceException}
83
83
  * <p>Base exception class for all service exceptions from Proton service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class UpdateServiceSyncConfigCommand extends UpdateServiceSyncConfigCommand_base {
@@ -84,6 +84,7 @@ declare const UpdateServiceTemplateCommand_base: {
84
84
  * @throws {@link ProtonServiceException}
85
85
  * <p>Base exception class for all service exceptions from Proton service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class UpdateServiceTemplateCommand extends UpdateServiceTemplateCommand_base {
@@ -106,6 +106,7 @@ declare const UpdateServiceTemplateVersionCommand_base: {
106
106
  * @throws {@link ProtonServiceException}
107
107
  * <p>Base exception class for all service exceptions from Proton service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class UpdateServiceTemplateVersionCommand extends UpdateServiceTemplateVersionCommand_base {
@@ -86,6 +86,7 @@ declare const UpdateTemplateSyncConfigCommand_base: {
86
86
  * @throws {@link ProtonServiceException}
87
87
  * <p>Base exception class for all service exceptions from Proton service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class UpdateTemplateSyncConfigCommand extends UpdateTemplateSyncConfigCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-proton",
3
3
  "description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
4
- "version": "3.774.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-proton",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.2",
59
+ "@smithy/util-waiter": "^4.0.3",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"