@aws-sdk/client-route53-recovery-readiness 3.888.0 → 3.891.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/CreateCellCommand.d.ts +2 -0
- package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +2 -0
- package/dist-types/commands/CreateReadinessCheckCommand.d.ts +2 -0
- package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCellCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +2 -0
- package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/GetCellCommand.d.ts +2 -0
- package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +2 -0
- package/dist-types/commands/GetReadinessCheckCommand.d.ts +2 -0
- package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetRecoveryGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceSetCommand.d.ts +2 -0
- package/dist-types/commands/ListCellsCommand.d.ts +2 -0
- package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +2 -0
- package/dist-types/commands/ListReadinessChecksCommand.d.ts +2 -0
- package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListRulesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourcesCommand.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/UpdateCellCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResourceSetCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const CreateCellCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, CreateCellCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, CreateCellCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // CreateCellRequest
|
|
38
40
|
* CellName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateCrossAccountAuthorizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, CreateCrossAccountAuthorizationCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, CreateCrossAccountAuthorizationCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // CreateCrossAccountAuthorizationRequest
|
|
38
40
|
* CrossAccountAuthorization: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateReadinessCheckCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, CreateReadinessCheckCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, CreateReadinessCheckCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // CreateReadinessCheckRequest
|
|
38
40
|
* ReadinessCheckName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateRecoveryGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, CreateRecoveryGroupCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, CreateRecoveryGroupCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // CreateRecoveryGroupRequest
|
|
38
40
|
* Cells: [ // __listOf__string
|
|
@@ -33,6 +33,8 @@ declare const CreateResourceSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, CreateResourceSetCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, CreateResourceSetCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // CreateResourceSetRequest
|
|
38
40
|
* ResourceSetName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCellCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, DeleteCellCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, DeleteCellCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // DeleteCellRequest
|
|
38
40
|
* CellName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCrossAccountAuthorizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, DeleteCrossAccountAuthorizationCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, DeleteCrossAccountAuthorizationCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // DeleteCrossAccountAuthorizationRequest
|
|
38
40
|
* CrossAccountAuthorization: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteReadinessCheckCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, DeleteReadinessCheckCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, DeleteReadinessCheckCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // DeleteReadinessCheckRequest
|
|
38
40
|
* ReadinessCheckName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRecoveryGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, DeleteRecoveryGroupCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, DeleteRecoveryGroupCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // DeleteRecoveryGroupRequest
|
|
38
40
|
* RecoveryGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourceSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, DeleteResourceSetCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, DeleteResourceSetCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // DeleteResourceSetRequest
|
|
38
40
|
* ResourceSetName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetArchitectureRecommendationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetArchitectureRecommendationsCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetArchitectureRecommendationsCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetArchitectureRecommendationsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const GetCellCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetCellCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetCellCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetCellRequest
|
|
38
40
|
* CellName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCellReadinessSummaryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetCellReadinessSummaryCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetCellReadinessSummaryCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetCellReadinessSummaryRequest
|
|
38
40
|
* CellName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetReadinessCheckCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetReadinessCheckCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetReadinessCheckCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetReadinessCheckRequest
|
|
38
40
|
* ReadinessCheckName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetReadinessCheckResourceStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetReadinessCheckResourceStatusCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetReadinessCheckResourceStatusCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetReadinessCheckResourceStatusRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const GetReadinessCheckStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetReadinessCheckStatusCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetReadinessCheckStatusCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetReadinessCheckStatusRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const GetRecoveryGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetRecoveryGroupCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetRecoveryGroupCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetRecoveryGroupRequest
|
|
38
40
|
* RecoveryGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetRecoveryGroupReadinessSummaryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetRecoveryGroupReadinessSummaryCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetRecoveryGroupReadinessSummaryCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetRecoveryGroupReadinessSummaryRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const GetResourceSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, GetResourceSetCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, GetResourceSetCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // GetResourceSetRequest
|
|
38
40
|
* ResourceSetName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListCellsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, ListCellsCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, ListCellsCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // ListCellsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListCrossAccountAuthorizationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, ListCrossAccountAuthorizationsCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, ListCrossAccountAuthorizationsCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // ListCrossAccountAuthorizationsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListReadinessChecksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, ListReadinessChecksCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, ListReadinessChecksCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // ListReadinessChecksRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListRecoveryGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, ListRecoveryGroupsCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, ListRecoveryGroupsCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // ListRecoveryGroupsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListResourceSetsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, ListResourceSetsCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, ListResourceSetsCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // ListResourceSetsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListRulesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, ListRulesCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, ListRulesCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // ListRulesRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, ListTagsForResourcesCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, ListTagsForResourcesCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourcesRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, TagResourceCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, TagResourceCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(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 { Route53RecoveryReadinessClient, UntagResourceCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, UntagResourceCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCellCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, UpdateCellCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, UpdateCellCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // UpdateCellRequest
|
|
38
40
|
* CellName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateReadinessCheckCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, UpdateReadinessCheckCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, UpdateReadinessCheckCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // UpdateReadinessCheckRequest
|
|
38
40
|
* ReadinessCheckName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRecoveryGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, UpdateRecoveryGroupCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, UpdateRecoveryGroupCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // UpdateRecoveryGroupRequest
|
|
38
40
|
* Cells: [ // __listOf__string // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateResourceSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { Route53RecoveryReadinessClient, UpdateResourceSetCommand } from "@aws-sdk/client-route53-recovery-readiness"; // ES Modules import
|
|
35
35
|
* // const { Route53RecoveryReadinessClient, UpdateResourceSetCommand } = require("@aws-sdk/client-route53-recovery-readiness"); // CommonJS import
|
|
36
|
+
* // import type { Route53RecoveryReadinessClientConfig } from "@aws-sdk/client-route53-recovery-readiness";
|
|
37
|
+
* const config = {}; // type is Route53RecoveryReadinessClientConfig
|
|
36
38
|
* const client = new Route53RecoveryReadinessClient(config);
|
|
37
39
|
* const input = { // UpdateResourceSetRequest
|
|
38
40
|
* ResourceSetName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53-recovery-readiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53 Recovery Readiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.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-route53-recovery-readiness",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
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.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
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.2",
|
|
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.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
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
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|