@aws-sdk/client-resiliencehub 3.295.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/README.md +2 -2
  2. package/dist-cjs/models/models_0.js +12 -3
  3. package/dist-cjs/protocols/Aws_restJson1.js +78 -0
  4. package/dist-es/models/models_0.js +7 -0
  5. package/dist-es/protocols/Aws_restJson1.js +78 -0
  6. package/dist-types/Resiliencehub.d.ts +110 -57
  7. package/dist-types/ResiliencehubClient.d.ts +26 -6
  8. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +17 -1
  9. package/dist-types/commands/CreateAppCommand.d.ts +20 -4
  10. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +19 -3
  11. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +22 -6
  12. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +18 -2
  13. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +17 -1
  14. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +18 -2
  15. package/dist-types/commands/DeleteAppCommand.d.ts +18 -2
  16. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +18 -2
  17. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +19 -3
  18. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +20 -4
  19. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +17 -1
  20. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +17 -1
  21. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +18 -2
  22. package/dist-types/commands/DescribeAppCommand.d.ts +18 -2
  23. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +18 -2
  24. package/dist-types/commands/DescribeAppVersionCommand.d.ts +18 -2
  25. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +18 -2
  26. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +17 -1
  27. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +18 -2
  28. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +17 -1
  29. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +18 -2
  30. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +18 -2
  31. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +18 -2
  32. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +18 -2
  33. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +18 -2
  34. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +18 -2
  35. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +19 -3
  36. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +18 -2
  37. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +17 -1
  38. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +18 -2
  39. package/dist-types/commands/ListAppVersionsCommand.d.ts +18 -2
  40. package/dist-types/commands/ListAppsCommand.d.ts +18 -2
  41. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +18 -2
  42. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +18 -2
  43. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +18 -2
  44. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +18 -2
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +18 -2
  46. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +18 -2
  47. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +19 -3
  48. package/dist-types/commands/PublishAppVersionCommand.d.ts +18 -2
  49. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +18 -2
  50. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +17 -1
  51. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +17 -1
  52. package/dist-types/commands/StartAppAssessmentCommand.d.ts +17 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +17 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +17 -1
  55. package/dist-types/commands/UpdateAppCommand.d.ts +17 -1
  56. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +19 -3
  57. package/dist-types/commands/UpdateAppVersionCommand.d.ts +20 -4
  58. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +20 -4
  59. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +17 -1
  60. package/dist-types/models/ResiliencehubServiceException.d.ts +2 -0
  61. package/dist-types/models/models_0.d.ts +624 -43
  62. package/dist-types/pagination/Interfaces.d.ts +3 -0
  63. package/dist-types/pagination/ListAlarmRecommendationsPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListAppAssessmentsPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListAppComponentCompliancesPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListAppComponentRecommendationsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListAppInputSourcesPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListAppVersionAppComponentsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListAppVersionResourceMappingsPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListAppVersionResourcesPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ListAppVersionsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListRecommendationTemplatesPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListResiliencyPoliciesPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListSopRecommendationsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListTestRecommendationsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +3 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +21 -0
  80. package/package.json +29 -29
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListAppVersionResourcesRequest, ListAppVersionResourcesResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAppVersionResourcesCommand}.
8
10
  */
9
11
  export interface ListAppVersionResourcesCommandInput extends ListAppVersionResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAppVersionResourcesCommand}.
13
17
  */
14
18
  export interface ListAppVersionResourcesCommandOutput extends ListAppVersionResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists all the resources in an AWS Resilience Hub application.</p>
21
+ * @public
22
+ * <p>Lists all the resources in an Resilience Hub application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -25,6 +30,8 @@ export interface ListAppVersionResourcesCommandOutput extends ListAppVersionReso
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListAppVersionResourcesCommandInput - {@link ListAppVersionResourcesCommandInput}
34
+ * @returns {@link ListAppVersionResourcesCommandOutput}
28
35
  * @see {@link ListAppVersionResourcesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListAppVersionResourcesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -41,7 +48,7 @@ export interface ListAppVersionResourcesCommandOutput extends ListAppVersionReso
41
48
  * exception.</p>
42
49
  *
43
50
  * @throws {@link InternalServerException} (server fault)
44
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
51
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
45
52
  * service.</p>
46
53
  *
47
54
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -58,11 +65,20 @@ export interface ListAppVersionResourcesCommandOutput extends ListAppVersionReso
58
65
  export declare class ListAppVersionResourcesCommand extends $Command<ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig> {
59
66
  readonly input: ListAppVersionResourcesCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: ListAppVersionResourcesCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListAppVersionsRequest, ListAppVersionsResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAppVersionsCommand}.
8
10
  */
9
11
  export interface ListAppVersionsCommandInput extends ListAppVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAppVersionsCommand}.
