@aws-sdk/client-resiliencehub 3.890.0 → 3.893.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.
- package/dist-types/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +2 -0
- package/dist-types/commands/CreateAppCommand.d.ts +2 -0
- package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +2 -0
- package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppVersionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMetricsExportCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +2 -0
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -0
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppAssessmentResourceDriftsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppAssessmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +2 -0
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppInputSourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListAppVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppsCommand.d.ts +2 -0
- package/dist-types/commands/ListMetricsCommand.d.ts +2 -0
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceGroupingRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/commands/PublishAppVersionCommand.d.ts +2 -0
- package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +2 -0
- package/dist-types/commands/RejectResourceGroupingRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +2 -0
- package/dist-types/commands/StartAppAssessmentCommand.d.ts +2 -0
- package/dist-types/commands/StartMetricsExportCommand.d.ts +2 -0
- package/dist-types/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAppVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const AcceptResourceGroupingRecommendationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, AcceptResourceGroupingRecommendationsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, AcceptResourceGroupingRecommendationsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // AcceptResourceGroupingRecommendationsRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const AddDraftAppVersionResourceMappingsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ResiliencehubClient, AddDraftAppVersionResourceMappingsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
40
40
|
* // const { ResiliencehubClient, AddDraftAppVersionResourceMappingsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
41
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
42
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
41
43
|
* const client = new ResiliencehubClient(config);
|
|
42
44
|
* const input = { // AddDraftAppVersionResourceMappingsRequest
|
|
43
45
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const BatchUpdateRecommendationStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, BatchUpdateRecommendationStatusCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, BatchUpdateRecommendationStatusCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // BatchUpdateRecommendationStatusRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreateAppCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { ResiliencehubClient, CreateAppCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
45
45
|
* // const { ResiliencehubClient, CreateAppCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
46
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
47
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
46
48
|
* const client = new ResiliencehubClient(config);
|
|
47
49
|
* const input = { // CreateAppRequest
|
|
48
50
|
* name: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CreateAppVersionAppComponentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ResiliencehubClient, CreateAppVersionAppComponentCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
40
40
|
* // const { ResiliencehubClient, CreateAppVersionAppComponentCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
41
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
42
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
41
43
|
* const client = new ResiliencehubClient(config);
|
|
42
44
|
* const input = { // CreateAppVersionAppComponentRequest
|
|
43
45
|
* appArn: "STRING_VALUE", // required
|
|
@@ -51,6 +51,8 @@ declare const CreateAppVersionResourceCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { ResiliencehubClient, CreateAppVersionResourceCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
53
53
|
* // const { ResiliencehubClient, CreateAppVersionResourceCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
54
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
55
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
54
56
|
* const client = new ResiliencehubClient(config);
|
|
55
57
|
* const input = { // CreateAppVersionResourceRequest
|
|
56
58
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateRecommendationTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, CreateRecommendationTemplateCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, CreateRecommendationTemplateCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // CreateRecommendationTemplateRequest
|
|
38
40
|
* recommendationIds: [ // RecommendationIdList
|
|
@@ -42,6 +42,8 @@ declare const CreateResiliencyPolicyCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { ResiliencehubClient, CreateResiliencyPolicyCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
44
44
|
* // const { ResiliencehubClient, CreateResiliencyPolicyCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
45
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
46
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
45
47
|
* const client = new ResiliencehubClient(config);
|
|
46
48
|
* const input = { // CreateResiliencyPolicyRequest
|
|
47
49
|
* policyName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteAppAssessmentCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, DeleteAppAssessmentCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, DeleteAppAssessmentCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // DeleteAppAssessmentRequest
|
|
39
41
|
* assessmentArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteAppCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, DeleteAppCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, DeleteAppCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // DeleteAppRequest
|
|
39
41
|
* appArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteAppInputSourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, DeleteAppInputSourceCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, DeleteAppInputSourceCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // DeleteAppInputSourceRequest
|
|
39
41
|
* appArn: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const DeleteAppVersionAppComponentCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { ResiliencehubClient, DeleteAppVersionAppComponentCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
48
48
|
* // const { ResiliencehubClient, DeleteAppVersionAppComponentCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
49
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
50
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
49
51
|
* const client = new ResiliencehubClient(config);
|
|
50
52
|
* const input = { // DeleteAppVersionAppComponentRequest
|
|
51
53
|
* appArn: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const DeleteAppVersionResourceCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { ResiliencehubClient, DeleteAppVersionResourceCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
51
51
|
* // const { ResiliencehubClient, DeleteAppVersionResourceCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
52
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
53
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
52
54
|
* const client = new ResiliencehubClient(config);
|
|
53
55
|
* const input = { // DeleteAppVersionResourceRequest
|
|
54
56
|
* appArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteRecommendationTemplateCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, DeleteRecommendationTemplateCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, DeleteRecommendationTemplateCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // DeleteRecommendationTemplateRequest
|
|
39
41
|
* recommendationTemplateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResiliencyPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, DeleteResiliencyPolicyCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, DeleteResiliencyPolicyCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // DeleteResiliencyPolicyRequest
|
|
38
40
|
* policyArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAppAssessmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, DescribeAppAssessmentCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, DescribeAppAssessmentCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // DescribeAppAssessmentRequest
|
|
38
40
|
* assessmentArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAppCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, DescribeAppCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, DescribeAppCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // DescribeAppRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAppVersionAppComponentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, DescribeAppVersionAppComponentCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, DescribeAppVersionAppComponentCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // DescribeAppVersionAppComponentRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAppVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, DescribeAppVersionCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, DescribeAppVersionCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // DescribeAppVersionRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -53,6 +53,8 @@ declare const DescribeAppVersionResourceCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { ResiliencehubClient, DescribeAppVersionResourceCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
55
55
|
* // const { ResiliencehubClient, DescribeAppVersionResourceCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
56
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
57
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
56
58
|
* const client = new ResiliencehubClient(config);
|
|
57
59
|
* const input = { // DescribeAppVersionResourceRequest
|
|
58
60
|
* appArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeAppVersionResourcesResolutionStatusCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ResiliencehubClient, DescribeAppVersionResourcesResolutionStatusCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
37
37
|
* // const { ResiliencehubClient, DescribeAppVersionResourcesResolutionStatusCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
38
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
39
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
38
40
|
* const client = new ResiliencehubClient(config);
|
|
39
41
|
* const input = { // DescribeAppVersionResourcesResolutionStatusRequest
|
|
40
42
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAppVersionTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, DescribeAppVersionTemplateCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, DescribeAppVersionTemplateCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // DescribeAppVersionTemplateRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const DescribeDraftAppVersionResourcesImportStatusCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { ResiliencehubClient, DescribeDraftAppVersionResourcesImportStatusCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
42
42
|
* // const { ResiliencehubClient, DescribeDraftAppVersionResourcesImportStatusCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
43
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
44
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
43
45
|
* const client = new ResiliencehubClient(config);
|
|
44
46
|
* const input = { // DescribeDraftAppVersionResourcesImportStatusRequest
|
|
45
47
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeMetricsExportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, DescribeMetricsExportCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, DescribeMetricsExportCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // DescribeMetricsExportRequest
|
|
38
40
|
* metricsExportId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeResiliencyPolicyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ResiliencehubClient, DescribeResiliencyPolicyCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
37
37
|
* // const { ResiliencehubClient, DescribeResiliencyPolicyCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
38
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
39
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
38
40
|
* const client = new ResiliencehubClient(config);
|
|
39
41
|
* const input = { // DescribeResiliencyPolicyRequest
|
|
40
42
|
* policyArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeResourceGroupingRecommendationTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, DescribeResourceGroupingRecommendationTaskCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, DescribeResourceGroupingRecommendationTaskCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // DescribeResourceGroupingRecommendationTaskRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ImportResourcesToDraftAppVersionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ResiliencehubClient, ImportResourcesToDraftAppVersionCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
37
37
|
* // const { ResiliencehubClient, ImportResourcesToDraftAppVersionCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
38
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
39
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
38
40
|
* const client = new ResiliencehubClient(config);
|
|
39
41
|
* const input = { // ImportResourcesToDraftAppVersionRequest
|
|
40
42
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAlarmRecommendationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListAlarmRecommendationsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListAlarmRecommendationsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListAlarmRecommendationsRequest
|
|
38
40
|
* assessmentArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListAppAssessmentComplianceDriftsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, ListAppAssessmentComplianceDriftsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, ListAppAssessmentComplianceDriftsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // ListAppAssessmentComplianceDriftsRequest
|
|
39
41
|
* assessmentArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListAppAssessmentResourceDriftsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, ListAppAssessmentResourceDriftsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, ListAppAssessmentResourceDriftsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // ListAppAssessmentResourceDriftsRequest
|
|
39
41
|
* assessmentArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListAppAssessmentsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, ListAppAssessmentsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, ListAppAssessmentsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // ListAppAssessmentsRequest
|
|
39
41
|
* appArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAppComponentCompliancesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListAppComponentCompliancesCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListAppComponentCompliancesCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListAppComponentCompliancesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAppComponentRecommendationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListAppComponentRecommendationsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListAppComponentRecommendationsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListAppComponentRecommendationsRequest
|
|
38
40
|
* assessmentArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListAppInputSourcesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ResiliencehubClient, ListAppInputSourcesCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
37
37
|
* // const { ResiliencehubClient, ListAppInputSourcesCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
38
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
39
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
38
40
|
* const client = new ResiliencehubClient(config);
|
|
39
41
|
* const input = { // ListAppInputSourcesRequest
|
|
40
42
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAppVersionAppComponentsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListAppVersionAppComponentsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListAppVersionAppComponentsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListAppVersionAppComponentsRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListAppVersionResourceMappingsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ResiliencehubClient, ListAppVersionResourceMappingsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
37
37
|
* // const { ResiliencehubClient, ListAppVersionResourceMappingsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
38
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
39
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
38
40
|
* const client = new ResiliencehubClient(config);
|
|
39
41
|
* const input = { // ListAppVersionResourceMappingsRequest
|
|
40
42
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAppVersionResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListAppVersionResourcesCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListAppVersionResourcesCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListAppVersionResourcesRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAppVersionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListAppVersionsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListAppVersionsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListAppVersionsRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const ListAppsCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { ResiliencehubClient, ListAppsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
44
44
|
* // const { ResiliencehubClient, ListAppsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
45
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
46
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
45
47
|
* const client = new ResiliencehubClient(config);
|
|
46
48
|
* const input = { // ListAppsRequest
|
|
47
49
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListMetricsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListMetricsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListMetricsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListMetricsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListRecommendationTemplatesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListRecommendationTemplatesCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListRecommendationTemplatesCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListRecommendationTemplatesRequest
|
|
38
40
|
* assessmentArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListResiliencyPoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListResiliencyPoliciesCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListResiliencyPoliciesCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListResiliencyPoliciesRequest
|
|
38
40
|
* policyName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListResourceGroupingRecommendationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListResourceGroupingRecommendationsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListResourceGroupingRecommendationsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListResourceGroupingRecommendationsRequest
|
|
38
40
|
* appArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListSopRecommendationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListSopRecommendationsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListSopRecommendationsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListSopRecommendationsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListSuggestedResiliencyPoliciesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, ListSuggestedResiliencyPoliciesCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, ListSuggestedResiliencyPoliciesCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // ListSuggestedResiliencyPoliciesRequest
|
|
39
41
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListTagsForResourceCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListTagsForResourceCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTestRecommendationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ListTestRecommendationsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ListTestRecommendationsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ListTestRecommendationsRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListUnsupportedAppVersionResourcesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { ResiliencehubClient, ListUnsupportedAppVersionResourcesCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
37
37
|
* // const { ResiliencehubClient, ListUnsupportedAppVersionResourcesCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
38
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
39
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
38
40
|
* const client = new ResiliencehubClient(config);
|
|
39
41
|
* const input = { // ListUnsupportedAppVersionResourcesRequest
|
|
40
42
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PublishAppVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, PublishAppVersionCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, PublishAppVersionCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // PublishAppVersionRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const PutDraftAppVersionTemplateCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { ResiliencehubClient, PutDraftAppVersionTemplateCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
36
36
|
* // const { ResiliencehubClient, PutDraftAppVersionTemplateCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
37
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
38
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
37
39
|
* const client = new ResiliencehubClient(config);
|
|
38
40
|
* const input = { // PutDraftAppVersionTemplateRequest
|
|
39
41
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RejectResourceGroupingRecommendationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, RejectResourceGroupingRecommendationsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, RejectResourceGroupingRecommendationsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // RejectResourceGroupingRecommendationsRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RemoveDraftAppVersionResourceMappingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, RemoveDraftAppVersionResourceMappingsCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, RemoveDraftAppVersionResourceMappingsCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // RemoveDraftAppVersionResourceMappingsRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ResolveAppVersionResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, ResolveAppVersionResourcesCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, ResolveAppVersionResourcesCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // ResolveAppVersionResourcesRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartAppAssessmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, StartAppAssessmentCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, StartAppAssessmentCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // StartAppAssessmentRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartMetricsExportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, StartMetricsExportCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, StartMetricsExportCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // StartMetricsExportRequest
|
|
38
40
|
* bucketName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const StartResourceGroupingRecommendationTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, StartResourceGroupingRecommendationTaskCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, StartResourceGroupingRecommendationTaskCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // StartResourceGroupingRecommendationTaskRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, TagResourceCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, TagResourceCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, UntagResourceCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, UntagResourceCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAppCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ResiliencehubClient, UpdateAppCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
35
35
|
* // const { ResiliencehubClient, UpdateAppCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
36
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
37
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
36
38
|
* const client = new ResiliencehubClient(config);
|
|
37
39
|
* const input = { // UpdateAppRequest
|
|
38
40
|
* appArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const UpdateAppVersionAppComponentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ResiliencehubClient, UpdateAppVersionAppComponentCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
40
40
|
* // const { ResiliencehubClient, UpdateAppVersionAppComponentCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
41
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
42
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
41
43
|
* const client = new ResiliencehubClient(config);
|
|
42
44
|
* const input = { // UpdateAppVersionAppComponentRequest
|
|
43
45
|
* appArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const UpdateAppVersionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { ResiliencehubClient, UpdateAppVersionCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
40
40
|
* // const { ResiliencehubClient, UpdateAppVersionCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
41
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
42
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
41
43
|
* const client = new ResiliencehubClient(config);
|
|
42
44
|
* const input = { // UpdateAppVersionRequest
|
|
43
45
|
* appArn: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const UpdateAppVersionResourceCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { ResiliencehubClient, UpdateAppVersionResourceCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
51
51
|
* // const { ResiliencehubClient, UpdateAppVersionResourceCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
52
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
53
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
52
54
|
* const client = new ResiliencehubClient(config);
|
|
53
55
|
* const input = { // UpdateAppVersionResourceRequest
|
|
54
56
|
* appArn: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const UpdateResiliencyPolicyCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { ResiliencehubClient, UpdateResiliencyPolicyCommand } from "@aws-sdk/client-resiliencehub"; // ES Modules import
|
|
44
44
|
* // const { ResiliencehubClient, UpdateResiliencyPolicyCommand } = require("@aws-sdk/client-resiliencehub"); // CommonJS import
|
|
45
|
+
* // import type { ResiliencehubClientConfig } from "@aws-sdk/client-resiliencehub";
|
|
46
|
+
* const config = {}; // type is ResiliencehubClientConfig
|
|
45
47
|
* const client = new ResiliencehubClient(config);
|
|
46
48
|
* const input = { // UpdateResiliencyPolicyRequest
|
|
47
49
|
* policyArn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resiliencehub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-resiliencehub",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|