@aws-sdk/client-cloudhsm-v2 3.588.0 → 3.592.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 (39) hide show
  1. package/dist-cjs/index.js +0 -15
  2. package/dist-types/CloudHSMV2Client.d.ts +4 -4
  3. package/dist-types/commands/CopyBackupToRegionCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateHsmCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteBackupCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteHsmCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
  11. package/dist-types/commands/InitializeClusterCommand.d.ts +2 -1
  12. package/dist-types/commands/ListTagsCommand.d.ts +2 -1
  13. package/dist-types/commands/ModifyBackupAttributesCommand.d.ts +2 -1
  14. package/dist-types/commands/ModifyClusterCommand.d.ts +2 -1
  15. package/dist-types/commands/RestoreBackupCommand.d.ts +2 -1
  16. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  18. package/dist-types/index.d.ts +2 -2
  19. package/dist-types/models/CloudHSMV2ServiceException.d.ts +2 -1
  20. package/dist-types/runtimeConfig.native.d.ts +1 -1
  21. package/dist-types/ts3.4/CloudHSMV2Client.d.ts +1 -1
  22. package/dist-types/ts3.4/commands/CopyBackupToRegionCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/InitializeClusterCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ModifyBackupAttributesCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/RestoreBackupCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/models/CloudHSMV2ServiceException.d.ts +2 -1
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  39. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -207,7 +207,6 @@ var CloudHSMV2Client = _CloudHSMV2Client;
207
207
 
208
208
  var import_middleware_serde = require("@smithy/middleware-serde");
209
209
 
210
- var import_types = require("@smithy/types");
211
210
 
212
211
  // src/protocols/Aws_json1_1.ts
213
212
  var import_core2 = require("@aws-sdk/core");
@@ -893,7 +892,6 @@ var CopyBackupToRegionCommand = _CopyBackupToRegionCommand;
893
892
 
894
893
 
895
894
 
896
-
897
895
  var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
898
896
  ...commonParams
