@aws-sdk/client-route53-recovery-readiness 3.48.0 → 3.52.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/CHANGELOG.md +35 -0
- package/README.md +1 -1
- package/dist-types/Route53RecoveryReadiness.d.ts +33 -33
- package/dist-types/Route53RecoveryReadinessClient.d.ts +1 -1
- package/dist-types/commands/CreateCellCommand.d.ts +1 -1
- package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateReadinessCheckCommand.d.ts +1 -1
- package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCellCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +1 -1
- package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/GetCellCommand.d.ts +1 -1
- package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetReadinessCheckCommand.d.ts +1 -1
- package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetRecoveryGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceSetCommand.d.ts +1 -1
- package/dist-types/commands/ListCellsCommand.d.ts +1 -1
- package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +1 -1
- package/dist-types/commands/ListReadinessChecksCommand.d.ts +1 -1
- package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCellCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceSetCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +215 -233
- package/dist-types/ts3.4/models/models_0.d.ts +0 -6
- package/package.json +40 -34
|
@@ -7,7 +7,7 @@ export interface UpdateReadinessCheckCommandInput extends UpdateReadinessCheckRe
|
|
|
7
7
|
export interface UpdateReadinessCheckCommandOutput extends UpdateReadinessCheckResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* Updates
|
|
10
|
+
* <p>Updates a readiness check.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateRecoveryGroupCommandInput extends UpdateRecoveryGroupRequ
|
|
|
7
7
|
export interface UpdateRecoveryGroupCommandOutput extends UpdateRecoveryGroupResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* Updates
|
|
10
|
+
* <p>Updates a recovery group.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface UpdateResourceSetCommandInput extends UpdateResourceSetRequest
|
|
|
7
7
|
export interface UpdateResourceSetCommandOutput extends UpdateResourceSetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* Updates
|
|
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
|