@aws-sdk/client-rds 3.896.0 → 3.900.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-cjs/index.js +822 -506
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyDBSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyOptionGroupCommand.js +2 -1
- package/dist-es/commands/CreateDBClusterCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +2 -1
- package/dist-es/commands/CreateOptionGroupCommand.js +2 -1
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -1
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -1
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -1
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeOptionGroupsCommand.js +2 -1
- package/dist-es/commands/DownloadDBLogFilePortionCommand.js +2 -1
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -1
- package/dist-es/commands/ModifyOptionGroupCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -1
- package/dist-es/commands/StartDBClusterCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceCommand.js +2 -1
- package/dist-es/commands/StopDBClusterCommand.js +2 -1
- package/dist-es/commands/StopDBInstanceCommand.js +2 -1
- package/dist-es/commands/SwitchoverReadReplicaCommand.js +2 -1
- package/dist-es/models/models_0.js +182 -100
- package/dist-es/models/models_1.js +135 -3
- package/dist-es/protocols/Aws_query.js +303 -303
- package/dist-types/RDS.d.ts +0 -3
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +15 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +4 -4
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +15 -9
- package/dist-types/commands/CreateDBClusterCommand.d.ts +63 -57
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +25 -25
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +8 -2
- package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +49 -43
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +43 -43
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +67 -50
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +9 -3
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +21 -21
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +15 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +48 -45
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +60 -54
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +25 -25
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +22 -22
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +25 -25
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +46 -43
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -2
- package/dist-types/commands/StartDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/StopDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
- package/dist-types/commands/StopDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +21 -21
- package/dist-types/models/models_0.d.ts +677 -601
- package/dist-types/models/models_1.d.ts +390 -258
- package/dist-types/ts3.4/RDS.d.ts +0 -3
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +191 -141
- package/dist-types/ts3.4/models/models_1.d.ts +137 -39
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -44,21 +44,31 @@ __export(index_exports, {
|
|
|
44
44
|
CancelExportTaskCommand: () => CancelExportTaskCommand,
|
|
45
45
|
CertificateNotFoundFault: () => CertificateNotFoundFault,
|
|
46
46
|
ClientPasswordAuthType: () => ClientPasswordAuthType,
|
|
47
|
+
ClusterPendingModifiedValuesFilterSensitiveLog: () => ClusterPendingModifiedValuesFilterSensitiveLog,
|
|
47
48
|
ClusterScalabilityType: () => ClusterScalabilityType,
|
|
48
49
|
CopyDBClusterParameterGroupCommand: () => CopyDBClusterParameterGroupCommand,
|
|
49
50
|
CopyDBClusterSnapshotCommand: () => CopyDBClusterSnapshotCommand,
|
|
51
|
+
CopyDBClusterSnapshotMessageFilterSensitiveLog: () => CopyDBClusterSnapshotMessageFilterSensitiveLog,
|
|
50
52
|
CopyDBParameterGroupCommand: () => CopyDBParameterGroupCommand,
|
|
51
53
|
CopyDBSnapshotCommand: () => CopyDBSnapshotCommand,
|
|
54
|
+
CopyDBSnapshotMessageFilterSensitiveLog: () => CopyDBSnapshotMessageFilterSensitiveLog,
|
|
52
55
|
CopyOptionGroupCommand: () => CopyOptionGroupCommand,
|
|
56
|
+
CopyOptionGroupResultFilterSensitiveLog: () => CopyOptionGroupResultFilterSensitiveLog,
|
|
53
57
|
CreateBlueGreenDeploymentCommand: () => CreateBlueGreenDeploymentCommand,
|
|
54
58
|
CreateCustomDBEngineVersionCommand: () => CreateCustomDBEngineVersionCommand,
|
|
55
59
|
CreateCustomDBEngineVersionFault: () => CreateCustomDBEngineVersionFault,
|
|
56
60
|
CreateDBClusterCommand: () => CreateDBClusterCommand,
|
|
57
61
|
CreateDBClusterEndpointCommand: () => CreateDBClusterEndpointCommand,
|
|
62
|
+
CreateDBClusterMessageFilterSensitiveLog: () => CreateDBClusterMessageFilterSensitiveLog,
|
|
58
63
|
CreateDBClusterParameterGroupCommand: () => CreateDBClusterParameterGroupCommand,
|
|
64
|
+
CreateDBClusterResultFilterSensitiveLog: () => CreateDBClusterResultFilterSensitiveLog,
|
|
59
65
|
CreateDBClusterSnapshotCommand: () => CreateDBClusterSnapshotCommand,
|
|
60
66
|
CreateDBInstanceCommand: () => CreateDBInstanceCommand,
|
|
67
|
+
CreateDBInstanceMessageFilterSensitiveLog: () => CreateDBInstanceMessageFilterSensitiveLog,
|
|
61
68
|
CreateDBInstanceReadReplicaCommand: () => CreateDBInstanceReadReplicaCommand,
|
|
69
|
+
CreateDBInstanceReadReplicaMessageFilterSensitiveLog: () => CreateDBInstanceReadReplicaMessageFilterSensitiveLog,
|
|
70
|
+
CreateDBInstanceReadReplicaResultFilterSensitiveLog: () => CreateDBInstanceReadReplicaResultFilterSensitiveLog,
|
|
71
|
+
CreateDBInstanceResultFilterSensitiveLog: () => CreateDBInstanceResultFilterSensitiveLog,
|
|
62
72
|
CreateDBParameterGroupCommand: () => CreateDBParameterGroupCommand,
|
|
63
73
|
CreateDBProxyCommand: () => CreateDBProxyCommand,
|
|
64
74
|
CreateDBProxyEndpointCommand: () => CreateDBProxyEndpointCommand,
|
|
@@ -70,6 +80,7 @@ __export(index_exports, {
|
|
|
70
80
|
CreateGlobalClusterCommand: () => CreateGlobalClusterCommand,
|
|
71
81
|
CreateIntegrationCommand: () => CreateIntegrationCommand,
|
|
72
82
|
CreateOptionGroupCommand: () => CreateOptionGroupCommand,
|
|
83
|
+
CreateOptionGroupResultFilterSensitiveLog: () => CreateOptionGroupResultFilterSensitiveLog,
|
|
73
84
|
CreateTenantDatabaseCommand: () => CreateTenantDatabaseCommand,
|
|
74
85
|
CreateTenantDatabaseMessageFilterSensitiveLog: () => CreateTenantDatabaseMessageFilterSensitiveLog,
|
|
75
86
|
CreateTenantDatabaseResultFilterSensitiveLog: () => CreateTenantDatabaseResultFilterSensitiveLog,
|
|
@@ -85,6 +96,8 @@ __export(index_exports, {
|
|
|
85
96
|
DBClusterEndpointAlreadyExistsFault: () => DBClusterEndpointAlreadyExistsFault,
|
|
86
97
|
DBClusterEndpointNotFoundFault: () => DBClusterEndpointNotFoundFault,
|
|
87
98
|
DBClusterEndpointQuotaExceededFault: () => DBClusterEndpointQuotaExceededFault,
|
|
99
|
+
DBClusterFilterSensitiveLog: () => DBClusterFilterSensitiveLog,
|
|
100
|
+
DBClusterMessageFilterSensitiveLog: () => DBClusterMessageFilterSensitiveLog,
|
|
88
101
|
DBClusterNotFoundFault: () => DBClusterNotFoundFault,
|
|
89
102
|
DBClusterParameterGroupNotFoundFault: () => DBClusterParameterGroupNotFoundFault,
|
|
90
103
|
DBClusterQuotaExceededFault: () => DBClusterQuotaExceededFault,
|
|
@@ -96,6 +109,8 @@ __export(index_exports, {
|
|
|
96
109
|
DBInstanceAlreadyExistsFault: () => DBInstanceAlreadyExistsFault,
|
|
97
110
|
DBInstanceAutomatedBackupNotFoundFault: () => DBInstanceAutomatedBackupNotFoundFault,
|
|
98
111
|
DBInstanceAutomatedBackupQuotaExceededFault: () => DBInstanceAutomatedBackupQuotaExceededFault,
|
|
112
|
+
DBInstanceFilterSensitiveLog: () => DBInstanceFilterSensitiveLog,
|
|
113
|
+
DBInstanceMessageFilterSensitiveLog: () => DBInstanceMessageFilterSensitiveLog,
|
|
99
114
|
DBInstanceNotFoundFault: () => DBInstanceNotFoundFault,
|
|
100
115
|
DBInstanceNotReadyFault: () => DBInstanceNotReadyFault,
|
|
101
116
|
DBInstanceRoleAlreadyExistsFault: () => DBInstanceRoleAlreadyExistsFault,
|
|
@@ -141,9 +156,11 @@ __export(index_exports, {
|
|
|
141
156
|
DeleteDBClusterCommand: () => DeleteDBClusterCommand,
|
|
142
157
|
DeleteDBClusterEndpointCommand: () => DeleteDBClusterEndpointCommand,
|
|
143
158
|
DeleteDBClusterParameterGroupCommand: () => DeleteDBClusterParameterGroupCommand,
|
|
159
|
+
DeleteDBClusterResultFilterSensitiveLog: () => DeleteDBClusterResultFilterSensitiveLog,
|
|
144
160
|
DeleteDBClusterSnapshotCommand: () => DeleteDBClusterSnapshotCommand,
|
|
145
161
|
DeleteDBInstanceAutomatedBackupCommand: () => DeleteDBInstanceAutomatedBackupCommand,
|
|
146
162
|
DeleteDBInstanceCommand: () => DeleteDBInstanceCommand,
|
|
163
|
+
DeleteDBInstanceResultFilterSensitiveLog: () => DeleteDBInstanceResultFilterSensitiveLog,
|
|
147
164
|
DeleteDBParameterGroupCommand: () => DeleteDBParameterGroupCommand,
|
|
148
165
|
DeleteDBProxyCommand: () => DeleteDBProxyCommand,
|
|
149
166
|
DeleteDBProxyEndpointCommand: () => DeleteDBProxyEndpointCommand,
|
|
@@ -207,6 +224,7 @@ __export(index_exports, {
|
|
|
207
224
|
DisableHttpEndpointCommand: () => DisableHttpEndpointCommand,
|
|
208
225
|
DomainNotFoundFault: () => DomainNotFoundFault,
|
|
209
226
|
DownloadDBLogFilePortionCommand: () => DownloadDBLogFilePortionCommand,
|
|
227
|
+
DownloadDBLogFilePortionDetailsFilterSensitiveLog: () => DownloadDBLogFilePortionDetailsFilterSensitiveLog,
|
|
210
228
|
Ec2ImagePropertiesNotSupportedFault: () => Ec2ImagePropertiesNotSupportedFault,
|
|
211
229
|
EnableHttpEndpointCommand: () => EnableHttpEndpointCommand,
|
|
212
230
|
EndpointNetworkType: () => EndpointNetworkType,
|
|
@@ -216,6 +234,7 @@ __export(index_exports, {
|
|
|
216
234
|
ExportTaskAlreadyExistsFault: () => ExportTaskAlreadyExistsFault,
|
|
217
235
|
ExportTaskNotFoundFault: () => ExportTaskNotFoundFault,
|
|
218
236
|
FailoverDBClusterCommand: () => FailoverDBClusterCommand,
|
|
237
|
+
FailoverDBClusterResultFilterSensitiveLog: () => FailoverDBClusterResultFilterSensitiveLog,
|
|
219
238
|
FailoverGlobalClusterCommand: () => FailoverGlobalClusterCommand,
|
|
220
239
|
FailoverStatus: () => FailoverStatus,
|
|
221
240
|
GlobalClusterAlreadyExistsFault: () => GlobalClusterAlreadyExistsFault,
|
|
@@ -278,9 +297,13 @@ __export(index_exports, {
|
|
|
278
297
|
ModifyCustomDBEngineVersionCommand: () => ModifyCustomDBEngineVersionCommand,
|
|
279
298
|
ModifyDBClusterCommand: () => ModifyDBClusterCommand,
|
|
280
299
|
ModifyDBClusterEndpointCommand: () => ModifyDBClusterEndpointCommand,
|
|
300
|
+
ModifyDBClusterMessageFilterSensitiveLog: () => ModifyDBClusterMessageFilterSensitiveLog,
|
|
281
301
|
ModifyDBClusterParameterGroupCommand: () => ModifyDBClusterParameterGroupCommand,
|
|
302
|
+
ModifyDBClusterResultFilterSensitiveLog: () => ModifyDBClusterResultFilterSensitiveLog,
|
|
282
303
|
ModifyDBClusterSnapshotAttributeCommand: () => ModifyDBClusterSnapshotAttributeCommand,
|
|
283
304
|
ModifyDBInstanceCommand: () => ModifyDBInstanceCommand,
|
|
305
|
+
ModifyDBInstanceMessageFilterSensitiveLog: () => ModifyDBInstanceMessageFilterSensitiveLog,
|
|
306
|
+
ModifyDBInstanceResultFilterSensitiveLog: () => ModifyDBInstanceResultFilterSensitiveLog,
|
|
284
307
|
ModifyDBParameterGroupCommand: () => ModifyDBParameterGroupCommand,
|
|
285
308
|
ModifyDBProxyCommand: () => ModifyDBProxyCommand,
|
|
286
309
|
ModifyDBProxyEndpointCommand: () => ModifyDBProxyEndpointCommand,
|
|
@@ -294,23 +317,35 @@ __export(index_exports, {
|
|
|
294
317
|
ModifyGlobalClusterCommand: () => ModifyGlobalClusterCommand,
|
|
295
318
|
ModifyIntegrationCommand: () => ModifyIntegrationCommand,
|
|
296
319
|
ModifyOptionGroupCommand: () => ModifyOptionGroupCommand,
|
|
320
|
+
ModifyOptionGroupMessageFilterSensitiveLog: () => ModifyOptionGroupMessageFilterSensitiveLog,
|
|
321
|
+
ModifyOptionGroupResultFilterSensitiveLog: () => ModifyOptionGroupResultFilterSensitiveLog,
|
|
297
322
|
ModifyTenantDatabaseCommand: () => ModifyTenantDatabaseCommand,
|
|
298
323
|
ModifyTenantDatabaseMessageFilterSensitiveLog: () => ModifyTenantDatabaseMessageFilterSensitiveLog,
|
|
299
324
|
ModifyTenantDatabaseResultFilterSensitiveLog: () => ModifyTenantDatabaseResultFilterSensitiveLog,
|
|
300
325
|
NetworkTypeNotSupported: () => NetworkTypeNotSupported,
|
|
326
|
+
OptionConfigurationFilterSensitiveLog: () => OptionConfigurationFilterSensitiveLog,
|
|
327
|
+
OptionFilterSensitiveLog: () => OptionFilterSensitiveLog,
|
|
301
328
|
OptionGroupAlreadyExistsFault: () => OptionGroupAlreadyExistsFault,
|
|
329
|
+
OptionGroupFilterSensitiveLog: () => OptionGroupFilterSensitiveLog,
|
|
302
330
|
OptionGroupNotFoundFault: () => OptionGroupNotFoundFault,
|
|
303
331
|
OptionGroupQuotaExceededFault: () => OptionGroupQuotaExceededFault,
|
|
332
|
+
OptionGroupsFilterSensitiveLog: () => OptionGroupsFilterSensitiveLog,
|
|
333
|
+
OptionSettingFilterSensitiveLog: () => OptionSettingFilterSensitiveLog,
|
|
334
|
+
PendingModifiedValuesFilterSensitiveLog: () => PendingModifiedValuesFilterSensitiveLog,
|
|
304
335
|
PointInTimeRestoreNotEnabledFault: () => PointInTimeRestoreNotEnabledFault,
|
|
305
336
|
PromoteReadReplicaCommand: () => PromoteReadReplicaCommand,
|
|
306
337
|
PromoteReadReplicaDBClusterCommand: () => PromoteReadReplicaDBClusterCommand,
|
|
338
|
+
PromoteReadReplicaDBClusterResultFilterSensitiveLog: () => PromoteReadReplicaDBClusterResultFilterSensitiveLog,
|
|
339
|
+
PromoteReadReplicaResultFilterSensitiveLog: () => PromoteReadReplicaResultFilterSensitiveLog,
|
|
307
340
|
ProvisionedIopsNotAvailableInAZFault: () => ProvisionedIopsNotAvailableInAZFault,
|
|
308
341
|
PurchaseReservedDBInstancesOfferingCommand: () => PurchaseReservedDBInstancesOfferingCommand,
|
|
309
342
|
RDS: () => RDS,
|
|
310
343
|
RDSClient: () => RDSClient,
|
|
311
344
|
RDSServiceException: () => RDSServiceException,
|
|
312
345
|
RebootDBClusterCommand: () => RebootDBClusterCommand,
|
|
346
|
+
RebootDBClusterResultFilterSensitiveLog: () => RebootDBClusterResultFilterSensitiveLog,
|
|
313
347
|
RebootDBInstanceCommand: () => RebootDBInstanceCommand,
|
|
348
|
+
RebootDBInstanceResultFilterSensitiveLog: () => RebootDBInstanceResultFilterSensitiveLog,
|
|
314
349
|
RebootDBShardGroupCommand: () => RebootDBShardGroupCommand,
|
|
315
350
|
RegisterDBProxyTargetsCommand: () => RegisterDBProxyTargetsCommand,
|
|
316
351
|
RemoveFromGlobalClusterCommand: () => RemoveFromGlobalClusterCommand,
|
|
@@ -327,11 +362,21 @@ __export(index_exports, {
|
|
|
327
362
|
ResetDBParameterGroupCommand: () => ResetDBParameterGroupCommand,
|
|
328
363
|
ResourceNotFoundFault: () => ResourceNotFoundFault,
|
|
329
364
|
RestoreDBClusterFromS3Command: () => RestoreDBClusterFromS3Command,
|
|
365
|
+
RestoreDBClusterFromS3MessageFilterSensitiveLog: () => RestoreDBClusterFromS3MessageFilterSensitiveLog,
|
|
366
|
+
RestoreDBClusterFromS3ResultFilterSensitiveLog: () => RestoreDBClusterFromS3ResultFilterSensitiveLog,
|
|
330
367
|
RestoreDBClusterFromSnapshotCommand: () => RestoreDBClusterFromSnapshotCommand,
|
|
368
|
+
RestoreDBClusterFromSnapshotResultFilterSensitiveLog: () => RestoreDBClusterFromSnapshotResultFilterSensitiveLog,
|
|
331
369
|
RestoreDBClusterToPointInTimeCommand: () => RestoreDBClusterToPointInTimeCommand,
|
|
370
|
+
RestoreDBClusterToPointInTimeResultFilterSensitiveLog: () => RestoreDBClusterToPointInTimeResultFilterSensitiveLog,
|
|
332
371
|
RestoreDBInstanceFromDBSnapshotCommand: () => RestoreDBInstanceFromDBSnapshotCommand,
|
|
372
|
+
RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog: () => RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog,
|
|
373
|
+
RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog: () => RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog,
|
|
333
374
|
RestoreDBInstanceFromS3Command: () => RestoreDBInstanceFromS3Command,
|
|
375
|
+
RestoreDBInstanceFromS3MessageFilterSensitiveLog: () => RestoreDBInstanceFromS3MessageFilterSensitiveLog,
|
|
376
|
+
RestoreDBInstanceFromS3ResultFilterSensitiveLog: () => RestoreDBInstanceFromS3ResultFilterSensitiveLog,
|
|
334
377
|
RestoreDBInstanceToPointInTimeCommand: () => RestoreDBInstanceToPointInTimeCommand,
|
|
378
|
+
RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog: () => RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog,
|
|
379
|
+
RestoreDBInstanceToPointInTimeResultFilterSensitiveLog: () => RestoreDBInstanceToPointInTimeResultFilterSensitiveLog,
|
|
335
380
|
RevokeDBSecurityGroupIngressCommand: () => RevokeDBSecurityGroupIngressCommand,
|
|
336
381
|
SNSInvalidTopicFault: () => SNSInvalidTopicFault,
|
|
337
382
|
SNSNoAuthorizationFault: () => SNSNoAuthorizationFault,
|
|
@@ -344,13 +389,18 @@ __export(index_exports, {
|
|
|
344
389
|
SourceType: () => SourceType,
|
|
345
390
|
StartActivityStreamCommand: () => StartActivityStreamCommand,
|
|
346
391
|
StartDBClusterCommand: () => StartDBClusterCommand,
|
|
392
|
+
StartDBClusterResultFilterSensitiveLog: () => StartDBClusterResultFilterSensitiveLog,
|
|
347
393
|
StartDBInstanceAutomatedBackupsReplicationCommand: () => StartDBInstanceAutomatedBackupsReplicationCommand,
|
|
394
|
+
StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog: () => StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog,
|
|
348
395
|
StartDBInstanceCommand: () => StartDBInstanceCommand,
|
|
396
|
+
StartDBInstanceResultFilterSensitiveLog: () => StartDBInstanceResultFilterSensitiveLog,
|
|
349
397
|
StartExportTaskCommand: () => StartExportTaskCommand,
|
|
350
398
|
StopActivityStreamCommand: () => StopActivityStreamCommand,
|
|
351
399
|
StopDBClusterCommand: () => StopDBClusterCommand,
|
|
400
|
+
StopDBClusterResultFilterSensitiveLog: () => StopDBClusterResultFilterSensitiveLog,
|
|
352
401
|
StopDBInstanceAutomatedBackupsReplicationCommand: () => StopDBInstanceAutomatedBackupsReplicationCommand,
|
|
353
402
|
StopDBInstanceCommand: () => StopDBInstanceCommand,
|
|
403
|
+
StopDBInstanceResultFilterSensitiveLog: () => StopDBInstanceResultFilterSensitiveLog,
|
|
354
404
|
StorageQuotaExceededFault: () => StorageQuotaExceededFault,
|
|
355
405
|
StorageTypeNotAvailableFault: () => StorageTypeNotAvailableFault,
|
|
356
406
|
StorageTypeNotSupportedFault: () => StorageTypeNotSupportedFault,
|
|
@@ -361,6 +411,7 @@ __export(index_exports, {
|
|
|
361
411
|
SwitchoverBlueGreenDeploymentCommand: () => SwitchoverBlueGreenDeploymentCommand,
|
|
362
412
|
SwitchoverGlobalClusterCommand: () => SwitchoverGlobalClusterCommand,
|
|
363
413
|
SwitchoverReadReplicaCommand: () => SwitchoverReadReplicaCommand,
|
|
414
|
+
SwitchoverReadReplicaResultFilterSensitiveLog: () => SwitchoverReadReplicaResultFilterSensitiveLog,
|
|
364
415
|
TargetConnectionNetworkType: () => TargetConnectionNetworkType,
|
|
365
416
|
TargetHealthReason: () => TargetHealthReason,
|
|
366
417
|
TargetRole: () => TargetRole,
|
|
@@ -825,6 +876,24 @@ var BlueGreenDeploymentNotFoundFault = class _BlueGreenDeploymentNotFoundFault e
|
|
|
825
876
|
Object.setPrototypeOf(this, _BlueGreenDeploymentNotFoundFault.prototype);
|
|
826
877
|
}
|
|
827
878
|
};
|
|
879
|
+
var DBProxyEndpointNotFoundFault = class _DBProxyEndpointNotFoundFault extends RDSServiceException {
|
|
880
|
+
static {
|
|
881
|
+
__name(this, "DBProxyEndpointNotFoundFault");
|
|
882
|
+
}
|
|
883
|
+
name = "DBProxyEndpointNotFoundFault";
|
|
884
|
+
$fault = "client";
|
|
885
|
+
/**
|
|
886
|
+
* @internal
|
|
887
|
+
*/
|
|
888
|
+
constructor(opts) {
|
|
889
|
+
super({
|
|
890
|
+
name: "DBProxyEndpointNotFoundFault",
|
|
891
|
+
$fault: "client",
|
|
892
|
+
...opts
|
|
893
|
+
});
|
|
894
|
+
Object.setPrototypeOf(this, _DBProxyEndpointNotFoundFault.prototype);
|
|
895
|
+
}
|
|
896
|
+
};
|
|
828
897
|
var DBProxyNotFoundFault = class _DBProxyNotFoundFault extends RDSServiceException {
|
|
829
898
|
static {
|
|
830
899
|
__name(this, "DBProxyNotFoundFault");
|
|
@@ -861,6 +930,24 @@ var DBProxyTargetGroupNotFoundFault = class _DBProxyTargetGroupNotFoundFault ext
|
|
|
861
930
|
Object.setPrototypeOf(this, _DBProxyTargetGroupNotFoundFault.prototype);
|
|
862
931
|
}
|
|
863
932
|
};
|
|
933
|
+
var DBShardGroupNotFoundFault = class _DBShardGroupNotFoundFault extends RDSServiceException {
|
|
934
|
+
static {
|
|
935
|
+
__name(this, "DBShardGroupNotFoundFault");
|
|
936
|
+
}
|
|
937
|
+
name = "DBShardGroupNotFoundFault";
|
|
938
|
+
$fault = "client";
|
|
939
|
+
/**
|
|
940
|
+
* @internal
|
|
941
|
+
*/
|
|
942
|
+
constructor(opts) {
|
|
943
|
+
super({
|
|
944
|
+
name: "DBShardGroupNotFoundFault",
|
|
945
|
+
$fault: "client",
|
|
946
|
+
...opts
|
|
947
|
+
});
|
|
948
|
+
Object.setPrototypeOf(this, _DBShardGroupNotFoundFault.prototype);
|
|
949
|
+
}
|
|
950
|
+
};
|
|
864
951
|
var DBSnapshotNotFoundFault = class _DBSnapshotNotFoundFault extends RDSServiceException {
|
|
865
952
|
static {
|
|
866
953
|
__name(this, "DBSnapshotNotFoundFault");
|
|
@@ -915,6 +1002,24 @@ var IntegrationNotFoundFault = class _IntegrationNotFoundFault extends RDSServic
|
|
|
915
1002
|
Object.setPrototypeOf(this, _IntegrationNotFoundFault.prototype);
|
|
916
1003
|
}
|
|
917
1004
|
};
|
|
1005
|
+
var InvalidDBClusterEndpointStateFault = class _InvalidDBClusterEndpointStateFault extends RDSServiceException {
|
|
1006
|
+
static {
|
|
1007
|
+
__name(this, "InvalidDBClusterEndpointStateFault");
|
|
1008
|
+
}
|
|
1009
|
+
name = "InvalidDBClusterEndpointStateFault";
|
|
1010
|
+
$fault = "client";
|
|
1011
|
+
/**
|
|
1012
|
+
* @internal
|
|
1013
|
+
*/
|
|
1014
|
+
constructor(opts) {
|
|
1015
|
+
super({
|
|
1016
|
+
name: "InvalidDBClusterEndpointStateFault",
|
|
1017
|
+
$fault: "client",
|
|
1018
|
+
...opts
|
|
1019
|
+
});
|
|
1020
|
+
Object.setPrototypeOf(this, _InvalidDBClusterEndpointStateFault.prototype);
|
|
1021
|
+
}
|
|
1022
|
+
};
|
|
918
1023
|
var TenantDatabaseNotFoundFault = class _TenantDatabaseNotFoundFault extends RDSServiceException {
|
|
919
1024
|
static {
|
|
920
1025
|
__name(this, "TenantDatabaseNotFoundFault");
|
|
@@ -1423,6 +1528,24 @@ var SourceDatabaseNotSupportedFault = class _SourceDatabaseNotSupportedFault ext
|
|
|
1423
1528
|
Object.setPrototypeOf(this, _SourceDatabaseNotSupportedFault.prototype);
|
|
1424
1529
|
}
|
|
1425
1530
|
};
|
|
1531
|
+
var StorageQuotaExceededFault = class _StorageQuotaExceededFault extends RDSServiceException {
|
|
1532
|
+
static {
|
|
1533
|
+
__name(this, "StorageQuotaExceededFault");
|
|
1534
|
+
}
|
|
1535
|
+
name = "StorageQuotaExceededFault";
|
|
1536
|
+
$fault = "client";
|
|
1537
|
+
/**
|
|
1538
|
+
* @internal
|
|
1539
|
+
*/
|
|
1540
|
+
constructor(opts) {
|
|
1541
|
+
super({
|
|
1542
|
+
name: "StorageQuotaExceededFault",
|
|
1543
|
+
$fault: "client",
|
|
1544
|
+
...opts
|
|
1545
|
+
});
|
|
1546
|
+
Object.setPrototypeOf(this, _StorageQuotaExceededFault.prototype);
|
|
1547
|
+
}
|
|
1548
|
+
};
|
|
1426
1549
|
var CreateCustomDBEngineVersionFault = class _CreateCustomDBEngineVersionFault extends RDSServiceException {
|
|
1427
1550
|
static {
|
|
1428
1551
|
__name(this, "CreateCustomDBEngineVersionFault");
|
|
@@ -1459,6 +1582,24 @@ var CustomDBEngineVersionAlreadyExistsFault = class _CustomDBEngineVersionAlread
|
|
|
1459
1582
|
Object.setPrototypeOf(this, _CustomDBEngineVersionAlreadyExistsFault.prototype);
|
|
1460
1583
|
}
|
|
1461
1584
|
};
|
|
1585
|
+
var CustomDBEngineVersionNotFoundFault = class _CustomDBEngineVersionNotFoundFault extends RDSServiceException {
|
|
1586
|
+
static {
|
|
1587
|
+
__name(this, "CustomDBEngineVersionNotFoundFault");
|
|
1588
|
+
}
|
|
1589
|
+
name = "CustomDBEngineVersionNotFoundFault";
|
|
1590
|
+
$fault = "client";
|
|
1591
|
+
/**
|
|
1592
|
+
* @internal
|
|
1593
|
+
*/
|
|
1594
|
+
constructor(opts) {
|
|
1595
|
+
super({
|
|
1596
|
+
name: "CustomDBEngineVersionNotFoundFault",
|
|
1597
|
+
$fault: "client",
|
|
1598
|
+
...opts
|
|
1599
|
+
});
|
|
1600
|
+
Object.setPrototypeOf(this, _CustomDBEngineVersionNotFoundFault.prototype);
|
|
1601
|
+
}
|
|
1602
|
+
};
|
|
1462
1603
|
var CustomDBEngineVersionQuotaExceededFault = class _CustomDBEngineVersionQuotaExceededFault extends RDSServiceException {
|
|
1463
1604
|
static {
|
|
1464
1605
|
__name(this, "CustomDBEngineVersionQuotaExceededFault");
|
|
@@ -1495,8 +1636,27 @@ var Ec2ImagePropertiesNotSupportedFault = class _Ec2ImagePropertiesNotSupportedF
|
|
|
1495
1636
|
Object.setPrototypeOf(this, _Ec2ImagePropertiesNotSupportedFault.prototype);
|
|
1496
1637
|
}
|
|
1497
1638
|
};
|
|
1639
|
+
var InvalidCustomDBEngineVersionStateFault = class _InvalidCustomDBEngineVersionStateFault extends RDSServiceException {
|
|
1640
|
+
static {
|
|
1641
|
+
__name(this, "InvalidCustomDBEngineVersionStateFault");
|
|
1642
|
+
}
|
|
1643
|
+
name = "InvalidCustomDBEngineVersionStateFault";
|
|
1644
|
+
$fault = "client";
|
|
1645
|
+
/**
|
|
1646
|
+
* @internal
|
|
1647
|
+
*/
|
|
1648
|
+
constructor(opts) {
|
|
1649
|
+
super({
|
|
1650
|
+
name: "InvalidCustomDBEngineVersionStateFault",
|
|
1651
|
+
$fault: "client",
|
|
1652
|
+
...opts
|
|
1653
|
+
});
|
|
1654
|
+
Object.setPrototypeOf(this, _InvalidCustomDBEngineVersionStateFault.prototype);
|
|
1655
|
+
}
|
|
1656
|
+
};
|
|
1498
1657
|
var ClusterScalabilityType = {
|
|
1499
1658
|
LIMITLESS: "limitless",
|
|
1659
|
+
SCALEOUT: "scaleout",
|
|
1500
1660
|
STANDARD: "standard"
|
|
1501
1661
|
};
|
|
1502
1662
|
var DatabaseInsightsMode = {
|
|
@@ -1751,22 +1911,40 @@ var InvalidVPCNetworkStateFault = class _InvalidVPCNetworkStateFault extends RDS
|
|
|
1751
1911
|
Object.setPrototypeOf(this, _InvalidVPCNetworkStateFault.prototype);
|
|
1752
1912
|
}
|
|
1753
1913
|
};
|
|
1754
|
-
var
|
|
1914
|
+
var NetworkTypeNotSupported = class _NetworkTypeNotSupported extends RDSServiceException {
|
|
1755
1915
|
static {
|
|
1756
|
-
__name(this, "
|
|
1916
|
+
__name(this, "NetworkTypeNotSupported");
|
|
1757
1917
|
}
|
|
1758
|
-
name = "
|
|
1918
|
+
name = "NetworkTypeNotSupported";
|
|
1759
1919
|
$fault = "client";
|
|
1760
1920
|
/**
|
|
1761
1921
|
* @internal
|
|
1762
1922
|
*/
|
|
1763
1923
|
constructor(opts) {
|
|
1764
1924
|
super({
|
|
1765
|
-
name: "
|
|
1925
|
+
name: "NetworkTypeNotSupported",
|
|
1766
1926
|
$fault: "client",
|
|
1767
1927
|
...opts
|
|
1768
1928
|
});
|
|
1769
|
-
Object.setPrototypeOf(this,
|
|
1929
|
+
Object.setPrototypeOf(this, _NetworkTypeNotSupported.prototype);
|
|
1930
|
+
}
|
|
1931
|
+
};
|
|
1932
|
+
var StorageTypeNotSupportedFault = class _StorageTypeNotSupportedFault extends RDSServiceException {
|
|
1933
|
+
static {
|
|
1934
|
+
__name(this, "StorageTypeNotSupportedFault");
|
|
1935
|
+
}
|
|
1936
|
+
name = "StorageTypeNotSupportedFault";
|
|
1937
|
+
$fault = "client";
|
|
1938
|
+
/**
|
|
1939
|
+
* @internal
|
|
1940
|
+
*/
|
|
1941
|
+
constructor(opts) {
|
|
1942
|
+
super({
|
|
1943
|
+
name: "StorageTypeNotSupportedFault",
|
|
1944
|
+
$fault: "client",
|
|
1945
|
+
...opts
|
|
1946
|
+
});
|
|
1947
|
+
Object.setPrototypeOf(this, _StorageTypeNotSupportedFault.prototype);
|
|
1770
1948
|
}
|
|
1771
1949
|
};
|
|
1772
1950
|
var DBClusterEndpointAlreadyExistsFault = class _DBClusterEndpointAlreadyExistsFault extends RDSServiceException {
|
|
@@ -1881,24 +2059,6 @@ var DBInstanceAlreadyExistsFault = class _DBInstanceAlreadyExistsFault extends R
|
|
|
1881
2059
|
Object.setPrototypeOf(this, _DBInstanceAlreadyExistsFault.prototype);
|
|
1882
2060
|
}
|
|
1883
2061
|
};
|
|
1884
|
-
var NetworkTypeNotSupported = class _NetworkTypeNotSupported extends RDSServiceException {
|
|
1885
|
-
static {
|
|
1886
|
-
__name(this, "NetworkTypeNotSupported");
|
|
1887
|
-
}
|
|
1888
|
-
name = "NetworkTypeNotSupported";
|
|
1889
|
-
$fault = "client";
|
|
1890
|
-
/**
|
|
1891
|
-
* @internal
|
|
1892
|
-
*/
|
|
1893
|
-
constructor(opts) {
|
|
1894
|
-
super({
|
|
1895
|
-
name: "NetworkTypeNotSupported",
|
|
1896
|
-
$fault: "client",
|
|
1897
|
-
...opts
|
|
1898
|
-
});
|
|
1899
|
-
Object.setPrototypeOf(this, _NetworkTypeNotSupported.prototype);
|
|
1900
|
-
}
|
|
1901
|
-
};
|
|
1902
2062
|
var ProvisionedIopsNotAvailableInAZFault = class _ProvisionedIopsNotAvailableInAZFault extends RDSServiceException {
|
|
1903
2063
|
static {
|
|
1904
2064
|
__name(this, "ProvisionedIopsNotAvailableInAZFault");
|
|
@@ -1917,24 +2077,6 @@ var ProvisionedIopsNotAvailableInAZFault = class _ProvisionedIopsNotAvailableInA
|
|
|
1917
2077
|
Object.setPrototypeOf(this, _ProvisionedIopsNotAvailableInAZFault.prototype);
|
|
1918
2078
|
}
|
|
1919
2079
|
};
|
|
1920
|
-
var StorageTypeNotSupportedFault = class _StorageTypeNotSupportedFault extends RDSServiceException {
|
|
1921
|
-
static {
|
|
1922
|
-
__name(this, "StorageTypeNotSupportedFault");
|
|
1923
|
-
}
|
|
1924
|
-
name = "StorageTypeNotSupportedFault";
|
|
1925
|
-
$fault = "client";
|
|
1926
|
-
/**
|
|
1927
|
-
* @internal
|
|
1928
|
-
*/
|
|
1929
|
-
constructor(opts) {
|
|
1930
|
-
super({
|
|
1931
|
-
name: "StorageTypeNotSupportedFault",
|
|
1932
|
-
$fault: "client",
|
|
1933
|
-
...opts
|
|
1934
|
-
});
|
|
1935
|
-
Object.setPrototypeOf(this, _StorageTypeNotSupportedFault.prototype);
|
|
1936
|
-
}
|
|
1937
|
-
};
|
|
1938
2080
|
var TenantDatabaseQuotaExceededFault = class _TenantDatabaseQuotaExceededFault extends RDSServiceException {
|
|
1939
2081
|
static {
|
|
1940
2082
|
__name(this, "TenantDatabaseQuotaExceededFault");
|
|
@@ -2432,6 +2574,24 @@ var GlobalClusterQuotaExceededFault = class _GlobalClusterQuotaExceededFault ext
|
|
|
2432
2574
|
Object.setPrototypeOf(this, _GlobalClusterQuotaExceededFault.prototype);
|
|
2433
2575
|
}
|
|
2434
2576
|
};
|
|
2577
|
+
var InvalidDBShardGroupStateFault = class _InvalidDBShardGroupStateFault extends RDSServiceException {
|
|
2578
|
+
static {
|
|
2579
|
+
__name(this, "InvalidDBShardGroupStateFault");
|
|
2580
|
+
}
|
|
2581
|
+
name = "InvalidDBShardGroupStateFault";
|
|
2582
|
+
$fault = "client";
|
|
2583
|
+
/**
|
|
2584
|
+
* @internal
|
|
2585
|
+
*/
|
|
2586
|
+
constructor(opts) {
|
|
2587
|
+
super({
|
|
2588
|
+
name: "InvalidDBShardGroupStateFault",
|
|
2589
|
+
$fault: "client",
|
|
2590
|
+
...opts
|
|
2591
|
+
});
|
|
2592
|
+
Object.setPrototypeOf(this, _InvalidDBShardGroupStateFault.prototype);
|
|
2593
|
+
}
|
|
2594
|
+
};
|
|
2435
2595
|
var IntegrationStatus = {
|
|
2436
2596
|
ACTIVE: "active",
|
|
2437
2597
|
CREATING: "creating",
|
|
@@ -2531,42 +2691,6 @@ var InvalidBlueGreenDeploymentStateFault = class _InvalidBlueGreenDeploymentStat
|
|
|
2531
2691
|
Object.setPrototypeOf(this, _InvalidBlueGreenDeploymentStateFault.prototype);
|
|
2532
2692
|
}
|
|
2533
2693
|
};
|
|
2534
|
-
var CustomDBEngineVersionNotFoundFault = class _CustomDBEngineVersionNotFoundFault extends RDSServiceException {
|
|
2535
|
-
static {
|
|
2536
|
-
__name(this, "CustomDBEngineVersionNotFoundFault");
|
|
2537
|
-
}
|
|
2538
|
-
name = "CustomDBEngineVersionNotFoundFault";
|
|
2539
|
-
$fault = "client";
|
|
2540
|
-
/**
|
|
2541
|
-
* @internal
|
|
2542
|
-
*/
|
|
2543
|
-
constructor(opts) {
|
|
2544
|
-
super({
|
|
2545
|
-
name: "CustomDBEngineVersionNotFoundFault",
|
|
2546
|
-
$fault: "client",
|
|
2547
|
-
...opts
|
|
2548
|
-
});
|
|
2549
|
-
Object.setPrototypeOf(this, _CustomDBEngineVersionNotFoundFault.prototype);
|
|
2550
|
-
}
|
|
2551
|
-
};
|
|
2552
|
-
var InvalidCustomDBEngineVersionStateFault = class _InvalidCustomDBEngineVersionStateFault extends RDSServiceException {
|
|
2553
|
-
static {
|
|
2554
|
-
__name(this, "InvalidCustomDBEngineVersionStateFault");
|
|
2555
|
-
}
|
|
2556
|
-
name = "InvalidCustomDBEngineVersionStateFault";
|
|
2557
|
-
$fault = "client";
|
|
2558
|
-
/**
|
|
2559
|
-
* @internal
|
|
2560
|
-
*/
|
|
2561
|
-
constructor(opts) {
|
|
2562
|
-
super({
|
|
2563
|
-
name: "InvalidCustomDBEngineVersionStateFault",
|
|
2564
|
-
$fault: "client",
|
|
2565
|
-
...opts
|
|
2566
|
-
});
|
|
2567
|
-
Object.setPrototypeOf(this, _InvalidCustomDBEngineVersionStateFault.prototype);
|
|
2568
|
-
}
|
|
2569
|
-
};
|
|
2570
2694
|
var DBClusterAutomatedBackupQuotaExceededFault = class _DBClusterAutomatedBackupQuotaExceededFault extends RDSServiceException {
|
|
2571
2695
|
static {
|
|
2572
2696
|
__name(this, "DBClusterAutomatedBackupQuotaExceededFault");
|
|
@@ -2639,24 +2763,6 @@ var DBClusterEndpointNotFoundFault = class _DBClusterEndpointNotFoundFault exten
|
|
|
2639
2763
|
Object.setPrototypeOf(this, _DBClusterEndpointNotFoundFault.prototype);
|
|
2640
2764
|
}
|
|
2641
2765
|
};
|
|
2642
|
-
var InvalidDBClusterEndpointStateFault = class _InvalidDBClusterEndpointStateFault extends RDSServiceException {
|
|
2643
|
-
static {
|
|
2644
|
-
__name(this, "InvalidDBClusterEndpointStateFault");
|
|
2645
|
-
}
|
|
2646
|
-
name = "InvalidDBClusterEndpointStateFault";
|
|
2647
|
-
$fault = "client";
|
|
2648
|
-
/**
|
|
2649
|
-
* @internal
|
|
2650
|
-
*/
|
|
2651
|
-
constructor(opts) {
|
|
2652
|
-
super({
|
|
2653
|
-
name: "InvalidDBClusterEndpointStateFault",
|
|
2654
|
-
$fault: "client",
|
|
2655
|
-
...opts
|
|
2656
|
-
});
|
|
2657
|
-
Object.setPrototypeOf(this, _InvalidDBClusterEndpointStateFault.prototype);
|
|
2658
|
-
}
|
|
2659
|
-
};
|
|
2660
2766
|
var InvalidDBParameterGroupStateFault = class _InvalidDBParameterGroupStateFault extends RDSServiceException {
|
|
2661
2767
|
static {
|
|
2662
2768
|
__name(this, "InvalidDBParameterGroupStateFault");
|
|
@@ -2729,24 +2835,6 @@ var InvalidDBInstanceAutomatedBackupStateFault = class _InvalidDBInstanceAutomat
|
|
|
2729
2835
|
Object.setPrototypeOf(this, _InvalidDBInstanceAutomatedBackupStateFault.prototype);
|
|
2730
2836
|
}
|
|
2731
2837
|
};
|
|
2732
|
-
var DBProxyEndpointNotFoundFault = class _DBProxyEndpointNotFoundFault extends RDSServiceException {
|
|
2733
|
-
static {
|
|
2734
|
-
__name(this, "DBProxyEndpointNotFoundFault");
|
|
2735
|
-
}
|
|
2736
|
-
name = "DBProxyEndpointNotFoundFault";
|
|
2737
|
-
$fault = "client";
|
|
2738
|
-
/**
|
|
2739
|
-
* @internal
|
|
2740
|
-
*/
|
|
2741
|
-
constructor(opts) {
|
|
2742
|
-
super({
|
|
2743
|
-
name: "DBProxyEndpointNotFoundFault",
|
|
2744
|
-
$fault: "client",
|
|
2745
|
-
...opts
|
|
2746
|
-
});
|
|
2747
|
-
Object.setPrototypeOf(this, _DBProxyEndpointNotFoundFault.prototype);
|
|
2748
|
-
}
|
|
2749
|
-
};
|
|
2750
2838
|
var InvalidDBProxyEndpointStateFault = class _InvalidDBProxyEndpointStateFault extends RDSServiceException {
|
|
2751
2839
|
static {
|
|
2752
2840
|
__name(this, "InvalidDBProxyEndpointStateFault");
|
|
@@ -2765,42 +2853,6 @@ var InvalidDBProxyEndpointStateFault = class _InvalidDBProxyEndpointStateFault e
|
|
|
2765
2853
|
Object.setPrototypeOf(this, _InvalidDBProxyEndpointStateFault.prototype);
|
|
2766
2854
|
}
|
|
2767
2855
|
};
|
|
2768
|
-
var DBShardGroupNotFoundFault = class _DBShardGroupNotFoundFault extends RDSServiceException {
|
|
2769
|
-
static {
|
|
2770
|
-
__name(this, "DBShardGroupNotFoundFault");
|
|
2771
|
-
}
|
|
2772
|
-
name = "DBShardGroupNotFoundFault";
|
|
2773
|
-
$fault = "client";
|
|
2774
|
-
/**
|
|
2775
|
-
* @internal
|
|
2776
|
-
*/
|
|
2777
|
-
constructor(opts) {
|
|
2778
|
-
super({
|
|
2779
|
-
name: "DBShardGroupNotFoundFault",
|
|
2780
|
-
$fault: "client",
|
|
2781
|
-
...opts
|
|
2782
|
-
});
|
|
2783
|
-
Object.setPrototypeOf(this, _DBShardGroupNotFoundFault.prototype);
|
|
2784
|
-
}
|
|
2785
|
-
};
|
|
2786
|
-
var InvalidDBShardGroupStateFault = class _InvalidDBShardGroupStateFault extends RDSServiceException {
|
|
2787
|
-
static {
|
|
2788
|
-
__name(this, "InvalidDBShardGroupStateFault");
|
|
2789
|
-
}
|
|
2790
|
-
name = "InvalidDBShardGroupStateFault";
|
|
2791
|
-
$fault = "client";
|
|
2792
|
-
/**
|
|
2793
|
-
* @internal
|
|
2794
|
-
*/
|
|
2795
|
-
constructor(opts) {
|
|
2796
|
-
super({
|
|
2797
|
-
name: "InvalidDBShardGroupStateFault",
|
|
2798
|
-
$fault: "client",
|
|
2799
|
-
...opts
|
|
2800
|
-
});
|
|
2801
|
-
Object.setPrototypeOf(this, _InvalidDBShardGroupStateFault.prototype);
|
|
2802
|
-
}
|
|
2803
|
-
};
|
|
2804
2856
|
var InvalidDBSubnetStateFault = class _InvalidDBSubnetStateFault extends RDSServiceException {
|
|
2805
2857
|
static {
|
|
2806
2858
|
__name(this, "InvalidDBSubnetStateFault");
|
|
@@ -2837,6 +2889,79 @@ var InvalidEventSubscriptionStateFault = class _InvalidEventSubscriptionStateFau
|
|
|
2837
2889
|
Object.setPrototypeOf(this, _InvalidEventSubscriptionStateFault.prototype);
|
|
2838
2890
|
}
|
|
2839
2891
|
};
|
|
2892
|
+
var CopyDBClusterSnapshotMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2893
|
+
...obj,
|
|
2894
|
+
...obj.PreSignedUrl && { PreSignedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
2895
|
+
}), "CopyDBClusterSnapshotMessageFilterSensitiveLog");
|
|
2896
|
+
var CopyDBSnapshotMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2897
|
+
...obj,
|
|
2898
|
+
...obj.PreSignedUrl && { PreSignedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
2899
|
+
}), "CopyDBSnapshotMessageFilterSensitiveLog");
|
|
2900
|
+
var OptionSettingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2901
|
+
...obj,
|
|
2902
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
2903
|
+
}), "OptionSettingFilterSensitiveLog");
|
|
2904
|
+
var OptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2905
|
+
...obj,
|
|
2906
|
+
...obj.OptionSettings && {
|
|
2907
|
+
OptionSettings: obj.OptionSettings.map((item) => OptionSettingFilterSensitiveLog(item))
|
|
2908
|
+
}
|
|
2909
|
+
}), "OptionFilterSensitiveLog");
|
|
2910
|
+
var OptionGroupFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2911
|
+
...obj
|
|
2912
|
+
}), "OptionGroupFilterSensitiveLog");
|
|
2913
|
+
var CopyOptionGroupResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2914
|
+
...obj
|
|
2915
|
+
}), "CopyOptionGroupResultFilterSensitiveLog");
|
|
2916
|
+
var CreateDBClusterMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2917
|
+
...obj,
|
|
2918
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING },
|
|
2919
|
+
...obj.PreSignedUrl && { PreSignedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
2920
|
+
}), "CreateDBClusterMessageFilterSensitiveLog");
|
|
2921
|
+
var ClusterPendingModifiedValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2922
|
+
...obj,
|
|
2923
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
2924
|
+
}), "ClusterPendingModifiedValuesFilterSensitiveLog");
|
|
2925
|
+
var DBClusterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2926
|
+
...obj,
|
|
2927
|
+
...obj.PendingModifiedValues && {
|
|
2928
|
+
PendingModifiedValues: ClusterPendingModifiedValuesFilterSensitiveLog(obj.PendingModifiedValues)
|
|
2929
|
+
}
|
|
2930
|
+
}), "DBClusterFilterSensitiveLog");
|
|
2931
|
+
var CreateDBClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2932
|
+
...obj,
|
|
2933
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
2934
|
+
}), "CreateDBClusterResultFilterSensitiveLog");
|
|
2935
|
+
var CreateDBInstanceMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2936
|
+
...obj,
|
|
2937
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING },
|
|
2938
|
+
...obj.TdeCredentialPassword && { TdeCredentialPassword: import_smithy_client.SENSITIVE_STRING }
|
|
2939
|
+
}), "CreateDBInstanceMessageFilterSensitiveLog");
|
|
2940
|
+
var PendingModifiedValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2941
|
+
...obj,
|
|
2942
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
2943
|
+
}), "PendingModifiedValuesFilterSensitiveLog");
|
|
2944
|
+
var DBInstanceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2945
|
+
...obj,
|
|
2946
|
+
...obj.PendingModifiedValues && {
|
|
2947
|
+
PendingModifiedValues: PendingModifiedValuesFilterSensitiveLog(obj.PendingModifiedValues)
|
|
2948
|
+
}
|
|
2949
|
+
}), "DBInstanceFilterSensitiveLog");
|
|
2950
|
+
var CreateDBInstanceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2951
|
+
...obj,
|
|
2952
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
2953
|
+
}), "CreateDBInstanceResultFilterSensitiveLog");
|
|
2954
|
+
var CreateDBInstanceReadReplicaMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2955
|
+
...obj,
|
|
2956
|
+
...obj.PreSignedUrl && { PreSignedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
2957
|
+
}), "CreateDBInstanceReadReplicaMessageFilterSensitiveLog");
|
|
2958
|
+
var CreateDBInstanceReadReplicaResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2959
|
+
...obj,
|
|
2960
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
2961
|
+
}), "CreateDBInstanceReadReplicaResultFilterSensitiveLog");
|
|
2962
|
+
var CreateOptionGroupResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2963
|
+
...obj
|
|
2964
|
+
}), "CreateOptionGroupResultFilterSensitiveLog");
|
|
2840
2965
|
var CreateTenantDatabaseMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2841
2966
|
...obj,
|
|
2842
2967
|
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2855,6 +2980,14 @@ var CreateTenantDatabaseResultFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
2855
2980
|
...obj,
|
|
2856
2981
|
...obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }
|
|
2857
2982
|
}), "CreateTenantDatabaseResultFilterSensitiveLog");
|
|
2983
|
+
var DeleteDBClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2984
|
+
...obj,
|
|
2985
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
2986
|
+
}), "DeleteDBClusterResultFilterSensitiveLog");
|
|
2987
|
+
var DeleteDBInstanceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2988
|
+
...obj,
|
|
2989
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
2990
|
+
}), "DeleteDBInstanceResultFilterSensitiveLog");
|
|
2858
2991
|
|
|
2859
2992
|
// src/models/models_1.ts
|
|
2860
2993
|
|
|
@@ -2939,14 +3072,14 @@ var DBInstanceNotReadyFault = class _DBInstanceNotReadyFault extends RDSServiceE
|
|
|
2939
3072
|
__name(this, "DBInstanceNotReadyFault");
|
|
2940
3073
|
}
|
|
2941
3074
|
name = "DBInstanceNotReadyFault";
|
|
2942
|
-
$fault = "
|
|
3075
|
+
$fault = "client";
|
|
2943
3076
|
/**
|
|
2944
3077
|
* @internal
|
|
2945
3078
|
*/
|
|
2946
3079
|
constructor(opts) {
|
|
2947
3080
|
super({
|
|
2948
3081
|
name: "DBInstanceNotReadyFault",
|
|
2949
|
-
$fault: "
|
|
3082
|
+
$fault: "client",
|
|
2950
3083
|
...opts
|
|
2951
3084
|
});
|
|
2952
3085
|
Object.setPrototypeOf(this, _DBInstanceNotReadyFault.prototype);
|
|
@@ -2966,12 +3099,14 @@ var TargetHealthReason = {
|
|
|
2966
3099
|
CONNECTION_FAILED: "CONNECTION_FAILED",
|
|
2967
3100
|
INVALID_REPLICATION_STATE: "INVALID_REPLICATION_STATE",
|
|
2968
3101
|
PENDING_PROXY_CAPACITY: "PENDING_PROXY_CAPACITY",
|
|
3102
|
+
PROMOTED: "PROMOTED",
|
|
2969
3103
|
UNREACHABLE: "UNREACHABLE"
|
|
2970
3104
|
};
|
|
2971
3105
|
var TargetState = {
|
|
2972
3106
|
available: "AVAILABLE",
|
|
2973
3107
|
registering: "REGISTERING",
|
|
2974
|
-
unavailable: "UNAVAILABLE"
|
|
3108
|
+
unavailable: "UNAVAILABLE",
|
|
3109
|
+
unused: "UNUSED"
|
|
2975
3110
|
};
|
|
2976
3111
|
var TargetType = {
|
|
2977
3112
|
RDS_INSTANCE: "RDS_INSTANCE",
|
|
@@ -2987,7 +3122,9 @@ var SourceType = {
|
|
|
2987
3122
|
db_parameter_group: "db-parameter-group",
|
|
2988
3123
|
db_proxy: "db-proxy",
|
|
2989
3124
|
db_security_group: "db-security-group",
|
|
2990
|
-
|
|
3125
|
+
db_shard_group: "db-shard-group",
|
|
3126
|
+
db_snapshot: "db-snapshot",
|
|
3127
|
+
zero_etl: "zero-etl"
|
|
2991
3128
|
};
|
|
2992
3129
|
var ReservedDBInstanceNotFoundFault = class _ReservedDBInstanceNotFoundFault extends RDSServiceException {
|
|
2993
3130
|
static {
|
|
@@ -3434,12 +3571,60 @@ var DeleteTenantDatabaseResultFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
3434
3571
|
...obj,
|
|
3435
3572
|
...obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }
|
|
3436
3573
|
}), "DeleteTenantDatabaseResultFilterSensitiveLog");
|
|
3574
|
+
var DBClusterMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3575
|
+
...obj,
|
|
3576
|
+
...obj.DBClusters && { DBClusters: obj.DBClusters.map((item) => DBClusterFilterSensitiveLog(item)) }
|
|
3577
|
+
}), "DBClusterMessageFilterSensitiveLog");
|
|
3578
|
+
var DBInstanceMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3579
|
+
...obj,
|
|
3580
|
+
...obj.DBInstances && { DBInstances: obj.DBInstances.map((item) => DBInstanceFilterSensitiveLog(item)) }
|
|
3581
|
+
}), "DBInstanceMessageFilterSensitiveLog");
|
|
3582
|
+
var OptionGroupsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3583
|
+
...obj
|
|
3584
|
+
}), "OptionGroupsFilterSensitiveLog");
|
|
3437
3585
|
var TenantDatabasesMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3438
3586
|
...obj,
|
|
3439
3587
|
...obj.TenantDatabases && {
|
|
3440
3588
|
TenantDatabases: obj.TenantDatabases.map((item) => TenantDatabaseFilterSensitiveLog(item))
|
|
3441
3589
|
}
|
|
3442
3590
|
}), "TenantDatabasesMessageFilterSensitiveLog");
|
|
3591
|
+
var DownloadDBLogFilePortionDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3592
|
+
...obj,
|
|
3593
|
+
...obj.LogFileData && { LogFileData: import_smithy_client.SENSITIVE_STRING }
|
|
3594
|
+
}), "DownloadDBLogFilePortionDetailsFilterSensitiveLog");
|
|
3595
|
+
var FailoverDBClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3596
|
+
...obj,
|
|
3597
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3598
|
+
}), "FailoverDBClusterResultFilterSensitiveLog");
|
|
3599
|
+
var ModifyDBClusterMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3600
|
+
...obj,
|
|
3601
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
3602
|
+
}), "ModifyDBClusterMessageFilterSensitiveLog");
|
|
3603
|
+
var ModifyDBClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3604
|
+
...obj,
|
|
3605
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3606
|
+
}), "ModifyDBClusterResultFilterSensitiveLog");
|
|
3607
|
+
var ModifyDBInstanceMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3608
|
+
...obj,
|
|
3609
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING },
|
|
3610
|
+
...obj.TdeCredentialPassword && { TdeCredentialPassword: import_smithy_client.SENSITIVE_STRING }
|
|
3611
|
+
}), "ModifyDBInstanceMessageFilterSensitiveLog");
|
|
3612
|
+
var ModifyDBInstanceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3613
|
+
...obj,
|
|
3614
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3615
|
+
}), "ModifyDBInstanceResultFilterSensitiveLog");
|
|
3616
|
+
var OptionConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3617
|
+
...obj,
|
|
3618
|
+
...obj.OptionSettings && {
|
|
3619
|
+
OptionSettings: obj.OptionSettings.map((item) => OptionSettingFilterSensitiveLog(item))
|
|
3620
|
+
}
|
|
3621
|
+
}), "OptionConfigurationFilterSensitiveLog");
|
|
3622
|
+
var ModifyOptionGroupMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3623
|
+
...obj
|
|
3624
|
+
}), "ModifyOptionGroupMessageFilterSensitiveLog");
|
|
3625
|
+
var ModifyOptionGroupResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3626
|
+
...obj
|
|
3627
|
+
}), "ModifyOptionGroupResultFilterSensitiveLog");
|
|
3443
3628
|
var ModifyTenantDatabaseMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3444
3629
|
...obj,
|
|
3445
3630
|
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3448,6 +3633,86 @@ var ModifyTenantDatabaseResultFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
3448
3633
|
...obj,
|
|
3449
3634
|
...obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }
|
|
3450
3635
|
}), "ModifyTenantDatabaseResultFilterSensitiveLog");
|
|
3636
|
+
var PromoteReadReplicaResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3637
|
+
...obj,
|
|
3638
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3639
|
+
}), "PromoteReadReplicaResultFilterSensitiveLog");
|
|
3640
|
+
var PromoteReadReplicaDBClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3641
|
+
...obj,
|
|
3642
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3643
|
+
}), "PromoteReadReplicaDBClusterResultFilterSensitiveLog");
|
|
3644
|
+
var RebootDBClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3645
|
+
...obj,
|
|
3646
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3647
|
+
}), "RebootDBClusterResultFilterSensitiveLog");
|
|
3648
|
+
var RebootDBInstanceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3649
|
+
...obj,
|
|
3650
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3651
|
+
}), "RebootDBInstanceResultFilterSensitiveLog");
|
|
3652
|
+
var RestoreDBClusterFromS3MessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3653
|
+
...obj,
|
|
3654
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
3655
|
+
}), "RestoreDBClusterFromS3MessageFilterSensitiveLog");
|
|
3656
|
+
var RestoreDBClusterFromS3ResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3657
|
+
...obj,
|
|
3658
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3659
|
+
}), "RestoreDBClusterFromS3ResultFilterSensitiveLog");
|
|
3660
|
+
var RestoreDBClusterFromSnapshotResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3661
|
+
...obj,
|
|
3662
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3663
|
+
}), "RestoreDBClusterFromSnapshotResultFilterSensitiveLog");
|
|
3664
|
+
var RestoreDBClusterToPointInTimeResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3665
|
+
...obj,
|
|
3666
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3667
|
+
}), "RestoreDBClusterToPointInTimeResultFilterSensitiveLog");
|
|
3668
|
+
var RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3669
|
+
...obj,
|
|
3670
|
+
...obj.TdeCredentialPassword && { TdeCredentialPassword: import_smithy_client.SENSITIVE_STRING }
|
|
3671
|
+
}), "RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog");
|
|
3672
|
+
var RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3673
|
+
...obj,
|
|
3674
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3675
|
+
}), "RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog");
|
|
3676
|
+
var RestoreDBInstanceFromS3MessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3677
|
+
...obj,
|
|
3678
|
+
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
3679
|
+
}), "RestoreDBInstanceFromS3MessageFilterSensitiveLog");
|
|
3680
|
+
var RestoreDBInstanceFromS3ResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3681
|
+
...obj,
|
|
3682
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3683
|
+
}), "RestoreDBInstanceFromS3ResultFilterSensitiveLog");
|
|
3684
|
+
var RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3685
|
+
...obj,
|
|
3686
|
+
...obj.TdeCredentialPassword && { TdeCredentialPassword: import_smithy_client.SENSITIVE_STRING }
|
|
3687
|
+
}), "RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog");
|
|
3688
|
+
var RestoreDBInstanceToPointInTimeResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3689
|
+
...obj,
|
|
3690
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3691
|
+
}), "RestoreDBInstanceToPointInTimeResultFilterSensitiveLog");
|
|
3692
|
+
var StartDBClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3693
|
+
...obj,
|
|
3694
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3695
|
+
}), "StartDBClusterResultFilterSensitiveLog");
|
|
3696
|
+
var StartDBInstanceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3697
|
+
...obj,
|
|
3698
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3699
|
+
}), "StartDBInstanceResultFilterSensitiveLog");
|
|
3700
|
+
var StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3701
|
+
...obj,
|
|
3702
|
+
...obj.PreSignedUrl && { PreSignedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
3703
|
+
}), "StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog");
|
|
3704
|
+
var StopDBClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3705
|
+
...obj,
|
|
3706
|
+
...obj.DBCluster && { DBCluster: DBClusterFilterSensitiveLog(obj.DBCluster) }
|
|
3707
|
+
}), "StopDBClusterResultFilterSensitiveLog");
|
|
3708
|
+
var StopDBInstanceResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3709
|
+
...obj,
|
|
3710
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3711
|
+
}), "StopDBInstanceResultFilterSensitiveLog");
|
|
3712
|
+
var SwitchoverReadReplicaResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3713
|
+
...obj,
|
|
3714
|
+
...obj.DBInstance && { DBInstance: DBInstanceFilterSensitiveLog(obj.DBInstance) }
|
|
3715
|
+
}), "SwitchoverReadReplicaResultFilterSensitiveLog");
|
|
3451
3716
|
|
|
3452
3717
|
// src/protocols/Aws_query.ts
|
|
3453
3718
|
var se_AddRoleToDBClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -7218,12 +7483,18 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7218
7483
|
case "BlueGreenDeploymentNotFoundFault":
|
|
7219
7484
|
case "com.amazonaws.rds#BlueGreenDeploymentNotFoundFault":
|
|
7220
7485
|
throw await de_BlueGreenDeploymentNotFoundFaultRes(parsedOutput, context);
|
|
7486
|
+
case "DBProxyEndpointNotFoundFault":
|
|
7487
|
+
case "com.amazonaws.rds#DBProxyEndpointNotFoundFault":
|
|
7488
|
+
throw await de_DBProxyEndpointNotFoundFaultRes(parsedOutput, context);
|
|
7221
7489
|
case "DBProxyNotFoundFault":
|
|
7222
7490
|
case "com.amazonaws.rds#DBProxyNotFoundFault":
|
|
7223
7491
|
throw await de_DBProxyNotFoundFaultRes(parsedOutput, context);
|
|
7224
7492
|
case "DBProxyTargetGroupNotFoundFault":
|
|
7225
7493
|
case "com.amazonaws.rds#DBProxyTargetGroupNotFoundFault":
|
|
7226
7494
|
throw await de_DBProxyTargetGroupNotFoundFaultRes(parsedOutput, context);
|
|
7495
|
+
case "DBShardGroupNotFound":
|
|
7496
|
+
case "com.amazonaws.rds#DBShardGroupNotFoundFault":
|
|
7497
|
+
throw await de_DBShardGroupNotFoundFaultRes(parsedOutput, context);
|
|
7227
7498
|
case "DBSnapshotNotFound":
|
|
7228
7499
|
case "com.amazonaws.rds#DBSnapshotNotFoundFault":
|
|
7229
7500
|
throw await de_DBSnapshotNotFoundFaultRes(parsedOutput, context);
|
|
@@ -7233,6 +7504,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7233
7504
|
case "IntegrationNotFoundFault":
|
|
7234
7505
|
case "com.amazonaws.rds#IntegrationNotFoundFault":
|
|
7235
7506
|
throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
|
|
7507
|
+
case "InvalidDBClusterEndpointStateFault":
|
|
7508
|
+
case "com.amazonaws.rds#InvalidDBClusterEndpointStateFault":
|
|
7509
|
+
throw await de_InvalidDBClusterEndpointStateFaultRes(parsedOutput, context);
|
|
7236
7510
|
case "TenantDatabaseNotFound":
|
|
7237
7511
|
case "com.amazonaws.rds#TenantDatabaseNotFoundFault":
|
|
7238
7512
|
throw await de_TenantDatabaseNotFoundFaultRes(parsedOutput, context);
|
|
@@ -7317,18 +7591,27 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7317
7591
|
case "SourceDatabaseNotSupportedFault":
|
|
7318
7592
|
case "com.amazonaws.rds#SourceDatabaseNotSupportedFault":
|
|
7319
7593
|
throw await de_SourceDatabaseNotSupportedFaultRes(parsedOutput, context);
|
|
7594
|
+
case "StorageQuotaExceeded":
|
|
7595
|
+
case "com.amazonaws.rds#StorageQuotaExceededFault":
|
|
7596
|
+
throw await de_StorageQuotaExceededFaultRes(parsedOutput, context);
|
|
7320
7597
|
case "CreateCustomDBEngineVersionFault":
|
|
7321
7598
|
case "com.amazonaws.rds#CreateCustomDBEngineVersionFault":
|
|
7322
7599
|
throw await de_CreateCustomDBEngineVersionFaultRes(parsedOutput, context);
|
|
7323
7600
|
case "CustomDBEngineVersionAlreadyExistsFault":
|
|
7324
7601
|
case "com.amazonaws.rds#CustomDBEngineVersionAlreadyExistsFault":
|
|
7325
7602
|
throw await de_CustomDBEngineVersionAlreadyExistsFaultRes(parsedOutput, context);
|
|
7603
|
+
case "CustomDBEngineVersionNotFoundFault":
|
|
7604
|
+
case "com.amazonaws.rds#CustomDBEngineVersionNotFoundFault":
|
|
7605
|
+
throw await de_CustomDBEngineVersionNotFoundFaultRes(parsedOutput, context);
|
|
7326
7606
|
case "CustomDBEngineVersionQuotaExceededFault":
|
|
7327
7607
|
case "com.amazonaws.rds#CustomDBEngineVersionQuotaExceededFault":
|
|
7328
7608
|
throw await de_CustomDBEngineVersionQuotaExceededFaultRes(parsedOutput, context);
|
|
7329
7609
|
case "Ec2ImagePropertiesNotSupportedFault":
|
|
7330
7610
|
case "com.amazonaws.rds#Ec2ImagePropertiesNotSupportedFault":
|
|
7331
7611
|
throw await de_Ec2ImagePropertiesNotSupportedFaultRes(parsedOutput, context);
|
|
7612
|
+
case "InvalidCustomDBEngineVersionStateFault":
|
|
7613
|
+
case "com.amazonaws.rds#InvalidCustomDBEngineVersionStateFault":
|
|
7614
|
+
throw await de_InvalidCustomDBEngineVersionStateFaultRes(parsedOutput, context);
|
|
7332
7615
|
case "DBClusterAlreadyExistsFault":
|
|
7333
7616
|
case "com.amazonaws.rds#DBClusterAlreadyExistsFault":
|
|
7334
7617
|
throw await de_DBClusterAlreadyExistsFaultRes(parsedOutput, context);
|
|
@@ -7365,9 +7648,12 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7365
7648
|
case "InvalidVPCNetworkStateFault":
|
|
7366
7649
|
case "com.amazonaws.rds#InvalidVPCNetworkStateFault":
|
|
7367
7650
|
throw await de_InvalidVPCNetworkStateFaultRes(parsedOutput, context);
|
|
7368
|
-
case "
|
|
7369
|
-
case "com.amazonaws.rds#
|
|
7370
|
-
throw await
|
|
7651
|
+
case "NetworkTypeNotSupported":
|
|
7652
|
+
case "com.amazonaws.rds#NetworkTypeNotSupported":
|
|
7653
|
+
throw await de_NetworkTypeNotSupportedRes(parsedOutput, context);
|
|
7654
|
+
case "StorageTypeNotSupported":
|
|
7655
|
+
case "com.amazonaws.rds#StorageTypeNotSupportedFault":
|
|
7656
|
+
throw await de_StorageTypeNotSupportedFaultRes(parsedOutput, context);
|
|
7371
7657
|
case "DBClusterEndpointAlreadyExistsFault":
|
|
7372
7658
|
case "com.amazonaws.rds#DBClusterEndpointAlreadyExistsFault":
|
|
7373
7659
|
throw await de_DBClusterEndpointAlreadyExistsFaultRes(parsedOutput, context);
|
|
@@ -7386,15 +7672,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7386
7672
|
case "DBInstanceAlreadyExists":
|
|
7387
7673
|
case "com.amazonaws.rds#DBInstanceAlreadyExistsFault":
|
|
7388
7674
|
throw await de_DBInstanceAlreadyExistsFaultRes(parsedOutput, context);
|
|
7389
|
-
case "NetworkTypeNotSupported":
|
|
7390
|
-
case "com.amazonaws.rds#NetworkTypeNotSupported":
|
|
7391
|
-
throw await de_NetworkTypeNotSupportedRes(parsedOutput, context);
|
|
7392
7675
|
case "ProvisionedIopsNotAvailableInAZFault":
|
|
7393
7676
|
case "com.amazonaws.rds#ProvisionedIopsNotAvailableInAZFault":
|
|
7394
7677
|
throw await de_ProvisionedIopsNotAvailableInAZFaultRes(parsedOutput, context);
|
|
7395
|
-
case "StorageTypeNotSupported":
|
|
7396
|
-
case "com.amazonaws.rds#StorageTypeNotSupportedFault":
|
|
7397
|
-
throw await de_StorageTypeNotSupportedFaultRes(parsedOutput, context);
|
|
7398
7678
|
case "TenantDatabaseQuotaExceeded":
|
|
7399
7679
|
case "com.amazonaws.rds#TenantDatabaseQuotaExceededFault":
|
|
7400
7680
|
throw await de_TenantDatabaseQuotaExceededFaultRes(parsedOutput, context);
|
|
@@ -7467,6 +7747,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7467
7747
|
case "GlobalClusterQuotaExceededFault":
|
|
7468
7748
|
case "com.amazonaws.rds#GlobalClusterQuotaExceededFault":
|
|
7469
7749
|
throw await de_GlobalClusterQuotaExceededFaultRes(parsedOutput, context);
|
|
7750
|
+
case "InvalidDBShardGroupState":
|
|
7751
|
+
case "com.amazonaws.rds#InvalidDBShardGroupStateFault":
|
|
7752
|
+
throw await de_InvalidDBShardGroupStateFaultRes(parsedOutput, context);
|
|
7470
7753
|
case "IntegrationAlreadyExistsFault":
|
|
7471
7754
|
case "com.amazonaws.rds#IntegrationAlreadyExistsFault":
|
|
7472
7755
|
throw await de_IntegrationAlreadyExistsFaultRes(parsedOutput, context);
|
|
@@ -7482,12 +7765,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7482
7765
|
case "InvalidBlueGreenDeploymentStateFault":
|
|
7483
7766
|
case "com.amazonaws.rds#InvalidBlueGreenDeploymentStateFault":
|
|
7484
7767
|
throw await de_InvalidBlueGreenDeploymentStateFaultRes(parsedOutput, context);
|
|
7485
|
-
case "CustomDBEngineVersionNotFoundFault":
|
|
7486
|
-
case "com.amazonaws.rds#CustomDBEngineVersionNotFoundFault":
|
|
7487
|
-
throw await de_CustomDBEngineVersionNotFoundFaultRes(parsedOutput, context);
|
|
7488
|
-
case "InvalidCustomDBEngineVersionStateFault":
|
|
7489
|
-
case "com.amazonaws.rds#InvalidCustomDBEngineVersionStateFault":
|
|
7490
|
-
throw await de_InvalidCustomDBEngineVersionStateFaultRes(parsedOutput, context);
|
|
7491
7768
|
case "DBClusterAutomatedBackupQuotaExceededFault":
|
|
7492
7769
|
case "com.amazonaws.rds#DBClusterAutomatedBackupQuotaExceededFault":
|
|
7493
7770
|
throw await de_DBClusterAutomatedBackupQuotaExceededFaultRes(parsedOutput, context);
|
|
@@ -7500,9 +7777,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7500
7777
|
case "DBClusterEndpointNotFoundFault":
|
|
7501
7778
|
case "com.amazonaws.rds#DBClusterEndpointNotFoundFault":
|
|
7502
7779
|
throw await de_DBClusterEndpointNotFoundFaultRes(parsedOutput, context);
|
|
7503
|
-
case "InvalidDBClusterEndpointStateFault":
|
|
7504
|
-
case "com.amazonaws.rds#InvalidDBClusterEndpointStateFault":
|
|
7505
|
-
throw await de_InvalidDBClusterEndpointStateFaultRes(parsedOutput, context);
|
|
7506
7780
|
case "InvalidDBParameterGroupState":
|
|
7507
7781
|
case "com.amazonaws.rds#InvalidDBParameterGroupStateFault":
|
|
7508
7782
|
throw await de_InvalidDBParameterGroupStateFaultRes(parsedOutput, context);
|
|
@@ -7515,18 +7789,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7515
7789
|
case "InvalidDBInstanceAutomatedBackupState":
|
|
7516
7790
|
case "com.amazonaws.rds#InvalidDBInstanceAutomatedBackupStateFault":
|
|
7517
7791
|
throw await de_InvalidDBInstanceAutomatedBackupStateFaultRes(parsedOutput, context);
|
|
7518
|
-
case "DBProxyEndpointNotFoundFault":
|
|
7519
|
-
case "com.amazonaws.rds#DBProxyEndpointNotFoundFault":
|
|
7520
|
-
throw await de_DBProxyEndpointNotFoundFaultRes(parsedOutput, context);
|
|
7521
7792
|
case "InvalidDBProxyEndpointStateFault":
|
|
7522
7793
|
case "com.amazonaws.rds#InvalidDBProxyEndpointStateFault":
|
|
7523
7794
|
throw await de_InvalidDBProxyEndpointStateFaultRes(parsedOutput, context);
|
|
7524
|
-
case "DBShardGroupNotFound":
|
|
7525
|
-
case "com.amazonaws.rds#DBShardGroupNotFoundFault":
|
|
7526
|
-
throw await de_DBShardGroupNotFoundFaultRes(parsedOutput, context);
|
|
7527
|
-
case "InvalidDBShardGroupState":
|
|
7528
|
-
case "com.amazonaws.rds#InvalidDBShardGroupStateFault":
|
|
7529
|
-
throw await de_InvalidDBShardGroupStateFaultRes(parsedOutput, context);
|
|
7530
7795
|
case "InvalidDBSubnetStateFault":
|
|
7531
7796
|
case "com.amazonaws.rds#InvalidDBSubnetStateFault":
|
|
7532
7797
|
throw await de_InvalidDBSubnetStateFaultRes(parsedOutput, context);
|
|
@@ -9224,15 +9489,15 @@ var se_CopyDBSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9224
9489
|
if (input[_TCAZ] != null) {
|
|
9225
9490
|
entries[_TCAZ] = input[_TCAZ];
|
|
9226
9491
|
}
|
|
9492
|
+
if (input[_ST] != null) {
|
|
9493
|
+
entries[_ST] = input[_ST];
|
|
9494
|
+
}
|
|
9227
9495
|
if (input[_COG] != null) {
|
|
9228
9496
|
entries[_COG] = input[_COG];
|
|
9229
9497
|
}
|
|
9230
9498
|
if (input[_SAZ] != null) {
|
|
9231
9499
|
entries[_SAZ] = input[_SAZ];
|
|
9232
9500
|
}
|
|
9233
|
-
if (input[_ST] != null) {
|
|
9234
|
-
entries[_ST] = input[_ST];
|
|
9235
|
-
}
|
|
9236
9501
|
return entries;
|
|
9237
9502
|
}, "se_CopyDBSnapshotMessage");
|
|
9238
9503
|
var se_CopyOptionGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -9325,6 +9590,12 @@ var se_CreateCustomDBEngineVersionMessage = /* @__PURE__ */ __name((input, conte
|
|
|
9325
9590
|
if (input[_KMSKI] != null) {
|
|
9326
9591
|
entries[_KMSKI] = input[_KMSKI];
|
|
9327
9592
|
}
|
|
9593
|
+
if (input[_SCDEVI] != null) {
|
|
9594
|
+
entries[_SCDEVI] = input[_SCDEVI];
|
|
9595
|
+
}
|
|
9596
|
+
if (input[_UAPLI] != null) {
|
|
9597
|
+
entries[_UAPLI] = input[_UAPLI];
|
|
9598
|
+
}
|
|
9328
9599
|
if (input[_D] != null) {
|
|
9329
9600
|
entries[_D] = input[_D];
|
|
9330
9601
|
}
|
|
@@ -9341,12 +9612,6 @@ var se_CreateCustomDBEngineVersionMessage = /* @__PURE__ */ __name((input, conte
|
|
|
9341
9612
|
entries[loc] = value;
|
|
9342
9613
|
});
|
|
9343
9614
|
}
|
|
9344
|
-
if (input[_SCDEVI] != null) {
|
|
9345
|
-
entries[_SCDEVI] = input[_SCDEVI];
|
|
9346
|
-
}
|
|
9347
|
-
if (input[_UAPLI] != null) {
|
|
9348
|
-
entries[_UAPLI] = input[_UAPLI];
|
|
9349
|
-
}
|
|
9350
9615
|
return entries;
|
|
9351
9616
|
}, "se_CreateCustomDBEngineVersionMessage");
|
|
9352
9617
|
var se_CreateDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -9511,6 +9776,24 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9511
9776
|
entries[loc] = value;
|
|
9512
9777
|
});
|
|
9513
9778
|
}
|
|
9779
|
+
if (input[_DBCIC] != null) {
|
|
9780
|
+
entries[_DBCIC] = input[_DBCIC];
|
|
9781
|
+
}
|
|
9782
|
+
if (input[_AS] != null) {
|
|
9783
|
+
entries[_AS] = input[_AS];
|
|
9784
|
+
}
|
|
9785
|
+
if (input[_STt] != null) {
|
|
9786
|
+
entries[_STt] = input[_STt];
|
|
9787
|
+
}
|
|
9788
|
+
if (input[_I] != null) {
|
|
9789
|
+
entries[_I] = input[_I];
|
|
9790
|
+
}
|
|
9791
|
+
if (input[_PA] != null) {
|
|
9792
|
+
entries[_PA] = input[_PA];
|
|
9793
|
+
}
|
|
9794
|
+
if (input[_AMVU] != null) {
|
|
9795
|
+
entries[_AMVU] = input[_AMVU];
|
|
9796
|
+
}
|
|
9514
9797
|
if (input[_DP] != null) {
|
|
9515
9798
|
entries[_DP] = input[_DP];
|
|
9516
9799
|
}
|
|
@@ -9532,23 +9815,15 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9532
9815
|
if (input[_EGWF] != null) {
|
|
9533
9816
|
entries[_EGWF] = input[_EGWF];
|
|
9534
9817
|
}
|
|
9535
|
-
if (input[
|
|
9536
|
-
entries[
|
|
9537
|
-
}
|
|
9538
|
-
if (input[_AS] != null) {
|
|
9539
|
-
entries[_AS] = input[_AS];
|
|
9540
|
-
}
|
|
9541
|
-
if (input[_STt] != null) {
|
|
9542
|
-
entries[_STt] = input[_STt];
|
|
9543
|
-
}
|
|
9544
|
-
if (input[_I] != null) {
|
|
9545
|
-
entries[_I] = input[_I];
|
|
9546
|
-
}
|
|
9547
|
-
if (input[_PA] != null) {
|
|
9548
|
-
entries[_PA] = input[_PA];
|
|
9818
|
+
if (input[_NT] != null) {
|
|
9819
|
+
entries[_NT] = input[_NT];
|
|
9549
9820
|
}
|
|
9550
|
-
if (input[
|
|
9551
|
-
|
|
9821
|
+
if (input[_SVSC] != null) {
|
|
9822
|
+
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
9823
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
9824
|
+
const loc = `ServerlessV2ScalingConfiguration.${key}`;
|
|
9825
|
+
entries[loc] = value;
|
|
9826
|
+
});
|
|
9552
9827
|
}
|
|
9553
9828
|
if (input[_MIo] != null) {
|
|
9554
9829
|
entries[_MIo] = input[_MIo];
|
|
@@ -9568,18 +9843,8 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9568
9843
|
if (input[_PIRP] != null) {
|
|
9569
9844
|
entries[_PIRP] = input[_PIRP];
|
|
9570
9845
|
}
|
|
9571
|
-
if (input[_ELD] != null) {
|
|
9572
|
-
entries[_ELD] = input[_ELD];
|
|
9573
|
-
}
|
|
9574
|
-
if (input[_SVSC] != null) {
|
|
9575
|
-
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
9576
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
9577
|
-
const loc = `ServerlessV2ScalingConfiguration.${key}`;
|
|
9578
|
-
entries[loc] = value;
|
|
9579
|
-
});
|
|
9580
|
-
}
|
|
9581
|
-
if (input[_NT] != null) {
|
|
9582
|
-
entries[_NT] = input[_NT];
|
|
9846
|
+
if (input[_ELD] != null) {
|
|
9847
|
+
entries[_ELD] = input[_ELD];
|
|
9583
9848
|
}
|
|
9584
9849
|
if (input[_CST] != null) {
|
|
9585
9850
|
entries[_CST] = input[_CST];
|
|
@@ -9590,12 +9855,12 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9590
9855
|
if (input[_MMUP] != null) {
|
|
9591
9856
|
entries[_MMUP] = input[_MMUP];
|
|
9592
9857
|
}
|
|
9593
|
-
if (input[_MUSKKI] != null) {
|
|
9594
|
-
entries[_MUSKKI] = input[_MUSKKI];
|
|
9595
|
-
}
|
|
9596
9858
|
if (input[_ELWF] != null) {
|
|
9597
9859
|
entries[_ELWF] = input[_ELWF];
|
|
9598
9860
|
}
|
|
9861
|
+
if (input[_MUSKKI] != null) {
|
|
9862
|
+
entries[_MUSKKI] = input[_MUSKKI];
|
|
9863
|
+
}
|
|
9599
9864
|
if (input[_CACI] != null) {
|
|
9600
9865
|
entries[_CACI] = input[_CACI];
|
|
9601
9866
|
}
|
|
@@ -9729,6 +9994,9 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9729
9994
|
if (input[_I] != null) {
|
|
9730
9995
|
entries[_I] = input[_I];
|
|
9731
9996
|
}
|
|
9997
|
+
if (input[_STto] != null) {
|
|
9998
|
+
entries[_STto] = input[_STto];
|
|
9999
|
+
}
|
|
9732
10000
|
if (input[_OGN] != null) {
|
|
9733
10001
|
entries[_OGN] = input[_OGN];
|
|
9734
10002
|
}
|
|
@@ -9853,17 +10121,20 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9853
10121
|
if (input[_ECOI] != null) {
|
|
9854
10122
|
entries[_ECOI] = input[_ECOI];
|
|
9855
10123
|
}
|
|
9856
|
-
if (input[
|
|
9857
|
-
entries[
|
|
10124
|
+
if (input[_NT] != null) {
|
|
10125
|
+
entries[_NT] = input[_NT];
|
|
9858
10126
|
}
|
|
9859
10127
|
if (input[_BTa] != null) {
|
|
9860
10128
|
entries[_BTa] = input[_BTa];
|
|
9861
10129
|
}
|
|
9862
|
-
if (input[
|
|
9863
|
-
entries[
|
|
10130
|
+
if (input[_CIIP] != null) {
|
|
10131
|
+
entries[_CIIP] = input[_CIIP];
|
|
9864
10132
|
}
|
|
9865
|
-
if (input[
|
|
9866
|
-
entries[
|
|
10133
|
+
if (input[_DBSI] != null) {
|
|
10134
|
+
entries[_DBSI] = input[_DBSI];
|
|
10135
|
+
}
|
|
10136
|
+
if (input[_CACI] != null) {
|
|
10137
|
+
entries[_CACI] = input[_CACI];
|
|
9867
10138
|
}
|
|
9868
10139
|
if (input[_MMUP] != null) {
|
|
9869
10140
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -9871,18 +10142,12 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9871
10142
|
if (input[_MUSKKI] != null) {
|
|
9872
10143
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
9873
10144
|
}
|
|
9874
|
-
if (input[
|
|
9875
|
-
entries[
|
|
9876
|
-
}
|
|
9877
|
-
if (input[_DBSI] != null) {
|
|
9878
|
-
entries[_DBSI] = input[_DBSI];
|
|
10145
|
+
if (input[_MT] != null) {
|
|
10146
|
+
entries[_MT] = input[_MT];
|
|
9879
10147
|
}
|
|
9880
10148
|
if (input[_DLV] != null) {
|
|
9881
10149
|
entries[_DLV] = input[_DLV];
|
|
9882
10150
|
}
|
|
9883
|
-
if (input[_MT] != null) {
|
|
9884
|
-
entries[_MT] = input[_MT];
|
|
9885
|
-
}
|
|
9886
10151
|
if (input[_ELS] != null) {
|
|
9887
10152
|
entries[_ELS] = input[_ELS];
|
|
9888
10153
|
}
|
|
@@ -9917,6 +10182,9 @@ var se_CreateDBInstanceReadReplicaMessage = /* @__PURE__ */ __name((input, conte
|
|
|
9917
10182
|
if (input[_I] != null) {
|
|
9918
10183
|
entries[_I] = input[_I];
|
|
9919
10184
|
}
|
|
10185
|
+
if (input[_STto] != null) {
|
|
10186
|
+
entries[_STto] = input[_STto];
|
|
10187
|
+
}
|
|
9920
10188
|
if (input[_OGN] != null) {
|
|
9921
10189
|
entries[_OGN] = input[_OGN];
|
|
9922
10190
|
}
|
|
@@ -10036,24 +10304,21 @@ var se_CreateDBInstanceReadReplicaMessage = /* @__PURE__ */ __name((input, conte
|
|
|
10036
10304
|
if (input[_RM] != null) {
|
|
10037
10305
|
entries[_RM] = input[_RM];
|
|
10038
10306
|
}
|
|
10039
|
-
if (input[
|
|
10040
|
-
entries[
|
|
10041
|
-
}
|
|
10042
|
-
if (input[_CIIP] != null) {
|
|
10043
|
-
entries[_CIIP] = input[_CIIP];
|
|
10307
|
+
if (input[_ECOI] != null) {
|
|
10308
|
+
entries[_ECOI] = input[_ECOI];
|
|
10044
10309
|
}
|
|
10045
10310
|
if (input[_NT] != null) {
|
|
10046
10311
|
entries[_NT] = input[_NT];
|
|
10047
10312
|
}
|
|
10048
|
-
if (input[
|
|
10049
|
-
entries[
|
|
10050
|
-
}
|
|
10051
|
-
if (input[_ECOI] != null) {
|
|
10052
|
-
entries[_ECOI] = input[_ECOI];
|
|
10313
|
+
if (input[_MASa] != null) {
|
|
10314
|
+
entries[_MASa] = input[_MASa];
|
|
10053
10315
|
}
|
|
10054
10316
|
if (input[_BTa] != null) {
|
|
10055
10317
|
entries[_BTa] = input[_BTa];
|
|
10056
10318
|
}
|
|
10319
|
+
if (input[_CIIP] != null) {
|
|
10320
|
+
entries[_CIIP] = input[_CIIP];
|
|
10321
|
+
}
|
|
10057
10322
|
if (input[_AS] != null) {
|
|
10058
10323
|
entries[_AS] = input[_AS];
|
|
10059
10324
|
}
|
|
@@ -12260,6 +12525,16 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12260
12525
|
if (input[_AMVU] != null) {
|
|
12261
12526
|
entries[_AMVU] = input[_AMVU];
|
|
12262
12527
|
}
|
|
12528
|
+
if (input[_NT] != null) {
|
|
12529
|
+
entries[_NT] = input[_NT];
|
|
12530
|
+
}
|
|
12531
|
+
if (input[_SVSC] != null) {
|
|
12532
|
+
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
12533
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
12534
|
+
const loc = `ServerlessV2ScalingConfiguration.${key}`;
|
|
12535
|
+
entries[loc] = value;
|
|
12536
|
+
});
|
|
12537
|
+
}
|
|
12263
12538
|
if (input[_MIo] != null) {
|
|
12264
12539
|
entries[_MIo] = input[_MIo];
|
|
12265
12540
|
}
|
|
@@ -12278,22 +12553,15 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12278
12553
|
if (input[_PIRP] != null) {
|
|
12279
12554
|
entries[_PIRP] = input[_PIRP];
|
|
12280
12555
|
}
|
|
12281
|
-
if (input[_SVSC] != null) {
|
|
12282
|
-
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
12283
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
12284
|
-
const loc = `ServerlessV2ScalingConfiguration.${key}`;
|
|
12285
|
-
entries[loc] = value;
|
|
12286
|
-
});
|
|
12287
|
-
}
|
|
12288
|
-
if (input[_NT] != null) {
|
|
12289
|
-
entries[_NT] = input[_NT];
|
|
12290
|
-
}
|
|
12291
12556
|
if (input[_MMUP] != null) {
|
|
12292
12557
|
entries[_MMUP] = input[_MMUP];
|
|
12293
12558
|
}
|
|
12294
12559
|
if (input[_RMUP] != null) {
|
|
12295
12560
|
entries[_RMUP] = input[_RMUP];
|
|
12296
12561
|
}
|
|
12562
|
+
if (input[_ELWF] != null) {
|
|
12563
|
+
entries[_ELWF] = input[_ELWF];
|
|
12564
|
+
}
|
|
12297
12565
|
if (input[_MUSKKI] != null) {
|
|
12298
12566
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
12299
12567
|
}
|
|
@@ -12303,9 +12571,6 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12303
12571
|
if (input[_AEMC] != null) {
|
|
12304
12572
|
entries[_AEMC] = input[_AEMC];
|
|
12305
12573
|
}
|
|
12306
|
-
if (input[_ELWF] != null) {
|
|
12307
|
-
entries[_ELWF] = input[_ELWF];
|
|
12308
|
-
}
|
|
12309
12574
|
if (input[_ABRPA] != null) {
|
|
12310
12575
|
entries[_ABRPA] = input[_ABRPA];
|
|
12311
12576
|
}
|
|
@@ -12437,6 +12702,9 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12437
12702
|
if (input[_I] != null) {
|
|
12438
12703
|
entries[_I] = input[_I];
|
|
12439
12704
|
}
|
|
12705
|
+
if (input[_STto] != null) {
|
|
12706
|
+
entries[_STto] = input[_STto];
|
|
12707
|
+
}
|
|
12440
12708
|
if (input[_OGN] != null) {
|
|
12441
12709
|
entries[_OGN] = input[_OGN];
|
|
12442
12710
|
}
|
|
@@ -12477,6 +12745,9 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12477
12745
|
entries[loc] = value;
|
|
12478
12746
|
});
|
|
12479
12747
|
}
|
|
12748
|
+
if (input[_DD] != null) {
|
|
12749
|
+
entries[_DD] = input[_DD];
|
|
12750
|
+
}
|
|
12480
12751
|
if (input[_CTTS] != null) {
|
|
12481
12752
|
entries[_CTTS] = input[_CTTS];
|
|
12482
12753
|
}
|
|
@@ -12495,9 +12766,6 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12495
12766
|
if (input[_DIAMRN] != null) {
|
|
12496
12767
|
entries[_DIAMRN] = input[_DIAMRN];
|
|
12497
12768
|
}
|
|
12498
|
-
if (input[_DD] != null) {
|
|
12499
|
-
entries[_DD] = input[_DD];
|
|
12500
|
-
}
|
|
12501
12769
|
if (input[_PT] != null) {
|
|
12502
12770
|
entries[_PT] = input[_PT];
|
|
12503
12771
|
}
|
|
@@ -12548,23 +12816,20 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12548
12816
|
if (input[_RM] != null) {
|
|
12549
12817
|
entries[_RM] = input[_RM];
|
|
12550
12818
|
}
|
|
12551
|
-
if (input[_ECOI] != null) {
|
|
12552
|
-
entries[_ECOI] = input[_ECOI];
|
|
12553
|
-
}
|
|
12554
|
-
if (input[_ABRPA] != null) {
|
|
12555
|
-
entries[_ABRPA] = input[_ABRPA];
|
|
12556
|
-
}
|
|
12557
12819
|
if (input[_AM] != null) {
|
|
12558
12820
|
entries[_AM] = input[_AM];
|
|
12559
12821
|
}
|
|
12560
12822
|
if (input[_RFAMM] != null) {
|
|
12561
12823
|
entries[_RFAMM] = input[_RFAMM];
|
|
12562
12824
|
}
|
|
12825
|
+
if (input[_ECOI] != null) {
|
|
12826
|
+
entries[_ECOI] = input[_ECOI];
|
|
12827
|
+
}
|
|
12563
12828
|
if (input[_NT] != null) {
|
|
12564
12829
|
entries[_NT] = input[_NT];
|
|
12565
12830
|
}
|
|
12566
|
-
if (input[
|
|
12567
|
-
entries[
|
|
12831
|
+
if (input[_ABRPA] != null) {
|
|
12832
|
+
entries[_ABRPA] = input[_ABRPA];
|
|
12568
12833
|
}
|
|
12569
12834
|
if (input[_MMUP] != null) {
|
|
12570
12835
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -12575,14 +12840,14 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12575
12840
|
if (input[_MUSKKI] != null) {
|
|
12576
12841
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
12577
12842
|
}
|
|
12578
|
-
if (input[
|
|
12579
|
-
entries[
|
|
12843
|
+
if (input[_MT] != null) {
|
|
12844
|
+
entries[_MT] = input[_MT];
|
|
12580
12845
|
}
|
|
12581
12846
|
if (input[_DLV] != null) {
|
|
12582
12847
|
entries[_DLV] = input[_DLV];
|
|
12583
12848
|
}
|
|
12584
|
-
if (input[
|
|
12585
|
-
entries[
|
|
12849
|
+
if (input[_E] != null) {
|
|
12850
|
+
entries[_E] = input[_E];
|
|
12586
12851
|
}
|
|
12587
12852
|
if (input[_MUAT] != null) {
|
|
12588
12853
|
entries[_MUAT] = input[_MUAT];
|
|
@@ -13470,6 +13735,12 @@ var se_RestoreDBClusterFromS3Message = /* @__PURE__ */ __name((input, context) =
|
|
|
13470
13735
|
if (input[_DIAMRN] != null) {
|
|
13471
13736
|
entries[_DIAMRN] = input[_DIAMRN];
|
|
13472
13737
|
}
|
|
13738
|
+
if (input[_STt] != null) {
|
|
13739
|
+
entries[_STt] = input[_STt];
|
|
13740
|
+
}
|
|
13741
|
+
if (input[_NT] != null) {
|
|
13742
|
+
entries[_NT] = input[_NT];
|
|
13743
|
+
}
|
|
13473
13744
|
if (input[_SVSC] != null) {
|
|
13474
13745
|
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
13475
13746
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -13477,18 +13748,12 @@ var se_RestoreDBClusterFromS3Message = /* @__PURE__ */ __name((input, context) =
|
|
|
13477
13748
|
entries[loc] = value;
|
|
13478
13749
|
});
|
|
13479
13750
|
}
|
|
13480
|
-
if (input[_NT] != null) {
|
|
13481
|
-
entries[_NT] = input[_NT];
|
|
13482
|
-
}
|
|
13483
13751
|
if (input[_MMUP] != null) {
|
|
13484
13752
|
entries[_MMUP] = input[_MMUP];
|
|
13485
13753
|
}
|
|
13486
13754
|
if (input[_MUSKKI] != null) {
|
|
13487
13755
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
13488
13756
|
}
|
|
13489
|
-
if (input[_STt] != null) {
|
|
13490
|
-
entries[_STt] = input[_STt];
|
|
13491
|
-
}
|
|
13492
13757
|
if (input[_ELS] != null) {
|
|
13493
13758
|
entries[_ELS] = input[_ELS];
|
|
13494
13759
|
}
|
|
@@ -13606,6 +13871,9 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
13606
13871
|
if (input[_PA] != null) {
|
|
13607
13872
|
entries[_PA] = input[_PA];
|
|
13608
13873
|
}
|
|
13874
|
+
if (input[_NT] != null) {
|
|
13875
|
+
entries[_NT] = input[_NT];
|
|
13876
|
+
}
|
|
13609
13877
|
if (input[_SVSC] != null) {
|
|
13610
13878
|
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
13611
13879
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -13613,9 +13881,6 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
13613
13881
|
entries[loc] = value;
|
|
13614
13882
|
});
|
|
13615
13883
|
}
|
|
13616
|
-
if (input[_NT] != null) {
|
|
13617
|
-
entries[_NT] = input[_NT];
|
|
13618
|
-
}
|
|
13619
13884
|
if (input[_RCCC] != null) {
|
|
13620
13885
|
const memberEntries = se_RdsCustomClusterConfiguration(input[_RCCC], context);
|
|
13621
13886
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -13723,16 +13988,6 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
13723
13988
|
if (input[_DIAMRN] != null) {
|
|
13724
13989
|
entries[_DIAMRN] = input[_DIAMRN];
|
|
13725
13990
|
}
|
|
13726
|
-
if (input[_SC] != null) {
|
|
13727
|
-
const memberEntries = se_ScalingConfiguration(input[_SC], context);
|
|
13728
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
13729
|
-
const loc = `ScalingConfiguration.${key}`;
|
|
13730
|
-
entries[loc] = value;
|
|
13731
|
-
});
|
|
13732
|
-
}
|
|
13733
|
-
if (input[_EMn] != null) {
|
|
13734
|
-
entries[_EMn] = input[_EMn];
|
|
13735
|
-
}
|
|
13736
13991
|
if (input[_DBCIC] != null) {
|
|
13737
13992
|
entries[_DBCIC] = input[_DBCIC];
|
|
13738
13993
|
}
|
|
@@ -13745,6 +14000,12 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
13745
14000
|
if (input[_I] != null) {
|
|
13746
14001
|
entries[_I] = input[_I];
|
|
13747
14002
|
}
|
|
14003
|
+
if (input[_NT] != null) {
|
|
14004
|
+
entries[_NT] = input[_NT];
|
|
14005
|
+
}
|
|
14006
|
+
if (input[_SDCRI] != null) {
|
|
14007
|
+
entries[_SDCRI] = input[_SDCRI];
|
|
14008
|
+
}
|
|
13748
14009
|
if (input[_SVSC] != null) {
|
|
13749
14010
|
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
13750
14011
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -13752,11 +14013,15 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
13752
14013
|
entries[loc] = value;
|
|
13753
14014
|
});
|
|
13754
14015
|
}
|
|
13755
|
-
if (input[
|
|
13756
|
-
|
|
14016
|
+
if (input[_SC] != null) {
|
|
14017
|
+
const memberEntries = se_ScalingConfiguration(input[_SC], context);
|
|
14018
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
14019
|
+
const loc = `ScalingConfiguration.${key}`;
|
|
14020
|
+
entries[loc] = value;
|
|
14021
|
+
});
|
|
13757
14022
|
}
|
|
13758
|
-
if (input[
|
|
13759
|
-
entries[
|
|
14023
|
+
if (input[_EMn] != null) {
|
|
14024
|
+
entries[_EMn] = input[_EMn];
|
|
13760
14025
|
}
|
|
13761
14026
|
if (input[_RCCC] != null) {
|
|
13762
14027
|
const memberEntries = se_RdsCustomClusterConfiguration(input[_RCCC], context);
|
|
@@ -13826,6 +14091,9 @@ var se_RestoreDBInstanceFromDBSnapshotMessage = /* @__PURE__ */ __name((input, c
|
|
|
13826
14091
|
if (input[_I] != null) {
|
|
13827
14092
|
entries[_I] = input[_I];
|
|
13828
14093
|
}
|
|
14094
|
+
if (input[_STto] != null) {
|
|
14095
|
+
entries[_STto] = input[_STto];
|
|
14096
|
+
}
|
|
13829
14097
|
if (input[_OGN] != null) {
|
|
13830
14098
|
entries[_OGN] = input[_OGN];
|
|
13831
14099
|
}
|
|
@@ -13921,24 +14189,21 @@ var se_RestoreDBInstanceFromDBSnapshotMessage = /* @__PURE__ */ __name((input, c
|
|
|
13921
14189
|
if (input[_ECOI] != null) {
|
|
13922
14190
|
entries[_ECOI] = input[_ECOI];
|
|
13923
14191
|
}
|
|
13924
|
-
if (input[
|
|
13925
|
-
entries[
|
|
14192
|
+
if (input[_NT] != null) {
|
|
14193
|
+
entries[_NT] = input[_NT];
|
|
13926
14194
|
}
|
|
13927
14195
|
if (input[_BTa] != null) {
|
|
13928
14196
|
entries[_BTa] = input[_BTa];
|
|
13929
14197
|
}
|
|
13930
|
-
if (input[
|
|
13931
|
-
entries[
|
|
14198
|
+
if (input[_CIIP] != null) {
|
|
14199
|
+
entries[_CIIP] = input[_CIIP];
|
|
13932
14200
|
}
|
|
13933
|
-
if (input[
|
|
13934
|
-
entries[
|
|
14201
|
+
if (input[_AS] != null) {
|
|
14202
|
+
entries[_AS] = input[_AS];
|
|
13935
14203
|
}
|
|
13936
14204
|
if (input[_DBCSI] != null) {
|
|
13937
14205
|
entries[_DBCSI] = input[_DBCSI];
|
|
13938
14206
|
}
|
|
13939
|
-
if (input[_AS] != null) {
|
|
13940
|
-
entries[_AS] = input[_AS];
|
|
13941
|
-
}
|
|
13942
14207
|
if (input[_DLV] != null) {
|
|
13943
14208
|
entries[_DLV] = input[_DLV];
|
|
13944
14209
|
}
|
|
@@ -14035,6 +14300,9 @@ var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context)
|
|
|
14035
14300
|
if (input[_I] != null) {
|
|
14036
14301
|
entries[_I] = input[_I];
|
|
14037
14302
|
}
|
|
14303
|
+
if (input[_STto] != null) {
|
|
14304
|
+
entries[_STto] = input[_STto];
|
|
14305
|
+
}
|
|
14038
14306
|
if (input[_OGN] != null) {
|
|
14039
14307
|
entries[_OGN] = input[_OGN];
|
|
14040
14308
|
}
|
|
@@ -14131,9 +14399,6 @@ var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context)
|
|
|
14131
14399
|
if (input[_NT] != null) {
|
|
14132
14400
|
entries[_NT] = input[_NT];
|
|
14133
14401
|
}
|
|
14134
|
-
if (input[_STto] != null) {
|
|
14135
|
-
entries[_STto] = input[_STto];
|
|
14136
|
-
}
|
|
14137
14402
|
if (input[_MMUP] != null) {
|
|
14138
14403
|
entries[_MMUP] = input[_MMUP];
|
|
14139
14404
|
}
|
|
@@ -14198,6 +14463,9 @@ var se_RestoreDBInstanceToPointInTimeMessage = /* @__PURE__ */ __name((input, co
|
|
|
14198
14463
|
if (input[_I] != null) {
|
|
14199
14464
|
entries[_I] = input[_I];
|
|
14200
14465
|
}
|
|
14466
|
+
if (input[_STto] != null) {
|
|
14467
|
+
entries[_STto] = input[_STto];
|
|
14468
|
+
}
|
|
14201
14469
|
if (input[_OGN] != null) {
|
|
14202
14470
|
entries[_OGN] = input[_OGN];
|
|
14203
14471
|
}
|
|
@@ -14296,23 +14564,20 @@ var se_RestoreDBInstanceToPointInTimeMessage = /* @__PURE__ */ __name((input, co
|
|
|
14296
14564
|
if (input[_MASa] != null) {
|
|
14297
14565
|
entries[_MASa] = input[_MASa];
|
|
14298
14566
|
}
|
|
14299
|
-
if (input[_SDBIABA] != null) {
|
|
14300
|
-
entries[_SDBIABA] = input[_SDBIABA];
|
|
14301
|
-
}
|
|
14302
14567
|
if (input[_ECOI] != null) {
|
|
14303
14568
|
entries[_ECOI] = input[_ECOI];
|
|
14304
14569
|
}
|
|
14305
|
-
if (input[
|
|
14306
|
-
entries[
|
|
14570
|
+
if (input[_NT] != null) {
|
|
14571
|
+
entries[_NT] = input[_NT];
|
|
14572
|
+
}
|
|
14573
|
+
if (input[_SDBIABA] != null) {
|
|
14574
|
+
entries[_SDBIABA] = input[_SDBIABA];
|
|
14307
14575
|
}
|
|
14308
14576
|
if (input[_BTa] != null) {
|
|
14309
14577
|
entries[_BTa] = input[_BTa];
|
|
14310
14578
|
}
|
|
14311
|
-
if (input[
|
|
14312
|
-
entries[
|
|
14313
|
-
}
|
|
14314
|
-
if (input[_STto] != null) {
|
|
14315
|
-
entries[_STto] = input[_STto];
|
|
14579
|
+
if (input[_CIIP] != null) {
|
|
14580
|
+
entries[_CIIP] = input[_CIIP];
|
|
14316
14581
|
}
|
|
14317
14582
|
if (input[_AS] != null) {
|
|
14318
14583
|
entries[_AS] = input[_AS];
|
|
@@ -14938,6 +15203,9 @@ var de_ClusterPendingModifiedValues = /* @__PURE__ */ __name((output, context) =
|
|
|
14938
15203
|
if (output[_BRP] != null) {
|
|
14939
15204
|
contents[_BRP] = (0, import_smithy_client.strictParseInt32)(output[_BRP]);
|
|
14940
15205
|
}
|
|
15206
|
+
if (output[_STt] != null) {
|
|
15207
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
15208
|
+
}
|
|
14941
15209
|
if (output[_AS] != null) {
|
|
14942
15210
|
contents[_AS] = (0, import_smithy_client.strictParseInt32)(output[_AS]);
|
|
14943
15211
|
}
|
|
@@ -14947,9 +15215,6 @@ var de_ClusterPendingModifiedValues = /* @__PURE__ */ __name((output, context) =
|
|
|
14947
15215
|
if (output[_I] != null) {
|
|
14948
15216
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
14949
15217
|
}
|
|
14950
|
-
if (output[_STt] != null) {
|
|
14951
|
-
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
14952
|
-
}
|
|
14953
15218
|
if (output[_CD] != null) {
|
|
14954
15219
|
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
14955
15220
|
}
|
|
@@ -15214,9 +15479,6 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15214
15479
|
if (output[_St] != null) {
|
|
15215
15480
|
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
15216
15481
|
}
|
|
15217
|
-
if (output[_ART] != null) {
|
|
15218
|
-
contents[_ART] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_ART]));
|
|
15219
|
-
}
|
|
15220
15482
|
if (output[_PP] != null) {
|
|
15221
15483
|
contents[_PP] = (0, import_smithy_client.expectString)(output[_PP]);
|
|
15222
15484
|
}
|
|
@@ -15332,6 +15594,9 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15332
15594
|
if (output[_C] != null) {
|
|
15333
15595
|
contents[_C] = (0, import_smithy_client.strictParseInt32)(output[_C]);
|
|
15334
15596
|
}
|
|
15597
|
+
if (output[_PMV] != null) {
|
|
15598
|
+
contents[_PMV] = de_ClusterPendingModifiedValues(output[_PMV], context);
|
|
15599
|
+
}
|
|
15335
15600
|
if (output[_EMn] != null) {
|
|
15336
15601
|
contents[_EMn] = (0, import_smithy_client.expectString)(output[_EMn]);
|
|
15337
15602
|
}
|
|
@@ -15341,6 +15606,27 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15341
15606
|
if (output[_RCCC] != null) {
|
|
15342
15607
|
contents[_RCCC] = de_RdsCustomClusterConfiguration(output[_RCCC], context);
|
|
15343
15608
|
}
|
|
15609
|
+
if (output[_DBCIC] != null) {
|
|
15610
|
+
contents[_DBCIC] = (0, import_smithy_client.expectString)(output[_DBCIC]);
|
|
15611
|
+
}
|
|
15612
|
+
if (output[_STt] != null) {
|
|
15613
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
15614
|
+
}
|
|
15615
|
+
if (output[_I] != null) {
|
|
15616
|
+
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
15617
|
+
}
|
|
15618
|
+
if (output[_STto] != null) {
|
|
15619
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
15620
|
+
}
|
|
15621
|
+
if (output[_IOONAMT] != null) {
|
|
15622
|
+
contents[_IOONAMT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_IOONAMT]));
|
|
15623
|
+
}
|
|
15624
|
+
if (output[_PA] != null) {
|
|
15625
|
+
contents[_PA] = (0, import_smithy_client.parseBoolean)(output[_PA]);
|
|
15626
|
+
}
|
|
15627
|
+
if (output[_AMVU] != null) {
|
|
15628
|
+
contents[_AMVU] = (0, import_smithy_client.parseBoolean)(output[_AMVU]);
|
|
15629
|
+
}
|
|
15344
15630
|
if (output[_DP] != null) {
|
|
15345
15631
|
contents[_DP] = (0, import_smithy_client.parseBoolean)(output[_DP]);
|
|
15346
15632
|
}
|
|
@@ -15384,23 +15670,17 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15384
15670
|
if (output[_GWFR] != null) {
|
|
15385
15671
|
contents[_GWFR] = (0, import_smithy_client.parseBoolean)(output[_GWFR]);
|
|
15386
15672
|
}
|
|
15387
|
-
if (output[
|
|
15388
|
-
contents[
|
|
15389
|
-
}
|
|
15390
|
-
if (output[_DBCIC] != null) {
|
|
15391
|
-
contents[_DBCIC] = (0, import_smithy_client.expectString)(output[_DBCIC]);
|
|
15392
|
-
}
|
|
15393
|
-
if (output[_STt] != null) {
|
|
15394
|
-
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
15395
|
-
}
|
|
15396
|
-
if (output[_I] != null) {
|
|
15397
|
-
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
15673
|
+
if (output[_NT] != null) {
|
|
15674
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_NT]);
|
|
15398
15675
|
}
|
|
15399
|
-
if (output[
|
|
15400
|
-
contents[
|
|
15676
|
+
if (output[_ART] != null) {
|
|
15677
|
+
contents[_ART] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_ART]));
|
|
15401
15678
|
}
|
|
15402
|
-
if (output[
|
|
15403
|
-
contents[
|
|
15679
|
+
if (output[_SVSC] != null) {
|
|
15680
|
+
contents[_SVSC] = de_ServerlessV2ScalingConfigurationInfo(output[_SVSC], context);
|
|
15681
|
+
}
|
|
15682
|
+
if (output[_SVPV] != null) {
|
|
15683
|
+
contents[_SVPV] = (0, import_smithy_client.expectString)(output[_SVPV]);
|
|
15404
15684
|
}
|
|
15405
15685
|
if (output[_MIo] != null) {
|
|
15406
15686
|
contents[_MIo] = (0, import_smithy_client.strictParseInt32)(output[_MIo]);
|
|
@@ -15420,24 +15700,12 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15420
15700
|
if (output[_PIRP] != null) {
|
|
15421
15701
|
contents[_PIRP] = (0, import_smithy_client.strictParseInt32)(output[_PIRP]);
|
|
15422
15702
|
}
|
|
15423
|
-
if (output[_SVSC] != null) {
|
|
15424
|
-
contents[_SVSC] = de_ServerlessV2ScalingConfigurationInfo(output[_SVSC], context);
|
|
15425
|
-
}
|
|
15426
|
-
if (output[_SVPV] != null) {
|
|
15427
|
-
contents[_SVPV] = (0, import_smithy_client.expectString)(output[_SVPV]);
|
|
15428
|
-
}
|
|
15429
|
-
if (output[_NT] != null) {
|
|
15430
|
-
contents[_NT] = (0, import_smithy_client.expectString)(output[_NT]);
|
|
15431
|
-
}
|
|
15432
15703
|
if (output[_DBSI] != null) {
|
|
15433
15704
|
contents[_DBSI] = (0, import_smithy_client.expectString)(output[_DBSI]);
|
|
15434
15705
|
}
|
|
15435
15706
|
if (output[_MUS] != null) {
|
|
15436
15707
|
contents[_MUS] = de_MasterUserSecret(output[_MUS], context);
|
|
15437
15708
|
}
|
|
15438
|
-
if (output[_IOONAMT] != null) {
|
|
15439
|
-
contents[_IOONAMT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_IOONAMT]));
|
|
15440
|
-
}
|
|
15441
15709
|
if (output[_LWFS] != null) {
|
|
15442
15710
|
contents[_LWFS] = (0, import_smithy_client.expectString)(output[_LWFS]);
|
|
15443
15711
|
}
|
|
@@ -15447,9 +15715,6 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15447
15715
|
if (output[_LD] != null) {
|
|
15448
15716
|
contents[_LD] = de_LimitlessDatabase(output[_LD], context);
|
|
15449
15717
|
}
|
|
15450
|
-
if (output[_STto] != null) {
|
|
15451
|
-
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
15452
|
-
}
|
|
15453
15718
|
if (output[_CST] != null) {
|
|
15454
15719
|
contents[_CST] = (0, import_smithy_client.expectString)(output[_CST]);
|
|
15455
15720
|
}
|
|
@@ -15541,12 +15806,12 @@ var de_DBClusterAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
15541
15806
|
if (output[_I] != null) {
|
|
15542
15807
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
15543
15808
|
}
|
|
15544
|
-
if (output[_ABRPA] != null) {
|
|
15545
|
-
contents[_ABRPA] = (0, import_smithy_client.expectString)(output[_ABRPA]);
|
|
15546
|
-
}
|
|
15547
15809
|
if (output[_STto] != null) {
|
|
15548
15810
|
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
15549
15811
|
}
|
|
15812
|
+
if (output[_ABRPA] != null) {
|
|
15813
|
+
contents[_ABRPA] = (0, import_smithy_client.expectString)(output[_ABRPA]);
|
|
15814
|
+
}
|
|
15550
15815
|
return contents;
|
|
15551
15816
|
}, "de_DBClusterAutomatedBackup");
|
|
15552
15817
|
var de_DBClusterAutomatedBackupList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -15958,17 +16223,17 @@ var de_DBClusterSnapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
15958
16223
|
} else if (output[_TL] != null && output[_TL][_Tag] != null) {
|
|
15959
16224
|
contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
|
|
15960
16225
|
}
|
|
15961
|
-
if (output[_DBSI] != null) {
|
|
15962
|
-
contents[_DBSI] = (0, import_smithy_client.expectString)(output[_DBSI]);
|
|
15963
|
-
}
|
|
15964
16226
|
if (output[_STt] != null) {
|
|
15965
16227
|
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
15966
16228
|
}
|
|
16229
|
+
if (output[_STto] != null) {
|
|
16230
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
16231
|
+
}
|
|
15967
16232
|
if (output[_DCRI] != null) {
|
|
15968
16233
|
contents[_DCRI] = (0, import_smithy_client.expectString)(output[_DCRI]);
|
|
15969
16234
|
}
|
|
15970
|
-
if (output[
|
|
15971
|
-
contents[
|
|
16235
|
+
if (output[_DBSI] != null) {
|
|
16236
|
+
contents[_DBSI] = (0, import_smithy_client.expectString)(output[_DBSI]);
|
|
15972
16237
|
}
|
|
15973
16238
|
return contents;
|
|
15974
16239
|
}, "de_DBClusterSnapshot");
|
|
@@ -16058,15 +16323,30 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
16058
16323
|
if (output[_E] != null) {
|
|
16059
16324
|
contents[_E] = (0, import_smithy_client.expectString)(output[_E]);
|
|
16060
16325
|
}
|
|
16326
|
+
if (output[_MEV] != null) {
|
|
16327
|
+
contents[_MEV] = (0, import_smithy_client.expectString)(output[_MEV]);
|
|
16328
|
+
}
|
|
16061
16329
|
if (output[_EV] != null) {
|
|
16062
16330
|
contents[_EV] = (0, import_smithy_client.expectString)(output[_EV]);
|
|
16063
16331
|
}
|
|
16332
|
+
if (output[_DIFSBN] != null) {
|
|
16333
|
+
contents[_DIFSBN] = (0, import_smithy_client.expectString)(output[_DIFSBN]);
|
|
16334
|
+
}
|
|
16335
|
+
if (output[_DIFSP] != null) {
|
|
16336
|
+
contents[_DIFSP] = (0, import_smithy_client.expectString)(output[_DIFSP]);
|
|
16337
|
+
}
|
|
16338
|
+
if (output[_CDBEVM] != null) {
|
|
16339
|
+
contents[_CDBEVM] = (0, import_smithy_client.expectString)(output[_CDBEVM]);
|
|
16340
|
+
}
|
|
16064
16341
|
if (output[_DBPGF] != null) {
|
|
16065
16342
|
contents[_DBPGF] = (0, import_smithy_client.expectString)(output[_DBPGF]);
|
|
16066
16343
|
}
|
|
16067
16344
|
if (output[_DBED] != null) {
|
|
16068
16345
|
contents[_DBED] = (0, import_smithy_client.expectString)(output[_DBED]);
|
|
16069
16346
|
}
|
|
16347
|
+
if (output[_DBEVA] != null) {
|
|
16348
|
+
contents[_DBEVA] = (0, import_smithy_client.expectString)(output[_DBEVA]);
|
|
16349
|
+
}
|
|
16070
16350
|
if (output[_DBEVD] != null) {
|
|
16071
16351
|
contents[_DBEVD] = (0, import_smithy_client.expectString)(output[_DBEVD]);
|
|
16072
16352
|
}
|
|
@@ -16079,6 +16359,12 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
16079
16359
|
if (output[_DBEMT] != null) {
|
|
16080
16360
|
contents[_DBEMT] = (0, import_smithy_client.expectString)(output[_DBEMT]);
|
|
16081
16361
|
}
|
|
16362
|
+
if (output[_KMSKI] != null) {
|
|
16363
|
+
contents[_KMSKI] = (0, import_smithy_client.expectString)(output[_KMSKI]);
|
|
16364
|
+
}
|
|
16365
|
+
if (output[_CTr] != null) {
|
|
16366
|
+
contents[_CTr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CTr]));
|
|
16367
|
+
}
|
|
16082
16368
|
if (String(output.SupportedCharacterSets).trim() === "") {
|
|
16083
16369
|
contents[_SCS] = [];
|
|
16084
16370
|
} else if (output[_SCS] != null && output[_SCS][_CS] != null) {
|
|
@@ -16129,24 +16415,6 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
16129
16415
|
if (output[_SGD] != null) {
|
|
16130
16416
|
contents[_SGD] = (0, import_smithy_client.parseBoolean)(output[_SGD]);
|
|
16131
16417
|
}
|
|
16132
|
-
if (output[_MEV] != null) {
|
|
16133
|
-
contents[_MEV] = (0, import_smithy_client.expectString)(output[_MEV]);
|
|
16134
|
-
}
|
|
16135
|
-
if (output[_DIFSBN] != null) {
|
|
16136
|
-
contents[_DIFSBN] = (0, import_smithy_client.expectString)(output[_DIFSBN]);
|
|
16137
|
-
}
|
|
16138
|
-
if (output[_DIFSP] != null) {
|
|
16139
|
-
contents[_DIFSP] = (0, import_smithy_client.expectString)(output[_DIFSP]);
|
|
16140
|
-
}
|
|
16141
|
-
if (output[_DBEVA] != null) {
|
|
16142
|
-
contents[_DBEVA] = (0, import_smithy_client.expectString)(output[_DBEVA]);
|
|
16143
|
-
}
|
|
16144
|
-
if (output[_KMSKI] != null) {
|
|
16145
|
-
contents[_KMSKI] = (0, import_smithy_client.expectString)(output[_KMSKI]);
|
|
16146
|
-
}
|
|
16147
|
-
if (output[_CTr] != null) {
|
|
16148
|
-
contents[_CTr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CTr]));
|
|
16149
|
-
}
|
|
16150
16418
|
if (String(output.TagList).trim() === "") {
|
|
16151
16419
|
contents[_TL] = [];
|
|
16152
16420
|
} else if (output[_TL] != null && output[_TL][_Tag] != null) {
|
|
@@ -16155,9 +16423,6 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
16155
16423
|
if (output[_SB] != null) {
|
|
16156
16424
|
contents[_SB] = (0, import_smithy_client.parseBoolean)(output[_SB]);
|
|
16157
16425
|
}
|
|
16158
|
-
if (output[_CDBEVM] != null) {
|
|
16159
|
-
contents[_CDBEVM] = (0, import_smithy_client.expectString)(output[_CDBEVM]);
|
|
16160
|
-
}
|
|
16161
16426
|
if (output[_SLD] != null) {
|
|
16162
16427
|
contents[_SLD] = (0, import_smithy_client.parseBoolean)(output[_SLD]);
|
|
16163
16428
|
}
|
|
@@ -16211,9 +16476,6 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
16211
16476
|
if (output[_DBIS] != null) {
|
|
16212
16477
|
contents[_DBIS] = (0, import_smithy_client.expectString)(output[_DBIS]);
|
|
16213
16478
|
}
|
|
16214
|
-
if (output[_ART] != null) {
|
|
16215
|
-
contents[_ART] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_ART]));
|
|
16216
|
-
}
|
|
16217
16479
|
if (output[_MU] != null) {
|
|
16218
16480
|
contents[_MU] = (0, import_smithy_client.expectString)(output[_MU]);
|
|
16219
16481
|
}
|
|
@@ -16302,6 +16564,9 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
16302
16564
|
if (output[_I] != null) {
|
|
16303
16565
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
16304
16566
|
}
|
|
16567
|
+
if (output[_STto] != null) {
|
|
16568
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
16569
|
+
}
|
|
16305
16570
|
if (String(output.OptionGroupMemberships).trim() === "") {
|
|
16306
16571
|
contents[_OGM] = [];
|
|
16307
16572
|
} else if (output[_OGM] != null && output[_OGM][_OGMp] != null) {
|
|
@@ -16418,19 +16683,17 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
16418
16683
|
} else if (output[_TL] != null && output[_TL][_Tag] != null) {
|
|
16419
16684
|
contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
|
|
16420
16685
|
}
|
|
16421
|
-
if (
|
|
16422
|
-
contents[
|
|
16423
|
-
}
|
|
16424
|
-
|
|
16425
|
-
|
|
16426
|
-
context
|
|
16427
|
-
);
|
|
16686
|
+
if (output[_AM] != null) {
|
|
16687
|
+
contents[_AM] = (0, import_smithy_client.expectString)(output[_AM]);
|
|
16688
|
+
}
|
|
16689
|
+
if (output[_RFAMT] != null) {
|
|
16690
|
+
contents[_RFAMT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_RFAMT]));
|
|
16428
16691
|
}
|
|
16429
16692
|
if (output[_COIE] != null) {
|
|
16430
16693
|
contents[_COIE] = (0, import_smithy_client.parseBoolean)(output[_COIE]);
|
|
16431
16694
|
}
|
|
16432
|
-
if (output[
|
|
16433
|
-
contents[
|
|
16695
|
+
if (output[_NT] != null) {
|
|
16696
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_NT]);
|
|
16434
16697
|
}
|
|
16435
16698
|
if (output[_ASS] != null) {
|
|
16436
16699
|
contents[_ASS] = (0, import_smithy_client.expectString)(output[_ASS]);
|
|
@@ -16447,26 +16710,31 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
16447
16710
|
if (output[_ASENAFI] != null) {
|
|
16448
16711
|
contents[_ASENAFI] = (0, import_smithy_client.parseBoolean)(output[_ASENAFI]);
|
|
16449
16712
|
}
|
|
16450
|
-
if (output[
|
|
16451
|
-
contents[
|
|
16452
|
-
}
|
|
16453
|
-
if (output[_RFAMT] != null) {
|
|
16454
|
-
contents[_RFAMT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_RFAMT]));
|
|
16713
|
+
if (output[_ABRPA] != null) {
|
|
16714
|
+
contents[_ABRPA] = (0, import_smithy_client.expectString)(output[_ABRPA]);
|
|
16455
16715
|
}
|
|
16456
|
-
if (output
|
|
16457
|
-
contents[
|
|
16716
|
+
if (String(output.DBInstanceAutomatedBackupsReplications).trim() === "") {
|
|
16717
|
+
contents[_DBIABR] = [];
|
|
16718
|
+
} else if (output[_DBIABR] != null && output[_DBIABR][_DBIABRn] != null) {
|
|
16719
|
+
contents[_DBIABR] = de_DBInstanceAutomatedBackupsReplicationList(
|
|
16720
|
+
(0, import_smithy_client.getArrayIfSingleItem)(output[_DBIABR][_DBIABRn]),
|
|
16721
|
+
context
|
|
16722
|
+
);
|
|
16458
16723
|
}
|
|
16459
16724
|
if (output[_BTa] != null) {
|
|
16460
16725
|
contents[_BTa] = (0, import_smithy_client.expectString)(output[_BTa]);
|
|
16461
16726
|
}
|
|
16462
|
-
if (output[
|
|
16463
|
-
contents[
|
|
16727
|
+
if (output[_ART] != null) {
|
|
16728
|
+
contents[_ART] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_ART]));
|
|
16729
|
+
}
|
|
16730
|
+
if (output[_CIIP] != null) {
|
|
16731
|
+
contents[_CIIP] = (0, import_smithy_client.expectString)(output[_CIIP]);
|
|
16464
16732
|
}
|
|
16465
16733
|
if (output[_ASPS] != null) {
|
|
16466
16734
|
contents[_ASPS] = (0, import_smithy_client.expectString)(output[_ASPS]);
|
|
16467
16735
|
}
|
|
16468
|
-
if (output[
|
|
16469
|
-
contents[
|
|
16736
|
+
if (output[_CD] != null) {
|
|
16737
|
+
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
16470
16738
|
}
|
|
16471
16739
|
if (output[_DBSI] != null) {
|
|
16472
16740
|
contents[_DBSI] = (0, import_smithy_client.expectString)(output[_DBSI]);
|
|
@@ -16474,24 +16742,21 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
16474
16742
|
if (output[_MUS] != null) {
|
|
16475
16743
|
contents[_MUS] = de_MasterUserSecret(output[_MUS], context);
|
|
16476
16744
|
}
|
|
16477
|
-
if (output[_CD] != null) {
|
|
16478
|
-
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
16479
|
-
}
|
|
16480
16745
|
if (output[_RRSDBCI] != null) {
|
|
16481
16746
|
contents[_RRSDBCI] = (0, import_smithy_client.expectString)(output[_RRSDBCI]);
|
|
16482
16747
|
}
|
|
16483
16748
|
if (output[_PP] != null) {
|
|
16484
16749
|
contents[_PP] = (0, import_smithy_client.expectString)(output[_PP]);
|
|
16485
16750
|
}
|
|
16751
|
+
if (output[_MT] != null) {
|
|
16752
|
+
contents[_MT] = (0, import_smithy_client.parseBoolean)(output[_MT]);
|
|
16753
|
+
}
|
|
16486
16754
|
if (output[_DLV] != null) {
|
|
16487
16755
|
contents[_DLV] = (0, import_smithy_client.parseBoolean)(output[_DLV]);
|
|
16488
16756
|
}
|
|
16489
16757
|
if (output[_ISCUA] != null) {
|
|
16490
16758
|
contents[_ISCUA] = (0, import_smithy_client.parseBoolean)(output[_ISCUA]);
|
|
16491
16759
|
}
|
|
16492
|
-
if (output[_MT] != null) {
|
|
16493
|
-
contents[_MT] = (0, import_smithy_client.parseBoolean)(output[_MT]);
|
|
16494
|
-
}
|
|
16495
16760
|
if (output[_ELS] != null) {
|
|
16496
16761
|
contents[_ELS] = (0, import_smithy_client.expectString)(output[_ELS]);
|
|
16497
16762
|
}
|
|
@@ -16554,6 +16819,9 @@ var de_DBInstanceAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
16554
16819
|
if (output[_I] != null) {
|
|
16555
16820
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
16556
16821
|
}
|
|
16822
|
+
if (output[_STto] != null) {
|
|
16823
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
16824
|
+
}
|
|
16557
16825
|
if (output[_OGN] != null) {
|
|
16558
16826
|
contents[_OGN] = (0, import_smithy_client.expectString)(output[_OGN]);
|
|
16559
16827
|
}
|
|
@@ -16592,8 +16860,8 @@ var de_DBInstanceAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
16592
16860
|
if (output[_BTa] != null) {
|
|
16593
16861
|
contents[_BTa] = (0, import_smithy_client.expectString)(output[_BTa]);
|
|
16594
16862
|
}
|
|
16595
|
-
if (output[
|
|
16596
|
-
contents[
|
|
16863
|
+
if (output[_MT] != null) {
|
|
16864
|
+
contents[_MT] = (0, import_smithy_client.parseBoolean)(output[_MT]);
|
|
16597
16865
|
}
|
|
16598
16866
|
if (output[_ABRPA] != null) {
|
|
16599
16867
|
contents[_ABRPA] = (0, import_smithy_client.expectString)(output[_ABRPA]);
|
|
@@ -16601,9 +16869,6 @@ var de_DBInstanceAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
16601
16869
|
if (output[_DLV] != null) {
|
|
16602
16870
|
contents[_DLV] = (0, import_smithy_client.parseBoolean)(output[_DLV]);
|
|
16603
16871
|
}
|
|
16604
|
-
if (output[_MT] != null) {
|
|
16605
|
-
contents[_MT] = (0, import_smithy_client.parseBoolean)(output[_MT]);
|
|
16606
|
-
}
|
|
16607
16872
|
return contents;
|
|
16608
16873
|
}, "de_DBInstanceAutomatedBackup");
|
|
16609
16874
|
var de_DBInstanceAutomatedBackupList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -17378,6 +17643,9 @@ var de_DBSnapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
17378
17643
|
if (output[_I] != null) {
|
|
17379
17644
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
17380
17645
|
}
|
|
17646
|
+
if (output[_STto] != null) {
|
|
17647
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
17648
|
+
}
|
|
17381
17649
|
if (output[_OGN] != null) {
|
|
17382
17650
|
contents[_OGN] = (0, import_smithy_client.expectString)(output[_OGN]);
|
|
17383
17651
|
}
|
|
@@ -17424,27 +17692,24 @@ var de_DBSnapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
17424
17692
|
} else if (output[_TL] != null && output[_TL][_Tag] != null) {
|
|
17425
17693
|
contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
|
|
17426
17694
|
}
|
|
17695
|
+
if (output[_ST] != null) {
|
|
17696
|
+
contents[_ST] = (0, import_smithy_client.expectString)(output[_ST]);
|
|
17697
|
+
}
|
|
17427
17698
|
if (output[_OSCT] != null) {
|
|
17428
17699
|
contents[_OSCT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_OSCT]));
|
|
17429
17700
|
}
|
|
17430
17701
|
if (output[_SDT] != null) {
|
|
17431
17702
|
contents[_SDT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_SDT]));
|
|
17432
17703
|
}
|
|
17433
|
-
if (output[_ST] != null) {
|
|
17434
|
-
contents[_ST] = (0, import_smithy_client.expectString)(output[_ST]);
|
|
17435
|
-
}
|
|
17436
|
-
if (output[_STto] != null) {
|
|
17437
|
-
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
17438
|
-
}
|
|
17439
17704
|
if (output[_DBSI] != null) {
|
|
17440
17705
|
contents[_DBSI] = (0, import_smithy_client.expectString)(output[_DBSI]);
|
|
17441
17706
|
}
|
|
17442
|
-
if (output[_DLV] != null) {
|
|
17443
|
-
contents[_DLV] = (0, import_smithy_client.parseBoolean)(output[_DLV]);
|
|
17444
|
-
}
|
|
17445
17707
|
if (output[_MT] != null) {
|
|
17446
17708
|
contents[_MT] = (0, import_smithy_client.parseBoolean)(output[_MT]);
|
|
17447
17709
|
}
|
|
17710
|
+
if (output[_DLV] != null) {
|
|
17711
|
+
contents[_DLV] = (0, import_smithy_client.parseBoolean)(output[_DLV]);
|
|
17712
|
+
}
|
|
17448
17713
|
if (output[_SAZ] != null) {
|
|
17449
17714
|
contents[_SAZ] = (0, import_smithy_client.expectString)(output[_SAZ]);
|
|
17450
17715
|
}
|
|
@@ -18542,6 +18807,12 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
|
|
|
18542
18807
|
} else if (output[_T] != null && output[_T][_Tag] != null) {
|
|
18543
18808
|
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Tag]), context);
|
|
18544
18809
|
}
|
|
18810
|
+
if (output[_DFa] != null) {
|
|
18811
|
+
contents[_DFa] = (0, import_smithy_client.expectString)(output[_DFa]);
|
|
18812
|
+
}
|
|
18813
|
+
if (output[_D] != null) {
|
|
18814
|
+
contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
|
|
18815
|
+
}
|
|
18545
18816
|
if (output[_CTr] != null) {
|
|
18546
18817
|
contents[_CTr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CTr]));
|
|
18547
18818
|
}
|
|
@@ -18550,12 +18821,6 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
|
|
|
18550
18821
|
} else if (output[_Er] != null && output[_Er][_IE] != null) {
|
|
18551
18822
|
contents[_Er] = de_IntegrationErrorList((0, import_smithy_client.getArrayIfSingleItem)(output[_Er][_IE]), context);
|
|
18552
18823
|
}
|
|
18553
|
-
if (output[_DFa] != null) {
|
|
18554
|
-
contents[_DFa] = (0, import_smithy_client.expectString)(output[_DFa]);
|
|
18555
|
-
}
|
|
18556
|
-
if (output[_D] != null) {
|
|
18557
|
-
contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
|
|
18558
|
-
}
|
|
18559
18824
|
return contents;
|
|
18560
18825
|
}, "de_Integration");
|
|
18561
18826
|
var de_IntegrationAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -19420,6 +19685,9 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
|
|
|
19420
19685
|
if (output[_SIupp] != null) {
|
|
19421
19686
|
contents[_SIupp] = (0, import_smithy_client.parseBoolean)(output[_SIupp]);
|
|
19422
19687
|
}
|
|
19688
|
+
if (output[_SST] != null) {
|
|
19689
|
+
contents[_SST] = (0, import_smithy_client.parseBoolean)(output[_SST]);
|
|
19690
|
+
}
|
|
19423
19691
|
if (output[_SEMu] != null) {
|
|
19424
19692
|
contents[_SEMu] = (0, import_smithy_client.parseBoolean)(output[_SEMu]);
|
|
19425
19693
|
}
|
|
@@ -19447,6 +19715,18 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
|
|
|
19447
19715
|
if (output[_MIPGa] != null) {
|
|
19448
19716
|
contents[_MIPGa] = (0, import_smithy_client.strictParseFloat)(output[_MIPGa]);
|
|
19449
19717
|
}
|
|
19718
|
+
if (output[_MSTPDI] != null) {
|
|
19719
|
+
contents[_MSTPDI] = (0, import_smithy_client.strictParseInt32)(output[_MSTPDI]);
|
|
19720
|
+
}
|
|
19721
|
+
if (output[_MSTPDIa] != null) {
|
|
19722
|
+
contents[_MSTPDIa] = (0, import_smithy_client.strictParseInt32)(output[_MSTPDIa]);
|
|
19723
|
+
}
|
|
19724
|
+
if (output[_MSTPI] != null) {
|
|
19725
|
+
contents[_MSTPI] = (0, import_smithy_client.strictParseFloat)(output[_MSTPI]);
|
|
19726
|
+
}
|
|
19727
|
+
if (output[_MSTPIa] != null) {
|
|
19728
|
+
contents[_MSTPIa] = (0, import_smithy_client.strictParseFloat)(output[_MSTPIa]);
|
|
19729
|
+
}
|
|
19450
19730
|
if (String(output.AvailableProcessorFeatures).trim() === "") {
|
|
19451
19731
|
contents[_APF] = [];
|
|
19452
19732
|
} else if (output[_APF] != null && output[_APF][_APFv] != null) {
|
|
@@ -19474,28 +19754,13 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
|
|
|
19474
19754
|
if (output[_SGD] != null) {
|
|
19475
19755
|
contents[_SGD] = (0, import_smithy_client.parseBoolean)(output[_SGD]);
|
|
19476
19756
|
}
|
|
19477
|
-
if (output[_SCu] != null) {
|
|
19478
|
-
contents[_SCu] = (0, import_smithy_client.parseBoolean)(output[_SCu]);
|
|
19479
|
-
}
|
|
19480
19757
|
if (String(output.SupportedNetworkTypes).trim() === "") {
|
|
19481
19758
|
contents[_SNT] = [];
|
|
19482
19759
|
} else if (output[_SNT] != null && output[_SNT][_me] != null) {
|
|
19483
19760
|
contents[_SNT] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SNT][_me]), context);
|
|
19484
19761
|
}
|
|
19485
|
-
if (output[
|
|
19486
|
-
contents[
|
|
19487
|
-
}
|
|
19488
|
-
if (output[_MSTPDI] != null) {
|
|
19489
|
-
contents[_MSTPDI] = (0, import_smithy_client.strictParseInt32)(output[_MSTPDI]);
|
|
19490
|
-
}
|
|
19491
|
-
if (output[_MSTPDIa] != null) {
|
|
19492
|
-
contents[_MSTPDIa] = (0, import_smithy_client.strictParseInt32)(output[_MSTPDIa]);
|
|
19493
|
-
}
|
|
19494
|
-
if (output[_MSTPI] != null) {
|
|
19495
|
-
contents[_MSTPI] = (0, import_smithy_client.strictParseFloat)(output[_MSTPI]);
|
|
19496
|
-
}
|
|
19497
|
-
if (output[_MSTPIa] != null) {
|
|
19498
|
-
contents[_MSTPIa] = (0, import_smithy_client.strictParseFloat)(output[_MSTPIa]);
|
|
19762
|
+
if (output[_SCu] != null) {
|
|
19763
|
+
contents[_SCu] = (0, import_smithy_client.parseBoolean)(output[_SCu]);
|
|
19499
19764
|
}
|
|
19500
19765
|
if (output[_SDLV] != null) {
|
|
19501
19766
|
contents[_SDLV] = (0, import_smithy_client.parseBoolean)(output[_SDLV]);
|
|
@@ -19660,6 +19925,9 @@ var de_PendingModifiedValues = /* @__PURE__ */ __name((output, context) => {
|
|
|
19660
19925
|
if (output[_I] != null) {
|
|
19661
19926
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
19662
19927
|
}
|
|
19928
|
+
if (output[_STto] != null) {
|
|
19929
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
19930
|
+
}
|
|
19663
19931
|
if (output[_DBII] != null) {
|
|
19664
19932
|
contents[_DBII] = (0, import_smithy_client.expectString)(output[_DBII]);
|
|
19665
19933
|
}
|
|
@@ -19680,26 +19948,23 @@ var de_PendingModifiedValues = /* @__PURE__ */ __name((output, context) => {
|
|
|
19680
19948
|
} else if (output[_PF] != null && output[_PF][_PFr] != null) {
|
|
19681
19949
|
contents[_PF] = de_ProcessorFeatureList((0, import_smithy_client.getArrayIfSingleItem)(output[_PF][_PFr]), context);
|
|
19682
19950
|
}
|
|
19683
|
-
if (output[_IAMDAE] != null) {
|
|
19684
|
-
contents[_IAMDAE] = (0, import_smithy_client.parseBoolean)(output[_IAMDAE]);
|
|
19685
|
-
}
|
|
19686
19951
|
if (output[_AM] != null) {
|
|
19687
19952
|
contents[_AM] = (0, import_smithy_client.expectString)(output[_AM]);
|
|
19688
19953
|
}
|
|
19689
19954
|
if (output[_RFAMT] != null) {
|
|
19690
19955
|
contents[_RFAMT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_RFAMT]));
|
|
19691
19956
|
}
|
|
19692
|
-
if (output[
|
|
19693
|
-
contents[
|
|
19957
|
+
if (output[_MT] != null) {
|
|
19958
|
+
contents[_MT] = (0, import_smithy_client.parseBoolean)(output[_MT]);
|
|
19694
19959
|
}
|
|
19695
|
-
if (output[
|
|
19696
|
-
contents[
|
|
19960
|
+
if (output[_IAMDAE] != null) {
|
|
19961
|
+
contents[_IAMDAE] = (0, import_smithy_client.parseBoolean)(output[_IAMDAE]);
|
|
19697
19962
|
}
|
|
19698
19963
|
if (output[_DLV] != null) {
|
|
19699
19964
|
contents[_DLV] = (0, import_smithy_client.parseBoolean)(output[_DLV]);
|
|
19700
19965
|
}
|
|
19701
|
-
if (output[
|
|
19702
|
-
contents[
|
|
19966
|
+
if (output[_E] != null) {
|
|
19967
|
+
contents[_E] = (0, import_smithy_client.expectString)(output[_E]);
|
|
19703
19968
|
}
|
|
19704
19969
|
return contents;
|
|
19705
19970
|
}, "de_PendingModifiedValues");
|
|
@@ -20353,12 +20618,12 @@ var de_StartActivityStreamResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
20353
20618
|
if (output[_Mo] != null) {
|
|
20354
20619
|
contents[_Mo] = (0, import_smithy_client.expectString)(output[_Mo]);
|
|
20355
20620
|
}
|
|
20356
|
-
if (output[_AI] != null) {
|
|
20357
|
-
contents[_AI] = (0, import_smithy_client.parseBoolean)(output[_AI]);
|
|
20358
|
-
}
|
|
20359
20621
|
if (output[_ENAFI] != null) {
|
|
20360
20622
|
contents[_ENAFI] = (0, import_smithy_client.parseBoolean)(output[_ENAFI]);
|
|
20361
20623
|
}
|
|
20624
|
+
if (output[_AI] != null) {
|
|
20625
|
+
contents[_AI] = (0, import_smithy_client.parseBoolean)(output[_AI]);
|
|
20626
|
+
}
|
|
20362
20627
|
return contents;
|
|
20363
20628
|
}, "de_StartActivityStreamResponse");
|
|
20364
20629
|
var de_StartDBClusterResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -20821,9 +21086,6 @@ var de_ValidStorageOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
20821
21086
|
} else if (output[_ITSR] != null && output[_ITSR][_DR] != null) {
|
|
20822
21087
|
contents[_ITSR] = de_DoubleRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ITSR][_DR]), context);
|
|
20823
21088
|
}
|
|
20824
|
-
if (output[_SSA] != null) {
|
|
20825
|
-
contents[_SSA] = (0, import_smithy_client.parseBoolean)(output[_SSA]);
|
|
20826
|
-
}
|
|
20827
21089
|
if (String(output.ProvisionedStorageThroughput).trim() === "") {
|
|
20828
21090
|
contents[_PST] = [];
|
|
20829
21091
|
} else if (output[_PST] != null && output[_PST][_Ra] != null) {
|
|
@@ -20834,6 +21096,9 @@ var de_ValidStorageOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
20834
21096
|
} else if (output[_STTIR] != null && output[_STTIR][_DR] != null) {
|
|
20835
21097
|
contents[_STTIR] = de_DoubleRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_STTIR][_DR]), context);
|
|
20836
21098
|
}
|
|
21099
|
+
if (output[_SSA] != null) {
|
|
21100
|
+
contents[_SSA] = (0, import_smithy_client.parseBoolean)(output[_SSA]);
|
|
21101
|
+
}
|
|
20837
21102
|
return contents;
|
|
20838
21103
|
}, "de_ValidStorageOptions");
|
|
20839
21104
|
var de_ValidStorageOptionsList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -21983,7 +22248,7 @@ var CopyDBClusterSnapshotCommand = class extends import_smithy_client.Command.cl
|
|
|
21983
22248
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21984
22249
|
(0, import_middleware_sdk_rds.getCrossRegionPresignedUrlPlugin)(config)
|
|
21985
22250
|
];
|
|
21986
|
-
}).s("AmazonRDSv19", "CopyDBClusterSnapshot", {}).n("RDSClient", "CopyDBClusterSnapshotCommand").f(
|
|
22251
|
+
}).s("AmazonRDSv19", "CopyDBClusterSnapshot", {}).n("RDSClient", "CopyDBClusterSnapshotCommand").f(CopyDBClusterSnapshotMessageFilterSensitiveLog, void 0).ser(se_CopyDBClusterSnapshotCommand).de(de_CopyDBClusterSnapshotCommand).build() {
|
|
21987
22252
|
static {
|
|
21988
22253
|
__name(this, "CopyDBClusterSnapshotCommand");
|
|
21989
22254
|
}
|
|
@@ -22015,7 +22280,7 @@ var CopyDBSnapshotCommand = class extends import_smithy_client.Command.classBuil
|
|
|
22015
22280
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22016
22281
|
(0, import_middleware_sdk_rds.getCrossRegionPresignedUrlPlugin)(config)
|
|
22017
22282
|
];
|
|
22018
|
-
}).s("AmazonRDSv19", "CopyDBSnapshot", {}).n("RDSClient", "CopyDBSnapshotCommand").f(
|
|
22283
|
+
}).s("AmazonRDSv19", "CopyDBSnapshot", {}).n("RDSClient", "CopyDBSnapshotCommand").f(CopyDBSnapshotMessageFilterSensitiveLog, void 0).ser(se_CopyDBSnapshotCommand).de(de_CopyDBSnapshotCommand).build() {
|
|
22019
22284
|
static {
|
|
22020
22285
|
__name(this, "CopyDBSnapshotCommand");
|
|
22021
22286
|
}
|
|
@@ -22030,7 +22295,7 @@ var CopyOptionGroupCommand = class extends import_smithy_client.Command.classBui
|
|
|
22030
22295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22031
22296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22032
22297
|
];
|
|
22033
|
-
}).s("AmazonRDSv19", "CopyOptionGroup", {}).n("RDSClient", "CopyOptionGroupCommand").f(void 0,
|
|
22298
|
+
}).s("AmazonRDSv19", "CopyOptionGroup", {}).n("RDSClient", "CopyOptionGroupCommand").f(void 0, CopyOptionGroupResultFilterSensitiveLog).ser(se_CopyOptionGroupCommand).de(de_CopyOptionGroupCommand).build() {
|
|
22034
22299
|
static {
|
|
22035
22300
|
__name(this, "CopyOptionGroupCommand");
|
|
22036
22301
|
}
|
|
@@ -22077,7 +22342,7 @@ var CreateDBClusterCommand = class extends import_smithy_client.Command.classBui
|
|
|
22077
22342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22078
22343
|
(0, import_middleware_sdk_rds.getCrossRegionPresignedUrlPlugin)(config)
|
|
22079
22344
|
];
|
|
22080
|
-
}).s("AmazonRDSv19", "CreateDBCluster", {}).n("RDSClient", "CreateDBClusterCommand").f(
|
|
22345
|
+
}).s("AmazonRDSv19", "CreateDBCluster", {}).n("RDSClient", "CreateDBClusterCommand").f(CreateDBClusterMessageFilterSensitiveLog, CreateDBClusterResultFilterSensitiveLog).ser(se_CreateDBClusterCommand).de(de_CreateDBClusterCommand).build() {
|
|
22081
22346
|
static {
|
|
22082
22347
|
__name(this, "CreateDBClusterCommand");
|
|
22083
22348
|
}
|
|
@@ -22137,7 +22402,7 @@ var CreateDBInstanceCommand = class extends import_smithy_client.Command.classBu
|
|
|
22137
22402
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22138
22403
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22139
22404
|
];
|
|
22140
|
-
}).s("AmazonRDSv19", "CreateDBInstance", {}).n("RDSClient", "CreateDBInstanceCommand").f(
|
|
22405
|
+
}).s("AmazonRDSv19", "CreateDBInstance", {}).n("RDSClient", "CreateDBInstanceCommand").f(CreateDBInstanceMessageFilterSensitiveLog, CreateDBInstanceResultFilterSensitiveLog).ser(se_CreateDBInstanceCommand).de(de_CreateDBInstanceCommand).build() {
|
|
22141
22406
|
static {
|
|
22142
22407
|
__name(this, "CreateDBInstanceCommand");
|
|
22143
22408
|
}
|
|
@@ -22154,7 +22419,7 @@ var CreateDBInstanceReadReplicaCommand = class extends import_smithy_client.Comm
|
|
|
22154
22419
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22155
22420
|
(0, import_middleware_sdk_rds.getCrossRegionPresignedUrlPlugin)(config)
|
|
22156
22421
|
];
|
|
22157
|
-
}).s("AmazonRDSv19", "CreateDBInstanceReadReplica", {}).n("RDSClient", "CreateDBInstanceReadReplicaCommand").f(
|
|
22422
|
+
}).s("AmazonRDSv19", "CreateDBInstanceReadReplica", {}).n("RDSClient", "CreateDBInstanceReadReplicaCommand").f(CreateDBInstanceReadReplicaMessageFilterSensitiveLog, CreateDBInstanceReadReplicaResultFilterSensitiveLog).ser(se_CreateDBInstanceReadReplicaCommand).de(de_CreateDBInstanceReadReplicaCommand).build() {
|
|
22158
22423
|
static {
|
|
22159
22424
|
__name(this, "CreateDBInstanceReadReplicaCommand");
|
|
22160
22425
|
}
|
|
@@ -22319,7 +22584,7 @@ var CreateOptionGroupCommand = class extends import_smithy_client.Command.classB
|
|
|
22319
22584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22320
22585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22321
22586
|
];
|
|
22322
|
-
}).s("AmazonRDSv19", "CreateOptionGroup", {}).n("RDSClient", "CreateOptionGroupCommand").f(void 0,
|
|
22587
|
+
}).s("AmazonRDSv19", "CreateOptionGroup", {}).n("RDSClient", "CreateOptionGroupCommand").f(void 0, CreateOptionGroupResultFilterSensitiveLog).ser(se_CreateOptionGroupCommand).de(de_CreateOptionGroupCommand).build() {
|
|
22323
22588
|
static {
|
|
22324
22589
|
__name(this, "CreateOptionGroupCommand");
|
|
22325
22590
|
}
|
|
@@ -22394,7 +22659,7 @@ var DeleteDBClusterCommand = class extends import_smithy_client.Command.classBui
|
|
|
22394
22659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22395
22660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22396
22661
|
];
|
|
22397
|
-
}).s("AmazonRDSv19", "DeleteDBCluster", {}).n("RDSClient", "DeleteDBClusterCommand").f(void 0,
|
|
22662
|
+
}).s("AmazonRDSv19", "DeleteDBCluster", {}).n("RDSClient", "DeleteDBClusterCommand").f(void 0, DeleteDBClusterResultFilterSensitiveLog).ser(se_DeleteDBClusterCommand).de(de_DeleteDBClusterCommand).build() {
|
|
22398
22663
|
static {
|
|
22399
22664
|
__name(this, "DeleteDBClusterCommand");
|
|
22400
22665
|
}
|
|
@@ -22469,7 +22734,7 @@ var DeleteDBInstanceCommand = class extends import_smithy_client.Command.classBu
|
|
|
22469
22734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22470
22735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22471
22736
|
];
|
|
22472
|
-
}).s("AmazonRDSv19", "DeleteDBInstance", {}).n("RDSClient", "DeleteDBInstanceCommand").f(void 0,
|
|
22737
|
+
}).s("AmazonRDSv19", "DeleteDBInstance", {}).n("RDSClient", "DeleteDBInstanceCommand").f(void 0, DeleteDBInstanceResultFilterSensitiveLog).ser(se_DeleteDBInstanceCommand).de(de_DeleteDBInstanceCommand).build() {
|
|
22473
22738
|
static {
|
|
22474
22739
|
__name(this, "DeleteDBInstanceCommand");
|
|
22475
22740
|
}
|
|
@@ -22799,7 +23064,7 @@ var DescribeDBClustersCommand = class extends import_smithy_client.Command.class
|
|
|
22799
23064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22800
23065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22801
23066
|
];
|
|
22802
|
-
}).s("AmazonRDSv19", "DescribeDBClusters", {}).n("RDSClient", "DescribeDBClustersCommand").f(void 0,
|
|
23067
|
+
}).s("AmazonRDSv19", "DescribeDBClusters", {}).n("RDSClient", "DescribeDBClustersCommand").f(void 0, DBClusterMessageFilterSensitiveLog).ser(se_DescribeDBClustersCommand).de(de_DescribeDBClustersCommand).build() {
|
|
22803
23068
|
static {
|
|
22804
23069
|
__name(this, "DescribeDBClustersCommand");
|
|
22805
23070
|
}
|
|
@@ -22874,7 +23139,7 @@ var DescribeDBInstancesCommand = class extends import_smithy_client.Command.clas
|
|
|
22874
23139
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22875
23140
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
22876
23141
|
];
|
|
22877
|
-
}).s("AmazonRDSv19", "DescribeDBInstances", {}).n("RDSClient", "DescribeDBInstancesCommand").f(void 0,
|
|
23142
|
+
}).s("AmazonRDSv19", "DescribeDBInstances", {}).n("RDSClient", "DescribeDBInstancesCommand").f(void 0, DBInstanceMessageFilterSensitiveLog).ser(se_DescribeDBInstancesCommand).de(de_DescribeDBInstancesCommand).build() {
|
|
22878
23143
|
static {
|
|
22879
23144
|
__name(this, "DescribeDBInstancesCommand");
|
|
22880
23145
|
}
|
|
@@ -23249,7 +23514,7 @@ var DescribeOptionGroupsCommand = class extends import_smithy_client.Command.cla
|
|
|
23249
23514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23250
23515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23251
23516
|
];
|
|
23252
|
-
}).s("AmazonRDSv19", "DescribeOptionGroups", {}).n("RDSClient", "DescribeOptionGroupsCommand").f(void 0,
|
|
23517
|
+
}).s("AmazonRDSv19", "DescribeOptionGroups", {}).n("RDSClient", "DescribeOptionGroupsCommand").f(void 0, OptionGroupsFilterSensitiveLog).ser(se_DescribeOptionGroupsCommand).de(de_DescribeOptionGroupsCommand).build() {
|
|
23253
23518
|
static {
|
|
23254
23519
|
__name(this, "DescribeOptionGroupsCommand");
|
|
23255
23520
|
}
|
|
@@ -23384,7 +23649,7 @@ var DownloadDBLogFilePortionCommand = class extends import_smithy_client.Command
|
|
|
23384
23649
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23385
23650
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23386
23651
|
];
|
|
23387
|
-
}).s("AmazonRDSv19", "DownloadDBLogFilePortion", {}).n("RDSClient", "DownloadDBLogFilePortionCommand").f(void 0,
|
|
23652
|
+
}).s("AmazonRDSv19", "DownloadDBLogFilePortion", {}).n("RDSClient", "DownloadDBLogFilePortionCommand").f(void 0, DownloadDBLogFilePortionDetailsFilterSensitiveLog).ser(se_DownloadDBLogFilePortionCommand).de(de_DownloadDBLogFilePortionCommand).build() {
|
|
23388
23653
|
static {
|
|
23389
23654
|
__name(this, "DownloadDBLogFilePortionCommand");
|
|
23390
23655
|
}
|
|
@@ -23414,7 +23679,7 @@ var FailoverDBClusterCommand = class extends import_smithy_client.Command.classB
|
|
|
23414
23679
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23415
23680
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23416
23681
|
];
|
|
23417
|
-
}).s("AmazonRDSv19", "FailoverDBCluster", {}).n("RDSClient", "FailoverDBClusterCommand").f(void 0,
|
|
23682
|
+
}).s("AmazonRDSv19", "FailoverDBCluster", {}).n("RDSClient", "FailoverDBClusterCommand").f(void 0, FailoverDBClusterResultFilterSensitiveLog).ser(se_FailoverDBClusterCommand).de(de_FailoverDBClusterCommand).build() {
|
|
23418
23683
|
static {
|
|
23419
23684
|
__name(this, "FailoverDBClusterCommand");
|
|
23420
23685
|
}
|
|
@@ -23519,7 +23784,7 @@ var ModifyDBClusterCommand = class extends import_smithy_client.Command.classBui
|
|
|
23519
23784
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23520
23785
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23521
23786
|
];
|
|
23522
|
-
}).s("AmazonRDSv19", "ModifyDBCluster", {}).n("RDSClient", "ModifyDBClusterCommand").f(
|
|
23787
|
+
}).s("AmazonRDSv19", "ModifyDBCluster", {}).n("RDSClient", "ModifyDBClusterCommand").f(ModifyDBClusterMessageFilterSensitiveLog, ModifyDBClusterResultFilterSensitiveLog).ser(se_ModifyDBClusterCommand).de(de_ModifyDBClusterCommand).build() {
|
|
23523
23788
|
static {
|
|
23524
23789
|
__name(this, "ModifyDBClusterCommand");
|
|
23525
23790
|
}
|
|
@@ -23579,7 +23844,7 @@ var ModifyDBInstanceCommand = class extends import_smithy_client.Command.classBu
|
|
|
23579
23844
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23580
23845
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23581
23846
|
];
|
|
23582
|
-
}).s("AmazonRDSv19", "ModifyDBInstance", {}).n("RDSClient", "ModifyDBInstanceCommand").f(
|
|
23847
|
+
}).s("AmazonRDSv19", "ModifyDBInstance", {}).n("RDSClient", "ModifyDBInstanceCommand").f(ModifyDBInstanceMessageFilterSensitiveLog, ModifyDBInstanceResultFilterSensitiveLog).ser(se_ModifyDBInstanceCommand).de(de_ModifyDBInstanceCommand).build() {
|
|
23583
23848
|
static {
|
|
23584
23849
|
__name(this, "ModifyDBInstanceCommand");
|
|
23585
23850
|
}
|
|
@@ -23774,7 +24039,7 @@ var ModifyOptionGroupCommand = class extends import_smithy_client.Command.classB
|
|
|
23774
24039
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23775
24040
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23776
24041
|
];
|
|
23777
|
-
}).s("AmazonRDSv19", "ModifyOptionGroup", {}).n("RDSClient", "ModifyOptionGroupCommand").f(
|
|
24042
|
+
}).s("AmazonRDSv19", "ModifyOptionGroup", {}).n("RDSClient", "ModifyOptionGroupCommand").f(ModifyOptionGroupMessageFilterSensitiveLog, ModifyOptionGroupResultFilterSensitiveLog).ser(se_ModifyOptionGroupCommand).de(de_ModifyOptionGroupCommand).build() {
|
|
23778
24043
|
static {
|
|
23779
24044
|
__name(this, "ModifyOptionGroupCommand");
|
|
23780
24045
|
}
|
|
@@ -23804,7 +24069,7 @@ var PromoteReadReplicaCommand = class extends import_smithy_client.Command.class
|
|
|
23804
24069
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23805
24070
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23806
24071
|
];
|
|
23807
|
-
}).s("AmazonRDSv19", "PromoteReadReplica", {}).n("RDSClient", "PromoteReadReplicaCommand").f(void 0,
|
|
24072
|
+
}).s("AmazonRDSv19", "PromoteReadReplica", {}).n("RDSClient", "PromoteReadReplicaCommand").f(void 0, PromoteReadReplicaResultFilterSensitiveLog).ser(se_PromoteReadReplicaCommand).de(de_PromoteReadReplicaCommand).build() {
|
|
23808
24073
|
static {
|
|
23809
24074
|
__name(this, "PromoteReadReplicaCommand");
|
|
23810
24075
|
}
|
|
@@ -23819,7 +24084,7 @@ var PromoteReadReplicaDBClusterCommand = class extends import_smithy_client.Comm
|
|
|
23819
24084
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23820
24085
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23821
24086
|
];
|
|
23822
|
-
}).s("AmazonRDSv19", "PromoteReadReplicaDBCluster", {}).n("RDSClient", "PromoteReadReplicaDBClusterCommand").f(void 0,
|
|
24087
|
+
}).s("AmazonRDSv19", "PromoteReadReplicaDBCluster", {}).n("RDSClient", "PromoteReadReplicaDBClusterCommand").f(void 0, PromoteReadReplicaDBClusterResultFilterSensitiveLog).ser(se_PromoteReadReplicaDBClusterCommand).de(de_PromoteReadReplicaDBClusterCommand).build() {
|
|
23823
24088
|
static {
|
|
23824
24089
|
__name(this, "PromoteReadReplicaDBClusterCommand");
|
|
23825
24090
|
}
|
|
@@ -23849,7 +24114,7 @@ var RebootDBClusterCommand = class extends import_smithy_client.Command.classBui
|
|
|
23849
24114
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23850
24115
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23851
24116
|
];
|
|
23852
|
-
}).s("AmazonRDSv19", "RebootDBCluster", {}).n("RDSClient", "RebootDBClusterCommand").f(void 0,
|
|
24117
|
+
}).s("AmazonRDSv19", "RebootDBCluster", {}).n("RDSClient", "RebootDBClusterCommand").f(void 0, RebootDBClusterResultFilterSensitiveLog).ser(se_RebootDBClusterCommand).de(de_RebootDBClusterCommand).build() {
|
|
23853
24118
|
static {
|
|
23854
24119
|
__name(this, "RebootDBClusterCommand");
|
|
23855
24120
|
}
|
|
@@ -23864,7 +24129,7 @@ var RebootDBInstanceCommand = class extends import_smithy_client.Command.classBu
|
|
|
23864
24129
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23865
24130
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
23866
24131
|
];
|
|
23867
|
-
}).s("AmazonRDSv19", "RebootDBInstance", {}).n("RDSClient", "RebootDBInstanceCommand").f(void 0,
|
|
24132
|
+
}).s("AmazonRDSv19", "RebootDBInstance", {}).n("RDSClient", "RebootDBInstanceCommand").f(void 0, RebootDBInstanceResultFilterSensitiveLog).ser(se_RebootDBInstanceCommand).de(de_RebootDBInstanceCommand).build() {
|
|
23868
24133
|
static {
|
|
23869
24134
|
__name(this, "RebootDBInstanceCommand");
|
|
23870
24135
|
}
|
|
@@ -24014,7 +24279,7 @@ var RestoreDBClusterFromS3Command = class extends import_smithy_client.Command.c
|
|
|
24014
24279
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24015
24280
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24016
24281
|
];
|
|
24017
|
-
}).s("AmazonRDSv19", "RestoreDBClusterFromS3", {}).n("RDSClient", "RestoreDBClusterFromS3Command").f(
|
|
24282
|
+
}).s("AmazonRDSv19", "RestoreDBClusterFromS3", {}).n("RDSClient", "RestoreDBClusterFromS3Command").f(RestoreDBClusterFromS3MessageFilterSensitiveLog, RestoreDBClusterFromS3ResultFilterSensitiveLog).ser(se_RestoreDBClusterFromS3Command).de(de_RestoreDBClusterFromS3Command).build() {
|
|
24018
24283
|
static {
|
|
24019
24284
|
__name(this, "RestoreDBClusterFromS3Command");
|
|
24020
24285
|
}
|
|
@@ -24029,7 +24294,7 @@ var RestoreDBClusterFromSnapshotCommand = class extends import_smithy_client.Com
|
|
|
24029
24294
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24030
24295
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24031
24296
|
];
|
|
24032
|
-
}).s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {}).n("RDSClient", "RestoreDBClusterFromSnapshotCommand").f(void 0,
|
|
24297
|
+
}).s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {}).n("RDSClient", "RestoreDBClusterFromSnapshotCommand").f(void 0, RestoreDBClusterFromSnapshotResultFilterSensitiveLog).ser(se_RestoreDBClusterFromSnapshotCommand).de(de_RestoreDBClusterFromSnapshotCommand).build() {
|
|
24033
24298
|
static {
|
|
24034
24299
|
__name(this, "RestoreDBClusterFromSnapshotCommand");
|
|
24035
24300
|
}
|
|
@@ -24044,7 +24309,7 @@ var RestoreDBClusterToPointInTimeCommand = class extends import_smithy_client.Co
|
|
|
24044
24309
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24045
24310
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24046
24311
|
];
|
|
24047
|
-
}).s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {}).n("RDSClient", "RestoreDBClusterToPointInTimeCommand").f(void 0,
|
|
24312
|
+
}).s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {}).n("RDSClient", "RestoreDBClusterToPointInTimeCommand").f(void 0, RestoreDBClusterToPointInTimeResultFilterSensitiveLog).ser(se_RestoreDBClusterToPointInTimeCommand).de(de_RestoreDBClusterToPointInTimeCommand).build() {
|
|
24048
24313
|
static {
|
|
24049
24314
|
__name(this, "RestoreDBClusterToPointInTimeCommand");
|
|
24050
24315
|
}
|
|
@@ -24059,7 +24324,7 @@ var RestoreDBInstanceFromDBSnapshotCommand = class extends import_smithy_client.
|
|
|
24059
24324
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24060
24325
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24061
24326
|
];
|
|
24062
|
-
}).s("AmazonRDSv19", "RestoreDBInstanceFromDBSnapshot", {}).n("RDSClient", "RestoreDBInstanceFromDBSnapshotCommand").f(
|
|
24327
|
+
}).s("AmazonRDSv19", "RestoreDBInstanceFromDBSnapshot", {}).n("RDSClient", "RestoreDBInstanceFromDBSnapshotCommand").f(RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog, RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog).ser(se_RestoreDBInstanceFromDBSnapshotCommand).de(de_RestoreDBInstanceFromDBSnapshotCommand).build() {
|
|
24063
24328
|
static {
|
|
24064
24329
|
__name(this, "RestoreDBInstanceFromDBSnapshotCommand");
|
|
24065
24330
|
}
|
|
@@ -24074,7 +24339,7 @@ var RestoreDBInstanceFromS3Command = class extends import_smithy_client.Command.
|
|
|
24074
24339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24075
24340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24076
24341
|
];
|
|
24077
|
-
}).s("AmazonRDSv19", "RestoreDBInstanceFromS3", {}).n("RDSClient", "RestoreDBInstanceFromS3Command").f(
|
|
24342
|
+
}).s("AmazonRDSv19", "RestoreDBInstanceFromS3", {}).n("RDSClient", "RestoreDBInstanceFromS3Command").f(RestoreDBInstanceFromS3MessageFilterSensitiveLog, RestoreDBInstanceFromS3ResultFilterSensitiveLog).ser(se_RestoreDBInstanceFromS3Command).de(de_RestoreDBInstanceFromS3Command).build() {
|
|
24078
24343
|
static {
|
|
24079
24344
|
__name(this, "RestoreDBInstanceFromS3Command");
|
|
24080
24345
|
}
|
|
@@ -24089,7 +24354,7 @@ var RestoreDBInstanceToPointInTimeCommand = class extends import_smithy_client.C
|
|
|
24089
24354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24090
24355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24091
24356
|
];
|
|
24092
|
-
}).s("AmazonRDSv19", "RestoreDBInstanceToPointInTime", {}).n("RDSClient", "RestoreDBInstanceToPointInTimeCommand").f(
|
|
24357
|
+
}).s("AmazonRDSv19", "RestoreDBInstanceToPointInTime", {}).n("RDSClient", "RestoreDBInstanceToPointInTimeCommand").f(RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog, RestoreDBInstanceToPointInTimeResultFilterSensitiveLog).ser(se_RestoreDBInstanceToPointInTimeCommand).de(de_RestoreDBInstanceToPointInTimeCommand).build() {
|
|
24093
24358
|
static {
|
|
24094
24359
|
__name(this, "RestoreDBInstanceToPointInTimeCommand");
|
|
24095
24360
|
}
|
|
@@ -24134,7 +24399,7 @@ var StartDBClusterCommand = class extends import_smithy_client.Command.classBuil
|
|
|
24134
24399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24135
24400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24136
24401
|
];
|
|
24137
|
-
}).s("AmazonRDSv19", "StartDBCluster", {}).n("RDSClient", "StartDBClusterCommand").f(void 0,
|
|
24402
|
+
}).s("AmazonRDSv19", "StartDBCluster", {}).n("RDSClient", "StartDBClusterCommand").f(void 0, StartDBClusterResultFilterSensitiveLog).ser(se_StartDBClusterCommand).de(de_StartDBClusterCommand).build() {
|
|
24138
24403
|
static {
|
|
24139
24404
|
__name(this, "StartDBClusterCommand");
|
|
24140
24405
|
}
|
|
@@ -24151,7 +24416,7 @@ var StartDBInstanceAutomatedBackupsReplicationCommand = class extends import_smi
|
|
|
24151
24416
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
24152
24417
|
(0, import_middleware_sdk_rds.getCrossRegionPresignedUrlPlugin)(config)
|
|
24153
24418
|
];
|
|
24154
|
-
}).s("AmazonRDSv19", "StartDBInstanceAutomatedBackupsReplication", {}).n("RDSClient", "StartDBInstanceAutomatedBackupsReplicationCommand").f(
|
|
24419
|
+
}).s("AmazonRDSv19", "StartDBInstanceAutomatedBackupsReplication", {}).n("RDSClient", "StartDBInstanceAutomatedBackupsReplicationCommand").f(StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog, void 0).ser(se_StartDBInstanceAutomatedBackupsReplicationCommand).de(de_StartDBInstanceAutomatedBackupsReplicationCommand).build() {
|
|
24155
24420
|
static {
|
|
24156
24421
|
__name(this, "StartDBInstanceAutomatedBackupsReplicationCommand");
|
|
24157
24422
|
}
|
|
@@ -24166,7 +24431,7 @@ var StartDBInstanceCommand = class extends import_smithy_client.Command.classBui
|
|
|
24166
24431
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24167
24432
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24168
24433
|
];
|
|
24169
|
-
}).s("AmazonRDSv19", "StartDBInstance", {}).n("RDSClient", "StartDBInstanceCommand").f(void 0,
|
|
24434
|
+
}).s("AmazonRDSv19", "StartDBInstance", {}).n("RDSClient", "StartDBInstanceCommand").f(void 0, StartDBInstanceResultFilterSensitiveLog).ser(se_StartDBInstanceCommand).de(de_StartDBInstanceCommand).build() {
|
|
24170
24435
|
static {
|
|
24171
24436
|
__name(this, "StartDBInstanceCommand");
|
|
24172
24437
|
}
|
|
@@ -24211,7 +24476,7 @@ var StopDBClusterCommand = class extends import_smithy_client.Command.classBuild
|
|
|
24211
24476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24212
24477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24213
24478
|
];
|
|
24214
|
-
}).s("AmazonRDSv19", "StopDBCluster", {}).n("RDSClient", "StopDBClusterCommand").f(void 0,
|
|
24479
|
+
}).s("AmazonRDSv19", "StopDBCluster", {}).n("RDSClient", "StopDBClusterCommand").f(void 0, StopDBClusterResultFilterSensitiveLog).ser(se_StopDBClusterCommand).de(de_StopDBClusterCommand).build() {
|
|
24215
24480
|
static {
|
|
24216
24481
|
__name(this, "StopDBClusterCommand");
|
|
24217
24482
|
}
|
|
@@ -24241,7 +24506,7 @@ var StopDBInstanceCommand = class extends import_smithy_client.Command.classBuil
|
|
|
24241
24506
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24242
24507
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24243
24508
|
];
|
|
24244
|
-
}).s("AmazonRDSv19", "StopDBInstance", {}).n("RDSClient", "StopDBInstanceCommand").f(void 0,
|
|
24509
|
+
}).s("AmazonRDSv19", "StopDBInstance", {}).n("RDSClient", "StopDBInstanceCommand").f(void 0, StopDBInstanceResultFilterSensitiveLog).ser(se_StopDBInstanceCommand).de(de_StopDBInstanceCommand).build() {
|
|
24245
24510
|
static {
|
|
24246
24511
|
__name(this, "StopDBInstanceCommand");
|
|
24247
24512
|
}
|
|
@@ -24286,7 +24551,7 @@ var SwitchoverReadReplicaCommand = class extends import_smithy_client.Command.cl
|
|
|
24286
24551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
24287
24552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
24288
24553
|
];
|
|
24289
|
-
}).s("AmazonRDSv19", "SwitchoverReadReplica", {}).n("RDSClient", "SwitchoverReadReplicaCommand").f(void 0,
|
|
24554
|
+
}).s("AmazonRDSv19", "SwitchoverReadReplica", {}).n("RDSClient", "SwitchoverReadReplicaCommand").f(void 0, SwitchoverReadReplicaResultFilterSensitiveLog).ser(se_SwitchoverReadReplicaCommand).de(de_SwitchoverReadReplicaCommand).build() {
|
|
24290
24555
|
static {
|
|
24291
24556
|
__name(this, "SwitchoverReadReplicaCommand");
|
|
24292
24557
|
}
|
|
@@ -25819,11 +26084,14 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25819
26084
|
SourceNotFoundFault,
|
|
25820
26085
|
SubscriptionNotFoundFault,
|
|
25821
26086
|
BlueGreenDeploymentNotFoundFault,
|
|
26087
|
+
DBProxyEndpointNotFoundFault,
|
|
25822
26088
|
DBProxyNotFoundFault,
|
|
25823
26089
|
DBProxyTargetGroupNotFoundFault,
|
|
26090
|
+
DBShardGroupNotFoundFault,
|
|
25824
26091
|
DBSnapshotNotFoundFault,
|
|
25825
26092
|
DBSnapshotTenantDatabaseNotFoundFault,
|
|
25826
26093
|
IntegrationNotFoundFault,
|
|
26094
|
+
InvalidDBClusterEndpointStateFault,
|
|
25827
26095
|
TenantDatabaseNotFoundFault,
|
|
25828
26096
|
ResourceNotFoundFault,
|
|
25829
26097
|
AuthorizationAlreadyExistsFault,
|
|
@@ -25853,10 +26121,13 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25853
26121
|
InstanceQuotaExceededFault,
|
|
25854
26122
|
SourceClusterNotSupportedFault,
|
|
25855
26123
|
SourceDatabaseNotSupportedFault,
|
|
26124
|
+
StorageQuotaExceededFault,
|
|
25856
26125
|
CreateCustomDBEngineVersionFault,
|
|
25857
26126
|
CustomDBEngineVersionAlreadyExistsFault,
|
|
26127
|
+
CustomDBEngineVersionNotFoundFault,
|
|
25858
26128
|
CustomDBEngineVersionQuotaExceededFault,
|
|
25859
26129
|
Ec2ImagePropertiesNotSupportedFault,
|
|
26130
|
+
InvalidCustomDBEngineVersionStateFault,
|
|
25860
26131
|
ClusterScalabilityType,
|
|
25861
26132
|
DatabaseInsightsMode,
|
|
25862
26133
|
MasterUserAuthenticationType,
|
|
@@ -25876,7 +26147,8 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25876
26147
|
InvalidGlobalClusterStateFault,
|
|
25877
26148
|
InvalidSubnet,
|
|
25878
26149
|
InvalidVPCNetworkStateFault,
|
|
25879
|
-
|
|
26150
|
+
NetworkTypeNotSupported,
|
|
26151
|
+
StorageTypeNotSupportedFault,
|
|
25880
26152
|
DBClusterEndpointAlreadyExistsFault,
|
|
25881
26153
|
DBClusterEndpointQuotaExceededFault,
|
|
25882
26154
|
AuthorizationNotFoundFault,
|
|
@@ -25884,9 +26156,7 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25884
26156
|
CertificateNotFoundFault,
|
|
25885
26157
|
AutomationMode,
|
|
25886
26158
|
DBInstanceAlreadyExistsFault,
|
|
25887
|
-
NetworkTypeNotSupported,
|
|
25888
26159
|
ProvisionedIopsNotAvailableInAZFault,
|
|
25889
|
-
StorageTypeNotSupportedFault,
|
|
25890
26160
|
TenantDatabaseQuotaExceededFault,
|
|
25891
26161
|
DBSubnetGroupNotAllowedFault,
|
|
25892
26162
|
AuthScheme,
|
|
@@ -25923,33 +26193,47 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25923
26193
|
GlobalClusterMemberSynchronizationStatus,
|
|
25924
26194
|
GlobalClusterAlreadyExistsFault,
|
|
25925
26195
|
GlobalClusterQuotaExceededFault,
|
|
26196
|
+
InvalidDBShardGroupStateFault,
|
|
25926
26197
|
IntegrationStatus,
|
|
25927
26198
|
IntegrationAlreadyExistsFault,
|
|
25928
26199
|
IntegrationConflictOperationFault,
|
|
25929
26200
|
IntegrationQuotaExceededFault,
|
|
25930
26201
|
TenantDatabaseAlreadyExistsFault,
|
|
25931
26202
|
InvalidBlueGreenDeploymentStateFault,
|
|
25932
|
-
CustomDBEngineVersionNotFoundFault,
|
|
25933
|
-
InvalidCustomDBEngineVersionStateFault,
|
|
25934
26203
|
DBClusterAutomatedBackupQuotaExceededFault,
|
|
25935
26204
|
DBClusterAutomatedBackupNotFoundFault,
|
|
25936
26205
|
InvalidDBClusterAutomatedBackupStateFault,
|
|
25937
26206
|
DBClusterEndpointNotFoundFault,
|
|
25938
|
-
InvalidDBClusterEndpointStateFault,
|
|
25939
26207
|
InvalidDBParameterGroupStateFault,
|
|
25940
26208
|
DBInstanceAutomatedBackupQuotaExceededFault,
|
|
25941
26209
|
DBInstanceAutomatedBackupNotFoundFault,
|
|
25942
26210
|
InvalidDBInstanceAutomatedBackupStateFault,
|
|
25943
|
-
DBProxyEndpointNotFoundFault,
|
|
25944
26211
|
InvalidDBProxyEndpointStateFault,
|
|
25945
|
-
DBShardGroupNotFoundFault,
|
|
25946
|
-
InvalidDBShardGroupStateFault,
|
|
25947
26212
|
InvalidDBSubnetStateFault,
|
|
25948
26213
|
InvalidEventSubscriptionStateFault,
|
|
26214
|
+
CopyDBClusterSnapshotMessageFilterSensitiveLog,
|
|
26215
|
+
CopyDBSnapshotMessageFilterSensitiveLog,
|
|
26216
|
+
OptionSettingFilterSensitiveLog,
|
|
26217
|
+
OptionFilterSensitiveLog,
|
|
26218
|
+
OptionGroupFilterSensitiveLog,
|
|
26219
|
+
CopyOptionGroupResultFilterSensitiveLog,
|
|
26220
|
+
CreateDBClusterMessageFilterSensitiveLog,
|
|
26221
|
+
ClusterPendingModifiedValuesFilterSensitiveLog,
|
|
26222
|
+
DBClusterFilterSensitiveLog,
|
|
26223
|
+
CreateDBClusterResultFilterSensitiveLog,
|
|
26224
|
+
CreateDBInstanceMessageFilterSensitiveLog,
|
|
26225
|
+
PendingModifiedValuesFilterSensitiveLog,
|
|
26226
|
+
DBInstanceFilterSensitiveLog,
|
|
26227
|
+
CreateDBInstanceResultFilterSensitiveLog,
|
|
26228
|
+
CreateDBInstanceReadReplicaMessageFilterSensitiveLog,
|
|
26229
|
+
CreateDBInstanceReadReplicaResultFilterSensitiveLog,
|
|
26230
|
+
CreateOptionGroupResultFilterSensitiveLog,
|
|
25949
26231
|
CreateTenantDatabaseMessageFilterSensitiveLog,
|
|
25950
26232
|
TenantDatabasePendingModifiedValuesFilterSensitiveLog,
|
|
25951
26233
|
TenantDatabaseFilterSensitiveLog,
|
|
25952
26234
|
CreateTenantDatabaseResultFilterSensitiveLog,
|
|
26235
|
+
DeleteDBClusterResultFilterSensitiveLog,
|
|
26236
|
+
DeleteDBInstanceResultFilterSensitiveLog,
|
|
25953
26237
|
InvalidIntegrationStateFault,
|
|
25954
26238
|
InvalidOptionGroupStateFault,
|
|
25955
26239
|
DBProxyTargetNotFoundFault,
|
|
@@ -25989,8 +26273,40 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25989
26273
|
InvalidExportOnlyFault,
|
|
25990
26274
|
InvalidExportSourceStateFault,
|
|
25991
26275
|
DeleteTenantDatabaseResultFilterSensitiveLog,
|
|
26276
|
+
DBClusterMessageFilterSensitiveLog,
|
|
26277
|
+
DBInstanceMessageFilterSensitiveLog,
|
|
26278
|
+
OptionGroupsFilterSensitiveLog,
|
|
25992
26279
|
TenantDatabasesMessageFilterSensitiveLog,
|
|
26280
|
+
DownloadDBLogFilePortionDetailsFilterSensitiveLog,
|
|
26281
|
+
FailoverDBClusterResultFilterSensitiveLog,
|
|
26282
|
+
ModifyDBClusterMessageFilterSensitiveLog,
|
|
26283
|
+
ModifyDBClusterResultFilterSensitiveLog,
|
|
26284
|
+
ModifyDBInstanceMessageFilterSensitiveLog,
|
|
26285
|
+
ModifyDBInstanceResultFilterSensitiveLog,
|
|
26286
|
+
OptionConfigurationFilterSensitiveLog,
|
|
26287
|
+
ModifyOptionGroupMessageFilterSensitiveLog,
|
|
26288
|
+
ModifyOptionGroupResultFilterSensitiveLog,
|
|
25993
26289
|
ModifyTenantDatabaseMessageFilterSensitiveLog,
|
|
25994
|
-
ModifyTenantDatabaseResultFilterSensitiveLog
|
|
26290
|
+
ModifyTenantDatabaseResultFilterSensitiveLog,
|
|
26291
|
+
PromoteReadReplicaResultFilterSensitiveLog,
|
|
26292
|
+
PromoteReadReplicaDBClusterResultFilterSensitiveLog,
|
|
26293
|
+
RebootDBClusterResultFilterSensitiveLog,
|
|
26294
|
+
RebootDBInstanceResultFilterSensitiveLog,
|
|
26295
|
+
RestoreDBClusterFromS3MessageFilterSensitiveLog,
|
|
26296
|
+
RestoreDBClusterFromS3ResultFilterSensitiveLog,
|
|
26297
|
+
RestoreDBClusterFromSnapshotResultFilterSensitiveLog,
|
|
26298
|
+
RestoreDBClusterToPointInTimeResultFilterSensitiveLog,
|
|
26299
|
+
RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog,
|
|
26300
|
+
RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog,
|
|
26301
|
+
RestoreDBInstanceFromS3MessageFilterSensitiveLog,
|
|
26302
|
+
RestoreDBInstanceFromS3ResultFilterSensitiveLog,
|
|
26303
|
+
RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog,
|
|
26304
|
+
RestoreDBInstanceToPointInTimeResultFilterSensitiveLog,
|
|
26305
|
+
StartDBClusterResultFilterSensitiveLog,
|
|
26306
|
+
StartDBInstanceResultFilterSensitiveLog,
|
|
26307
|
+
StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog,
|
|
26308
|
+
StopDBClusterResultFilterSensitiveLog,
|
|
26309
|
+
StopDBInstanceResultFilterSensitiveLog,
|
|
26310
|
+
SwitchoverReadReplicaResultFilterSensitiveLog
|
|
25995
26311
|
});
|
|
25996
26312
|
|