@aws-sdk/client-resiliencehub 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 (70) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/ResiliencehubClient.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/AcceptResourceGroupingRecommendationsCommand.d.ts +1 -0
  8. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +1 -0
  9. package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateAppCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteAppCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +1 -0
  25. package/dist-types/commands/DescribeAppVersionCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +1 -0
  28. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +1 -0
  29. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +1 -0
  30. package/dist-types/commands/DescribeMetricsExportCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +1 -0
  32. package/dist-types/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +1 -0
  33. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +1 -0
  34. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +1 -0
  35. package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +1 -0
  36. package/dist-types/commands/ListAppAssessmentResourceDriftsCommand.d.ts +1 -0
  37. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +1 -0
  38. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +1 -0
  39. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +1 -0
  40. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +1 -0
  41. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +1 -0
  42. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +1 -0
  43. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +1 -0
  44. package/dist-types/commands/ListAppVersionsCommand.d.ts +1 -0
  45. package/dist-types/commands/ListAppsCommand.d.ts +1 -0
  46. package/dist-types/commands/ListMetricsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +1 -0
  48. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +1 -0
  49. package/dist-types/commands/ListResourceGroupingRecommendationsCommand.d.ts +1 -0
  50. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +1 -0
  51. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +1 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  53. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +1 -0
  54. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +1 -0
  55. package/dist-types/commands/PublishAppVersionCommand.d.ts +1 -0
  56. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +1 -0
  57. package/dist-types/commands/RejectResourceGroupingRecommendationsCommand.d.ts +1 -0
  58. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +1 -0
  59. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +1 -0
  60. package/dist-types/commands/StartAppAssessmentCommand.d.ts +1 -0
  61. package/dist-types/commands/StartMetricsExportCommand.d.ts +1 -0
  62. package/dist-types/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +1 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  65. package/dist-types/commands/UpdateAppCommand.d.ts +1 -0
  66. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +1 -0
  67. package/dist-types/commands/UpdateAppVersionCommand.d.ts +1 -0
  68. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +1 -0
  69. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +1 -0
  70. package/package.json +33 -33
@@ -40,8 +40,6 @@ const defaultResiliencehubHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultResiliencehubHttpAuthSchemeProvider = defaultResiliencehubHttpAuthSchemeProvider;
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
@@ -199,12 +199,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
199
199
 
200
200
  // src/endpoint/EndpointParameters.ts
201
201
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
202
- return {
203
- ...options,
202
+ return Object.assign(options, {
204
203
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
205
204
  useFipsEndpoint: options.useFipsEndpoint ?? false,
206
205
  defaultSigningName: "resiliencehub"
207
- };
206
+ });
208
207
  }, "resolveClientEndpointParameters");
209
208
  var commonParams = {
210
209
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -261,22 +260,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
261
260
  }, "resolveHttpAuthRuntimeConfig");
262
261
 
263
262
  // src/runtimeExtensions.ts
264
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
265
263
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
266
- const extensionConfiguration = {
267
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
268
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
269
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
270
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
271
- };
264
+ const extensionConfiguration = Object.assign(
265
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
266
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
267
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
268
+ getHttpAuthExtensionConfiguration(runtimeConfig)
269
+ );
272
270
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
273
- return {
274
- ...runtimeConfig,
275
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
276
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
277
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
278
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
279
- };
271
+ return Object.assign(
272
+ runtimeConfig,
273
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
274
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
275
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
276
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
277
+ );
280
278
  }, "resolveRuntimeExtensions");
281
279
 
282
280
  // src/ResiliencehubClient.ts
@@ -290,6 +288,8 @@ var ResiliencehubClient = class extends import_smithy_client.Client {
290
288
  config;
291
289
  constructor(...[configuration]) {
292
290
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
291
+ super(_config_0);
292
+ this.initConfig = _config_0;
293
293
  const _config_1 = resolveClientEndpointParameters(_config_0);
294
294
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
295
295
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -298,7 +298,6 @@ var ResiliencehubClient = class extends import_smithy_client.Client {
298
298
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
299
299
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
300
300
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
301
- super(_config_8);
302
301
  this.config = _config_8;
303
302
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
304
303
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -17,6 +17,8 @@ export class ResiliencehubClient 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 ResiliencehubClient 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 defaultResiliencehubHttpAuthSchemeProvider = (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: "resiliencehub",
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
  };
@@ -83,6 +83,7 @@ declare const AcceptResourceGroupingRecommendationsCommand_base: {
83
83
  * @throws {@link ResiliencehubServiceException}
84
84
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class AcceptResourceGroupingRecommendationsCommand extends AcceptResourceGroupingRecommendationsCommand_base {
@@ -122,6 +122,7 @@ declare const AddDraftAppVersionResourceMappingsCommand_base: {
122
122
  * @throws {@link ResiliencehubServiceException}
123
123
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class AddDraftAppVersionResourceMappingsCommand extends AddDraftAppVersionResourceMappingsCommand_base {
@@ -106,6 +106,7 @@ declare const BatchUpdateRecommendationStatusCommand_base: {
106
106
  * @throws {@link ResiliencehubServiceException}
107
107
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class BatchUpdateRecommendationStatusCommand extends BatchUpdateRecommendationStatusCommand_base {
@@ -148,6 +148,7 @@ declare const CreateAppCommand_base: {
148
148
  * @throws {@link ResiliencehubServiceException}
149
149
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
150
150
  *
151
+ *
151
152
  * @public
152
153
  */
153
154
  export declare class CreateAppCommand extends CreateAppCommand_base {
@@ -107,6 +107,7 @@ declare const CreateAppVersionAppComponentCommand_base: {
107
107
  * @throws {@link ResiliencehubServiceException}
108
108
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class CreateAppVersionAppComponentCommand extends CreateAppVersionAppComponentCommand_base {
@@ -159,6 +159,7 @@ declare const CreateAppVersionResourceCommand_base: {
159
159
  * @throws {@link ResiliencehubServiceException}
160
160
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
161
161
  *
162
+ *
162
163
  * @public
163
164
  */
164
165
  export declare class CreateAppVersionResourceCommand extends CreateAppVersionResourceCommand_base {
@@ -119,6 +119,7 @@ declare const CreateRecommendationTemplateCommand_base: {
119
119
  * @throws {@link ResiliencehubServiceException}
120
120
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class CreateRecommendationTemplateCommand extends CreateRecommendationTemplateCommand_base {
@@ -118,6 +118,7 @@ declare const CreateResiliencyPolicyCommand_base: {
118
118
  * @throws {@link ResiliencehubServiceException}
119
119
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class CreateResiliencyPolicyCommand extends CreateResiliencyPolicyCommand_base {
@@ -81,6 +81,7 @@ declare const DeleteAppAssessmentCommand_base: {
81
81
  * @throws {@link ResiliencehubServiceException}
82
82
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DeleteAppAssessmentCommand extends DeleteAppAssessmentCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteAppCommand_base: {
76
76
  * @throws {@link ResiliencehubServiceException}
77
77
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteAppCommand extends DeleteAppCommand_base {
@@ -101,6 +101,7 @@ declare const DeleteAppInputSourceCommand_base: {
101
101
  * @throws {@link ResiliencehubServiceException}
102
102
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class DeleteAppInputSourceCommand extends DeleteAppInputSourceCommand_base {
@@ -104,6 +104,7 @@ declare const DeleteAppVersionAppComponentCommand_base: {
104
104
  * @throws {@link ResiliencehubServiceException}
105
105
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class DeleteAppVersionAppComponentCommand extends DeleteAppVersionAppComponentCommand_base {
@@ -144,6 +144,7 @@ declare const DeleteAppVersionResourceCommand_base: {
144
144
  * @throws {@link ResiliencehubServiceException}
145
145
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
146
146
  *
147
+ *
147
148
  * @public
148
149
  */
149
150
  export declare class DeleteAppVersionResourceCommand extends DeleteAppVersionResourceCommand_base {
@@ -75,6 +75,7 @@ declare const DeleteRecommendationTemplateCommand_base: {
75
75
  * @throws {@link ResiliencehubServiceException}
76
76
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DeleteRecommendationTemplateCommand extends DeleteRecommendationTemplateCommand_base {
@@ -79,6 +79,7 @@ declare const DeleteResiliencyPolicyCommand_base: {
79
79
  * @throws {@link ResiliencehubServiceException}
80
80
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DeleteResiliencyPolicyCommand extends DeleteResiliencyPolicyCommand_base {
@@ -161,6 +161,7 @@ declare const DescribeAppAssessmentCommand_base: {
161
161
  * @throws {@link ResiliencehubServiceException}
162
162
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
163
163
  *
164
+ *
164
165
  * @public
165
166
  */
166
167
  export declare class DescribeAppAssessmentCommand extends DescribeAppAssessmentCommand_base {
@@ -106,6 +106,7 @@ declare const DescribeAppCommand_base: {
106
106
  * @throws {@link ResiliencehubServiceException}
107
107
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class DescribeAppCommand extends DescribeAppCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeAppVersionAppComponentCommand_base: {
91
91
  * @throws {@link ResiliencehubServiceException}
92
92
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeAppVersionAppComponentCommand extends DescribeAppVersionAppComponentCommand_base {
@@ -79,6 +79,7 @@ declare const DescribeAppVersionCommand_base: {
79
79
  * @throws {@link ResiliencehubServiceException}
80
80
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DescribeAppVersionCommand extends DescribeAppVersionCommand_base {
@@ -148,6 +148,7 @@ declare const DescribeAppVersionResourceCommand_base: {
148
148
  * @throws {@link ResiliencehubServiceException}
149
149
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
150
150
  *
151
+ *
151
152
  * @public
152
153
  */
153
154
  export declare class DescribeAppVersionResourceCommand extends DescribeAppVersionResourceCommand_base {
@@ -80,6 +80,7 @@ declare const DescribeAppVersionResourcesResolutionStatusCommand_base: {
80
80
  * @throws {@link ResiliencehubServiceException}
81
81
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DescribeAppVersionResourcesResolutionStatusCommand extends DescribeAppVersionResourcesResolutionStatusCommand_base {
@@ -75,6 +75,7 @@ declare const DescribeAppVersionTemplateCommand_base: {
75
75
  * @throws {@link ResiliencehubServiceException}
76
76
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DescribeAppVersionTemplateCommand extends DescribeAppVersionTemplateCommand_base {
@@ -88,6 +88,7 @@ declare const DescribeDraftAppVersionResourcesImportStatusCommand_base: {
88
88
  * @throws {@link ResiliencehubServiceException}
89
89
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends DescribeDraftAppVersionResourcesImportStatusCommand_base {
@@ -78,6 +78,7 @@ declare const DescribeMetricsExportCommand_base: {
78
78
  * @throws {@link ResiliencehubServiceException}
79
79
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DescribeMetricsExportCommand extends DescribeMetricsExportCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeResiliencyPolicyCommand_base: {
91
91
  * @throws {@link ResiliencehubServiceException}
92
92
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeResiliencyPolicyCommand extends DescribeResiliencyPolicyCommand_base {
@@ -75,6 +75,7 @@ declare const DescribeResourceGroupingRecommendationTaskCommand_base: {
75
75
  * @throws {@link ResiliencehubServiceException}
76
76
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DescribeResourceGroupingRecommendationTaskCommand extends DescribeResourceGroupingRecommendationTaskCommand_base {
@@ -119,6 +119,7 @@ declare const ImportResourcesToDraftAppVersionCommand_base: {
119
119
  * @throws {@link ResiliencehubServiceException}
120
120
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class ImportResourcesToDraftAppVersionCommand extends ImportResourcesToDraftAppVersionCommand_base {
@@ -107,6 +107,7 @@ declare const ListAlarmRecommendationsCommand_base: {
107
107
  * @throws {@link ResiliencehubServiceException}
108
108
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class ListAlarmRecommendationsCommand extends ListAlarmRecommendationsCommand_base {
@@ -112,6 +112,7 @@ declare const ListAppAssessmentComplianceDriftsCommand_base: {
112
112
  * @throws {@link ResiliencehubServiceException}
113
113
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class ListAppAssessmentComplianceDriftsCommand extends ListAppAssessmentComplianceDriftsCommand_base {
@@ -90,6 +90,7 @@ declare const ListAppAssessmentResourceDriftsCommand_base: {
90
90
  * @throws {@link ResiliencehubServiceException}
91
91
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListAppAssessmentResourceDriftsCommand extends ListAppAssessmentResourceDriftsCommand_base {
@@ -104,6 +104,7 @@ declare const ListAppAssessmentsCommand_base: {
104
104
  * @throws {@link ResiliencehubServiceException}
105
105
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class ListAppAssessmentsCommand extends ListAppAssessmentsCommand_base {
@@ -114,6 +114,7 @@ declare const ListAppComponentCompliancesCommand_base: {
114
114
  * @throws {@link ResiliencehubServiceException}
115
115
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
116
116
  *
117
+ *
117
118
  * @public
118
119
  */
119
120
  export declare class ListAppComponentCompliancesCommand extends ListAppComponentCompliancesCommand_base {
@@ -121,6 +121,7 @@ declare const ListAppComponentRecommendationsCommand_base: {
121
121
  * @throws {@link ResiliencehubServiceException}
122
122
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class ListAppComponentRecommendationsCommand extends ListAppComponentRecommendationsCommand_base {
@@ -92,6 +92,7 @@ declare const ListAppInputSourcesCommand_base: {
92
92
  * @throws {@link ResiliencehubServiceException}
93
93
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class ListAppInputSourcesCommand extends ListAppInputSourcesCommand_base {
@@ -95,6 +95,7 @@ declare const ListAppVersionAppComponentsCommand_base: {
95
95
  * @throws {@link ResiliencehubServiceException}
96
96
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class ListAppVersionAppComponentsCommand extends ListAppVersionAppComponentsCommand_base {
@@ -94,6 +94,7 @@ declare const ListAppVersionResourceMappingsCommand_base: {
94
94
  * @throws {@link ResiliencehubServiceException}
95
95
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListAppVersionResourceMappingsCommand extends ListAppVersionResourceMappingsCommand_base {
@@ -122,6 +122,7 @@ declare const ListAppVersionResourcesCommand_base: {
122
122
  * @throws {@link ResiliencehubServiceException}
123
123
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class ListAppVersionResourcesCommand extends ListAppVersionResourcesCommand_base {
@@ -81,6 +81,7 @@ declare const ListAppVersionsCommand_base: {
81
81
  * @throws {@link ResiliencehubServiceException}
82
82
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListAppVersionsCommand extends ListAppVersionsCommand_base {
@@ -102,6 +102,7 @@ declare const ListAppsCommand_base: {
102
102
  * @throws {@link ResiliencehubServiceException}
103
103
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class ListAppsCommand extends ListAppsCommand_base {
@@ -24,7 +24,7 @@ export interface ListMetricsCommandOutput extends ListMetricsResponse, __Metadat
24
24
  declare const ListMetricsCommand_base: {
25
25
  new (input: ListMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (...[input]: [] | [ListMetricsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
30
  * <p>Lists the metrics that can be exported.</p>
@@ -95,6 +95,7 @@ declare const ListMetricsCommand_base: {
95
95
  * @throws {@link ResiliencehubServiceException}
96
96
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class ListMetricsCommand extends ListMetricsCommand_base {
@@ -104,6 +104,7 @@ declare const ListRecommendationTemplatesCommand_base: {
104
104
  * @throws {@link ResiliencehubServiceException}
105
105
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class ListRecommendationTemplatesCommand extends ListRecommendationTemplatesCommand_base {
@@ -94,6 +94,7 @@ declare const ListResiliencyPoliciesCommand_base: {
94
94
  * @throws {@link ResiliencehubServiceException}
95
95
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListResiliencyPoliciesCommand extends ListResiliencyPoliciesCommand_base {
@@ -114,6 +114,7 @@ declare const ListResourceGroupingRecommendationsCommand_base: {
114
114
  * @throws {@link ResiliencehubServiceException}
115
115
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
116
116
  *
117
+ *
117
118
  * @public
118
119
  */
119
120
  export declare class ListResourceGroupingRecommendationsCommand extends ListResourceGroupingRecommendationsCommand_base {
@@ -110,6 +110,7 @@ declare const ListSopRecommendationsCommand_base: {
110
110
  * @throws {@link ResiliencehubServiceException}
111
111
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class ListSopRecommendationsCommand extends ListSopRecommendationsCommand_base {
@@ -94,6 +94,7 @@ declare const ListSuggestedResiliencyPoliciesCommand_base: {
94
94
  * @throws {@link ResiliencehubServiceException}
95
95
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListSuggestedResiliencyPoliciesCommand extends ListSuggestedResiliencyPoliciesCommand_base {
@@ -74,6 +74,7 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @throws {@link ResiliencehubServiceException}
75
75
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -116,6 +116,7 @@ declare const ListTestRecommendationsCommand_base: {
116
116
  * @throws {@link ResiliencehubServiceException}
117
117
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class ListTestRecommendationsCommand extends ListTestRecommendationsCommand_base {
@@ -104,6 +104,7 @@ declare const ListUnsupportedAppVersionResourcesCommand_base: {
104
104
  * @throws {@link ResiliencehubServiceException}
105
105
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class ListUnsupportedAppVersionResourcesCommand extends ListUnsupportedAppVersionResourcesCommand_base {
@@ -82,6 +82,7 @@ declare const PublishAppVersionCommand_base: {
82
82
  * @throws {@link ResiliencehubServiceException}
83
83
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class PublishAppVersionCommand extends PublishAppVersionCommand_base {
@@ -81,6 +81,7 @@ declare const PutDraftAppVersionTemplateCommand_base: {
81
81
  * @throws {@link ResiliencehubServiceException}
82
82
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class PutDraftAppVersionTemplateCommand extends PutDraftAppVersionTemplateCommand_base {
@@ -84,6 +84,7 @@ declare const RejectResourceGroupingRecommendationsCommand_base: {
84
84
  * @throws {@link ResiliencehubServiceException}
85
85
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class RejectResourceGroupingRecommendationsCommand extends RejectResourceGroupingRecommendationsCommand_base {
@@ -97,6 +97,7 @@ declare const RemoveDraftAppVersionResourceMappingsCommand_base: {
97
97
  * @throws {@link ResiliencehubServiceException}
98
98
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class RemoveDraftAppVersionResourceMappingsCommand extends RemoveDraftAppVersionResourceMappingsCommand_base {
@@ -82,6 +82,7 @@ declare const ResolveAppVersionResourcesCommand_base: {
82
82
  * @throws {@link ResiliencehubServiceException}
83
83
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class ResolveAppVersionResourcesCommand extends ResolveAppVersionResourcesCommand_base {
@@ -177,6 +177,7 @@ declare const StartAppAssessmentCommand_base: {
177
177
  * @throws {@link ResiliencehubServiceException}
178
178
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
179
179
  *
180
+ *
180
181
  * @public
181
182
  */
182
183
  export declare class StartAppAssessmentCommand extends StartAppAssessmentCommand_base {
@@ -81,6 +81,7 @@ declare const StartMetricsExportCommand_base: {
81
81
  * @throws {@link ResiliencehubServiceException}
82
82
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class StartMetricsExportCommand extends StartMetricsExportCommand_base {
@@ -81,6 +81,7 @@ declare const StartResourceGroupingRecommendationTaskCommand_base: {
81
81
  * @throws {@link ResiliencehubServiceException}
82
82
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class StartResourceGroupingRecommendationTaskCommand extends StartResourceGroupingRecommendationTaskCommand_base {
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
73
73
  * @throws {@link ResiliencehubServiceException}
74
74
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
73
73
  * @throws {@link ResiliencehubServiceException}
74
74
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -130,6 +130,7 @@ declare const UpdateAppCommand_base: {
130
130
  * @throws {@link ResiliencehubServiceException}
131
131
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class UpdateAppCommand extends UpdateAppCommand_base {
@@ -102,6 +102,7 @@ declare const UpdateAppVersionAppComponentCommand_base: {
102
102
  * @throws {@link ResiliencehubServiceException}
103
103
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class UpdateAppVersionAppComponentCommand extends UpdateAppVersionAppComponentCommand_base {
@@ -94,6 +94,7 @@ declare const UpdateAppVersionCommand_base: {
94
94
  * @throws {@link ResiliencehubServiceException}
95
95
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class UpdateAppVersionCommand extends UpdateAppVersionCommand_base {
@@ -157,6 +157,7 @@ declare const UpdateAppVersionResourceCommand_base: {
157
157
  * @throws {@link ResiliencehubServiceException}
158
158
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
159
159
  *
160
+ *
160
161
  * @public
161
162
  */
162
163
  export declare class UpdateAppVersionResourceCommand extends UpdateAppVersionResourceCommand_base {
@@ -114,6 +114,7 @@ declare const UpdateResiliencyPolicyCommand_base: {
114
114
  * @throws {@link ResiliencehubServiceException}
115
115
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
116
116
  *
117
+ *
117
118
  * @public
118
119
  */
119
120
  export declare class UpdateResiliencyPolicyCommand extends UpdateResiliencyPolicyCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resiliencehub",
3
3
  "description": "AWS SDK for JavaScript Resiliencehub 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-resiliencehub",
@@ -20,41 +20,41 @@
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
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",