@aws-sdk/client-cloudhsm-v2 3.650.0 → 3.654.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 (37) hide show
  1. package/dist-types/commands/CopyBackupToRegionCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateHsmCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteBackupCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteHsmCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeBackupsCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeClustersCommand.d.ts +11 -0
  10. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  11. package/dist-types/commands/InitializeClusterCommand.d.ts +11 -0
  12. package/dist-types/commands/ListTagsCommand.d.ts +11 -0
  13. package/dist-types/commands/ModifyBackupAttributesCommand.d.ts +11 -0
  14. package/dist-types/commands/ModifyClusterCommand.d.ts +11 -0
  15. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  16. package/dist-types/commands/RestoreBackupCommand.d.ts +11 -0
  17. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  18. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  19. package/dist-types/ts3.4/commands/CopyBackupToRegionCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/InitializeClusterCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/ModifyBackupAttributesCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/RestoreBackupCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  37. package/package.json +35 -35
@@ -92,4 +92,15 @@ declare const CopyBackupToRegionCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class CopyBackupToRegionCommand extends CopyBackupToRegionCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CopyBackupToRegionRequest;
99
+ output: CopyBackupToRegionResponse;
100
+ };
101
+ sdk: {
102
+ input: CopyBackupToRegionCommandInput;
103
+ output: CopyBackupToRegionCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -140,4 +140,15 @@ declare const CreateClusterCommand_base: {
140
140
  * @public
141
141
  */
142
142
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
143
+ /** @internal type navigation helper, not in runtime. */
144
+ protected static __types: {
145
+ api: {
146
+ input: CreateClusterRequest;
147
+ output: CreateClusterResponse;
148
+ };
149
+ sdk: {
150
+ input: CreateClusterCommandInput;
151
+ output: CreateClusterCommandOutput;
152
+ };
153
+ };
143
154
  }
@@ -89,4 +89,15 @@ declare const CreateHsmCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class CreateHsmCommand extends CreateHsmCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateHsmRequest;
96
+ output: CreateHsmResponse;
97
+ };
98
+ sdk: {
99
+ input: CreateHsmCommandInput;
100
+ output: CreateHsmCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -99,4 +99,15 @@ declare const DeleteBackupCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: DeleteBackupRequest;
106
+ output: DeleteBackupResponse;
107
+ };
108
+ sdk: {
109
+ input: DeleteBackupCommandInput;
110
+ output: DeleteBackupCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -125,4 +125,15 @@ declare const DeleteClusterCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: DeleteClusterRequest;
132
+ output: DeleteClusterResponse;
133
+ };
134
+ sdk: {
135
+ input: DeleteClusterCommandInput;
136
+ output: DeleteClusterCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -82,4 +82,15 @@ declare const DeleteHsmCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteHsmCommand extends DeleteHsmCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteHsmRequest;
89
+ output: DeleteHsmResponse;
90
+ };
91
+ sdk: {
92
+ input: DeleteHsmCommandInput;
93
+ output: DeleteHsmCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -80,4 +80,15 @@ declare const DeleteResourcePolicyCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeleteResourcePolicyRequest;
87
+ output: DeleteResourcePolicyResponse;
88
+ };
89
+ sdk: {
90
+ input: DeleteResourcePolicyCommandInput;
91
+ output: DeleteResourcePolicyCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -116,4 +116,15 @@ declare const DescribeBackupsCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class DescribeBackupsCommand extends DescribeBackupsCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: DescribeBackupsRequest;
123
+ output: DescribeBackupsResponse;
124
+ };
125
+ sdk: {
126
+ input: DescribeBackupsCommandInput;
127
+ output: DescribeBackupsCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -134,4 +134,15 @@ declare const DescribeClustersCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: DescribeClustersRequest;
141
+ output: DescribeClustersResponse;
142
+ };
143
+ sdk: {
144
+ input: DescribeClustersCommandInput;
145
+ output: DescribeClustersCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -77,4 +77,15 @@ declare const GetResourcePolicyCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: GetResourcePolicyRequest;
84
+ output: GetResourcePolicyResponse;
85
+ };
86
+ sdk: {
87
+ input: GetResourcePolicyCommandInput;
88
+ output: GetResourcePolicyCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -83,4 +83,15 @@ declare const InitializeClusterCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class InitializeClusterCommand extends InitializeClusterCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: InitializeClusterRequest;
90
+ output: InitializeClusterResponse;
91
+ };
92
+ sdk: {
93
+ input: InitializeClusterCommandInput;
94
+ output: InitializeClusterCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -93,4 +93,15 @@ declare const ListTagsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListTagsCommand extends ListTagsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListTagsRequest;
100
+ output: ListTagsResponse;
101
+ };
102
+ sdk: {
103
+ input: ListTagsCommandInput;
104
+ output: ListTagsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -98,4 +98,15 @@ declare const ModifyBackupAttributesCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class ModifyBackupAttributesCommand extends ModifyBackupAttributesCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: ModifyBackupAttributesRequest;
105
+ output: ModifyBackupAttributesResponse;
106
+ };
107
+ sdk: {
108
+ input: ModifyBackupAttributesCommandInput;
109
+ output: ModifyBackupAttributesCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -125,4 +125,15 @@ declare const ModifyClusterCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class ModifyClusterCommand extends ModifyClusterCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: ModifyClusterRequest;
132
+ output: ModifyClusterResponse;
133
+ };
134
+ sdk: {
135
+ input: ModifyClusterCommandInput;
136
+ output: ModifyClusterCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -96,4 +96,15 @@ declare const PutResourcePolicyCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: PutResourcePolicyRequest;
103
+ output: PutResourcePolicyResponse;
104
+ };
105
+ sdk: {
106
+ input: PutResourcePolicyCommandInput;
107
+ output: PutResourcePolicyCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -99,4 +99,15 @@ declare const RestoreBackupCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class RestoreBackupCommand extends RestoreBackupCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: RestoreBackupRequest;
106
+ output: RestoreBackupResponse;
107
+ };
108
+ sdk: {
109
+ input: RestoreBackupCommandInput;
110
+ output: RestoreBackupCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -84,4 +84,15 @@ declare const TagResourceCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class TagResourceCommand extends TagResourceCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: TagResourceRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: TagResourceCommandInput;
95
+ output: TagResourceCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -81,4 +81,15 @@ declare const UntagResourceCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UntagResourceRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: UntagResourceCommandInput;
92
+ output: UntagResourceCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -37,4 +37,15 @@ declare const CopyBackupToRegionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CopyBackupToRegionCommand extends CopyBackupToRegionCommand_base {}
40
+ export declare class CopyBackupToRegionCommand extends CopyBackupToRegionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CopyBackupToRegionRequest;
44
+ output: CopyBackupToRegionResponse;
45
+ };
46
+ sdk: {
47
+ input: CopyBackupToRegionCommandInput;
48
+ output: CopyBackupToRegionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateClusterCommand extends CreateClusterCommand_base {}
39
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateClusterRequest;
43
+ output: CreateClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateClusterCommandInput;
47
+ output: CreateClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateHsmCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateHsmCommand extends CreateHsmCommand_base {}
36
+ export declare class CreateHsmCommand extends CreateHsmCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateHsmRequest;
40
+ output: CreateHsmResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateHsmCommandInput;
44
+ output: CreateHsmCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteBackupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBackupCommand extends DeleteBackupCommand_base {}
36
+ export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBackupRequest;
40
+ output: DeleteBackupResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteBackupCommandInput;
44
+ output: DeleteBackupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
39
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteClusterRequest;
43
+ output: DeleteClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteClusterCommandInput;
47
+ output: DeleteClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DeleteHsmCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteHsmCommand extends DeleteHsmCommand_base {}
36
+ export declare class DeleteHsmCommand extends DeleteHsmCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteHsmRequest;
40
+ output: DeleteHsmResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteHsmCommandInput;
44
+ output: DeleteHsmCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
40
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourcePolicyRequest;
44
+ output: DeleteResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteResourcePolicyCommandInput;
48
+ output: DeleteResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeBackupsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeBackupsCommand extends DescribeBackupsCommand_base {}
39
+ export declare class DescribeBackupsCommand extends DescribeBackupsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeBackupsRequest;
43
+ output: DescribeBackupsResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeBackupsCommandInput;
47
+ output: DescribeBackupsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribeClustersCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeClustersCommand extends DescribeClustersCommand_base {}
39
+ export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeClustersRequest;
43
+ output: DescribeClustersResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeClustersCommandInput;
47
+ output: DescribeClustersCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
40
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcePolicyRequest;
44
+ output: GetResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourcePolicyCommandInput;
48
+ output: GetResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const InitializeClusterCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class InitializeClusterCommand extends InitializeClusterCommand_base {}
40
+ export declare class InitializeClusterCommand extends InitializeClusterCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: InitializeClusterRequest;
44
+ output: InitializeClusterResponse;
45
+ };
46
+ sdk: {
47
+ input: InitializeClusterCommandInput;
48
+ output: InitializeClusterCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListTagsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListTagsCommand extends ListTagsCommand_base {}
36
+ export declare class ListTagsCommand extends ListTagsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListTagsRequest;
40
+ output: ListTagsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListTagsCommandInput;
44
+ output: ListTagsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ModifyBackupAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ModifyBackupAttributesCommand extends ModifyBackupAttributesCommand_base {}
40
+ export declare class ModifyBackupAttributesCommand extends ModifyBackupAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ModifyBackupAttributesRequest;
44
+ output: ModifyBackupAttributesResponse;
45
+ };
46
+ sdk: {
47
+ input: ModifyBackupAttributesCommandInput;
48
+ output: ModifyBackupAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ModifyClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ModifyClusterCommand extends ModifyClusterCommand_base {}
39
+ export declare class ModifyClusterCommand extends ModifyClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ModifyClusterRequest;
43
+ output: ModifyClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: ModifyClusterCommandInput;
47
+ output: ModifyClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
40
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourcePolicyRequest;
44
+ output: PutResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: PutResourcePolicyCommandInput;
48
+ output: PutResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const RestoreBackupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RestoreBackupCommand extends RestoreBackupCommand_base {}
39
+ export declare class RestoreBackupCommand extends RestoreBackupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RestoreBackupRequest;
43
+ output: RestoreBackupResponse;
44
+ };
45
+ sdk: {
46
+ input: RestoreBackupCommandInput;
47
+ output: RestoreBackupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudhsm-v2",
3
3
  "description": "AWS SDK for JavaScript Cloudhsm V2 Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.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-cloudhsm-v2",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },