@aws-sdk/client-rds 3.776.0 → 3.777.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 (163) hide show
  1. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +8 -5
  2. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +9 -6
  3. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +16 -16
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
  5. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +13 -13
  6. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +6 -6
  7. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -0
  8. package/dist-types/commands/CancelExportTaskCommand.d.ts +14 -14
  9. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -11
  10. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +26 -26
  11. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -11
  12. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +31 -31
  13. package/dist-types/commands/CopyOptionGroupCommand.d.ts +14 -14
  14. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +1 -127
  15. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateDBClusterCommand.d.ts +83 -84
  17. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +17 -17
  18. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -11
  19. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +25 -25
  20. package/dist-types/commands/CreateDBInstanceCommand.d.ts +72 -72
  21. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +11 -11
  22. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -11
  23. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -0
  25. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +6 -6
  26. package/dist-types/commands/CreateDBShardGroupCommand.d.ts +1 -0
  27. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +29 -29
  28. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +25 -25
  29. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +17 -17
  30. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +15 -15
  31. package/dist-types/commands/CreateIntegrationCommand.d.ts +14 -14
  32. package/dist-types/commands/CreateOptionGroupCommand.d.ts +15 -15
  33. package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -140
  35. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -0
  37. package/dist-types/commands/DeleteDBClusterCommand.d.ts +14 -14
  38. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +14 -14
  39. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -4
  40. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +24 -24
  41. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +26 -26
  42. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +9 -9
  43. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +7 -4
  44. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -0
  45. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -0
  46. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +7 -4
  47. package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +1 -0
  48. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +29 -29
  49. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +7 -4
  50. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +15 -15
  51. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +14 -14
  52. package/dist-types/commands/DeleteIntegrationCommand.d.ts +12 -12
  53. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +7 -4
  54. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -0
  55. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +50 -50
  57. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -215
  58. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -52
  59. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -0
  60. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -17
  61. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +28 -29
  62. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +25 -25
  63. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +24 -24
  64. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -9
  65. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +43 -43
  66. package/dist-types/commands/DescribeDBClustersCommand.d.ts +64 -64
  67. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +21 -21
  68. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +26 -26
  69. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +14 -14
  70. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +23 -23
  71. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +21 -21
  72. package/dist-types/commands/DescribeDBParametersCommand.d.ts +21 -21
  73. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -0
  74. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -0
  75. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -0
  76. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -0
  77. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -0
  78. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +7 -4
  79. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -0
  80. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +9 -9
  81. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -0
  82. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +27 -27
  83. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +27 -27
  84. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +13 -13
  85. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +13 -13
  86. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +18 -18
  87. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +14 -14
  88. package/dist-types/commands/DescribeEventsCommand.d.ts +18 -18
  89. package/dist-types/commands/DescribeExportTasksCommand.d.ts +27 -27
  90. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +14 -14
  91. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +13 -13
  92. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +31 -31
  93. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +13 -13
  94. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +21 -21
  95. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -9
  96. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +23 -23
  97. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -17
  98. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +89 -89
  99. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -0
  100. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +14 -14
  101. package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -0
  102. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -5
  103. package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -0
  104. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -6
  105. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -0
  106. package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -9
  107. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -0
  108. package/dist-types/commands/ModifyCertificatesCommand.d.ts +13 -13
  109. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -10
  110. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -0
  111. package/dist-types/commands/ModifyDBClusterCommand.d.ts +50 -50
  112. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +15 -15
  113. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -12
  114. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -11
  115. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +31 -31
  116. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +9 -9
  117. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -0
  118. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -0
  119. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -0
  120. package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +1 -0
  121. package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -0
  122. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +20 -21
  123. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +28 -28
  124. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +29 -29
  125. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +15 -15
  126. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +15 -15
  127. package/dist-types/commands/ModifyIntegrationCommand.d.ts +14 -14
  128. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +9 -9
  129. package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +1 -0
  130. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +9 -9
  131. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
  132. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +23 -23
  133. package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
  134. package/dist-types/commands/RebootDBInstanceCommand.d.ts +14 -14
  135. package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -0
  136. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -0
  137. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +22 -22
  138. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +8 -5
  139. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -0
  140. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +16 -16
  141. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
  142. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -6
  143. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -6
  144. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +47 -47
  145. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +44 -44
  146. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +44 -44
  147. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +23 -23
  148. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
  149. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +62 -62
  150. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +6 -6
  151. package/dist-types/commands/StartActivityStreamCommand.d.ts +12 -12
  152. package/dist-types/commands/StartDBClusterCommand.d.ts +10 -10
  153. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +25 -25
  154. package/dist-types/commands/StartDBInstanceCommand.d.ts +6 -6
  155. package/dist-types/commands/StartExportTaskCommand.d.ts +17 -17
  156. package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -8
  157. package/dist-types/commands/StopDBClusterCommand.d.ts +10 -10
  158. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +26 -26
  159. package/dist-types/commands/StopDBInstanceCommand.d.ts +6 -6
  160. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +1 -138
  161. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +1 -0
  162. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
  163. package/package.json +2 -2
