@aws-sdk/client-route53-recovery-readiness 3.48.0 → 3.49.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 (39) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +1 -1
  3. package/dist-types/Route53RecoveryReadiness.d.ts +33 -33
  4. package/dist-types/Route53RecoveryReadinessClient.d.ts +1 -1
  5. package/dist-types/commands/CreateCellCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateReadinessCheckCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateResourceSetCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteCellCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteResourceSetCommand.d.ts +1 -1
  15. package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +1 -1
  16. package/dist-types/commands/GetCellCommand.d.ts +1 -1
  17. package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +1 -1
  18. package/dist-types/commands/GetReadinessCheckCommand.d.ts +1 -1
  19. package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +1 -1
  20. package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +1 -1
  21. package/dist-types/commands/GetRecoveryGroupCommand.d.ts +1 -1
  22. package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +1 -1
  23. package/dist-types/commands/GetResourceSetCommand.d.ts +1 -1
  24. package/dist-types/commands/ListCellsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListReadinessChecksCommand.d.ts +1 -1
  27. package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListResourceSetsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateCellCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateResourceSetCommand.d.ts +1 -1
  37. package/dist-types/models/models_0.d.ts +215 -233
  38. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  39. package/package.json +39 -33
@@ -7,7 +7,7 @@ export interface UpdateResourceSetCommandInput extends UpdateResourceSetRequest
7
7
  export interface UpdateResourceSetCommandOutput extends UpdateResourceSetResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * Updates an existing Resource Set.
10
+ * <p>Updates a resource set.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript