@aws-sdk/client-docdb-elastic 3.928.0 → 3.930.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 (43) hide show
  1. package/dist-cjs/index.js +729 -830
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DocDBElasticClient.js +2 -0
  4. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -9
  5. package/dist-es/commands/CopyClusterSnapshotCommand.js +3 -9
  6. package/dist-es/commands/CreateClusterCommand.js +3 -10
  7. package/dist-es/commands/CreateClusterSnapshotCommand.js +3 -9
  8. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  9. package/dist-es/commands/DeleteClusterSnapshotCommand.js +3 -9
  10. package/dist-es/commands/GetClusterCommand.js +3 -9
  11. package/dist-es/commands/GetClusterSnapshotCommand.js +3 -9
  12. package/dist-es/commands/GetPendingMaintenanceActionCommand.js +3 -9
  13. package/dist-es/commands/ListClusterSnapshotsCommand.js +3 -9
  14. package/dist-es/commands/ListClustersCommand.js +3 -9
  15. package/dist-es/commands/ListPendingMaintenanceActionsCommand.js +3 -9
  16. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  17. package/dist-es/commands/RestoreClusterFromSnapshotCommand.js +3 -9
  18. package/dist-es/commands/StartClusterCommand.js +3 -9
  19. package/dist-es/commands/StopClusterCommand.js +3 -9
  20. package/dist-es/commands/TagResourceCommand.js +3 -9
  21. package/dist-es/commands/UntagResourceCommand.js +3 -9
  22. package/dist-es/commands/UpdateClusterCommand.js +3 -10
  23. package/dist-es/models/models_0.js +0 -9
  24. package/dist-es/runtimeConfig.shared.js +2 -0
  25. package/dist-es/schemas/schemas_0.js +677 -0
  26. package/dist-types/DocDBElasticClient.d.ts +10 -1
  27. package/dist-types/models/models_0.d.ts +0 -8
  28. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  29. package/dist-types/runtimeConfig.d.ts +1 -0
  30. package/dist-types/runtimeConfig.native.d.ts +1 -0
  31. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  32. package/dist-types/schemas/schemas_0.d.ts +84 -0
  33. package/dist-types/ts3.4/DocDBElasticClient.d.ts +4 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +90 -0
  40. package/package.json +33 -34
  41. package/dist-es/protocols/Aws_restJson1.js +0 -673
  42. package/dist-types/protocols/Aws_restJson1.d.ts +0 -173
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -233
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: DocDBElasticClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: DocDBElasticClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: DocDBElasticClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: DocDBElasticClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DocDBElasticHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,84 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var Password: StaticSimpleSchema;
3
+ export declare var AccessDeniedException: StaticErrorSchema;
4
+ export declare var ApplyPendingMaintenanceActionInput: StaticStructureSchema;
5
+ export declare var ApplyPendingMaintenanceActionOutput: StaticStructureSchema;
6
+ export declare var Cluster: StaticStructureSchema;
7
+ export declare var ClusterInList: StaticStructureSchema;
8
+ export declare var ClusterSnapshot: StaticStructureSchema;
9
+ export declare var ClusterSnapshotInList: StaticStructureSchema;
10
+ export declare var ConflictException: StaticErrorSchema;
11
+ export declare var CopyClusterSnapshotInput: StaticStructureSchema;
12
+ export declare var CopyClusterSnapshotOutput: StaticStructureSchema;
13
+ export declare var CreateClusterInput: StaticStructureSchema;
14
+ export declare var CreateClusterOutput: StaticStructureSchema;
15
+ export declare var CreateClusterSnapshotInput: StaticStructureSchema;
16
+ export declare var CreateClusterSnapshotOutput: StaticStructureSchema;
17
+ export declare var DeleteClusterInput: StaticStructureSchema;
18
+ export declare var DeleteClusterOutput: StaticStructureSchema;
19
+ export declare var DeleteClusterSnapshotInput: StaticStructureSchema;
20
+ export declare var DeleteClusterSnapshotOutput: StaticStructureSchema;
21
+ export declare var GetClusterInput: StaticStructureSchema;
22
+ export declare var GetClusterOutput: StaticStructureSchema;
23
+ export declare var GetClusterSnapshotInput: StaticStructureSchema;
24
+ export declare var GetClusterSnapshotOutput: StaticStructureSchema;
25
+ export declare var GetPendingMaintenanceActionInput: StaticStructureSchema;
26
+ export declare var GetPendingMaintenanceActionOutput: StaticStructureSchema;
27
+ export declare var InternalServerException: StaticErrorSchema;
28
+ export declare var ListClustersInput: StaticStructureSchema;
29
+ export declare var ListClusterSnapshotsInput: StaticStructureSchema;
30
+ export declare var ListClusterSnapshotsOutput: StaticStructureSchema;
31
+ export declare var ListClustersOutput: StaticStructureSchema;
32
+ export declare var ListPendingMaintenanceActionsInput: StaticStructureSchema;
33
+ export declare var ListPendingMaintenanceActionsOutput: StaticStructureSchema;
34
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
35
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
36
+ export declare var PendingMaintenanceActionDetails: StaticStructureSchema;
37
+ export declare var ResourceNotFoundException: StaticErrorSchema;
38
+ export declare var ResourcePendingMaintenanceAction: StaticStructureSchema;
39
+ export declare var RestoreClusterFromSnapshotInput: StaticStructureSchema;
40
+ export declare var RestoreClusterFromSnapshotOutput: StaticStructureSchema;
41
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
42
+ export declare var Shard: StaticStructureSchema;
43
+ export declare var StartClusterInput: StaticStructureSchema;
44
+ export declare var StartClusterOutput: StaticStructureSchema;
45
+ export declare var StopClusterInput: StaticStructureSchema;
46
+ export declare var StopClusterOutput: StaticStructureSchema;
47
+ export declare var TagResourceRequest: StaticStructureSchema;
48
+ export declare var TagResourceResponse: StaticStructureSchema;
49
+ export declare var ThrottlingException: StaticErrorSchema;
50
+ export declare var UntagResourceRequest: StaticStructureSchema;
51
+ export declare var UntagResourceResponse: StaticStructureSchema;
52
+ export declare var UpdateClusterInput: StaticStructureSchema;
53
+ export declare var UpdateClusterOutput: StaticStructureSchema;
54
+ export declare var ValidationException: StaticErrorSchema;
55
+ export declare var ValidationExceptionField: StaticStructureSchema;
56
+ export declare var DocDBElasticServiceException: StaticErrorSchema;
57
+ export declare var ClusterList: StaticListSchema;
58
+ export declare var ClusterSnapshotList: StaticListSchema;
59
+ export declare var PendingMaintenanceActionDetailsList: StaticListSchema;
60
+ export declare var ResourcePendingMaintenanceActionList: StaticListSchema;
61
+ export declare var ShardList: StaticListSchema;
62
+ export declare var StringList: number;
63
+ export declare var TagKeyList: number;
64
+ export declare var ValidationExceptionFieldList: StaticListSchema;
65
+ export declare var TagMap: number;
66
+ export declare var ApplyPendingMaintenanceAction: StaticOperationSchema;
67
+ export declare var CopyClusterSnapshot: StaticOperationSchema;
68
+ export declare var CreateCluster: StaticOperationSchema;
69
+ export declare var CreateClusterSnapshot: StaticOperationSchema;
70
+ export declare var DeleteCluster: StaticOperationSchema;
71
+ export declare var DeleteClusterSnapshot: StaticOperationSchema;
72
+ export declare var GetCluster: StaticOperationSchema;
73
+ export declare var GetClusterSnapshot: StaticOperationSchema;
74
+ export declare var GetPendingMaintenanceAction: StaticOperationSchema;
75
+ export declare var ListClusters: StaticOperationSchema;
76
+ export declare var ListClusterSnapshots: StaticOperationSchema;
77
+ export declare var ListPendingMaintenanceActions: StaticOperationSchema;
78
+ export declare var ListTagsForResource: StaticOperationSchema;
79
+ export declare var RestoreClusterFromSnapshot: StaticOperationSchema;
80
+ export declare var StartCluster: StaticOperationSchema;
81
+ export declare var StopCluster: StaticOperationSchema;
82
+ export declare var TagResource: StaticOperationSchema;
83
+ export declare var UntagResource: StaticOperationSchema;
84
+ export declare var UpdateCluster: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -192,6 +195,7 @@ export interface ClientDefaults
192
195
  retryMode?: string | __Provider<string>;
193
196
  logger?: __Logger;
194
197
  extensions?: RuntimeExtension[];
198
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
195
199
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
196
200
  }
197
201
  export type DocDBElasticClientConfigType = Partial<
@@ -339,9 +339,3 @@ export interface UpdateClusterInput {
339
339
  export interface UpdateClusterOutput {
340
340
  cluster: Cluster | undefined;
341
341
  }
342
- export declare const CreateClusterInputFilterSensitiveLog: (
343
- obj: CreateClusterInput
344
- ) => any;
345
- export declare const UpdateClusterInputFilterSensitiveLog: (
346
- obj: UpdateClusterInput
347
- ) => any;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: DocDBElasticClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: DocDBElasticClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: DocDBElasticClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: DocDBElasticClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DocDBElasticHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,90 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticOperationSchema,
5
+ StaticSimpleSchema,
6
+ StaticStructureSchema,
7
+ } from "@smithy/types";
8
+ export declare var Password: StaticSimpleSchema;
9
+ export declare var AccessDeniedException: StaticErrorSchema;
10
+ export declare var ApplyPendingMaintenanceActionInput: StaticStructureSchema;
11
+ export declare var ApplyPendingMaintenanceActionOutput: StaticStructureSchema;
12
+ export declare var Cluster: StaticStructureSchema;
13
+ export declare var ClusterInList: StaticStructureSchema;
14
+ export declare var ClusterSnapshot: StaticStructureSchema;
15
+ export declare var ClusterSnapshotInList: StaticStructureSchema;
16
+ export declare var ConflictException: StaticErrorSchema;
17
+ export declare var CopyClusterSnapshotInput: StaticStructureSchema;
18
+ export declare var CopyClusterSnapshotOutput: StaticStructureSchema;
19
+ export declare var CreateClusterInput: StaticStructureSchema;
20
+ export declare var CreateClusterOutput: StaticStructureSchema;
21
+ export declare var CreateClusterSnapshotInput: StaticStructureSchema;
22
+ export declare var CreateClusterSnapshotOutput: StaticStructureSchema;
23
+ export declare var DeleteClusterInput: StaticStructureSchema;
24
+ export declare var DeleteClusterOutput: StaticStructureSchema;
25
+ export declare var DeleteClusterSnapshotInput: StaticStructureSchema;
26
+ export declare var DeleteClusterSnapshotOutput: StaticStructureSchema;
27
+ export declare var GetClusterInput: StaticStructureSchema;
28
+ export declare var GetClusterOutput: StaticStructureSchema;
29
+ export declare var GetClusterSnapshotInput: StaticStructureSchema;
30
+ export declare var GetClusterSnapshotOutput: StaticStructureSchema;
31
+ export declare var GetPendingMaintenanceActionInput: StaticStructureSchema;
32
+ export declare var GetPendingMaintenanceActionOutput: StaticStructureSchema;
33
+ export declare var InternalServerException: StaticErrorSchema;
34
+ export declare var ListClustersInput: StaticStructureSchema;
35
+ export declare var ListClusterSnapshotsInput: StaticStructureSchema;
36
+ export declare var ListClusterSnapshotsOutput: StaticStructureSchema;
37
+ export declare var ListClustersOutput: StaticStructureSchema;
38
+ export declare var ListPendingMaintenanceActionsInput: StaticStructureSchema;
39
+ export declare var ListPendingMaintenanceActionsOutput: StaticStructureSchema;
40
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
41
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
42
+ export declare var PendingMaintenanceActionDetails: StaticStructureSchema;
43
+ export declare var ResourceNotFoundException: StaticErrorSchema;
44
+ export declare var ResourcePendingMaintenanceAction: StaticStructureSchema;
45
+ export declare var RestoreClusterFromSnapshotInput: StaticStructureSchema;
46
+ export declare var RestoreClusterFromSnapshotOutput: StaticStructureSchema;
47
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
48
+ export declare var Shard: StaticStructureSchema;
49
+ export declare var StartClusterInput: StaticStructureSchema;
50
+ export declare var StartClusterOutput: StaticStructureSchema;
51
+ export declare var StopClusterInput: StaticStructureSchema;
52
+ export declare var StopClusterOutput: StaticStructureSchema;
53
+ export declare var TagResourceRequest: StaticStructureSchema;
54
+ export declare var TagResourceResponse: StaticStructureSchema;
55
+ export declare var ThrottlingException: StaticErrorSchema;
56
+ export declare var UntagResourceRequest: StaticStructureSchema;
57
+ export declare var UntagResourceResponse: StaticStructureSchema;
58
+ export declare var UpdateClusterInput: StaticStructureSchema;
59
+ export declare var UpdateClusterOutput: StaticStructureSchema;
60
+ export declare var ValidationException: StaticErrorSchema;
61
+ export declare var ValidationExceptionField: StaticStructureSchema;
62
+ export declare var DocDBElasticServiceException: StaticErrorSchema;
63
+ export declare var ClusterList: StaticListSchema;
64
+ export declare var ClusterSnapshotList: StaticListSchema;
65
+ export declare var PendingMaintenanceActionDetailsList: StaticListSchema;
66
+ export declare var ResourcePendingMaintenanceActionList: StaticListSchema;
67
+ export declare var ShardList: StaticListSchema;
68
+ export declare var StringList: number;
69
+ export declare var TagKeyList: number;
70
+ export declare var ValidationExceptionFieldList: StaticListSchema;
71
+ export declare var TagMap: number;
72
+ export declare var ApplyPendingMaintenanceAction: StaticOperationSchema;
73
+ export declare var CopyClusterSnapshot: StaticOperationSchema;
74
+ export declare var CreateCluster: StaticOperationSchema;
75
+ export declare var CreateClusterSnapshot: StaticOperationSchema;
76
+ export declare var DeleteCluster: StaticOperationSchema;
77
+ export declare var DeleteClusterSnapshot: StaticOperationSchema;
78
+ export declare var GetCluster: StaticOperationSchema;
79
+ export declare var GetClusterSnapshot: StaticOperationSchema;
80
+ export declare var GetPendingMaintenanceAction: StaticOperationSchema;
81
+ export declare var ListClusters: StaticOperationSchema;
82
+ export declare var ListClusterSnapshots: StaticOperationSchema;
83
+ export declare var ListPendingMaintenanceActions: StaticOperationSchema;
84
+ export declare var ListTagsForResource: StaticOperationSchema;
85
+ export declare var RestoreClusterFromSnapshot: StaticOperationSchema;
86
+ export declare var StartCluster: StaticOperationSchema;
87
+ export declare var StopCluster: StaticOperationSchema;
88
+ export declare var TagResource: StaticOperationSchema;
89
+ export declare var UntagResource: StaticOperationSchema;
90
+ export declare var UpdateCluster: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-docdb-elastic",
3
3
  "description": "AWS SDK for JavaScript Docdb Elastic Client for Node.js, Browser and React Native",
4
- "version": "3.928.0",
4
+ "version": "3.930.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-docdb-elastic",
@@ -20,43 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.928.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
- "@smithy/uuid": "^1.1.0",
60
59
  "tslib": "^2.6.2"
61
60
  },
62
61
  "devDependencies": {