@aws-sdk/client-rds 3.699.0 → 3.709.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist-cjs/index.js +49 -18
  2. package/dist-es/models/models_0.js +4 -12
  3. package/dist-es/models/models_1.js +12 -0
  4. package/dist-es/protocols/Aws_query.js +27 -2
  5. package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -0
  6. package/dist-types/commands/CreateDBInstanceCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -0
  8. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -0
  12. package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -1
  13. package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -1
  14. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -0
  15. package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -0
  16. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +2 -0
  17. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -0
  18. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
  19. package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
  20. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -0
  21. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -0
  22. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -0
  23. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -0
  24. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -0
  25. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -0
  26. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -0
  27. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -0
  28. package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -0
  29. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -0
  30. package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -0
  31. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
  32. package/dist-types/models/models_0.d.ts +37 -12
  33. package/dist-types/models/models_1.d.ts +29 -2
  34. package/dist-types/ts3.4/models/models_0.d.ts +11 -7
  35. package/dist-types/ts3.4/models/models_1.d.ts +11 -0
  36. package/package.json +37 -37
package/dist-cjs/index.js CHANGED
@@ -133,6 +133,7 @@ __export(src_exports, {
133
133
  DBSubnetGroupQuotaExceededFault: () => DBSubnetGroupQuotaExceededFault,
134
134
  DBSubnetQuotaExceededFault: () => DBSubnetQuotaExceededFault,
135
135
  DBUpgradeDependencyFailureFault: () => DBUpgradeDependencyFailureFault,
136
+ DatabaseInsightsMode: () => DatabaseInsightsMode,
136
137
  DeleteBlueGreenDeploymentCommand: () => DeleteBlueGreenDeploymentCommand,
137
138
  DeleteCustomDBEngineVersionCommand: () => DeleteCustomDBEngineVersionCommand,
138
139
  DeleteDBClusterAutomatedBackupCommand: () => DeleteDBClusterAutomatedBackupCommand,
@@ -1438,6 +1439,10 @@ var ClusterScalabilityType = {
1438
1439
  LIMITLESS: "limitless",
1439
1440
  STANDARD: "standard"
1440
1441
  };
1442
+ var DatabaseInsightsMode = {
1443
+ ADVANCED: "advanced",
1444
+ STANDARD: "standard"
1445
+ };
1441
1446
  var ReplicaMode = {
1442
1447
  MOUNTED: "mounted",
1443
1448
  OPEN_READ_ONLY: "open-read-only"
@@ -2703,23 +2708,6 @@ var _InvalidIntegrationStateFault = class _InvalidIntegrationStateFault extends
2703
2708
  };
2704
2709
  __name(_InvalidIntegrationStateFault, "InvalidIntegrationStateFault");
2705
2710
  var InvalidIntegrationStateFault = _InvalidIntegrationStateFault;
2706
- var _InvalidOptionGroupStateFault = class _InvalidOptionGroupStateFault extends RDSServiceException {
2707
- /**
2708
- * @internal
2709
- */
2710
- constructor(opts) {
2711
- super({
2712
- name: "InvalidOptionGroupStateFault",
2713
- $fault: "client",
2714
- ...opts
2715
- });
2716
- this.name = "InvalidOptionGroupStateFault";
2717
- this.$fault = "client";
2718
- Object.setPrototypeOf(this, _InvalidOptionGroupStateFault.prototype);
2719
- }
2720
- };
2721
- __name(_InvalidOptionGroupStateFault, "InvalidOptionGroupStateFault");
2722
- var InvalidOptionGroupStateFault = _InvalidOptionGroupStateFault;
2723
2711
  var CreateTenantDatabaseMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2724
2712
  ...obj,
2725
2713
  ...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
@@ -2741,6 +2729,23 @@ var CreateTenantDatabaseResultFilterSensitiveLog = /* @__PURE__ */ __name((obj)
2741
2729
 
2742
2730
  // src/models/models_1.ts
2743
2731
 
2732
+ var _InvalidOptionGroupStateFault = class _InvalidOptionGroupStateFault extends RDSServiceException {
2733
+ /**
2734
+ * @internal
2735
+ */
2736
+ constructor(opts) {
2737
+ super({
2738
+ name: "InvalidOptionGroupStateFault",
2739
+ $fault: "client",
2740
+ ...opts
2741
+ });
2742
+ this.name = "InvalidOptionGroupStateFault";
2743
+ this.$fault = "client";
2744
+ Object.setPrototypeOf(this, _InvalidOptionGroupStateFault.prototype);
2745
+ }
2746
+ };
2747
+ __name(_InvalidOptionGroupStateFault, "InvalidOptionGroupStateFault");
2748
+ var InvalidOptionGroupStateFault = _InvalidOptionGroupStateFault;
2744
2749
  var _DBProxyTargetNotFoundFault = class _DBProxyTargetNotFoundFault extends RDSServiceException {
2745
2750
  /**
2746
2751
  * @internal
@@ -9355,6 +9360,9 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
9355
9360
  if (input[_MRA] != null) {
9356
9361
  entries[_MRA] = input[_MRA];
9357
9362
  }
9363
+ if (input[_DIM] != null) {
9364
+ entries[_DIM] = input[_DIM];
9365
+ }
9358
9366
  if (input[_EPI] != null) {
9359
9367
  entries[_EPI] = input[_EPI];
9360
9368
  }
@@ -9608,6 +9616,9 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
9608
9616
  if (input[_EIAMDA] != null) {
9609
9617
  entries[_EIAMDA] = input[_EIAMDA];
9610
9618
  }
9619
+ if (input[_DIM] != null) {
9620
+ entries[_DIM] = input[_DIM];
9621
+ }
9611
9622
  if (input[_EPI] != null) {
9612
9623
  entries[_EPI] = input[_EPI];
9613
9624
  }
@@ -9761,6 +9772,9 @@ var se_CreateDBInstanceReadReplicaMessage = /* @__PURE__ */ __name((input, conte
9761
9772
  if (input[_EIAMDA] != null) {
9762
9773
  entries[_EIAMDA] = input[_EIAMDA];
9763
9774
  }
9775
+ if (input[_DIM] != null) {
9776
+ entries[_DIM] = input[_DIM];
9777
+ }
9764
9778
  if (input[_EPI] != null) {
9765
9779
  entries[_EPI] = input[_EPI];
9766
9780
  }
@@ -12075,6 +12089,9 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
12075
12089
  if (input[_MRA] != null) {
12076
12090
  entries[_MRA] = input[_MRA];
12077
12091
  }
12092
+ if (input[_DIM] != null) {
12093
+ entries[_DIM] = input[_DIM];
12094
+ }
12078
12095
  if (input[_EPI] != null) {
12079
12096
  entries[_EPI] = input[_EPI];
12080
12097
  }
@@ -12310,6 +12327,9 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
12310
12327
  if (input[_EIAMDA] != null) {
12311
12328
  entries[_EIAMDA] = input[_EIAMDA];
12312
12329
  }
12330
+ if (input[_DIM] != null) {
12331
+ entries[_DIM] = input[_DIM];
12332
+ }
12313
12333
  if (input[_EPI] != null) {
12314
12334
  entries[_EPI] = input[_EPI];
12315
12335
  }
@@ -13889,6 +13909,9 @@ var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context)
13889
13909
  if (input[_SIRA] != null) {
13890
13910
  entries[_SIRA] = input[_SIRA];
13891
13911
  }
13912
+ if (input[_DIM] != null) {
13913
+ entries[_DIM] = input[_DIM];
13914
+ }
13892
13915
  if (input[_EPI] != null) {
13893
13916
  entries[_EPI] = input[_EPI];
13894
13917
  }
@@ -15200,6 +15223,9 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15200
15223
  if (output[_MRA] != null) {
15201
15224
  contents[_MRA] = (0, import_smithy_client.expectString)(output[_MRA]);
15202
15225
  }
15226
+ if (output[_DIM] != null) {
15227
+ contents[_DIM] = (0, import_smithy_client.expectString)(output[_DIM]);
15228
+ }
15203
15229
  if (output[_PIE] != null) {
15204
15230
  contents[_PIE] = (0, import_smithy_client.parseBoolean)(output[_PIE]);
15205
15231
  }
@@ -16163,6 +16189,9 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16163
16189
  if (output[_IAMDAE] != null) {
16164
16190
  contents[_IAMDAE] = (0, import_smithy_client.parseBoolean)(output[_IAMDAE]);
16165
16191
  }
16192
+ if (output[_DIM] != null) {
16193
+ contents[_DIM] = (0, import_smithy_client.expectString)(output[_DIM]);
16194
+ }
16166
16195
  if (output[_PIE] != null) {
16167
16196
  contents[_PIE] = (0, import_smithy_client.parseBoolean)(output[_PIE]);
16168
16197
  }
@@ -20915,6 +20944,7 @@ var _DI = "DeleteIntegration";
20915
20944
  var _DIAMRN = "DomainIAMRoleName";
20916
20945
  var _DIFSBN = "DatabaseInstallationFilesS3BucketName";
20917
20946
  var _DIFSP = "DatabaseInstallationFilesS3Prefix";
20947
+ var _DIM = "DatabaseInsightsMode";
20918
20948
  var _DIP = "DbInstancePort";
20919
20949
  var _DIe = "DescribeIntegrations";
20920
20950
  var _DIn = "DnsIps";
@@ -25370,6 +25400,7 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
25370
25400
  CustomDBEngineVersionQuotaExceededFault,
25371
25401
  Ec2ImagePropertiesNotSupportedFault,
25372
25402
  ClusterScalabilityType,
25403
+ DatabaseInsightsMode,
25373
25404
  ReplicaMode,
25374
25405
  WriteForwardingStatus,
25375
25406
  LimitlessDatabaseStatus,
@@ -25454,11 +25485,11 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
25454
25485
  InvalidDBSubnetStateFault,
25455
25486
  InvalidEventSubscriptionStateFault,
25456
25487
  InvalidIntegrationStateFault,
25457
- InvalidOptionGroupStateFault,
25458
25488
  CreateTenantDatabaseMessageFilterSensitiveLog,
25459
25489
  TenantDatabasePendingModifiedValuesFilterSensitiveLog,
25460
25490
  TenantDatabaseFilterSensitiveLog,
25461
25491
  CreateTenantDatabaseResultFilterSensitiveLog,
25492
+ InvalidOptionGroupStateFault,
25462
25493
  DBProxyTargetNotFoundFault,
25463
25494
  DBClusterBacktrackNotFoundFault,
25464
25495
  ApplyMethod,
@@ -600,6 +600,10 @@ export const ClusterScalabilityType = {
600
600
  LIMITLESS: "limitless",
601
601
  STANDARD: "standard",
602
602
  };
603
+ export const DatabaseInsightsMode = {
604
+ ADVANCED: "advanced",
605
+ STANDARD: "standard",
606
+ };
603
607
  export const ReplicaMode = {
604
608
  MOUNTED: "mounted",
605
609
  OPEN_READ_ONLY: "open-read-only",
@@ -1520,18 +1524,6 @@ export class InvalidIntegrationStateFault extends __BaseException {
1520
1524
  Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
1521
1525
  }
1522
1526
  }
1523
- export class InvalidOptionGroupStateFault extends __BaseException {
1524
- constructor(opts) {
1525
- super({
1526
- name: "InvalidOptionGroupStateFault",
1527
- $fault: "client",
1528
- ...opts,
1529
- });
1530
- this.name = "InvalidOptionGroupStateFault";
1531
- this.$fault = "client";
1532
- Object.setPrototypeOf(this, InvalidOptionGroupStateFault.prototype);
1533
- }
1534
- }
1535
1527
  export const CreateTenantDatabaseMessageFilterSensitiveLog = (obj) => ({
1536
1528
  ...obj,
1537
1529
  ...(obj.MasterUserPassword && { MasterUserPassword: SENSITIVE_STRING }),
@@ -1,6 +1,18 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { TenantDatabaseFilterSensitiveLog, } from "./models_0";
3
3
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
4
+ export class InvalidOptionGroupStateFault extends __BaseException {
5
+ constructor(opts) {
6
+ super({
7
+ name: "InvalidOptionGroupStateFault",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ this.name = "InvalidOptionGroupStateFault";
12
+ this.$fault = "client";
13
+ Object.setPrototypeOf(this, InvalidOptionGroupStateFault.prototype);
14
+ }
15
+ }
4
16
  export class DBProxyTargetNotFoundFault extends __BaseException {
5
17
  constructor(opts) {
6
18
  super({
@@ -1,8 +1,8 @@
1
1
  import { parseXmlBody as parseBody, parseXmlErrorBody as parseErrorBody } from "@aws-sdk/core";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, serializeFloat as __serializeFloat, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
4
- import { AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault, CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault, DBInstanceRoleAlreadyExistsFault, DBInstanceRoleQuotaExceededFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault, DBProxyQuotaExceededFault, DBProxyTargetGroupNotFoundFault, DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault, ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidExportTaskStateFault, InvalidGlobalClusterStateFault, InvalidIntegrationStateFault, InvalidOptionGroupStateFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached, NetworkTypeNotSupported, OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault, OptionGroupQuotaExceededFault, ProvisionedIopsNotAvailableInAZFault, ResourceNotFoundFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotSupportedFault, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault, } from "../models/models_0";
5
- import { DBClusterBacktrackNotFoundFault, DBClusterRoleNotFoundFault, DBInstanceNotReadyFault, DBInstanceRoleNotFoundFault, DBLogFileNotFoundFault, DBProxyTargetAlreadyRegisteredFault, DBProxyTargetNotFoundFault, DBUpgradeDependencyFailureFault, ExportTaskAlreadyExistsFault, IamRoleMissingPermissionsFault, IamRoleNotFoundFault, InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault, InvalidDBClusterCapacityFault, InvalidExportOnlyFault, InvalidExportSourceStateFault, InvalidResourceStateFault, InvalidRestoreFault, InvalidS3BucketFault, PointInTimeRestoreNotEnabledFault, ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault, SharedSnapshotQuotaExceededFault, StorageTypeNotAvailableFault, SubnetAlreadyInUse, } from "../models/models_1";
4
+ import { AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault, CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault, DBInstanceRoleAlreadyExistsFault, DBInstanceRoleQuotaExceededFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault, DBProxyQuotaExceededFault, DBProxyTargetGroupNotFoundFault, DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault, ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidExportTaskStateFault, InvalidGlobalClusterStateFault, InvalidIntegrationStateFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached, NetworkTypeNotSupported, OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault, OptionGroupQuotaExceededFault, ProvisionedIopsNotAvailableInAZFault, ResourceNotFoundFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotSupportedFault, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault, } from "../models/models_0";
5
+ import { DBClusterBacktrackNotFoundFault, DBClusterRoleNotFoundFault, DBInstanceNotReadyFault, DBInstanceRoleNotFoundFault, DBLogFileNotFoundFault, DBProxyTargetAlreadyRegisteredFault, DBProxyTargetNotFoundFault, DBUpgradeDependencyFailureFault, ExportTaskAlreadyExistsFault, IamRoleMissingPermissionsFault, IamRoleNotFoundFault, InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault, InvalidDBClusterCapacityFault, InvalidExportOnlyFault, InvalidExportSourceStateFault, InvalidOptionGroupStateFault, InvalidResourceStateFault, InvalidRestoreFault, InvalidS3BucketFault, PointInTimeRestoreNotEnabledFault, ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault, SharedSnapshotQuotaExceededFault, StorageTypeNotAvailableFault, SubnetAlreadyInUse, } from "../models/models_1";
6
6
  import { RDSServiceException as __BaseException } from "../models/RDSServiceException";
7
7
  export const se_AddRoleToDBClusterCommand = async (input, context) => {
8
8
  const headers = SHARED_HEADERS;
@@ -6069,6 +6069,9 @@ const se_CreateDBClusterMessage = (input, context) => {
6069
6069
  if (input[_MRA] != null) {
6070
6070
  entries[_MRA] = input[_MRA];
6071
6071
  }
6072
+ if (input[_DIM] != null) {
6073
+ entries[_DIM] = input[_DIM];
6074
+ }
6072
6075
  if (input[_EPI] != null) {
6073
6076
  entries[_EPI] = input[_EPI];
6074
6077
  }
@@ -6319,6 +6322,9 @@ const se_CreateDBInstanceMessage = (input, context) => {
6319
6322
  if (input[_EIAMDA] != null) {
6320
6323
  entries[_EIAMDA] = input[_EIAMDA];
6321
6324
  }
6325
+ if (input[_DIM] != null) {
6326
+ entries[_DIM] = input[_DIM];
6327
+ }
6322
6328
  if (input[_EPI] != null) {
6323
6329
  entries[_EPI] = input[_EPI];
6324
6330
  }
@@ -6471,6 +6477,9 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
6471
6477
  if (input[_EIAMDA] != null) {
6472
6478
  entries[_EIAMDA] = input[_EIAMDA];
6473
6479
  }
6480
+ if (input[_DIM] != null) {
6481
+ entries[_DIM] = input[_DIM];
6482
+ }
6474
6483
  if (input[_EPI] != null) {
6475
6484
  entries[_EPI] = input[_EPI];
6476
6485
  }
@@ -8729,6 +8738,9 @@ const se_ModifyDBClusterMessage = (input, context) => {
8729
8738
  if (input[_MRA] != null) {
8730
8739
  entries[_MRA] = input[_MRA];
8731
8740
  }
8741
+ if (input[_DIM] != null) {
8742
+ entries[_DIM] = input[_DIM];
8743
+ }
8732
8744
  if (input[_EPI] != null) {
8733
8745
  entries[_EPI] = input[_EPI];
8734
8746
  }
@@ -8961,6 +8973,9 @@ const se_ModifyDBInstanceMessage = (input, context) => {
8961
8973
  if (input[_EIAMDA] != null) {
8962
8974
  entries[_EIAMDA] = input[_EIAMDA];
8963
8975
  }
8976
+ if (input[_DIM] != null) {
8977
+ entries[_DIM] = input[_DIM];
8978
+ }
8964
8979
  if (input[_EPI] != null) {
8965
8980
  entries[_EPI] = input[_EPI];
8966
8981
  }
@@ -10520,6 +10535,9 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
10520
10535
  if (input[_SIRA] != null) {
10521
10536
  entries[_SIRA] = input[_SIRA];
10522
10537
  }
10538
+ if (input[_DIM] != null) {
10539
+ entries[_DIM] = input[_DIM];
10540
+ }
10523
10541
  if (input[_EPI] != null) {
10524
10542
  entries[_EPI] = input[_EPI];
10525
10543
  }
@@ -11868,6 +11886,9 @@ const de_DBCluster = (output, context) => {
11868
11886
  if (output[_MRA] != null) {
11869
11887
  contents[_MRA] = __expectString(output[_MRA]);
11870
11888
  }
11889
+ if (output[_DIM] != null) {
11890
+ contents[_DIM] = __expectString(output[_DIM]);
11891
+ }
11871
11892
  if (output[_PIE] != null) {
11872
11893
  contents[_PIE] = __parseBoolean(output[_PIE]);
11873
11894
  }
@@ -12881,6 +12902,9 @@ const de_DBInstance = (output, context) => {
12881
12902
  if (output[_IAMDAE] != null) {
12882
12903
  contents[_IAMDAE] = __parseBoolean(output[_IAMDAE]);
12883
12904
  }
12905
+ if (output[_DIM] != null) {
12906
+ contents[_DIM] = __expectString(output[_DIM]);
12907
+ }
12884
12908
  if (output[_PIE] != null) {
12885
12909
  contents[_PIE] = __parseBoolean(output[_PIE]);
12886
12910
  }
@@ -17883,6 +17907,7 @@ const _DI = "DeleteIntegration";
17883
17907
  const _DIAMRN = "DomainIAMRoleName";
17884
17908
  const _DIFSBN = "DatabaseInstallationFilesS3BucketName";
17885
17909
  const _DIFSP = "DatabaseInstallationFilesS3Prefix";
17910
+ const _DIM = "DatabaseInsightsMode";
17886
17911
  const _DIP = "DbInstancePort";
17887
17912
  const _DIe = "DescribeIntegrations";
17888
17913
  const _DIn = "DnsIps";
@@ -112,6 +112,7 @@ declare const CreateDBClusterCommand_base: {
112
112
  * AutoMinorVersionUpgrade: true || false,
113
113
  * MonitoringInterval: Number("int"),
114
114
  * MonitoringRoleArn: "STRING_VALUE",
115
+ * DatabaseInsightsMode: "standard" || "advanced",
115
116
  * EnablePerformanceInsights: true || false,
116
117
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
117
118
  * PerformanceInsightsRetentionPeriod: Number("int"),
@@ -292,6 +293,7 @@ declare const CreateDBClusterCommand_base: {
292
293
  * // AutoMinorVersionUpgrade: true || false,
293
294
  * // MonitoringInterval: Number("int"),
294
295
  * // MonitoringRoleArn: "STRING_VALUE",
296
+ * // DatabaseInsightsMode: "standard" || "advanced",
295
297
  * // PerformanceInsightsEnabled: true || false,
296
298
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
297
299
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -98,6 +98,7 @@ declare const CreateDBInstanceCommand_base: {
98
98
  * PromotionTier: Number("int"),
99
99
  * Timezone: "STRING_VALUE",
100
100
  * EnableIAMDatabaseAuthentication: true || false,
101
+ * DatabaseInsightsMode: "standard" || "advanced",
101
102
  * EnablePerformanceInsights: true || false,
102
103
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
103
104
  * PerformanceInsightsRetentionPeriod: Number("int"),
@@ -284,6 +285,7 @@ declare const CreateDBInstanceCommand_base: {
284
285
  * // DBInstanceArn: "STRING_VALUE",
285
286
  * // Timezone: "STRING_VALUE",
286
287
  * // IAMDatabaseAuthenticationEnabled: true || false,
288
+ * // DatabaseInsightsMode: "standard" || "advanced",
287
289
  * // PerformanceInsightsEnabled: true || false,
288
290
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
289
291
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -75,6 +75,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
75
75
  * KmsKeyId: "STRING_VALUE",
76
76
  * PreSignedUrl: "STRING_VALUE",
77
77
  * EnableIAMDatabaseAuthentication: true || false,
78
+ * DatabaseInsightsMode: "standard" || "advanced",
78
79
  * EnablePerformanceInsights: true || false,
79
80
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
80
81
  * PerformanceInsightsRetentionPeriod: Number("int"),
@@ -268,6 +269,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
268
269
  * // DBInstanceArn: "STRING_VALUE",
269
270
  * // Timezone: "STRING_VALUE",
270
271
  * // IAMDatabaseAuthenticationEnabled: true || false,
272
+ * // DatabaseInsightsMode: "standard" || "advanced",
271
273
  * // PerformanceInsightsEnabled: true || false,
272
274
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
273
275
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -212,6 +212,7 @@ declare const DeleteDBClusterCommand_base: {
212
212
  * // AutoMinorVersionUpgrade: true || false,
213
213
  * // MonitoringInterval: Number("int"),
214
214
  * // MonitoringRoleArn: "STRING_VALUE",
215
+ * // DatabaseInsightsMode: "standard" || "advanced",
215
216
  * // PerformanceInsightsEnabled: true || false,
216
217
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
217
218
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -221,6 +221,7 @@ declare const DeleteDBInstanceCommand_base: {
221
221
  * // DBInstanceArn: "STRING_VALUE",
222
222
  * // Timezone: "STRING_VALUE",
223
223
  * // IAMDatabaseAuthenticationEnabled: true || false,
224
+ * // DatabaseInsightsMode: "standard" || "advanced",
224
225
  * // PerformanceInsightsEnabled: true || false,
225
226
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
226
227
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -219,6 +219,7 @@ declare const DescribeDBClustersCommand_base: {
219
219
  * // AutoMinorVersionUpgrade: true || false,
220
220
  * // MonitoringInterval: Number("int"),
221
221
  * // MonitoringRoleArn: "STRING_VALUE",
222
+ * // DatabaseInsightsMode: "standard" || "advanced",
222
223
  * // PerformanceInsightsEnabled: true || false,
223
224
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
224
225
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -211,6 +211,7 @@ declare const DescribeDBInstancesCommand_base: {
211
211
  * // DBInstanceArn: "STRING_VALUE",
212
212
  * // Timezone: "STRING_VALUE",
213
213
  * // IAMDatabaseAuthenticationEnabled: true || false,
214
+ * // DatabaseInsightsMode: "standard" || "advanced",
214
215
  * // PerformanceInsightsEnabled: true || false,
215
216
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
216
217
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -31,7 +31,7 @@ declare const DisableHttpEndpointCommand_base: {
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using RDS Data API</a> in the
32
32
  * <i>Amazon Aurora User Guide</i>.</p>
33
33
  * <note>
34
- * <p>This operation applies only to Aurora PostgreSQL Serverless v2 and provisioned DB clusters. To disable the HTTP endpoint for Aurora Serverless v1 DB clusters,
34
+ * <p>This operation applies only to Aurora Serverless v2 and provisioned DB clusters. To disable the HTTP endpoint for Aurora Serverless v1 DB clusters,
35
35
  * use the <code>EnableHttpEndpoint</code> parameter of the <code>ModifyDBCluster</code> operation.</p>
36
36
  * </note>
37
37
  * @example
@@ -35,7 +35,7 @@ declare const EnableHttpEndpointCommand_base: {
35
35
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using RDS Data API</a> in the
36
36
  * <i>Amazon Aurora User Guide</i>.</p>
37
37
  * <note>
38
- * <p>This operation applies only to Aurora PostgreSQL Serverless v2 and provisioned DB clusters. To enable the HTTP endpoint for Aurora Serverless v1 DB clusters,
38
+ * <p>This operation applies only to Aurora Serverless v2 and provisioned DB clusters. To enable the HTTP endpoint for Aurora Serverless v1 DB clusters,
39
39
  * use the <code>EnableHttpEndpoint</code> parameter of the <code>ModifyDBCluster</code> operation.</p>
40
40
  * </note>
41
41
  * @example
@@ -218,6 +218,7 @@ declare const FailoverDBClusterCommand_base: {
218
218
  * // AutoMinorVersionUpgrade: true || false,
219
219
  * // MonitoringInterval: Number("int"),
220
220
  * // MonitoringRoleArn: "STRING_VALUE",
221
+ * // DatabaseInsightsMode: "standard" || "advanced",
221
222
  * // PerformanceInsightsEnabled: true || false,
222
223
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
223
224
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -90,6 +90,7 @@ declare const ModifyDBClusterCommand_base: {
90
90
  * AutoMinorVersionUpgrade: true || false,
91
91
  * MonitoringInterval: Number("int"),
92
92
  * MonitoringRoleArn: "STRING_VALUE",
93
+ * DatabaseInsightsMode: "standard" || "advanced",
93
94
  * EnablePerformanceInsights: true || false,
94
95
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
95
96
  * PerformanceInsightsRetentionPeriod: Number("int"),
@@ -271,6 +272,7 @@ declare const ModifyDBClusterCommand_base: {
271
272
  * // AutoMinorVersionUpgrade: true || false,
272
273
  * // MonitoringInterval: Number("int"),
273
274
  * // MonitoringRoleArn: "STRING_VALUE",
275
+ * // DatabaseInsightsMode: "standard" || "advanced",
274
276
  * // PerformanceInsightsEnabled: true || false,
275
277
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
276
278
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -83,6 +83,7 @@ declare const ModifyDBInstanceCommand_base: {
83
83
  * DisableDomain: true || false,
84
84
  * PromotionTier: Number("int"),
85
85
  * EnableIAMDatabaseAuthentication: true || false,
86
+ * DatabaseInsightsMode: "standard" || "advanced",
86
87
  * EnablePerformanceInsights: true || false,
87
88
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
88
89
  * PerformanceInsightsRetentionPeriod: Number("int"),
@@ -277,6 +278,7 @@ declare const ModifyDBInstanceCommand_base: {
277
278
  * // DBInstanceArn: "STRING_VALUE",
278
279
  * // Timezone: "STRING_VALUE",
279
280
  * // IAMDatabaseAuthenticationEnabled: true || false,
281
+ * // DatabaseInsightsMode: "standard" || "advanced",
280
282
  * // PerformanceInsightsEnabled: true || false,
281
283
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
282
284
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -215,6 +215,7 @@ declare const PromoteReadReplicaCommand_base: {
215
215
  * // DBInstanceArn: "STRING_VALUE",
216
216
  * // Timezone: "STRING_VALUE",
217
217
  * // IAMDatabaseAuthenticationEnabled: true || false,
218
+ * // DatabaseInsightsMode: "standard" || "advanced",
218
219
  * // PerformanceInsightsEnabled: true || false,
219
220
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
220
221
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -199,6 +199,7 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
199
199
  * // AutoMinorVersionUpgrade: true || false,
200
200
  * // MonitoringInterval: Number("int"),
201
201
  * // MonitoringRoleArn: "STRING_VALUE",
202
+ * // DatabaseInsightsMode: "standard" || "advanced",
202
203
  * // PerformanceInsightsEnabled: true || false,
203
204
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
204
205
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -209,6 +209,7 @@ declare const RebootDBClusterCommand_base: {
209
209
  * // AutoMinorVersionUpgrade: true || false,
210
210
  * // MonitoringInterval: Number("int"),
211
211
  * // MonitoringRoleArn: "STRING_VALUE",
212
+ * // DatabaseInsightsMode: "standard" || "advanced",
212
213
  * // PerformanceInsightsEnabled: true || false,
213
214
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
214
215
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -206,6 +206,7 @@ declare const RebootDBInstanceCommand_base: {
206
206
  * // DBInstanceArn: "STRING_VALUE",
207
207
  * // Timezone: "STRING_VALUE",
208
208
  * // IAMDatabaseAuthenticationEnabled: true || false,
209
+ * // DatabaseInsightsMode: "standard" || "advanced",
209
210
  * // PerformanceInsightsEnabled: true || false,
210
211
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
211
212
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -267,6 +267,7 @@ declare const RestoreDBClusterFromS3Command_base: {
267
267
  * // AutoMinorVersionUpgrade: true || false,
268
268
  * // MonitoringInterval: Number("int"),
269
269
  * // MonitoringRoleArn: "STRING_VALUE",
270
+ * // DatabaseInsightsMode: "standard" || "advanced",
270
271
  * // PerformanceInsightsEnabled: true || false,
271
272
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
272
273
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -277,6 +277,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
277
277
  * // AutoMinorVersionUpgrade: true || false,
278
278
  * // MonitoringInterval: Number("int"),
279
279
  * // MonitoringRoleArn: "STRING_VALUE",
280
+ * // DatabaseInsightsMode: "standard" || "advanced",
280
281
  * // PerformanceInsightsEnabled: true || false,
281
282
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
282
283
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -276,6 +276,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
276
276
  * // AutoMinorVersionUpgrade: true || false,
277
277
  * // MonitoringInterval: Number("int"),
278
278
  * // MonitoringRoleArn: "STRING_VALUE",
279
+ * // DatabaseInsightsMode: "standard" || "advanced",
279
280
  * // PerformanceInsightsEnabled: true || false,
280
281
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
281
282
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -269,6 +269,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
269
269
  * // DBInstanceArn: "STRING_VALUE",
270
270
  * // Timezone: "STRING_VALUE",
271
271
  * // IAMDatabaseAuthenticationEnabled: true || false,
272
+ * // DatabaseInsightsMode: "standard" || "advanced",
272
273
  * // PerformanceInsightsEnabled: true || false,
273
274
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
274
275
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -88,6 +88,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
88
88
  * S3BucketName: "STRING_VALUE", // required
89
89
  * S3Prefix: "STRING_VALUE",
90
90
  * S3IngestionRoleArn: "STRING_VALUE", // required
91
+ * DatabaseInsightsMode: "standard" || "advanced",
91
92
  * EnablePerformanceInsights: true || false,
92
93
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
93
94
  * PerformanceInsightsRetentionPeriod: Number("int"),
@@ -270,6 +271,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
270
271
  * // DBInstanceArn: "STRING_VALUE",
271
272
  * // Timezone: "STRING_VALUE",
272
273
  * // IAMDatabaseAuthenticationEnabled: true || false,
274
+ * // DatabaseInsightsMode: "standard" || "advanced",
273
275
  * // PerformanceInsightsEnabled: true || false,
274
276
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
275
277
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -266,6 +266,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
266
266
  * // DBInstanceArn: "STRING_VALUE",
267
267
  * // Timezone: "STRING_VALUE",
268
268
  * // IAMDatabaseAuthenticationEnabled: true || false,
269
+ * // DatabaseInsightsMode: "standard" || "advanced",
269
270
  * // PerformanceInsightsEnabled: true || false,
270
271
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
271
272
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -206,6 +206,7 @@ declare const StartDBClusterCommand_base: {
206
206
  * // AutoMinorVersionUpgrade: true || false,
207
207
  * // MonitoringInterval: Number("int"),
208
208
  * // MonitoringRoleArn: "STRING_VALUE",
209
+ * // DatabaseInsightsMode: "standard" || "advanced",
209
210
  * // PerformanceInsightsEnabled: true || false,
210
211
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
211
212
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -205,6 +205,7 @@ declare const StartDBInstanceCommand_base: {
205
205
  * // DBInstanceArn: "STRING_VALUE",
206
206
  * // Timezone: "STRING_VALUE",
207
207
  * // IAMDatabaseAuthenticationEnabled: true || false,
208
+ * // DatabaseInsightsMode: "standard" || "advanced",
208
209
  * // PerformanceInsightsEnabled: true || false,
209
210
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
210
211
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -207,6 +207,7 @@ declare const StopDBClusterCommand_base: {
207
207
  * // AutoMinorVersionUpgrade: true || false,
208
208
  * // MonitoringInterval: Number("int"),
209
209
  * // MonitoringRoleArn: "STRING_VALUE",
210
+ * // DatabaseInsightsMode: "standard" || "advanced",
210
211
  * // PerformanceInsightsEnabled: true || false,
211
212
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
212
213
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -208,6 +208,7 @@ declare const StopDBInstanceCommand_base: {
208
208
  * // DBInstanceArn: "STRING_VALUE",
209
209
  * // Timezone: "STRING_VALUE",
210
210
  * // IAMDatabaseAuthenticationEnabled: true || false,
211
+ * // DatabaseInsightsMode: "standard" || "advanced",
211
212
  * // PerformanceInsightsEnabled: true || false,
212
213
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
213
214
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -197,6 +197,7 @@ declare const SwitchoverReadReplicaCommand_base: {
197
197
  * // DBInstanceArn: "STRING_VALUE",
198
198
  * // Timezone: "STRING_VALUE",
199
199
  * // IAMDatabaseAuthenticationEnabled: true || false,
200
+ * // DatabaseInsightsMode: "standard" || "advanced",
200
201
  * // PerformanceInsightsEnabled: true || false,
201
202
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
202
203
  * // PerformanceInsightsRetentionPeriod: Number("int"),
@@ -3670,6 +3670,18 @@ export declare const ClusterScalabilityType: {
3670
3670
  * @public
3671
3671
  */
3672
3672
  export type ClusterScalabilityType = (typeof ClusterScalabilityType)[keyof typeof ClusterScalabilityType];
3673
+ /**
3674
+ * @public
3675
+ * @enum
3676
+ */
3677
+ export declare const DatabaseInsightsMode: {
3678
+ readonly ADVANCED: "advanced";
3679
+ readonly STANDARD: "standard";
3680
+ };
3681
+ /**
3682
+ * @public
3683
+ */
3684
+ export type DatabaseInsightsMode = (typeof DatabaseInsightsMode)[keyof typeof DatabaseInsightsMode];
3673
3685
  /**
3674
3686
  * @public
3675
3687
  * @enum
@@ -4474,6 +4486,11 @@ export interface CreateDBClusterMessage {
4474
4486
  * @public
4475
4487
  */
4476
4488
  MonitoringRoleArn?: string | undefined;
4489
+ /**
4490
+ * <p>Specifies the mode of Database Insights to enable for the cluster.</p>
4491
+ * @public
4492
+ */
4493
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
4477
4494
  /**
4478
4495
  * <p>Specifies whether to turn on Performance Insights for the DB cluster.</p>
4479
4496
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">
@@ -5508,6 +5525,11 @@ export interface DBCluster {
5508
5525
  * @public
5509
5526
  */
5510
5527
  MonitoringRoleArn?: string | undefined;
5528
+ /**
5529
+ * <p>The mode of Database Insights that is enabled for the cluster.</p>
5530
+ * @public
5531
+ */
5532
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
5511
5533
  /**
5512
5534
  * <p>Indicates whether Performance Insights is enabled for the DB cluster.</p>
5513
5535
  * <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
@@ -7254,6 +7276,11 @@ export interface CreateDBInstanceMessage {
7254
7276
  * @public
7255
7277
  */
7256
7278
  EnableIAMDatabaseAuthentication?: boolean | undefined;
7279
+ /**
7280
+ * <p>Specifies the mode of Database Insights to enable for the instance.</p>
7281
+ * @public
7282
+ */
7283
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
7257
7284
  /**
7258
7285
  * <p>Specifies whether to enable Performance Insights for the DB instance. For more information, see
7259
7286
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.</p>
@@ -8355,6 +8382,11 @@ export interface DBInstance {
8355
8382
  * @public
8356
8383
  */
8357
8384
  IAMDatabaseAuthenticationEnabled?: boolean | undefined;
8385
+ /**
8386
+ * <p>The mode of Database Insights that is enabled for the instance.</p>
8387
+ * @public
8388
+ */
8389
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
8358
8390
  /**
8359
8391
  * <p>Indicates whether Performance Insights is enabled for the DB instance.</p>
8360
8392
  * @public
@@ -9016,6 +9048,11 @@ export interface CreateDBInstanceReadReplicaMessage {
9016
9048
  * @public
9017
9049
  */
9018
9050
  EnableIAMDatabaseAuthentication?: boolean | undefined;
9051
+ /**
9052
+ * <p>Specifies the mode of Database Insights.</p>
9053
+ * @public
9054
+ */
9055
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
9019
9056
  /**
9020
9057
  * <p>Specifies whether to enable Performance Insights for the read replica.</p>
9021
9058
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using
@@ -12631,18 +12668,6 @@ export interface DeleteOptionGroupMessage {
12631
12668
  */
12632
12669
  OptionGroupName: string | undefined;
12633
12670
  }
12634
- /**
12635
- * <p>The option group isn't in the <i>available</i> state.</p>
12636
- * @public
12637
- */
12638
- export declare class InvalidOptionGroupStateFault extends __BaseException {
12639
- readonly name: "InvalidOptionGroupStateFault";
12640
- readonly $fault: "client";
12641
- /**
12642
- * @internal
12643
- */
12644
- constructor(opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>);
12645
- }
12646
12671
  /**
12647
12672
  * @internal
12648
12673
  */
@@ -1,6 +1,18 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, BlueGreenDeployment, DBCluster, DBClusterAutomatedBackup, DBClusterBacktrack, DBClusterEndpoint, DBClusterParameterGroup, DBClusterSnapshot, DBEngineVersion, DBInstance, DBInstanceAutomatedBackup, DBParameterGroup, DBProxy, DBProxyEndpoint, DBSecurityGroup, DBShardGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportSourceType, ExportTask, GlobalCluster, Integration, OptionGroup, OptionSetting, ProcessorFeature, RdsCustomClusterConfiguration, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, TenantDatabase, UserAuthConfig } from "./models_0";
2
+ import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, BlueGreenDeployment, DatabaseInsightsMode, DBCluster, DBClusterAutomatedBackup, DBClusterBacktrack, DBClusterEndpoint, DBClusterParameterGroup, DBClusterSnapshot, DBEngineVersion, DBInstance, DBInstanceAutomatedBackup, DBParameterGroup, DBProxy, DBProxyEndpoint, DBSecurityGroup, DBShardGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportSourceType, ExportTask, GlobalCluster, Integration, OptionGroup, OptionSetting, ProcessorFeature, RdsCustomClusterConfiguration, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, TenantDatabase, UserAuthConfig } from "./models_0";
3
3
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
4
+ /**
5
+ * <p>The option group isn't in the <i>available</i> state.</p>
6
+ * @public
7
+ */
8
+ export declare class InvalidOptionGroupStateFault extends __BaseException {
9
+ readonly name: "InvalidOptionGroupStateFault";
10
+ readonly $fault: "client";
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>);
15
+ }
4
16
  /**
5
17
  * @public
6
18
  */
@@ -6980,7 +6992,7 @@ export interface ModifyDBClusterMessage {
6980
6992
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using RDS Data API</a> in the
6981
6993
  * <i>Amazon Aurora User Guide</i>.</p>
6982
6994
  * <note>
6983
- * <p>This parameter applies only to Aurora Serverless v1 DB clusters. To enable or disable the HTTP endpoint for an Aurora PostgreSQL
6995
+ * <p>This parameter applies only to Aurora Serverless v1 DB clusters. To enable or disable the HTTP endpoint for an Aurora
6984
6996
  * Serverless v2 or provisioned DB cluster, use the <code>EnableHttpEndpoint</code> and <code>DisableHttpEndpoint</code> operations.</p>
6985
6997
  * </note>
6986
6998
  * <p>Valid for Cluster Type: Aurora DB clusters only</p>
@@ -7099,6 +7111,11 @@ export interface ModifyDBClusterMessage {
7099
7111
  * @public
7100
7112
  */
7101
7113
  MonitoringRoleArn?: string | undefined;
7114
+ /**
7115
+ * <p>Specifies the mode of Database Insights to enable for the cluster.</p>
7116
+ * @public
7117
+ */
7118
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
7102
7119
  /**
7103
7120
  * <p>Specifies whether to turn on Performance Insights for the DB cluster.</p>
7104
7121
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">
@@ -8188,6 +8205,11 @@ export interface ModifyDBInstanceMessage {
8188
8205
  * @public
8189
8206
  */
8190
8207
  EnableIAMDatabaseAuthentication?: boolean | undefined;
8208
+ /**
8209
+ * <p>Specifies the mode of Database Insights to enable for the instance.</p>
8210
+ * @public
8211
+ */
8212
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
8191
8213
  /**
8192
8214
  * <p>Specifies whether to enable Performance Insights for the DB instance.</p>
8193
8215
  * <p>For more information, see
@@ -12365,6 +12387,11 @@ export interface RestoreDBInstanceFromS3Message {
12365
12387
  * @public
12366
12388
  */
12367
12389
  S3IngestionRoleArn: string | undefined;
12390
+ /**
12391
+ * <p>Specifies the mode of Database Insights to enable for the instance.</p>
12392
+ * @public
12393
+ */
12394
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
12368
12395
  /**
12369
12396
  * <p>Specifies whether to enable Performance Insights for the DB instance.</p>
12370
12397
  * <p>For more information, see
@@ -862,6 +862,12 @@ export declare const ClusterScalabilityType: {
862
862
  };
863
863
  export type ClusterScalabilityType =
864
864
  (typeof ClusterScalabilityType)[keyof typeof ClusterScalabilityType];
865
+ export declare const DatabaseInsightsMode: {
866
+ readonly ADVANCED: "advanced";
867
+ readonly STANDARD: "standard";
868
+ };
869
+ export type DatabaseInsightsMode =
870
+ (typeof DatabaseInsightsMode)[keyof typeof DatabaseInsightsMode];
865
871
  export declare const ReplicaMode: {
866
872
  readonly MOUNTED: "mounted";
867
873
  readonly OPEN_READ_ONLY: "open-read-only";
@@ -928,6 +934,7 @@ export interface CreateDBClusterMessage {
928
934
  AutoMinorVersionUpgrade?: boolean | undefined;
929
935
  MonitoringInterval?: number | undefined;
930
936
  MonitoringRoleArn?: string | undefined;
937
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
931
938
  EnablePerformanceInsights?: boolean | undefined;
932
939
  PerformanceInsightsKMSKeyId?: string | undefined;
933
940
  PerformanceInsightsRetentionPeriod?: number | undefined;
@@ -1114,6 +1121,7 @@ export interface DBCluster {
1114
1121
  AutoMinorVersionUpgrade?: boolean | undefined;
1115
1122
  MonitoringInterval?: number | undefined;
1116
1123
  MonitoringRoleArn?: string | undefined;
1124
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
1117
1125
  PerformanceInsightsEnabled?: boolean | undefined;
1118
1126
  PerformanceInsightsKMSKeyId?: string | undefined;
1119
1127
  PerformanceInsightsRetentionPeriod?: number | undefined;
@@ -1356,6 +1364,7 @@ export interface CreateDBInstanceMessage {
1356
1364
  PromotionTier?: number | undefined;
1357
1365
  Timezone?: string | undefined;
1358
1366
  EnableIAMDatabaseAuthentication?: boolean | undefined;
1367
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
1359
1368
  EnablePerformanceInsights?: boolean | undefined;
1360
1369
  PerformanceInsightsKMSKeyId?: string | undefined;
1361
1370
  PerformanceInsightsRetentionPeriod?: number | undefined;
@@ -1507,6 +1516,7 @@ export interface DBInstance {
1507
1516
  DBInstanceArn?: string | undefined;
1508
1517
  Timezone?: string | undefined;
1509
1518
  IAMDatabaseAuthenticationEnabled?: boolean | undefined;
1519
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
1510
1520
  PerformanceInsightsEnabled?: boolean | undefined;
1511
1521
  PerformanceInsightsKMSKeyId?: string | undefined;
1512
1522
  PerformanceInsightsRetentionPeriod?: number | undefined;
@@ -1610,6 +1620,7 @@ export interface CreateDBInstanceReadReplicaMessage {
1610
1620
  KmsKeyId?: string | undefined;
1611
1621
  PreSignedUrl?: string | undefined;
1612
1622
  EnableIAMDatabaseAuthentication?: boolean | undefined;
1623
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
1613
1624
  EnablePerformanceInsights?: boolean | undefined;
1614
1625
  PerformanceInsightsKMSKeyId?: string | undefined;
1615
1626
  PerformanceInsightsRetentionPeriod?: number | undefined;
@@ -2537,13 +2548,6 @@ export declare class InvalidIntegrationStateFault extends __BaseException {
2537
2548
  export interface DeleteOptionGroupMessage {
2538
2549
  OptionGroupName: string | undefined;
2539
2550
  }
2540
- export declare class InvalidOptionGroupStateFault extends __BaseException {
2541
- readonly name: "InvalidOptionGroupStateFault";
2542
- readonly $fault: "client";
2543
- constructor(
2544
- opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>
2545
- );
2546
- }
2547
2551
  export declare const CreateTenantDatabaseMessageFilterSensitiveLog: (
2548
2552
  obj: CreateTenantDatabaseMessage
2549
2553
  ) => any;
@@ -6,6 +6,7 @@ import {
6
6
  AutomationMode,
7
7
  AvailabilityZone,
8
8
  BlueGreenDeployment,
9
+ DatabaseInsightsMode,
9
10
  DBCluster,
10
11
  DBClusterAutomatedBackup,
11
12
  DBClusterBacktrack,
@@ -40,6 +41,13 @@ import {
40
41
  UserAuthConfig,
41
42
  } from "./models_0";
42
43
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
44
+ export declare class InvalidOptionGroupStateFault extends __BaseException {
45
+ readonly name: "InvalidOptionGroupStateFault";
46
+ readonly $fault: "client";
47
+ constructor(
48
+ opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>
49
+ );
50
+ }
43
51
  export interface DeleteTenantDatabaseMessage {
44
52
  DBInstanceIdentifier: string | undefined;
45
53
  TenantDBName: string | undefined;
@@ -1133,6 +1141,7 @@ export interface ModifyDBClusterMessage {
1133
1141
  AutoMinorVersionUpgrade?: boolean | undefined;
1134
1142
  MonitoringInterval?: number | undefined;
1135
1143
  MonitoringRoleArn?: string | undefined;
1144
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
1136
1145
  EnablePerformanceInsights?: boolean | undefined;
1137
1146
  PerformanceInsightsKMSKeyId?: string | undefined;
1138
1147
  PerformanceInsightsRetentionPeriod?: number | undefined;
@@ -1243,6 +1252,7 @@ export interface ModifyDBInstanceMessage {
1243
1252
  DisableDomain?: boolean | undefined;
1244
1253
  PromotionTier?: number | undefined;
1245
1254
  EnableIAMDatabaseAuthentication?: boolean | undefined;
1255
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
1246
1256
  EnablePerformanceInsights?: boolean | undefined;
1247
1257
  PerformanceInsightsKMSKeyId?: string | undefined;
1248
1258
  PerformanceInsightsRetentionPeriod?: number | undefined;
@@ -1792,6 +1802,7 @@ export interface RestoreDBInstanceFromS3Message {
1792
1802
  S3BucketName: string | undefined;
1793
1803
  S3Prefix?: string | undefined;
1794
1804
  S3IngestionRoleArn: string | undefined;
1805
+ DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
1795
1806
  EnablePerformanceInsights?: boolean | undefined;
1796
1807
  PerformanceInsightsKMSKeyId?: string | undefined;
1797
1808
  PerformanceInsightsRetentionPeriod?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.699.0",
4
+ "version": "3.709.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",
@@ -20,46 +20,46 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.699.0",
24
- "@aws-sdk/client-sts": "3.699.0",
25
- "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.699.0",
27
- "@aws-sdk/middleware-host-header": "3.696.0",
28
- "@aws-sdk/middleware-logger": "3.696.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
- "@aws-sdk/middleware-sdk-rds": "3.696.0",
31
- "@aws-sdk/middleware-user-agent": "3.696.0",
32
- "@aws-sdk/region-config-resolver": "3.696.0",
33
- "@aws-sdk/types": "3.696.0",
34
- "@aws-sdk/util-endpoints": "3.696.0",
35
- "@aws-sdk/util-user-agent-browser": "3.696.0",
36
- "@aws-sdk/util-user-agent-node": "3.696.0",
37
- "@smithy/config-resolver": "^3.0.12",
38
- "@smithy/core": "^2.5.3",
39
- "@smithy/fetch-http-handler": "^4.1.1",
40
- "@smithy/hash-node": "^3.0.10",
41
- "@smithy/invalid-dependency": "^3.0.10",
42
- "@smithy/middleware-content-length": "^3.0.12",
43
- "@smithy/middleware-endpoint": "^3.2.3",
44
- "@smithy/middleware-retry": "^3.0.27",
45
- "@smithy/middleware-serde": "^3.0.10",
46
- "@smithy/middleware-stack": "^3.0.10",
47
- "@smithy/node-config-provider": "^3.1.11",
48
- "@smithy/node-http-handler": "^3.3.1",
49
- "@smithy/protocol-http": "^4.1.7",
50
- "@smithy/smithy-client": "^3.4.4",
51
- "@smithy/types": "^3.7.1",
52
- "@smithy/url-parser": "^3.0.10",
23
+ "@aws-sdk/client-sso-oidc": "3.709.0",
24
+ "@aws-sdk/client-sts": "3.709.0",
25
+ "@aws-sdk/core": "3.709.0",
26
+ "@aws-sdk/credential-provider-node": "3.709.0",
27
+ "@aws-sdk/middleware-host-header": "3.709.0",
28
+ "@aws-sdk/middleware-logger": "3.709.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.709.0",
30
+ "@aws-sdk/middleware-sdk-rds": "3.709.0",
31
+ "@aws-sdk/middleware-user-agent": "3.709.0",
32
+ "@aws-sdk/region-config-resolver": "3.709.0",
33
+ "@aws-sdk/types": "3.709.0",
34
+ "@aws-sdk/util-endpoints": "3.709.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.709.0",
36
+ "@aws-sdk/util-user-agent-node": "3.709.0",
37
+ "@smithy/config-resolver": "^3.0.13",
38
+ "@smithy/core": "^2.5.5",
39
+ "@smithy/fetch-http-handler": "^4.1.2",
40
+ "@smithy/hash-node": "^3.0.11",
41
+ "@smithy/invalid-dependency": "^3.0.11",
42
+ "@smithy/middleware-content-length": "^3.0.13",
43
+ "@smithy/middleware-endpoint": "^3.2.5",
44
+ "@smithy/middleware-retry": "^3.0.30",
45
+ "@smithy/middleware-serde": "^3.0.11",
46
+ "@smithy/middleware-stack": "^3.0.11",
47
+ "@smithy/node-config-provider": "^3.1.12",
48
+ "@smithy/node-http-handler": "^3.3.2",
49
+ "@smithy/protocol-http": "^4.1.8",
50
+ "@smithy/smithy-client": "^3.5.0",
51
+ "@smithy/types": "^3.7.2",
52
+ "@smithy/url-parser": "^3.0.11",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.27",
57
- "@smithy/util-defaults-mode-node": "^3.0.27",
58
- "@smithy/util-endpoints": "^2.1.6",
59
- "@smithy/util-middleware": "^3.0.10",
60
- "@smithy/util-retry": "^3.0.10",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.30",
57
+ "@smithy/util-defaults-mode-node": "^3.0.30",
58
+ "@smithy/util-endpoints": "^2.1.7",
59
+ "@smithy/util-middleware": "^3.0.11",
60
+ "@smithy/util-retry": "^3.0.11",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
- "@smithy/util-waiter": "^3.1.9",
62
+ "@smithy/util-waiter": "^3.2.0",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {