@aws-sdk/client-docdb 3.428.0 → 3.430.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.430.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,29 +21,29 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.430.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.430.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.
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "3.430.0",
|
|
30
30
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
31
31
|
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.430.0",
|
|
33
33
|
"@aws-sdk/types": "3.428.0",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.428.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.0.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.15",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.2.3",
|
|
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.
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.17",
|
|
44
44
|
"@smithy/middleware-serde": "^2.0.11",
|
|
45
45
|
"@smithy/middleware-stack": "^2.0.5",
|
|
46
|
-
"@smithy/node-config-provider": "^2.1.
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.2",
|
|
47
47
|
"@smithy/node-http-handler": "^2.1.7",
|
|
48
48
|
"@smithy/protocol-http": "^3.0.7",
|
|
49
49
|
"@smithy/smithy-client": "^2.1.11",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
55
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
57
57
|
"@smithy/util-retry": "^2.0.4",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
59
|
"@smithy/util-waiter": "^2.0.11",
|