13
17
  */
14
18
  export interface ListAppVersionsCommandOutput extends ListAppVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists the different versions for the AWS Resilience Hub applications.</p>
21
+ * @public
22
+ * <p>Lists the different versions for the Resilience Hub applications.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -25,6 +30,8 @@ export interface ListAppVersionsCommandOutput extends ListAppVersionsResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListAppVersionsCommandInput - {@link ListAppVersionsCommandInput}
34
+ * @returns {@link ListAppVersionsCommandOutput}
28
35
  * @see {@link ListAppVersionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListAppVersionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -35,7 +42,7 @@ export interface ListAppVersionsCommandOutput extends ListAppVersionsResponse, _
35
42
  * required permissions.</p>
36
43
  *
37
44
  * @throws {@link InternalServerException} (server fault)
38
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
39
46
  * service.</p>
40
47
  *
41
48
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -49,11 +56,20 @@ export interface ListAppVersionsCommandOutput extends ListAppVersionsResponse, _
49
56
  export declare class ListAppVersionsCommand extends $Command<ListAppVersionsCommandInput, ListAppVersionsCommandOutput, ResiliencehubClientResolvedConfig> {
50
57
  readonly input: ListAppVersionsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListAppVersionsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppVersionsCommandInput, ListAppVersionsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListAppsRequest, ListAppsResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAppsCommand}.
8
10
  */
9
11
  export interface ListAppsCommandInput extends ListAppsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAppsCommand}.
13
17
  */
14
18
  export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists your AWS Resilience Hub applications.</p>
21
+ * @public
22
+ * <p>Lists your Resilience Hub applications.</p>
18
23
  * <note>
19
24
  * <p>You can filter applications using only one filter at a time or without using any filter.
20
25
  * If you try to filter applications using multiple filters, you will get the following
@@ -34,6 +39,8 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param ListAppsCommandInput - {@link ListAppsCommandInput}
43
+ * @returns {@link ListAppsCommandOutput}
37
44
  * @see {@link ListAppsCommandInput} for command's `input` shape.
38
45
  * @see {@link ListAppsCommandOutput} for command's `response` shape.
39
46
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -44,7 +51,7 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare
44
51
  * required permissions.</p>
45
52
  *
46
53
  * @throws {@link InternalServerException} (server fault)
47
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
54
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
48
55
  * service.</p>
49
56
  *
50
57
  * @throws {@link ThrottlingException} (client fault)
@@ -58,11 +65,20 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare
58
65
  export declare class ListAppsCommand extends $Command<ListAppsCommandInput, ListAppsCommandOutput, ResiliencehubClientResolvedConfig> {
59
66
  readonly input: ListAppsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: ListAppsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppsCommandInput, ListAppsCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListRecommendationTemplatesRequest, ListRecommendationTemplatesResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRecommendationTemplatesCommand}.
8
10
  */
9
11
  export interface ListRecommendationTemplatesCommandInput extends ListRecommendationTemplatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRecommendationTemplatesCommand}.
13
17
  */
14
18
  export interface ListRecommendationTemplatesCommandOutput extends ListRecommendationTemplatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists the recommendation templates for the AWS Resilience Hub applications.</p>
21
+ * @public
22
+ * <p>Lists the recommendation templates for the Resilience Hub applications.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -25,6 +30,8 @@ export interface ListRecommendationTemplatesCommandOutput extends ListRecommenda
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRecommendationTemplatesCommandInput - {@link ListRecommendationTemplatesCommandInput}
34
+ * @returns {@link ListRecommendationTemplatesCommandOutput}
28
35
  * @see {@link ListRecommendationTemplatesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRecommendationTemplatesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -35,7 +42,7 @@ export interface ListRecommendationTemplatesCommandOutput extends ListRecommenda
35
42
  * required permissions.</p>
36
43
  *
37
44
  * @throws {@link InternalServerException} (server fault)
38
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
39
46
  * service.</p>
40
47
  *
41
48
  * @throws {@link ThrottlingException} (client fault)
@@ -49,11 +56,20 @@ export interface ListRecommendationTemplatesCommandOutput extends ListRecommenda
49
56
  export declare class ListRecommendationTemplatesCommand extends $Command<ListRecommendationTemplatesCommandInput, ListRecommendationTemplatesCommandOutput, ResiliencehubClientResolvedConfig> {
50
57
  readonly input: ListRecommendationTemplatesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListRecommendationTemplatesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendationTemplatesCommandInput, ListRecommendationTemplatesCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListResiliencyPoliciesRequest, ListResiliencyPoliciesResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResiliencyPoliciesCommand}.
8
10
  */
9
11
  export interface ListResiliencyPoliciesCommandInput extends ListResiliencyPoliciesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResiliencyPoliciesCommand}.
13
17
  */
14
18
  export interface ListResiliencyPoliciesCommandOutput extends ListResiliencyPoliciesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists the resiliency policies for the AWS Resilience Hub applications.</p>
21
+ * @public
22
+ * <p>Lists the resiliency policies for the Resilience Hub applications.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -25,6 +30,8 @@ export interface ListResiliencyPoliciesCommandOutput extends ListResiliencyPolic
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResiliencyPoliciesCommandInput - {@link ListResiliencyPoliciesCommandInput}
34
+ * @returns {@link ListResiliencyPoliciesCommandOutput}
28
35
  * @see {@link ListResiliencyPoliciesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResiliencyPoliciesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -35,7 +42,7 @@ export interface ListResiliencyPoliciesCommandOutput extends ListResiliencyPolic
35
42
  * required permissions.</p>
36
43
  *
37
44
  * @throws {@link InternalServerException} (server fault)
38
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
39
46
  * service.</p>
40
47
  *
41
48
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -52,11 +59,20 @@ export interface ListResiliencyPoliciesCommandOutput extends ListResiliencyPolic
52
59
  export declare class ListResiliencyPoliciesCommand extends $Command<ListResiliencyPoliciesCommandInput, ListResiliencyPoliciesCommandOutput, ResiliencehubClientResolvedConfig> {
53
60
  readonly input: ListResiliencyPoliciesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListResiliencyPoliciesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResiliencyPoliciesCommandInput, ListResiliencyPoliciesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListSopRecommendationsRequest, ListSopRecommendationsResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSopRecommendationsCommand}.
8
10
  */
9
11
  export interface ListSopRecommendationsCommandInput extends ListSopRecommendationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSopRecommendationsCommand}.
13
17
  */
14
18
  export interface ListSopRecommendationsCommandOutput extends ListSopRecommendationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists the standard operating procedure (SOP) recommendations for the AWS Resilience Hub
21
+ * @public
22
+ * <p>Lists the standard operating procedure (SOP) recommendations for the Resilience Hub
18
23
  * applications.</p>
19
24
  * @example
20
25
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,6 +31,8 @@ export interface ListSopRecommendationsCommandOutput extends ListSopRecommendati
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListSopRecommendationsCommandInput - {@link ListSopRecommendationsCommandInput}
35
+ * @returns {@link ListSopRecommendationsCommandOutput}
29
36
  * @see {@link ListSopRecommendationsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListSopRecommendationsCommandOutput} for command's `response` shape.
31
38
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -42,7 +49,7 @@ export interface ListSopRecommendationsCommandOutput extends ListSopRecommendati
42
49
  * exception.</p>
43
50
  *
44
51
  * @throws {@link InternalServerException} (server fault)
45
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
52
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
46
53
  * service.</p>
47
54
  *
48
55
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -59,11 +66,20 @@ export interface ListSopRecommendationsCommandOutput extends ListSopRecommendati
59
66
  export declare class ListSopRecommendationsCommand extends $Command<ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput, ResiliencehubClientResolvedConfig> {
60
67
  readonly input: ListSopRecommendationsCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: ListSopRecommendationsCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListSuggestedResiliencyPoliciesRequest, ListSuggestedResiliencyPoliciesResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSuggestedResiliencyPoliciesCommand}.
8
10
  */
9
11
  export interface ListSuggestedResiliencyPoliciesCommandInput extends ListSuggestedResiliencyPoliciesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSuggestedResiliencyPoliciesCommand}.
13
17
  */
14
18
  export interface ListSuggestedResiliencyPoliciesCommandOutput extends ListSuggestedResiliencyPoliciesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists the suggested resiliency policies for the AWS Resilience Hub applications.</p>
21
+ * @public
22
+ * <p>Lists the suggested resiliency policies for the Resilience Hub applications.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -25,6 +30,8 @@ export interface ListSuggestedResiliencyPoliciesCommandOutput extends ListSugges
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSuggestedResiliencyPoliciesCommandInput - {@link ListSuggestedResiliencyPoliciesCommandInput}
34
+ * @returns {@link ListSuggestedResiliencyPoliciesCommandOutput}
28
35
  * @see {@link ListSuggestedResiliencyPoliciesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSuggestedResiliencyPoliciesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -35,7 +42,7 @@ export interface ListSuggestedResiliencyPoliciesCommandOutput extends ListSugges
35
42
  * required permissions.</p>
36
43
  *
37
44
  * @throws {@link InternalServerException} (server fault)
38
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
39
46
  * service.</p>
40
47
  *
41
48
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -52,11 +59,20 @@ export interface ListSuggestedResiliencyPoliciesCommandOutput extends ListSugges
52
59
  export declare class ListSuggestedResiliencyPoliciesCommand extends $Command<ListSuggestedResiliencyPoliciesCommandInput, ListSuggestedResiliencyPoliciesCommandOutput, ResiliencehubClientResolvedConfig> {
53
60
  readonly input: ListSuggestedResiliencyPoliciesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListSuggestedResiliencyPoliciesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSuggestedResiliencyPoliciesCommandInput, ListSuggestedResiliencyPoliciesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists the tags for your resources in your AWS Resilience Hub applications.</p>
21
+ * @public
22
+ * <p>Lists the tags for your resources in your Resilience Hub applications.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -35,7 +42,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
35
42
  * required permissions.</p>
36
43
  *
37
44
  * @throws {@link InternalServerException} (server fault)
38
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
45
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
39
46
  * service.</p>
40
47
  *
41
48
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -52,11 +59,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
52
59
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResiliencehubClientResolvedConfig> {
53
60
  readonly input: ListTagsForResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListTagsForResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTestRecommendationsRequest, ListTestRecommendationsResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTestRecommendationsCommand}.
8
10
  */
9
11
  export interface ListTestRecommendationsCommandInput extends ListTestRecommendationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTestRecommendationsCommand}.
13
17
  */
14
18
  export interface ListTestRecommendationsCommandOutput extends ListTestRecommendationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists the test recommendations for the AWS Resilience Hub application.</p>
21
+ * @public
22
+ * <p>Lists the test recommendations for the Resilience Hub application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
20
25
  * ```javascript
@@ -25,6 +30,8 @@ export interface ListTestRecommendationsCommandOutput extends ListTestRecommenda
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTestRecommendationsCommandInput - {@link ListTestRecommendationsCommandInput}
34
+ * @returns {@link ListTestRecommendationsCommandOutput}
28
35
  * @see {@link ListTestRecommendationsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTestRecommendationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -41,7 +48,7 @@ export interface ListTestRecommendationsCommandOutput extends ListTestRecommenda
41
48
  * exception.</p>
42
49
  *
43
50
  * @throws {@link InternalServerException} (server fault)
44
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
51
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
45
52
  * service.</p>
46
53
  *
47
54
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -58,11 +65,20 @@ export interface ListTestRecommendationsCommandOutput extends ListTestRecommenda
58
65
  export declare class ListTestRecommendationsCommand extends $Command<ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput, ResiliencehubClientResolvedConfig> {
59
66
  readonly input: ListTestRecommendationsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: ListTestRecommendationsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,19 +4,24 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListUnsupportedAppVersionResourcesRequest, ListUnsupportedAppVersionResourcesResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUnsupportedAppVersionResourcesCommand}.
8
10
  */
9
11
  export interface ListUnsupportedAppVersionResourcesCommandInput extends ListUnsupportedAppVersionResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUnsupportedAppVersionResourcesCommand}.
13
17
  */
14
18
  export interface ListUnsupportedAppVersionResourcesCommandOutput extends ListUnsupportedAppVersionResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Lists the resources that are not currently supported in AWS Resilience Hub. An unsupported
21
+ * @public
22
+ * <p>Lists the resources that are not currently supported in Resilience Hub. An unsupported
18
23
  * resource is a resource that exists in the object that was used to create an app, but is not
19
- * supported by AWS Resilience Hub.</p>
24
+ * supported by Resilience Hub.</p>
20
25
  * @example
21
26
  * Use a bare-bones client and the command you need to make an API call.
22
27
  * ```javascript
@@ -27,6 +32,8 @@ export interface ListUnsupportedAppVersionResourcesCommandOutput extends ListUns
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListUnsupportedAppVersionResourcesCommandInput - {@link ListUnsupportedAppVersionResourcesCommandInput}
36
+ * @returns {@link ListUnsupportedAppVersionResourcesCommandOutput}
30
37
  * @see {@link ListUnsupportedAppVersionResourcesCommandInput} for command's `input` shape.
31
38
  * @see {@link ListUnsupportedAppVersionResourcesCommandOutput} for command's `response` shape.
32
39
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -43,7 +50,7 @@ export interface ListUnsupportedAppVersionResourcesCommandOutput extends ListUns
43
50
  * exception.</p>
44
51
  *
45
52
  * @throws {@link InternalServerException} (server fault)
46
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
53
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
47
54
  * service.</p>
48
55
  *
49
56
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -60,11 +67,20 @@ export interface ListUnsupportedAppVersionResourcesCommandOutput extends ListUns
60
67
  export declare class ListUnsupportedAppVersionResourcesCommand extends $Command<ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig> {
61
68
  readonly input: ListUnsupportedAppVersionResourcesCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: ListUnsupportedAppVersionResourcesCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }