@aws-sdk/client-dlm 3.590.0 → 3.596.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
@@ -205,7 +205,6 @@ var DLMClient = _DLMClient;
205
205
 
206
206
  var import_middleware_serde = require("@smithy/middleware-serde");
207
207
 
208
- var import_types = require("@smithy/types");
209
208
 
210
209
  // src/protocols/Aws_restJson1.ts
211
210
  var import_core2 = require("@aws-sdk/core");
@@ -735,7 +734,6 @@ var CreateLifecyclePolicyCommand = _CreateLifecyclePolicyCommand;
735
734
 
736
735
 
737
736
 
738
-
739
737
  var _DeleteLifecyclePolicyCommand = class _DeleteLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
740
738
  ...commonParams
741
739
  }).m(function(Command, cs, config, o) {
@@ -752,7 +750,6 @@ var DeleteLifecyclePolicyCommand = _DeleteLifecyclePolicyCommand;
752
750
 
753
751
 
754
752
 
755
-
756
753
  var _GetLifecyclePoliciesCommand = class _GetLifecyclePoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
757
754
  ...commonParams
758
755
  }).m(function(Command, cs, config, o) {
@@ -769,7 +766,6 @@ var GetLifecyclePoliciesCommand = _GetLifecyclePoliciesCommand;
769
766
 
770
767
 
771
768
 
772
-
773
769
  var _GetLifecyclePolicyCommand = class _GetLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
774
770
  ...commonParams
775
771
  }).m(function(Command, cs, config, o) {
@@ -786,7 +782,6 @@ var GetLifecyclePolicyCommand = _GetLifecyclePolicyCommand;
786
782
 
787
783
 
788
784
 
789
-
790
785
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
791
786
  ...commonParams
792
787
  }).m(function(Command, cs, config, o) {
@@ -803,7 +798,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
803
798
 
804
799
 
805
800
 
806
-
807
801
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
808
802
  ...commonParams
809
803
  }).m(function(Command, cs, config, o) {
@@ -820,7 +814,6 @@ var TagResourceCommand = _TagResourceCommand;
820
814
 
821
815
 
822
816
 
823
-
824
817
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
825
818
  ...commonParams
826
819
  }).m(function(Command, cs, config, o) {
@@ -837,7 +830,6 @@ var UntagResourceCommand = _UntagResourceCommand;
837
830
 
838
831
 
839
832
 
840
-
841
833
  var _UpdateLifecyclePolicyCommand = class _UpdateLifecyclePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
842
834
  ...commonParams
843
835
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateLifecyclePolicyRequest, CreateLifecyclePolicyResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetLifecyclePoliciesRequest, GetLifecyclePoliciesResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetLifecyclePolicyRequest, GetLifecyclePolicyResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateLifecyclePolicyRequest, UpdateLifecyclePolicyResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -12,8 +12,8 @@
12
12
  export * from "./DLMClient";
13
13
  export * from "./DLM";
14
14
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
15
- export { RuntimeExtension } from "./runtimeExtensions";
16
- export { DLMExtensionConfiguration } from "./extensionConfiguration";
15
+ export type { RuntimeExtension } from "./runtimeExtensions";
16
+ export type { DLMExtensionConfiguration } from "./extensionConfiguration";
17
17
  export * from "./commands";
18
18
  export * from "./models";
19
19
  export { DLMServiceException } from "./models/DLMServiceException";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateLifecyclePolicyRequest,
10
10
  CreateLifecyclePolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateLifecyclePolicyCommandInput
14
15
  extends CreateLifecyclePolicyRequest {}
15
16
  export interface CreateLifecyclePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteLifecyclePolicyRequest,
10
10
  DeleteLifecyclePolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteLifecyclePolicyCommandInput
14
15
  extends DeleteLifecyclePolicyRequest {}
15
16
  export interface DeleteLifecyclePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetLifecyclePoliciesRequest,
10
10
  GetLifecyclePoliciesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetLifecyclePoliciesCommandInput
14
15
  extends GetLifecyclePoliciesRequest {}
15
16
  export interface GetLifecyclePoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetLifecyclePolicyRequest,
10
10
  GetLifecyclePolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetLifecyclePolicyCommandInput
14
15
  extends GetLifecyclePolicyRequest {}
15
16
  export interface GetLifecyclePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DLMClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateLifecyclePolicyRequest,
10
10
  UpdateLifecyclePolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateLifecyclePolicyCommandInput
14
15
  extends UpdateLifecyclePolicyRequest {}
15
16
  export interface UpdateLifecyclePolicyCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class DLMServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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,10 +20,10 @@
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-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",