@aws-sdk/client-timestream-influxdb 3.1116.0 → 3.1118.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1115.0";
72
+ var version = "3.1117.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -392,6 +392,7 @@ const _dTu = "durationType";
392
392
  const _dVCDFH = "distinctValueCacheDisableFromHistory";
393
393
  const _e = "error";
394
394
  const _eA = "expiresAfter";
395
+ const _eDPGI = "effectiveDbParameterGroupIdentifier";
395
396
  const _eMPB = "execMemPoolBytes";
396
397
  const _eT = "engineType";
397
398
  const _en = "endpoint";
@@ -697,8 +698,8 @@ var GetDbClusterInput$ = [3, n0, _GDCI,
697
698
  ];
698
699
  var GetDbClusterOutput$ = [3, n0, _GDCO,
699
700
  0,
700
- [_i, _n, _a, _st, _en, _rE, _p, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGIb, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC, _dBC, _kKI],
701
- [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 5, 5, 0, 64 | 0, 64 | 0, 0, () => ClusterConfiguration$, () => DbBackupConfigurationOutputList, 0], 3
701
+ [_i, _n, _a, _st, _en, _rE, _p, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGIb, _eDPGI, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC, _dBC, _kKI],
702
+ [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 5, 5, 0, 64 | 0, 64 | 0, 0, () => ClusterConfiguration$, () => DbBackupConfigurationOutputList, 0], 3
702
703
  ];
703
704
  var GetDbInstanceInput$ = [3, n0, _GDII,
704
705
  0,
@@ -153,6 +153,7 @@ const _dTu = "durationType";
153
153
  const _dVCDFH = "distinctValueCacheDisableFromHistory";
154
154
  const _e = "error";
155
155
  const _eA = "expiresAfter";
156
+ const _eDPGI = "effectiveDbParameterGroupIdentifier";
156
157
  const _eMPB = "execMemPoolBytes";
157
158
  const _eT = "engineType";
158
159
  const _en = "endpoint";
@@ -461,8 +462,8 @@ export var GetDbClusterInput$ = [3, n0, _GDCI,
461
462
  ];
462
463
  export var GetDbClusterOutput$ = [3, n0, _GDCO,
463
464
  0,
464
- [_i, _n, _a, _st, _en, _rE, _p, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGIb, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC, _dBC, _kKI],
465
- [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 5, 5, 0, 64 | 0, 64 | 0, 0, () => ClusterConfiguration$, () => DbBackupConfigurationOutputList, 0], 3
465
+ [_i, _n, _a, _st, _en, _rE, _p, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGIb, _eDPGI, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC, _dBC, _kKI],
466
+ [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 5, 5, 0, 64 | 0, 64 | 0, 0, () => ClusterConfiguration$, () => DbBackupConfigurationOutputList, 0], 3
466
467
  ];
467
468
  export var GetDbInstanceInput$ = [3, n0, _GDII,
468
469
  0,
@@ -54,6 +54,7 @@ declare const GetDbClusterCommand_base: {
54
54
  * // engineType: "INFLUXDB_V2" || "INFLUXDB_V3_CORE" || "INFLUXDB_V3_ENTERPRISE",
55
55
  * // publiclyAccessible: true || false,
56
56
  * // dbParameterGroupIdentifier: "STRING_VALUE",
57
+ * // effectiveDbParameterGroupIdentifier: "STRING_VALUE",
57
58
  * // logDeliveryConfiguration: { // LogDeliveryConfiguration
58
59
  * // s3Configuration: { // S3Configuration
59
60
  * // bucketName: "STRING_VALUE", // required
@@ -1017,6 +1017,11 @@ export interface GetDbClusterOutput {
1017
1017
  * @public
1018
1018
  */
1019
1019
  dbParameterGroupIdentifier?: string | undefined;
1020
+ /**
1021
+ * <p>The ID of the DB parameter group actually applied to your DB cluster. When the service applies optimized defaults, it creates a service-managed DB parameter group and this field reflects that group, while dbParameterGroupIdentifier reflects the customer-provided DB parameter group. When no service-managed DB parameter group is applied, this value matches dbParameterGroupIdentifier.</p>
1022
+ * @public
1023
+ */
1024
+ effectiveDbParameterGroupIdentifier?: string | undefined;
1020
1025
  /**
1021
1026
  * <p>Configuration for sending InfluxDB engine logs to send to specified S3 bucket.</p>
1022
1027
  * @public
@@ -243,6 +243,7 @@ export interface GetDbClusterOutput {
243
243
  engineType?: EngineType | undefined;
244
244
  publiclyAccessible?: boolean | undefined;
245
245
  dbParameterGroupIdentifier?: string | undefined;
246
+ effectiveDbParameterGroupIdentifier?: string | undefined;
246
247
  logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
247
248
  maintenanceSchedule?: MaintenanceSchedule | undefined;
248
249
  lastMaintenanceTime?: Date | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-timestream-influxdb",
3
- "version": "3.1116.0",
3
+ "version": "3.1118.0",
4
4
  "description": "AWS SDK for JavaScript Timestream Influxdb Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-timestream-influxdb",
6
6
  "license": "Apache-2.0",