@aws-sdk/client-dlm 3.496.0 → 3.499.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 +22 -21
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1032,36 +1032,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1032
1032
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1033
1033
|
|
|
1034
1034
|
0 && (module.exports = {
|
|
1035
|
-
CreateLifecyclePolicyCommand,
|
|
1036
|
-
DLM,
|
|
1037
|
-
DLMClient,
|
|
1038
1035
|
DLMServiceException,
|
|
1039
|
-
|
|
1040
|
-
|
|
1036
|
+
__Client,
|
|
1037
|
+
DLMClient,
|
|
1038
|
+
DLM,
|
|
1039
|
+
$Command,
|
|
1040
|
+
CreateLifecyclePolicyCommand,
|
|
1041
1041
|
DeleteLifecyclePolicyCommand,
|
|
1042
|
-
EventSourceValues,
|
|
1043
|
-
EventTypeValues,
|
|
1044
|
-
ExecutionHandlerServiceValues,
|
|
1045
1042
|
GetLifecyclePoliciesCommand,
|
|
1046
1043
|
GetLifecyclePolicyCommand,
|
|
1047
|
-
GettablePolicyStateValues,
|
|
1048
|
-
InternalServerException,
|
|
1049
|
-
IntervalUnitValues,
|
|
1050
|
-
InvalidRequestException,
|
|
1051
|
-
LimitExceededException,
|
|
1052
1044
|
ListTagsForResourceCommand,
|
|
1053
|
-
|
|
1045
|
+
TagResourceCommand,
|
|
1046
|
+
UntagResourceCommand,
|
|
1047
|
+
UpdateLifecyclePolicyCommand,
|
|
1048
|
+
RetentionIntervalUnitValues,
|
|
1049
|
+
DefaultPolicyTypeValues,
|
|
1050
|
+
EventTypeValues,
|
|
1051
|
+
EventSourceValues,
|
|
1054
1052
|
PolicyLanguageValues,
|
|
1055
1053
|
PolicyTypeValues,
|
|
1056
1054
|
ResourceLocationValues,
|
|
1057
|
-
ResourceNotFoundException,
|
|
1058
1055
|
ResourceTypeValues,
|
|
1059
|
-
|
|
1060
|
-
|
|
1056
|
+
IntervalUnitValues,
|
|
1057
|
+
LocationValues,
|
|
1058
|
+
ExecutionHandlerServiceValues,
|
|
1061
1059
|
StageValues,
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1060
|
+
SettablePolicyStateValues,
|
|
1061
|
+
InternalServerException,
|
|
1062
|
+
InvalidRequestException,
|
|
1063
|
+
LimitExceededException,
|
|
1064
|
+
DefaultPoliciesTypeValues,
|
|
1065
|
+
ResourceNotFoundException,
|
|
1066
|
+
GettablePolicyStateValues
|
|
1066
1067
|
});
|
|
1067
1068
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dlm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dlm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-dlm",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|