@aws-sdk/client-resiliencehub 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +3 -3
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PublishAppVersionRequest, PublishAppVersionResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PublishAppVersionCommand}.
8
10
  */
9
11
  export interface PublishAppVersionCommandInput extends PublishAppVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PublishAppVersionCommand}.
13
17
  */
14
18
  export interface PublishAppVersionCommandOutput extends PublishAppVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Publishes a new version of a specific AWS Resilience Hub application.</p>
21
+ * @public
22
+ * <p>Publishes a new version of a specific 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 PublishAppVersionCommandOutput extends PublishAppVersionRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PublishAppVersionCommandInput - {@link PublishAppVersionCommandInput}
34
+ * @returns {@link PublishAppVersionCommandOutput}
28
35
  * @see {@link PublishAppVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link PublishAppVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -41,7 +48,7 @@ export interface PublishAppVersionCommandOutput extends PublishAppVersionRespons
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 PublishAppVersionCommandOutput extends PublishAppVersionRespons
58
65
  export declare class PublishAppVersionCommand extends $Command<PublishAppVersionCommandInput, PublishAppVersionCommandOutput, ResiliencehubClientResolvedConfig> {
59
66
  readonly input: PublishAppVersionCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: PublishAppVersionCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishAppVersionCommandInput, PublishAppVersionCommandOutput>;
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 { PutDraftAppVersionTemplateRequest, PutDraftAppVersionTemplateResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutDraftAppVersionTemplateCommand}.
8
10
  */
9
11
  export interface PutDraftAppVersionTemplateCommandInput extends PutDraftAppVersionTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutDraftAppVersionTemplateCommand}.
13
17
  */
14
18
  export interface PutDraftAppVersionTemplateCommandOutput extends PutDraftAppVersionTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Adds or updates the app template for an AWS Resilience Hub application draft version.</p>
21
+ * @public
22
+ * <p>Adds or updates the app template for an Resilience Hub application draft version.</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 PutDraftAppVersionTemplateCommandOutput extends PutDraftAppVers
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutDraftAppVersionTemplateCommandInput - {@link PutDraftAppVersionTemplateCommandInput}
34
+ * @returns {@link PutDraftAppVersionTemplateCommandOutput}
28
35
  * @see {@link PutDraftAppVersionTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link PutDraftAppVersionTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -41,7 +48,7 @@ export interface PutDraftAppVersionTemplateCommandOutput extends PutDraftAppVers
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 PutDraftAppVersionTemplateCommandOutput extends PutDraftAppVers
58
65
  export declare class PutDraftAppVersionTemplateCommand extends $Command<PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig> {
59
66
  readonly input: PutDraftAppVersionTemplateCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: PutDraftAppVersionTemplateCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { RemoveDraftAppVersionResourceMappingsRequest, RemoveDraftAppVersionResourceMappingsResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RemoveDraftAppVersionResourceMappingsCommand}.
8
10
  */
9
11
  export interface RemoveDraftAppVersionResourceMappingsCommandInput extends RemoveDraftAppVersionResourceMappingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RemoveDraftAppVersionResourceMappingsCommand}.
13
17
  */
14
18
  export interface RemoveDraftAppVersionResourceMappingsCommandOutput extends RemoveDraftAppVersionResourceMappingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes resource mappings from a draft application version.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RemoveDraftAppVersionResourceMappingsCommandOutput extends Remo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RemoveDraftAppVersionResourceMappingsCommandInput - {@link RemoveDraftAppVersionResourceMappingsCommandInput}
34
+ * @returns {@link RemoveDraftAppVersionResourceMappingsCommandOutput}
28
35
  * @see {@link RemoveDraftAppVersionResourceMappingsCommandInput} for command's `input` shape.
29
36
  * @see {@link RemoveDraftAppVersionResourceMappingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -41,7 +48,7 @@ export interface RemoveDraftAppVersionResourceMappingsCommandOutput extends Remo
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 RemoveDraftAppVersionResourceMappingsCommandOutput extends Remo
58
65
  export declare class RemoveDraftAppVersionResourceMappingsCommand extends $Command<RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig> {
59
66
  readonly input: RemoveDraftAppVersionResourceMappingsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: RemoveDraftAppVersionResourceMappingsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ResolveAppVersionResourcesRequest, ResolveAppVersionResourcesResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ResolveAppVersionResourcesCommand}.
8
10
  */
9
11
  export interface ResolveAppVersionResourcesCommandInput extends ResolveAppVersionResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ResolveAppVersionResourcesCommand}.
13
17
  */
14
18
  export interface ResolveAppVersionResourcesCommandOutput extends ResolveAppVersionResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Resolves the resources for an application version.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ResolveAppVersionResourcesCommandOutput extends ResolveAppVersi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ResolveAppVersionResourcesCommandInput - {@link ResolveAppVersionResourcesCommandInput}
34
+ * @returns {@link ResolveAppVersionResourcesCommandOutput}
28
35
  * @see {@link ResolveAppVersionResourcesCommandInput} for command's `input` shape.
29
36
  * @see {@link ResolveAppVersionResourcesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -41,7 +48,7 @@ export interface ResolveAppVersionResourcesCommandOutput extends ResolveAppVersi
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 ResolveAppVersionResourcesCommandOutput extends ResolveAppVersi
58
65
  export declare class ResolveAppVersionResourcesCommand extends $Command<ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig> {
59
66
  readonly input: ResolveAppVersionResourcesCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: ResolveAppVersionResourcesCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartAppAssessmentRequest, StartAppAssessmentResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartAppAssessmentCommand}.
8
10
  */
9
11
  export interface StartAppAssessmentCommandInput extends StartAppAssessmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartAppAssessmentCommand}.
13
17
  */
14
18
  export interface StartAppAssessmentCommandOutput extends StartAppAssessmentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new application assessment for an application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartAppAssessmentCommandOutput extends StartAppAssessmentRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartAppAssessmentCommandInput - {@link StartAppAssessmentCommandInput}
34
+ * @returns {@link StartAppAssessmentCommandOutput}
28
35
  * @see {@link StartAppAssessmentCommandInput} for command's `input` shape.
29
36
  * @see {@link StartAppAssessmentCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -41,7 +48,7 @@ export interface StartAppAssessmentCommandOutput extends StartAppAssessmentRespo
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)
@@ -62,11 +69,20 @@ export interface StartAppAssessmentCommandOutput extends StartAppAssessmentRespo
62
69
  export declare class StartAppAssessmentCommand extends $Command<StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig> {
63
70
  readonly input: StartAppAssessmentCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: StartAppAssessmentCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Applies one or more tags to a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -35,7 +42,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
52
59
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ResiliencehubClientResolvedConfig> {
53
60
  readonly input: TagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: TagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes one or more tags from a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -35,7 +42,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
52
59
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ResiliencehubClientResolvedConfig> {
53
60
  readonly input: UntagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UntagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateAppRequest, UpdateAppResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAppCommand}.
8
10
  */
9
11
  export interface UpdateAppCommandInput extends UpdateAppRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAppCommand}.
13
17
  */
14
18
  export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAppCommandInput - {@link UpdateAppCommandInput}
34
+ * @returns {@link UpdateAppCommandOutput}
28
35
  * @see {@link UpdateAppCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAppCommandOutput} for command's `response` shape.
30
37
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -41,7 +48,7 @@ export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBea
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 UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBea
58
65
  export declare class UpdateAppCommand extends $Command<UpdateAppCommandInput, UpdateAppCommandOutput, ResiliencehubClientResolvedConfig> {
59
66
  readonly input: UpdateAppCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateAppCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppCommandInput, UpdateAppCommandOutput>;
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 { UpdateAppVersionAppComponentRequest, UpdateAppVersionAppComponentResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAppVersionAppComponentCommand}.
8
10
  */
9
11
  export interface UpdateAppVersionAppComponentCommandInput extends UpdateAppVersionAppComponentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAppVersionAppComponentCommand}.
13
17
  */
14
18
  export interface UpdateAppVersionAppComponentCommandOutput extends UpdateAppVersionAppComponentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Updates an existing Application Component in the AWS Resilience Hub application.</p>
21
+ * @public
22
+ * <p>Updates an existing Application Component in the Resilience Hub application.</p>
18
23
  * <note>
19
- * <p>This API updates the AWS Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the AWS Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
24
+ * <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
20
25
  * </note>
21
26
  * @example
22
27
  * Use a bare-bones client and the command you need to make an API call.
@@ -28,6 +33,8 @@ export interface UpdateAppVersionAppComponentCommandOutput extends UpdateAppVers
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateAppVersionAppComponentCommandInput - {@link UpdateAppVersionAppComponentCommandInput}
37
+ * @returns {@link UpdateAppVersionAppComponentCommandOutput}
31
38
  * @see {@link UpdateAppVersionAppComponentCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateAppVersionAppComponentCommandOutput} for command's `response` shape.
33
40
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -44,7 +51,7 @@ export interface UpdateAppVersionAppComponentCommandOutput extends UpdateAppVers
44
51
  * exception.</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 ResourceNotFoundException} (client fault)
@@ -61,11 +68,20 @@ export interface UpdateAppVersionAppComponentCommandOutput extends UpdateAppVers
61
68
  export declare class UpdateAppVersionAppComponentCommand extends $Command<UpdateAppVersionAppComponentCommandInput, UpdateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig> {
62
69
  readonly input: UpdateAppVersionAppComponentCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: UpdateAppVersionAppComponentCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppVersionAppComponentCommandInput, UpdateAppVersionAppComponentCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,20 +4,25 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateAppVersionRequest, UpdateAppVersionResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAppVersionCommand}.
8
10
  */
9
11
  export interface UpdateAppVersionCommandInput extends UpdateAppVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAppVersionCommand}.
13
17
  */
14
18
  export interface UpdateAppVersionCommandOutput extends UpdateAppVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
17
- * <p>Updates the AWS Resilience Hub application version.</p>
21
+ * @public
22
+ * <p>Updates the Resilience Hub application version.</p>
18
23
  * <note>
19
- * <p>This API updates the AWS Resilience Hub application draft version. To use this information
20
- * for running resiliency assessments, you must publish the AWS Resilience Hub application using the
24
+ * <p>This API updates the Resilience Hub application draft version. To use this information
25
+ * for running resiliency assessments, you must publish the Resilience Hub application using the
21
26
  * <code>PublishAppVersion</code> API.</p>
22
27
  * </note>
23
28
  * @example
@@ -30,6 +35,8 @@ export interface UpdateAppVersionCommandOutput extends UpdateAppVersionResponse,
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param UpdateAppVersionCommandInput - {@link UpdateAppVersionCommandInput}
39
+ * @returns {@link UpdateAppVersionCommandOutput}
33
40
  * @see {@link UpdateAppVersionCommandInput} for command's `input` shape.
34
41
  * @see {@link UpdateAppVersionCommandOutput} for command's `response` shape.
35
42
  * @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
@@ -46,7 +53,7 @@ export interface UpdateAppVersionCommandOutput extends UpdateAppVersionResponse,
46
53
  * exception.</p>
47
54
  *
48
55
  * @throws {@link InternalServerException} (server fault)
49
- * <p>This exception occurs when there is an internal failure in the AWS Resilience Hub
56
+ * <p>This exception occurs when there is an internal failure in the Resilience Hub
50
57
  * service.</p>
51
58
  *
52
59
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -63,11 +70,20 @@ export interface UpdateAppVersionCommandOutput extends UpdateAppVersionResponse,
63
70
  export declare class UpdateAppVersionCommand extends $Command<UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput, ResiliencehubClientResolvedConfig> {
64
71
  readonly input: UpdateAppVersionCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: UpdateAppVersionCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }