@aws-sdk/client-docdb 3.428.0 → 3.429.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.
@@ -2954,7 +2954,7 @@ export interface Parameter {
2954
2954
  * @public
2955
2955
  * <p>Indicates when to apply parameter updates.</p>
2956
2956
  */
2957
- ApplyMethod?: ApplyMethod | string;
2957
+ ApplyMethod?: ApplyMethod;
2958
2958
  }
2959
2959
  /**
2960
2960
  * @public
@@ -3698,7 +3698,7 @@ export interface DescribeEventsMessage {
3698
3698
  * @public
3699
3699
  * <p>The event source to retrieve events for. If no value is specified, all events are returned.</p>
3700
3700
  */
3701
- SourceType?: SourceType | string;
3701
+ SourceType?: SourceType;
3702
3702
  /**
3703
3703
  * @public
3704
3704
  * <p> The beginning of the time interval to retrieve events for, specified in ISO 8601 format. </p>
@@ -3760,7 +3760,7 @@ export interface Event {
3760
3760
  * @public
3761
3761
  * <p>Specifies the source type for this event.</p>
3762
3762
  */
3763
- SourceType?: SourceType | string;
3763
+ SourceType?: SourceType;
3764
3764
  /**
3765
3765
  * @public
3766
3766
  * <p>Provides the text of this event.</p>
@@ -806,7 +806,7 @@ export interface Parameter {
806
806
  AllowedValues?: string;
807
807
  IsModifiable?: boolean;
808
808
  MinimumEngineVersion?: string;
809
- ApplyMethod?: ApplyMethod | string;
809
+ ApplyMethod?: ApplyMethod;
810
810
  }
811
811
  export interface DBClusterParameterGroupDetails {
812
812
  Parameters?: Parameter[];
@@ -945,7 +945,7 @@ export declare const SourceType: {
945
945
  export type SourceType = (typeof SourceType)[keyof typeof SourceType];
946
946
  export interface DescribeEventsMessage {
947
947
  SourceIdentifier?: string;
948
- SourceType?: SourceType | string;
948
+ SourceType?: SourceType;
949
949
  StartTime?: Date;
950
950
  EndTime?: Date;
951
951
  Duration?: number;
@@ -956,7 +956,7 @@ export interface DescribeEventsMessage {
956
956
  }
957
957
  export interface Event {
958
958
  SourceIdentifier?: string;
959
- SourceType?: SourceType | string;
959
+ SourceType?: SourceType;
960
960
  Message?: string;
961
961
  EventCategories?: string[];
962
962
  Date?: Date;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-docdb",
3
3
  "description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
- "@aws-sdk/middleware-sdk-rds": "3.428.0",
29
+ "@aws-sdk/middleware-sdk-rds": "3.429.0",
30
30
  "@aws-sdk/middleware-signing": "3.428.0",
31
31
  "@aws-sdk/middleware-user-agent": "3.428.0",
32
32
  "@aws-sdk/region-config-resolver": "3.428.0",
@@ -39,7 +39,7 @@
39
39
  "@smithy/hash-node": "^2.0.11",
40
40
  "@smithy/invalid-dependency": "^2.0.11",
41
41
  "@smithy/middleware-content-length": "^2.0.13",
42
- "@smithy/middleware-endpoint": "^2.1.0",
42
+ "@smithy/middleware-endpoint": "^2.1.1",
43
43
  "@smithy/middleware-retry": "^2.0.16",
44
44
  "@smithy/middleware-serde": "^2.0.11",
45
45
  "@smithy/middleware-stack": "^2.0.5",