@aws-sdk/client-resiliencehub 3.279.0 → 3.281.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 (54) hide show
  1. package/README.md +419 -0
  2. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateAppCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteAppCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeAppCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeAppVersionCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +6 -0
  24. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +6 -0
  25. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +6 -0
  27. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +6 -0
  28. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +6 -0
  29. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +6 -0
  30. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +6 -0
  32. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +6 -0
  33. package/dist-types/commands/ListAppVersionsCommand.d.ts +6 -0
  34. package/dist-types/commands/ListAppsCommand.d.ts +6 -0
  35. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +6 -0
  36. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +6 -0
  37. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +6 -0
  38. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +6 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  40. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +6 -0
  41. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +6 -0
  42. package/dist-types/commands/PublishAppVersionCommand.d.ts +6 -0
  43. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +6 -0
  44. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +6 -0
  45. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +6 -0
  46. package/dist-types/commands/StartAppAssessmentCommand.d.ts +6 -0
  47. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  48. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  49. package/dist-types/commands/UpdateAppCommand.d.ts +6 -0
  50. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +6 -0
  51. package/dist-types/commands/UpdateAppVersionCommand.d.ts +6 -0
  52. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +6 -0
  53. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +6 -0
  54. package/package.json +3 -3
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateResiliencyPolicyRequest, UpdateResiliencyPolicyResponse } from "../models/models_0";
5
5
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
+ /**
7
+ * The input for {@link UpdateResiliencyPolicyCommand}.
8
+ */
6
9
  export interface UpdateResiliencyPolicyCommandInput extends UpdateResiliencyPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateResiliencyPolicyCommand}.
13
+ */
8
14
  export interface UpdateResiliencyPolicyCommandOutput extends UpdateResiliencyPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",