@@ -369,79 +369,79 @@ declare const ModifyDBClusterCommand_base: {
369
369
  * @throws {@link RDSServiceException}
370
370
  * <p>Base exception class for all service exceptions from RDS service.</p>
371
371
  *
372
- * @public
372
+ *
373
373
  * @example To modify a DB cluster
374
374
  * ```javascript
375
375
  * // The following example changes the master user password for the DB cluster named cluster-2 and sets the backup retention period to 14 days. The ApplyImmediately parameter causes the changes to be made immediately, instead of waiting until the next maintenance window.
376
376
  * const input = {
377
- * "ApplyImmediately": true,
378
- * "BackupRetentionPeriod": 14,
379
- * "DBClusterIdentifier": "cluster-2",
380
- * "MasterUserPassword": "newpassword99"
377
+ * ApplyImmediately: true,
378
+ * BackupRetentionPeriod: 14,
379
+ * DBClusterIdentifier: "cluster-2",
380
+ * MasterUserPassword: "newpassword99"
381
381
  * };
382
382
  * const command = new ModifyDBClusterCommand(input);
383
383
  * const response = await client.send(command);
384
- * /* response ==
384
+ * /* response is
385
385
  * {
386
- * "DBCluster": {
387
- * "AllocatedStorage": 1,
388
- * "AssociatedRoles": [],
389
- * "AvailabilityZones": [
386
+ * DBCluster: {
387
+ * AllocatedStorage: 1,
388
+ * AssociatedRoles: [],
389
+ * AvailabilityZones: [
390
390
  * "eu-central-1b",
391
391
  * "eu-central-1c",
392
392
  * "eu-central-1a"
393
393
  * ],
394
- * "BackupRetentionPeriod": 14,
395
- * "ClusterCreateTime": "2020-04-03T14:44:02.764Z",
396
- * "CopyTagsToSnapshot": true,
397
- * "CrossAccountClone": false,
398
- * "DBClusterArn": "arn:aws:rds:eu-central-1:123456789012:cluster:cluster-2",
399
- * "DBClusterIdentifier": "cluster-2",
400
- * "DBClusterMembers": [
394
+ * BackupRetentionPeriod: 14,
395
+ * ClusterCreateTime: "2020-04-03T14:44:02.764Z",
396
+ * CopyTagsToSnapshot: true,
397
+ * CrossAccountClone: false,
398
+ * DBClusterArn: "arn:aws:rds:eu-central-1:123456789012:cluster:cluster-2",
399
+ * DBClusterIdentifier: "cluster-2",
400
+ * DBClusterMembers: [
401
401
  * {
402
- * "DBClusterParameterGroupStatus": "in-sync",
403
- * "DBInstanceIdentifier": "cluster-2-instance-1",
404
- * "IsClusterWriter": true,
405
- * "PromotionTier": 1
402
+ * DBClusterParameterGroupStatus: "in-sync",
403
+ * DBInstanceIdentifier: "cluster-2-instance-1",
404
+ * IsClusterWriter: true,
405
+ * PromotionTier: 1
406
406
  * }
407
407
  * ],
408
- * "DBClusterParameterGroup": "default.aurora5.6",
409
- * "DBSubnetGroup": "default-vpc-2305ca49",
410
- * "DatabaseName": "",
411
- * "DbClusterResourceId": "cluster-AGJ7XI77XVIS6FUXHU1EXAMPLE",
412
- * "DeletionProtection": false,
413
- * "DomainMemberships": [],
414
- * "EarliestRestorableTime": "2020-06-03T02:07:29.637Z",
415
- * "Endpoint": "cluster-2.cluster-############.eu-central-1.rds.amazonaws.com",
416
- * "Engine": "aurora",
417
- * "EngineMode": "provisioned",
418
- * "EngineVersion": "5.6.10a",
419
- * "HostedZoneId": "Z1RLNU0EXAMPLE",
420
- * "HttpEndpointEnabled": false,
421
- * "IAMDatabaseAuthenticationEnabled": false,
422
- * "KmsKeyId": "arn:aws:kms:eu-central-1:123456789012:key/d1bd7c8f-5cdb-49ca-8a62-a1b2c3d4e5f6",
423
- * "LatestRestorableTime": "2020-06-04T15:11:25.748Z",
424
- * "MasterUsername": "admin",
425
- * "MultiAZ": false,
426
- * "Port": 3306,
427
- * "PreferredBackupWindow": "01:55-02:25",
428
- * "PreferredMaintenanceWindow": "thu:21:14-thu:21:44",
429
- * "ReadReplicaIdentifiers": [],
430
- * "ReaderEndpoint": "cluster-2.cluster-ro-############.eu-central-1.rds.amazonaws.com",
431
- * "Status": "available",
432
- * "StorageEncrypted": true,
433
- * "VpcSecurityGroups": [
408
+ * DBClusterParameterGroup: "default.aurora5.6",
409
+ * DBSubnetGroup: "default-vpc-2305ca49",
410
+ * DatabaseName: "",
411
+ * DbClusterResourceId: "cluster-AGJ7XI77XVIS6FUXHU1EXAMPLE",
412
+ * DeletionProtection: false,
413
+ * DomainMemberships: [],
414
+ * EarliestRestorableTime: "2020-06-03T02:07:29.637Z",
415
+ * Endpoint: "cluster-2.cluster-############.eu-central-1.rds.amazonaws.com",
416
+ * Engine: "aurora",
417
+ * EngineMode: "provisioned",
418
+ * EngineVersion: "5.6.10a",
419
+ * HostedZoneId: "Z1RLNU0EXAMPLE",
420
+ * HttpEndpointEnabled: false,
421
+ * IAMDatabaseAuthenticationEnabled: false,
422
+ * KmsKeyId: "arn:aws:kms:eu-central-1:123456789012:key/d1bd7c8f-5cdb-49ca-8a62-a1b2c3d4e5f6",
423
+ * LatestRestorableTime: "2020-06-04T15:11:25.748Z",
424
+ * MasterUsername: "admin",
425
+ * MultiAZ: false,
426
+ * Port: 3306,
427
+ * PreferredBackupWindow: "01:55-02:25",
428
+ * PreferredMaintenanceWindow: "thu:21:14-thu:21:44",
429
+ * ReadReplicaIdentifiers: [],
430
+ * ReaderEndpoint: "cluster-2.cluster-ro-############.eu-central-1.rds.amazonaws.com",
431
+ * Status: "available",
432
+ * StorageEncrypted: true,
433
+ * VpcSecurityGroups: [
434
434
  * {
435
- * "Status": "active",
436
- * "VpcSecurityGroupId": "sg-20a5c047"
435
+ * Status: "active",
436
+ * VpcSecurityGroupId: "sg-20a5c047"
437
437
  * }
438
438
  * ]
439
439
  * }
440
440
  * }
441
441
  * *\/
442
- * // example id: to-modify-a-db-cluster-1680310823999
443
442
  * ```
444
443
  *
444
+ * @public
445
445
  */
446
446
  export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {
447
447
  /** @internal type navigation helper, not in runtime. */
@@ -94,13 +94,13 @@ declare const ModifyDBClusterEndpointCommand_base: {
94
94
  * @throws {@link RDSServiceException}
95
95
  * <p>Base exception class for all service exceptions from RDS service.</p>
96
96
  *
97
- * @public
97
+ *
98
98
  * @example To modify a custom DB cluster endpoint
99
99
  * ```javascript
100
100
  * // The following example modifies the specified custom DB cluster endpoint.
101
101
  * const input = {
102
- * "DBClusterEndpointIdentifier": "mycustomendpoint",
103
- * "StaticMembers": [
102
+ * DBClusterEndpointIdentifier: "mycustomendpoint",
103
+ * StaticMembers: [
104
104
  * "dbinstance1",
105
105
  * "dbinstance2",
106
106
  * "dbinstance3"
@@ -108,27 +108,27 @@ declare const ModifyDBClusterEndpointCommand_base: {
108
108
  * };
109
109
  * const command = new ModifyDBClusterEndpointCommand(input);
110
110
  * const response = await client.send(command);
111
- * /* response ==
111
+ * /* response is
112
112
  * {
113
- * "CustomEndpointType": "READER",
114
- * "DBClusterEndpointArn": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:mycustomendpoint",
115
- * "DBClusterEndpointIdentifier": "mycustomendpoint",
116
- * "DBClusterEndpointResourceIdentifier": "cluster-endpoint-ANPAJ4AE5446DAEXAMPLE",
117
- * "DBClusterIdentifier": "mydbcluster",
118
- * "Endpoint": "mycustomendpoint.cluster-custom-cnpexample.us-east-1.rds.amazonaws.com",
119
- * "EndpointType": "CUSTOM",
120
- * "ExcludedMembers": [],
121
- * "StaticMembers": [
113
+ * CustomEndpointType: "READER",
114
+ * DBClusterEndpointArn: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:mycustomendpoint",
115
+ * DBClusterEndpointIdentifier: "mycustomendpoint",
116
+ * DBClusterEndpointResourceIdentifier: "cluster-endpoint-ANPAJ4AE5446DAEXAMPLE",
117
+ * DBClusterIdentifier: "mydbcluster",
118
+ * Endpoint: "mycustomendpoint.cluster-custom-cnpexample.us-east-1.rds.amazonaws.com",
119
+ * EndpointType: "CUSTOM",
120
+ * ExcludedMembers: [],
121
+ * StaticMembers: [
122
122
  * "dbinstance1",
123
123
  * "dbinstance2",
124
124
  * "dbinstance3"
125
125
  * ],
126
- * "Status": "modifying"
126
+ * Status: "modifying"
127
127
  * }
128
128
  * *\/
129
- * // example id: to-modify-a-custom-db-cluster-endpoint-1680307652958
130
129
  * ```
131
130
  *
131
+ * @public
132
132
  */
133
133
  export declare class ModifyDBClusterEndpointCommand extends ModifyDBClusterEndpointCommand_base {
134
134
  /** @internal type navigation helper, not in runtime. */
@@ -106,35 +106,35 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
106
106
  * @throws {@link RDSServiceException}
107
107
  * <p>Base exception class for all service exceptions from RDS service.</p>
108
108
  *
109
- * @public
109
+ *
110
110
  * @example To modify parameters in a DB cluster parameter group
111
111
  * ```javascript
112
112
  * // The following example modifies the values of parameters in a DB cluster parameter group.
113
113
  * const input = {
114
- * "DBClusterParameterGroupName": "mydbclusterpg",
115
- * "Parameters": [
114
+ * DBClusterParameterGroupName: "mydbclusterpg",
115
+ * Parameters: [
116
116
  * {
117
- * "ApplyMethod": "immediate",
118
- * "ParameterName": "server_audit_logging",
119
- * "ParameterValue": "1"
117
+ * ApplyMethod: "immediate",
118
+ * ParameterName: "server_audit_logging",
119
+ * ParameterValue: "1"
120
120
  * },
121
121
  * {
122
- * "ApplyMethod": "immediate",
123
- * "ParameterName": "server_audit_logs_upload",
124
- * "ParameterValue": "1"
122
+ * ApplyMethod: "immediate",
123
+ * ParameterName: "server_audit_logs_upload",
124
+ * ParameterValue: "1"
125
125
  * }
126
126
  * ]
127
127
  * };
128
128
  * const command = new ModifyDBClusterParameterGroupCommand(input);
129
129
  * const response = await client.send(command);
130
- * /* response ==
130
+ * /* response is
131
131
  * {
132
- * "DBClusterParameterGroupName": "mydbclusterpg"
132
+ * DBClusterParameterGroupName: "mydbclusterpg"
133
133
  * }
134
134
  * *\/
135
- * // example id: to-modify-parameters-in-a-db-cluster-parameter-group-1680377584537
136
135
  * ```
137
136
  *
137
+ * @public
138
138
  */
139
139
  export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {
140
140
  /** @internal type navigation helper, not in runtime. */
@@ -99,37 +99,37 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
99
99
  * @throws {@link RDSServiceException}
100
100
  * <p>Base exception class for all service exceptions from RDS service.</p>
101
101
  *
102
- * @public
102
+ *
103
103
  * @example To modify a DB cluster snapshot attribute
104
104
  * ```javascript
105
105
  * // The following example makes changes to the specified DB cluster snapshot attribute.
106
106
  * const input = {
107
- * "AttributeName": "restore",
108
- * "DBClusterSnapshotIdentifier": "myclustersnapshot",
109
- * "ValuesToAdd": [
107
+ * AttributeName: "restore",
108
+ * DBClusterSnapshotIdentifier: "myclustersnapshot",
109
+ * ValuesToAdd: [
110
110
  * "123456789012"
111
111
  * ]
112
112
  * };
113
113
  * const command = new ModifyDBClusterSnapshotAttributeCommand(input);
114
114
  * const response = await client.send(command);
115
- * /* response ==
115
+ * /* response is
116
116
  * {
117
- * "DBClusterSnapshotAttributesResult": {
118
- * "DBClusterSnapshotAttributes": [
117
+ * DBClusterSnapshotAttributesResult: {
118
+ * DBClusterSnapshotAttributes: [
119
119
  * {
120
- * "AttributeName": "restore",
121
- * "AttributeValues": [
120
+ * AttributeName: "restore",
121
+ * AttributeValues: [
122
122
  * "123456789012"
123
123
  * ]
124
124
  * }
125
125
  * ],
126
- * "DBClusterSnapshotIdentifier": "myclustersnapshot"
126
+ * DBClusterSnapshotIdentifier: "myclustersnapshot"
127
127
  * }
128
128
  * }
129
129
  * *\/
130
- * // example id: to-modify-a-db-cluster-snapshot-attribute-1680310358770
131
130
  * ```
132
131
  *
132
+ * @public
133
133
  */
134
134
  export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {
135
135
  /** @internal type navigation helper, not in runtime. */
@@ -437,56 +437,56 @@ declare const ModifyDBInstanceCommand_base: {
437
437
  * @throws {@link RDSServiceException}
438
438
  * <p>Base exception class for all service exceptions from RDS service.</p>
439
439
  *
440
- * @public
440
+ *
441
441
  * @example To modify a DB instance
442
442
  * ```javascript
443
443
  * // The following example associates an option group and a parameter group with a compatible Microsoft SQL Server DB instance. The ApplyImmediately parameter causes the option and parameter groups to be associated immediately, instead of waiting until the next maintenance window.
444
444
  * const input = {
445
- * "ApplyImmediately": true,
446
- * "DBInstanceIdentifier": "database-2",
447
- * "DBParameterGroupName": "test-sqlserver-se-2017",
448
- * "OptionGroupName": "test-se-2017"
445
+ * ApplyImmediately: true,
446
+ * DBInstanceIdentifier: "database-2",
447
+ * DBParameterGroupName: "test-sqlserver-se-2017",
448
+ * OptionGroupName: "test-se-2017"
449
449
  * };
450
450
  * const command = new ModifyDBInstanceCommand(input);
451
451
  * const response = await client.send(command);
452
- * /* response ==
452
+ * /* response is
453
453
  * {
454
- * "DBInstance": {
455
- * "AssociatedRoles": [],
456
- * "AutoMinorVersionUpgrade": false,
457
- * "AvailabilityZone": "us-west-2d",
458
- * "CharacterSetName": "SQL_Latin1_General_CP1_CI_AS",
459
- * "DBInstanceClass": "db.r4.large",
460
- * "DBInstanceIdentifier": "database-2",
461
- * "DBInstanceStatus": "available",
462
- * "DBParameterGroups": [
454
+ * DBInstance: {
455
+ * AssociatedRoles: [],
456
+ * AutoMinorVersionUpgrade: false,
457
+ * AvailabilityZone: "us-west-2d",
458
+ * CharacterSetName: "SQL_Latin1_General_CP1_CI_AS",
459
+ * DBInstanceClass: "db.r4.large",
460
+ * DBInstanceIdentifier: "database-2",
461
+ * DBInstanceStatus: "available",
462
+ * DBParameterGroups: [
463
463
  * {
464
- * "DBParameterGroupName": "test-sqlserver-se-2017",
465
- * "ParameterApplyStatus": "applying"
464
+ * DBParameterGroupName: "test-sqlserver-se-2017",
465
+ * ParameterApplyStatus: "applying"
466
466
  * }
467
467
  * ],
468
- * "DeletionProtection": false,
469
- * "Engine": "sqlserver-se",
470
- * "EngineVersion": "14.00.3281.6.v1",
471
- * "LicenseModel": "license-included",
472
- * "MaxAllocatedStorage": 1000,
473
- * "MultiAZ": true,
474
- * "OptionGroupMemberships": [
468
+ * DeletionProtection: false,
469
+ * Engine: "sqlserver-se",
470
+ * EngineVersion: "14.00.3281.6.v1",
471
+ * LicenseModel: "license-included",
472
+ * MaxAllocatedStorage: 1000,
473
+ * MultiAZ: true,
474
+ * OptionGroupMemberships: [
475
475
  * {
476
- * "OptionGroupName": "test-se-2017",
477
- * "Status": "pending-apply"
476
+ * OptionGroupName: "test-se-2017",
477
+ * Status: "pending-apply"
478
478
  * }
479
479
  * ],
480
- * "PubliclyAccessible": true,
481
- * "ReadReplicaDBInstanceIdentifiers": [],
482
- * "SecondaryAvailabilityZone": "us-west-2c",
483
- * "StorageType": "gp2"
480
+ * PubliclyAccessible: true,
481
+ * ReadReplicaDBInstanceIdentifiers: [],
482
+ * SecondaryAvailabilityZone: "us-west-2c",
483
+ * StorageType: "gp2"
484
484
  * }
485
485
  * }
486
486
  * *\/
487
- * // example id: to-modify-a-db-instance-1680377584537
488
487
  * ```
489
488
  *
489
+ * @public
490
490
  */
491
491
  export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {
492
492
  /** @internal type navigation helper, not in runtime. */
@@ -94,30 +94,30 @@ declare const ModifyDBParameterGroupCommand_base: {
94
94
  * @throws {@link RDSServiceException}
95
95
  * <p>Base exception class for all service exceptions from RDS service.</p>
96
96
  *
97
- * @public
97
+ *
98
98
  * @example To modify a DB parameter group
99
99
  * ```javascript
100
100
  * // The following example changes the value of the clr enabled parameter in a DB parameter group. The value of the ApplyMethod parameter causes the DB parameter group to be modified immediately, instead of waiting until the next maintenance window.
101
101
  * const input = {
102
- * "DBParameterGroupName": "test-sqlserver-se-2017",
103
- * "Parameters": [
102
+ * DBParameterGroupName: "test-sqlserver-se-2017",
103
+ * Parameters: [
104
104
  * {
105
- * "ApplyMethod": "immediate",
106
- * "ParameterName": "clr enabled",
107
- * "ParameterValue": "1"
105
+ * ApplyMethod: "immediate",
106
+ * ParameterName: "clr enabled",
107
+ * ParameterValue: "1"
108
108
  * }
109
109
  * ]
110
110
  * };
111
111
  * const command = new ModifyDBParameterGroupCommand(input);
112
112
  * const response = await client.send(command);
113
- * /* response ==
113
+ * /* response is
114
114
  * {
115
- * "DBParameterGroupName": "test-sqlserver-se-2017"
115
+ * DBParameterGroupName: "test-sqlserver-se-2017"
116
116
  * }
117
117
  * *\/
118
- * // example id: to-modify-a-db-parameter-group-1680382937235
119
118
  * ```
120
119
  *
120
+ * @public
121
121
  */
122
122
  export declare class ModifyDBParameterGroupCommand extends ModifyDBParameterGroupCommand_base {
123
123
  /** @internal type navigation helper, not in runtime. */
@@ -110,6 +110,7 @@ declare const ModifyDBProxyCommand_base: {
110
110
  * @throws {@link RDSServiceException}
111
111
  * <p>Base exception class for all service exceptions from RDS service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class ModifyDBProxyCommand extends ModifyDBProxyCommand_base {
@@ -86,6 +86,7 @@ declare const ModifyDBProxyEndpointCommand_base: {
86
86
  * @throws {@link RDSServiceException}
87
87
  * <p>Base exception class for all service exceptions from RDS service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ModifyDBProxyEndpointCommand extends ModifyDBProxyEndpointCommand_base {
@@ -91,6 +91,7 @@ declare const ModifyDBProxyTargetGroupCommand_base: {
91
91
  * @throws {@link RDSServiceException}
92
92
  * <p>Base exception class for all service exceptions from RDS service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class ModifyDBProxyTargetGroupCommand extends ModifyDBProxyTargetGroupCommand_base {
@@ -178,6 +178,7 @@ declare const ModifyDBRecommendationCommand_base: {
178
178
  * @throws {@link RDSServiceException}
179
179
  * <p>Base exception class for all service exceptions from RDS service.</p>
180
180
  *
181
+ *
181
182
  * @public
182
183
  */
183
184
  export declare class ModifyDBRecommendationCommand extends ModifyDBRecommendationCommand_base {
@@ -83,6 +83,7 @@ declare const ModifyDBShardGroupCommand_base: {
83
83
  * @throws {@link RDSServiceException}
84
84
  * <p>Base exception class for all service exceptions from RDS service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ModifyDBShardGroupCommand extends ModifyDBShardGroupCommand_base {
@@ -97,69 +97,68 @@ declare const ModifyDBSnapshotAttributeCommand_base: {
97
97
  * @throws {@link RDSServiceException}
98
98
  * <p>Base exception class for all service exceptions from RDS service.</p>
99
99
  *
100
- * @public
100
+ *
101
101
  * @example To allow two AWS accounts to restore a DB snapshot
102
102
  * ```javascript
103
103
  * // The following example grants permission to two AWS accounts, with the identifiers 111122223333 and 444455556666, to restore the DB snapshot named mydbsnapshot.
104
104
  * const input = {
105
- * "AttributeName": "restore",
106
- * "DBSnapshotIdentifier": "mydbsnapshot",
107
- * "ValuesToAdd": [
105
+ * AttributeName: "restore",
106
+ * DBSnapshotIdentifier: "mydbsnapshot",
107
+ * ValuesToAdd: [
108
108
  * "111122223333",
109
109
  * "444455556666"
110
110
  * ]
111
111
  * };
112
112
  * const command = new ModifyDBSnapshotAttributeCommand(input);
113
113
  * const response = await client.send(command);
114
- * /* response ==
114
+ * /* response is
115
115
  * {
116
- * "DBSnapshotAttributesResult": {
117
- * "DBSnapshotAttributes": [
116
+ * DBSnapshotAttributesResult: {
117
+ * DBSnapshotAttributes: [
118
118
  * {
119
- * "AttributeName": "restore",
120
- * "AttributeValues": [
119
+ * AttributeName: "restore",
120
+ * AttributeValues: [
121
121
  * "111122223333",
122
122
  * "444455556666"
123
123
  * ]
124
124
  * }
125
125
  * ],
126
- * "DBSnapshotIdentifier": "mydbsnapshot"
126
+ * DBSnapshotIdentifier: "mydbsnapshot"
127
127
  * }
128
128
  * }
129
129
  * *\/
130
- * // example id: to-allow-two-aws-accounts-to-restore-a-db-snapshot-1680389647513
131
130
  * ```
132
131
  *
133
132
  * @example To prevent an AWS account from restoring a DB snapshot
134
133
  * ```javascript
135
134
  * // The following example removes permission from the AWS account with the identifier 444455556666 to restore the DB snapshot named mydbsnapshot.
136
135
  * const input = {
137
- * "AttributeName": "restore",
138
- * "DBSnapshotIdentifier": "mydbsnapshot",
139
- * "ValuesToRemove": [
136
+ * AttributeName: "restore",
137
+ * DBSnapshotIdentifier: "mydbsnapshot",
138
+ * ValuesToRemove: [
140
139
  * "444455556666"
141
140
  * ]
142
141
  * };
143
142
  * const command = new ModifyDBSnapshotAttributeCommand(input);
144
143
  * const response = await client.send(command);
145
- * /* response ==
144
+ * /* response is
146
145
  * {
147
- * "DBSnapshotAttributesResult": {
148
- * "DBSnapshotAttributes": [
146
+ * DBSnapshotAttributesResult: {
147
+ * DBSnapshotAttributes: [
149
148
  * {
150
- * "AttributeName": "restore",
151
- * "AttributeValues": [
149
+ * AttributeName: "restore",
150
+ * AttributeValues: [
152
151
  * "111122223333"
153
152
  * ]
154
153
  * }
155
154
  * ],
156
- * "DBSnapshotIdentifier": "mydbsnapshot"
155
+ * DBSnapshotIdentifier: "mydbsnapshot"
157
156
  * }
158
157
  * }
159
158
  * *\/
160
- * // example id: to-prevent-an-aws-account-from-restoring-a-db-snapshot-1680389850879
161
159
  * ```
162
160
  *
161
+ * @public
163
162
  */
164
163
  export declare class ModifyDBSnapshotAttributeCommand extends ModifyDBSnapshotAttributeCommand_base {
165
164
  /** @internal type navigation helper, not in runtime. */
@@ -112,47 +112,47 @@ declare const ModifyDBSnapshotCommand_base: {
112
112
  * @throws {@link RDSServiceException}
113
113
  * <p>Base exception class for all service exceptions from RDS service.</p>
114
114
  *
115
- * @public
115
+ *
116
116
  * @example To modify a DB snapshot
117
117
  * ```javascript
118
118
  * // The following example upgrades a PostgeSQL 10.6 snapshot named db5-snapshot-upg-test to PostgreSQL 11.7. The new DB engine version is shown after the snapshot has finished upgrading and its status is available.
119
119
  * const input = {
120
- * "DBSnapshotIdentifier": "db5-snapshot-upg-test",
121
- * "EngineVersion": "11.7"
120
+ * DBSnapshotIdentifier: "db5-snapshot-upg-test",
121
+ * EngineVersion: "11.7"
122
122
  * };
123
123
  * const command = new ModifyDBSnapshotCommand(input);
124
124
  * const response = await client.send(command);
125
- * /* response ==
125
+ * /* response is
126
126
  * {
127
- * "DBSnapshot": {
128
- * "AllocatedStorage": 20,
129
- * "AvailabilityZone": "us-west-2a",
130
- * "DBInstanceIdentifier": "database-5",
131
- * "DBSnapshotArn": "arn:aws:rds:us-west-2:123456789012:snapshot:db5-snapshot-upg-test",
132
- * "DBSnapshotIdentifier": "db5-snapshot-upg-test",
133
- * "DbiResourceId": "db-GJMF75LM42IL6BTFRE4UZJ5YM4",
134
- * "Encrypted": false,
135
- * "Engine": "postgres",
136
- * "EngineVersion": "10.6",
137
- * "IAMDatabaseAuthenticationEnabled": false,
138
- * "InstanceCreateTime": "2020-03-27T19:59:04.735Z",
139
- * "LicenseModel": "postgresql-license",
140
- * "MasterUsername": "postgres",
141
- * "OptionGroupName": "default:postgres-11",
142
- * "PercentProgress": 100,
143
- * "Port": 5432,
144
- * "ProcessorFeatures": [],
145
- * "SnapshotCreateTime": "2020-03-27T20:49:17.092Z",
146
- * "SnapshotType": "manual",
147
- * "Status": "upgrading",
148
- * "StorageType": "gp2",
149
- * "VpcId": "vpc-2ff27557"
127
+ * DBSnapshot: {
128
+ * AllocatedStorage: 20,
129
+ * AvailabilityZone: "us-west-2a",
130
+ * DBInstanceIdentifier: "database-5",
131
+ * DBSnapshotArn: "arn:aws:rds:us-west-2:123456789012:snapshot:db5-snapshot-upg-test",
132
+ * DBSnapshotIdentifier: "db5-snapshot-upg-test",
133
+ * DbiResourceId: "db-GJMF75LM42IL6BTFRE4UZJ5YM4",
134
+ * Encrypted: false,
135
+ * Engine: "postgres",
136
+ * EngineVersion: "10.6",
137
+ * IAMDatabaseAuthenticationEnabled: false,
138
+ * InstanceCreateTime: "2020-03-27T19:59:04.735Z",
139
+ * LicenseModel: "postgresql-license",
140
+ * MasterUsername: "postgres",
141
+ * OptionGroupName: "default:postgres-11",
142
+ * PercentProgress: 100,
143
+ * Port: 5432,
144
+ * ProcessorFeatures: [],
145
+ * SnapshotCreateTime: "2020-03-27T20:49:17.092Z",
146
+ * SnapshotType: "manual",
147
+ * Status: "upgrading",
148
+ * StorageType: "gp2",
149
+ * VpcId: "vpc-2ff27557"
150
150
  * }
151
151
  * }
152
152
  * *\/
153
- * // example id: to-modify-a-db-snapshot-1680381968028
154
153
  * ```
155
154
  *
155
+ * @public
156
156
  */
157
157
  export declare class ModifyDBSnapshotCommand extends ModifyDBSnapshotCommand_base {
158
158
  /** @internal type navigation helper, not in runtime. */