@aws-sdk/client-resiliencehub 3.803.0 → 3.806.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 (124) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/runtimeConfig.js +6 -6
  4. package/dist-types/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +1 -1
  5. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +1 -1
  6. package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAppVersionCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeMetricsExportCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +1 -1
  30. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +1 -1
  31. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAppAssessmentResourceDriftsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +1 -1
  37. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +1 -1
  40. package/dist-types/commands/ListAppVersionsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +1 -1
  45. package/dist-types/commands/PublishAppVersionCommand.d.ts +1 -1
  46. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +1 -1
  47. package/dist-types/commands/RejectResourceGroupingRecommendationsCommand.d.ts +1 -1
  48. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +1 -1
  49. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +1 -1
  50. package/dist-types/commands/StartAppAssessmentCommand.d.ts +1 -1
  51. package/dist-types/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateAppCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateAppVersionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +1 -1
  59. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  60. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  61. package/dist-types/runtimeConfig.d.ts +16 -16
  62. package/dist-types/runtimeConfig.native.d.ts +18 -18
  63. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  64. package/dist-types/ts3.4/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/BatchUpdateRecommendationStatusCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeMetricsExportCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ListAppAssessmentResourceDriftsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/RejectResourceGroupingRecommendationsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  120. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  121. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  122. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  123. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  124. package/package.json +22 -22
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const profileConfig = { profile: config?.profile };
26
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
27
27
  return {
28
28
  ...clientSharedValues,
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
33
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
35
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
36
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
37
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
38
  region: config?.region ??
39
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
41
  retryMode: config?.retryMode ??
42
42
  (0, node_config_provider_1.loadConfig)({
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
45
45
  }, config),
46
46
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
47
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
51
  };
52
52
  };
53
53
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -612,10 +612,10 @@ export const se_ListAppVersionsCommand = async (input, context) => {
612
612
  let body;
613
613
  body = JSON.stringify(take(input, {
614
614
  appArn: [],
615
- endTime: (_) => _.getTime() / 1000,
615
+ endTime: (_) => _.getTime() / 1_000,
616
616
  maxResults: [],
617
617
  nextToken: [],
618
- startTime: (_) => _.getTime() / 1000,
618
+ startTime: (_) => _.getTime() / 1_000,
619
619
  }));
620
620
  b.m("POST").h(headers).b(body);
621
621
  return b.build();
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const profileConfig = { profile: config?.profile };
22
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
29
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
32
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
34
34
  region: config?.region ??
35
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
37
  retryMode: config?.retryMode ??
38
38
  loadNodeConfig({
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
41
41
  }, config),
42
42
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
43
43
  streamCollector: config?.streamCollector ?? streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
47
  };
48
48
  };
@@ -23,7 +23,7 @@ export interface AcceptResourceGroupingRecommendationsCommandOutput extends Acce
23
23
  }
24
24
  declare const AcceptResourceGroupingRecommendationsCommand_base: {
25
25
  new (input: AcceptResourceGroupingRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptResourceGroupingRecommendationsCommandInput, AcceptResourceGroupingRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AcceptResourceGroupingRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptResourceGroupingRecommendationsCommandInput, AcceptResourceGroupingRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AcceptResourceGroupingRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptResourceGroupingRecommendationsCommandInput, AcceptResourceGroupingRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraf
23
23
  }
24
24
  declare const AddDraftAppVersionResourceMappingsCommand_base: {
25
25
  new (input: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchUpdateRecommendationStatusCommandOutput extends BatchUpdat
23
23
  }
24
24
  declare const BatchUpdateRecommendationStatusCommand_base: {
25
25
  new (input: BatchUpdateRecommendationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchUpdateRecommendationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchUpdateRecommendationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
23
23
  }
24
24
  declare const CreateAppCommand_base: {
25
25
  new (input: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVers
23
23
  }
24
24
  declare const CreateAppVersionAppComponentCommand_base: {
25
25
  new (input: CreateAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionR
23
23
  }
24
24
  declare const CreateAppVersionResourceCommand_base: {
25
25
  new (input: CreateAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateRecommendationTemplateCommandOutput extends CreateRecomme
23
23
  }
24
24
  declare const CreateRecommendationTemplateCommand_base: {
25
25
  new (input: CreateRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPol
23
23
  }
24
24
  declare const CreateResiliencyPolicyCommand_base: {
25
25
  new (input: CreateResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentRes
23
23
  }
24
24
  declare const DeleteAppAssessmentCommand_base: {
25
25
  new (input: DeleteAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
23
23
  }
24
24
  declare const DeleteAppCommand_base: {
25
25
  new (input: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceR
23
23
  }
24
24
  declare const DeleteAppInputSourceCommand_base: {
25
25
  new (input: DeleteAppInputSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAppInputSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAppInputSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVers
23
23
  }
24
24
  declare const DeleteAppVersionAppComponentCommand_base: {
25
25
  new (input: DeleteAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAppVersionResourceCommandOutput extends DeleteAppVersionR
23
23
  }
24
24
  declare const DeleteAppVersionResourceCommand_base: {
25
25
  new (input: DeleteAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRecommendationTemplateCommandOutput extends DeleteRecomme
23
23
  }
24
24
  declare const DeleteRecommendationTemplateCommand_base: {
25
25
  new (input: DeleteRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteResiliencyPolicyCommandOutput extends DeleteResiliencyPol
23
23
  }
24
24
  declare const DeleteResiliencyPolicyCommand_base: {
25
25
  new (input: DeleteResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAppAssessmentCommandOutput extends DescribeAppAssessmen
23
23
  }
24
24
  declare const DescribeAppAssessmentCommand_base: {
25
25
  new (input: DescribeAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat
23
23
  }
24
24
  declare const DescribeAppCommand_base: {
25
25
  new (input: DescribeAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppCommandInput, DescribeAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppCommandInput, DescribeAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppCommandInput, DescribeAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAppVersionAppComponentCommandOutput extends DescribeApp
23
23
  }
24
24
  declare const DescribeAppVersionAppComponentCommand_base: {
25
25
  new (input: DescribeAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionAppComponentCommandInput, DescribeAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionAppComponentCommandInput, DescribeAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionAppComponentCommandInput, DescribeAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAppVersionCommandOutput extends DescribeAppVersionRespo
23
23
  }
24
24
  declare const DescribeAppVersionCommand_base: {
25
25
  new (input: DescribeAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionCommandInput, DescribeAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionCommandInput, DescribeAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionCommandInput, DescribeAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAppVersionResourceCommandOutput extends DescribeAppVers
23
23
  }
24
24
  declare const DescribeAppVersionResourceCommand_base: {
25
25
  new (input: DescribeAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourceCommandInput, DescribeAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourceCommandInput, DescribeAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourceCommandInput, DescribeAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAppVersionResourcesResolutionStatusCommandOutput extend
23
23
  }
24
24
  declare const DescribeAppVersionResourcesResolutionStatusCommand_base: {
25
25
  new (input: DescribeAppVersionResourcesResolutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAppVersionResourcesResolutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAppVersionResourcesResolutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAppVersionTemplateCommandOutput extends DescribeAppVers
23
23
  }
24
24
  declare const DescribeAppVersionTemplateCommand_base: {
25
25
  new (input: DescribeAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput exten
23
23
  }
24
24
  declare const DescribeDraftAppVersionResourcesImportStatusCommand_base: {
25
25
  new (input: DescribeDraftAppVersionResourcesImportStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeDraftAppVersionResourcesImportStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeDraftAppVersionResourcesImportStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeMetricsExportCommandOutput extends DescribeMetricsExpor
23
23
  }
24
24
  declare const DescribeMetricsExportCommand_base: {
25
25
  new (input: DescribeMetricsExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetricsExportCommandInput, DescribeMetricsExportCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeMetricsExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetricsExportCommandInput, DescribeMetricsExportCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeMetricsExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetricsExportCommandInput, DescribeMetricsExportCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeResiliencyPolicyCommandOutput extends DescribeResilienc
23
23
  }
24
24
  declare const DescribeResiliencyPolicyCommand_base: {
25
25
  new (input: DescribeResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeResourceGroupingRecommendationTaskCommandOutput extends
23
23
  }
24
24
  declare const DescribeResourceGroupingRecommendationTaskCommand_base: {
25
25
  new (input: DescribeResourceGroupingRecommendationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceGroupingRecommendationTaskCommandInput, DescribeResourceGroupingRecommendationTaskCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeResourceGroupingRecommendationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceGroupingRecommendationTaskCommandInput, DescribeResourceGroupingRecommendationTaskCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeResourceGroupingRecommendationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceGroupingRecommendationTaskCommandInput, DescribeResourceGroupingRecommendationTaskCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportResourcesToDraftAppVersionCommandOutput extends ImportRes
23
23
  }
24
24
  declare const ImportResourcesToDraftAppVersionCommand_base: {
25
25
  new (input: ImportResourcesToDraftAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportResourcesToDraftAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportResourcesToDraftAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAlarmRecommendationsCommandOutput extends ListAlarmRecommen
23
23
  }
24
24
  declare const ListAlarmRecommendationsCommand_base: {
25
25
  new (input: ListAlarmRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAlarmRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAlarmRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppAssessmentComplianceDriftsCommandOutput extends ListAppA
23
23
  }
24
24
  declare const ListAppAssessmentComplianceDriftsCommand_base: {
25
25
  new (input: ListAppAssessmentComplianceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentComplianceDriftsCommandInput, ListAppAssessmentComplianceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppAssessmentComplianceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentComplianceDriftsCommandInput, ListAppAssessmentComplianceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppAssessmentComplianceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentComplianceDriftsCommandInput, ListAppAssessmentComplianceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppAssessmentResourceDriftsCommandOutput extends ListAppAss
23
23
  }
24
24
  declare const ListAppAssessmentResourceDriftsCommand_base: {
25
25
  new (input: ListAppAssessmentResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentResourceDriftsCommandInput, ListAppAssessmentResourceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppAssessmentResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentResourceDriftsCommandInput, ListAppAssessmentResourceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppAssessmentResourceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentResourceDriftsCommandInput, ListAppAssessmentResourceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppComponentCompliancesCommandOutput extends ListAppCompone
23
23
  }
24
24
  declare const ListAppComponentCompliancesCommand_base: {
25
25
  new (input: ListAppComponentCompliancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppComponentCompliancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppComponentCompliancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppComponentRecommendationsCommandOutput extends ListAppCom
23
23
  }
24
24
  declare const ListAppComponentRecommendationsCommand_base: {
25
25
  new (input: ListAppComponentRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppComponentRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppComponentRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppInputSourcesCommandOutput extends ListAppInputSourcesRes
23
23
  }
24
24
  declare const ListAppInputSourcesCommand_base: {
25
25
  new (input: ListAppInputSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppInputSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppInputSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppVersionAppComponentsCommandOutput extends ListAppVersion
23
23
  }
24
24
  declare const ListAppVersionAppComponentsCommand_base: {
25
25
  new (input: ListAppVersionAppComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionAppComponentsCommandInput, ListAppVersionAppComponentsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppVersionAppComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionAppComponentsCommandInput, ListAppVersionAppComponentsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppVersionAppComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionAppComponentsCommandInput, ListAppVersionAppComponentsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppVersionResourceMappingsCommandOutput extends ListAppVers
23
23
  }
24
24
  declare const ListAppVersionResourceMappingsCommand_base: {
25
25
  new (input: ListAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppVersionResourcesCommandOutput extends ListAppVersionReso
23
23
  }
24
24
  declare const ListAppVersionResourcesCommand_base: {
25
25
  new (input: ListAppVersionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppVersionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppVersionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAppVersionsCommandOutput extends ListAppVersionsResponse, _
23
23
  }
24
24
  declare const ListAppVersionsCommand_base: {
25
25
  new (input: ListAppVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionsCommandInput, ListAppVersionsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAppVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionsCommandInput, ListAppVersionsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAppVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionsCommandInput, ListAppVersionsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListSopRecommendationsCommandOutput extends ListSopRecommendati
23
23
  }
24
24
  declare const ListSopRecommendationsCommand_base: {
25
25
  new (input: ListSopRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListSopRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSopRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
25
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTestRecommendationsCommandOutput extends ListTestRecommenda
23
23
  }
24
24
  declare const ListTestRecommendationsCommand_base: {
25
25
  new (input: ListTestRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTestRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTestRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListUnsupportedAppVersionResourcesCommandOutput extends ListUns
23
23
  }
24
24
  declare const ListUnsupportedAppVersionResourcesCommand_base: {
25
25
  new (input: ListUnsupportedAppVersionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListUnsupportedAppVersionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListUnsupportedAppVersionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PublishAppVersionCommandOutput extends PublishAppVersionRespons
23
23
  }
24
24
  declare const PublishAppVersionCommand_base: {
25
25
  new (input: PublishAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishAppVersionCommandInput, PublishAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PublishAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishAppVersionCommandInput, PublishAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PublishAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishAppVersionCommandInput, PublishAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutDraftAppVersionTemplateCommandOutput extends PutDraftAppVers
23
23
  }
24
24
  declare const PutDraftAppVersionTemplateCommand_base: {
25
25
  new (input: PutDraftAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutDraftAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutDraftAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RejectResourceGroupingRecommendationsCommandOutput extends Reje
23
23
  }
24
24
  declare const RejectResourceGroupingRecommendationsCommand_base: {
25
25
  new (input: RejectResourceGroupingRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<RejectResourceGroupingRecommendationsCommandInput, RejectResourceGroupingRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RejectResourceGroupingRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<RejectResourceGroupingRecommendationsCommandInput, RejectResourceGroupingRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RejectResourceGroupingRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<RejectResourceGroupingRecommendationsCommandInput, RejectResourceGroupingRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**