899
897
  }).m(function(Command, cs, config, o) {
@@ -910,7 +908,6 @@ var CreateClusterCommand = _CreateClusterCommand;
910
908
 
911
909
 
912
910
 
913
-
914
911
  var _CreateHsmCommand = class _CreateHsmCommand extends import_smithy_client.Command.classBuilder().ep({
915
912
  ...commonParams
916
913
  }).m(function(Command, cs, config, o) {
@@ -927,7 +924,6 @@ var CreateHsmCommand = _CreateHsmCommand;
927
924
 
928
925
 
929
926
 
930
-
931
927
  var _DeleteBackupCommand = class _DeleteBackupCommand extends import_smithy_client.Command.classBuilder().ep({
932
928
  ...commonParams
933
929
  }).m(function(Command, cs, config, o) {
@@ -944,7 +940,6 @@ var DeleteBackupCommand = _DeleteBackupCommand;
944
940
 
945
941
 
946
942
 
947
-
948
943
  var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
949
944
  ...commonParams
950
945
  }).m(function(Command, cs, config, o) {
@@ -961,7 +956,6 @@ var DeleteClusterCommand = _DeleteClusterCommand;
961
956
 
962
957
 
963
958
 
964
-
965
959
  var _DeleteHsmCommand = class _DeleteHsmCommand extends import_smithy_client.Command.classBuilder().ep({
966
960
  ...commonParams
967
961
  }).m(function(Command, cs, config, o) {
@@ -978,7 +972,6 @@ var DeleteHsmCommand = _DeleteHsmCommand;
978
972
 
979
973
 
980
974
 
981
-
982
975
  var _DescribeBackupsCommand = class _DescribeBackupsCommand extends import_smithy_client.Command.classBuilder().ep({
983
976
  ...commonParams
984
977
  }).m(function(Command, cs, config, o) {
@@ -995,7 +988,6 @@ var DescribeBackupsCommand = _DescribeBackupsCommand;
995
988
 
996
989
 
997
990
 
998
-
999
991
  var _DescribeClustersCommand = class _DescribeClustersCommand extends import_smithy_client.Command.classBuilder().ep({
1000
992
  ...commonParams
1001
993
  }).m(function(Command, cs, config, o) {
@@ -1012,7 +1004,6 @@ var DescribeClustersCommand = _DescribeClustersCommand;
1012
1004
 
1013
1005
 
1014
1006
 
1015
-
1016
1007
  var _InitializeClusterCommand = class _InitializeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1017
1008
  ...commonParams
1018
1009
  }).m(function(Command, cs, config, o) {
@@ -1029,7 +1020,6 @@ var InitializeClusterCommand = _InitializeClusterCommand;
1029
1020
 
1030
1021
 
1031
1022
 
1032
-
1033
1023
  var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1034
1024
  ...commonParams
1035
1025
  }).m(function(Command, cs, config, o) {
@@ -1046,7 +1036,6 @@ var ListTagsCommand = _ListTagsCommand;
1046
1036
 
1047
1037
 
1048
1038
 
1049
-
1050
1039
  var _ModifyBackupAttributesCommand = class _ModifyBackupAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
1051
1040
  ...commonParams
1052
1041
  }).m(function(Command, cs, config, o) {
@@ -1063,7 +1052,6 @@ var ModifyBackupAttributesCommand = _ModifyBackupAttributesCommand;
1063
1052
 
1064
1053
 
1065
1054
 
1066
-
1067
1055
  var _ModifyClusterCommand = class _ModifyClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1068
1056
  ...commonParams
1069
1057
  }).m(function(Command, cs, config, o) {
@@ -1080,7 +1068,6 @@ var ModifyClusterCommand = _ModifyClusterCommand;
1080
1068
 
1081
1069
 
1082
1070
 
1083
-
1084
1071
  var _RestoreBackupCommand = class _RestoreBackupCommand extends import_smithy_client.Command.classBuilder().ep({
1085
1072
  ...commonParams
1086
1073
  }).m(function(Command, cs, config, o) {
@@ -1097,7 +1084,6 @@ var RestoreBackupCommand = _RestoreBackupCommand;
1097
1084
 
1098
1085
 
1099
1086
 
1100
-
1101
1087
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1102
1088
  ...commonParams
1103
1089
  }).m(function(Command, cs, config, o) {
@@ -1114,7 +1100,6 @@ var TagResourceCommand = _TagResourceCommand;
1114
1100
 
1115
1101
 
1116
1102
 
1117
-
1118
1103
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1119
1104
  ...commonParams
1120
1105
  }).m(function(Command, cs, config, o) {
@@ -105,15 +105,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
105
105
  * Enables FIPS compatible endpoints.
106
106
  */
107
107
  useFipsEndpoint?: boolean | __Provider<boolean>;
108
+ /**
109
+ * The AWS region to which this client will send requests
110
+ */
111
+ region?: string | __Provider<string>;
108
112
  /**
109
113
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
110
114
  * @internal
111
115
  */
112
116
  defaultUserAgentProvider?: Provider<__UserAgent>;
113
- /**
114
- * The AWS region to which this client will send requests
115
- */
116
- region?: string | __Provider<string>;
117
117
  /**
118
118
  * Default credentials provider; Not available in browser runtime.
119
119
  * @deprecated
@@ -5,7 +5,8 @@ import { CopyBackupToRegionRequest, CopyBackupToRegionResponse } 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 { CreateClusterRequest, CreateClusterResponse } 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 { CreateHsmRequest, CreateHsmResponse } 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 { DeleteBackupRequest, DeleteBackupResponse } 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 { DeleteClusterRequest, DeleteClusterResponse } 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 { DeleteHsmRequest, DeleteHsmResponse } 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 { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/model
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 { DescribeClustersRequest, DescribeClustersResponse } from "../models/mod
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 { InitializeClusterRequest, InitializeClusterResponse } from "../models/m
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 { ListTagsRequest, ListTagsResponse } 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 { ModifyBackupAttributesRequest, ModifyBackupAttributesResponse } 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 { ModifyClusterRequest, ModifyClusterResponse } 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 { RestoreBackupRequest, RestoreBackupResponse } 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 { 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
  *
@@ -7,8 +7,8 @@
7
7
  export * from "./CloudHSMV2Client";
8
8
  export * from "./CloudHSMV2";
9
9
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
10
- export { RuntimeExtension } from "./runtimeExtensions";
11
- export { CloudHSMV2ExtensionConfiguration } from "./extensionConfiguration";
10
+ export type { RuntimeExtension } from "./runtimeExtensions";
11
+ export type { CloudHSMV2ExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
13
  export * from "./pagination";
14
14
  export * from "./models";
@@ -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
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -160,8 +160,8 @@ export interface ClientDefaults
160
160
  serviceId?: string;
161
161
  useDualstackEndpoint?: boolean | __Provider<boolean>;
162
162
  useFipsEndpoint?: boolean | __Provider<boolean>;
163
- defaultUserAgentProvider?: Provider<__UserAgent>;
164
163
  region?: string | __Provider<string>;
164
+ defaultUserAgentProvider?: Provider<__UserAgent>;
165
165
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
166
166
  maxAttempts?: number | __Provider<number>;
167
167
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  CopyBackupToRegionRequest,
10
10
  CopyBackupToRegionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CopyBackupToRegionCommandInput
14
15
  extends CopyBackupToRegionRequest {}
15
16
  export interface CopyBackupToRegionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateClusterRequest,
10
10
  CreateClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
14
15
  export interface CreateClusterCommandOutput
15
16
  extends CreateClusterResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMV2Client";
8
8
  import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateHsmCommandInput extends CreateHsmRequest {}
11
12
  export interface CreateHsmCommandOutput
12
13
  extends CreateHsmResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMV2Client";
8
8
  import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
11
12
  export interface DeleteBackupCommandOutput
12
13
  extends DeleteBackupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteClusterRequest,
10
10
  DeleteClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
14
15
  export interface DeleteClusterCommandOutput
15
16
  extends DeleteClusterResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMV2Client";
8
8
  import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteHsmCommandInput extends DeleteHsmRequest {}
11
12
  export interface DeleteHsmCommandOutput
12
13
  extends DeleteHsmResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeBackupsRequest,
10
10
  DescribeBackupsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {}
14
15
  export interface DescribeBackupsCommandOutput
15
16
  extends DescribeBackupsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeClustersRequest,
10
10
  DescribeClustersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
14
15
  export interface DescribeClustersCommandOutput
15
16
  extends DescribeClustersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  InitializeClusterRequest,
10
10
  InitializeClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface InitializeClusterCommandInput
14
15
  extends InitializeClusterRequest {}
15
16
  export interface InitializeClusterCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMV2Client";
8
8
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTagsCommandInput extends ListTagsRequest {}
11
12
  export interface ListTagsCommandOutput
12
13
  extends ListTagsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ModifyBackupAttributesRequest,
10
10
  ModifyBackupAttributesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ModifyBackupAttributesCommandInput
14
15
  extends ModifyBackupAttributesRequest {}
15
16
  export interface ModifyBackupAttributesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ModifyClusterRequest,
10
10
  ModifyClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ModifyClusterCommandInput extends ModifyClusterRequest {}
14
15
  export interface ModifyClusterCommandOutput
15
16
  extends ModifyClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  RestoreBackupRequest,
10
10
  RestoreBackupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RestoreBackupCommandInput extends RestoreBackupRequest {}
14
15
  export interface RestoreBackupCommandOutput
15
16
  extends RestoreBackupResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMV2Client";
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,
@@ -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 CloudHSMV2ServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: CloudHSMV2ClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
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.588.0",
4
+ "version": "3.592.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,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.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.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",