@aws-sdk/client-cloudhsm 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 (49) hide show
  1. package/dist-cjs/index.js +0 -20
  2. package/dist-types/CloudHSMClient.d.ts +4 -4
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateHapgCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateHsmCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateLunaClientCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteHapgCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteHsmCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteLunaClientCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeHapgCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeHsmCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeLunaClientCommand.d.ts +2 -1
  13. package/dist-types/commands/GetConfigCommand.d.ts +2 -1
  14. package/dist-types/commands/ListAvailableZonesCommand.d.ts +2 -1
  15. package/dist-types/commands/ListHapgsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListHsmsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListLunaClientsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/ModifyHapgCommand.d.ts +2 -1
  20. package/dist-types/commands/ModifyHsmCommand.d.ts +2 -1
  21. package/dist-types/commands/ModifyLunaClientCommand.d.ts +2 -1
  22. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
  23. package/dist-types/index.d.ts +2 -2
  24. package/dist-types/models/CloudHSMServiceException.d.ts +2 -1
  25. package/dist-types/runtimeConfig.native.d.ts +1 -1
  26. package/dist-types/ts3.4/CloudHSMClient.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/models/CloudHSMServiceException.d.ts +2 -1
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  49. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -205,7 +205,6 @@ var CloudHSMClient = _CloudHSMClient;
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_json1_1.ts
211
210
  var import_core2 = require("@aws-sdk/core");
@@ -786,7 +785,6 @@ var AddTagsToResourceCommand = _AddTagsToResourceCommand;
786
785
 
787
786
 
788
787
 
789
-
790
788
  var _CreateHapgCommand = class _CreateHapgCommand extends import_smithy_client.Command.classBuilder().ep({
791
789
  ...commonParams
792
790
  }).m(function(Command, cs, config, o) {
@@ -803,7 +801,6 @@ var CreateHapgCommand = _CreateHapgCommand;
803
801
 
804
802
 
805
803
 
806
-
807
804
  var _CreateHsmCommand = class _CreateHsmCommand extends import_smithy_client.Command.classBuilder().ep({
808
805
  ...commonParams
809
806
  }).m(function(Command, cs, config, o) {
@@ -820,7 +817,6 @@ var CreateHsmCommand = _CreateHsmCommand;
820
817
 
821
818
 
822
819
 
823
-
824
820
  var _CreateLunaClientCommand = class _CreateLunaClientCommand extends import_smithy_client.Command.classBuilder().ep({
825
821
  ...commonParams
826
822
  }).m(function(Command, cs, config, o) {
@@ -837,7 +833,6 @@ var CreateLunaClientCommand = _CreateLunaClientCommand;
837
833
 
838
834
 
839
835
 
840
-
841
836
  var _DeleteHapgCommand = class _DeleteHapgCommand extends import_smithy_client.Command.classBuilder().ep({
842
837
  ...commonParams
843
838
  }).m(function(Command, cs, config, o) {
@@ -854,7 +849,6 @@ var DeleteHapgCommand = _DeleteHapgCommand;
854
849
 
855
850
 
856
851
 
857
-
858
852
  var _DeleteHsmCommand = class _DeleteHsmCommand extends import_smithy_client.Command.classBuilder().ep({
859
853
  ...commonParams
860
854
  }).m(function(Command, cs, config, o) {
@@ -871,7 +865,6 @@ var DeleteHsmCommand = _DeleteHsmCommand;
871
865
 
872
866
 
873
867
 
874
-
875
868
  var _DeleteLunaClientCommand = class _DeleteLunaClientCommand extends import_smithy_client.Command.classBuilder().ep({
876
869
  ...commonParams
877
870
  }).m(function(Command, cs, config, o) {
@@ -888,7 +881,6 @@ var DeleteLunaClientCommand = _DeleteLunaClientCommand;
888
881
 
889
882
 
890
883
 
891
-
892
884
  var _DescribeHapgCommand = class _DescribeHapgCommand extends import_smithy_client.Command.classBuilder().ep({
893
885
  ...commonParams
894
886
  }).m(function(Command, cs, config, o) {
@@ -905,7 +897,6 @@ var DescribeHapgCommand = _DescribeHapgCommand;
905
897
 
906
898
 
907
899
 
908
-
909
900
  var _DescribeHsmCommand = class _DescribeHsmCommand extends import_smithy_client.Command.classBuilder().ep({
910
901
  ...commonParams
911
902
  }).m(function(Command, cs, config, o) {
@@ -922,7 +913,6 @@ var DescribeHsmCommand = _DescribeHsmCommand;
922
913
 
923
914
 
924
915
 
925
-
926
916
  var _DescribeLunaClientCommand = class _DescribeLunaClientCommand extends import_smithy_client.Command.classBuilder().ep({
927
917
  ...commonParams
928
918
  }).m(function(Command, cs, config, o) {
@@ -939,7 +929,6 @@ var DescribeLunaClientCommand = _DescribeLunaClientCommand;
939
929
 
940
930
 
941
931
 
942
-
943
932
  var _GetConfigCommand = class _GetConfigCommand extends import_smithy_client.Command.classBuilder().ep({
944
933
  ...commonParams
945
934
  }).m(function(Command, cs, config, o) {
@@ -956,7 +945,6 @@ var GetConfigCommand = _GetConfigCommand;
956
945
 
957
946
 
958
947
 
959
-
960
948
  var _ListAvailableZonesCommand = class _ListAvailableZonesCommand extends import_smithy_client.Command.classBuilder().ep({
961
949
  ...commonParams
962
950
  }).m(function(Command, cs, config, o) {
@@ -973,7 +961,6 @@ var ListAvailableZonesCommand = _ListAvailableZonesCommand;
973
961
 
974
962
 
975
963
 
976
-
977
964
  var _ListHapgsCommand = class _ListHapgsCommand extends import_smithy_client.Command.classBuilder().ep({
978
965
  ...commonParams
979
966
  }).m(function(Command, cs, config, o) {
@@ -990,7 +977,6 @@ var ListHapgsCommand = _ListHapgsCommand;
990
977
 
991
978
 
992
979
 
993
-
994
980
  var _ListHsmsCommand = class _ListHsmsCommand extends import_smithy_client.Command.classBuilder().ep({
995
981
  ...commonParams
996
982
  }).m(function(Command, cs, config, o) {
@@ -1007,7 +993,6 @@ var ListHsmsCommand = _ListHsmsCommand;
1007
993
 
1008
994
 
1009
995
 
1010
-
1011
996
  var _ListLunaClientsCommand = class _ListLunaClientsCommand extends import_smithy_client.Command.classBuilder().ep({
1012
997
  ...commonParams
1013
998
  }).m(function(Command, cs, config, o) {
@@ -1024,7 +1009,6 @@ var ListLunaClientsCommand = _ListLunaClientsCommand;
1024
1009
 
1025
1010
 
1026
1011
 
1027
-
1028
1012
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1029
1013
  ...commonParams
1030
1014
  }).m(function(Command, cs, config, o) {
@@ -1041,7 +1025,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1041
1025
 
1042
1026
 
1043
1027
 
1044
-
1045
1028
  var _ModifyHapgCommand = class _ModifyHapgCommand extends import_smithy_client.Command.classBuilder().ep({
1046
1029
  ...commonParams
1047
1030
  }).m(function(Command, cs, config, o) {
@@ -1058,7 +1041,6 @@ var ModifyHapgCommand = _ModifyHapgCommand;
1058
1041
 
1059
1042
 
1060
1043
 
1061
-
1062
1044
  var _ModifyHsmCommand = class _ModifyHsmCommand extends import_smithy_client.Command.classBuilder().ep({
1063
1045
  ...commonParams
1064
1046
  }).m(function(Command, cs, config, o) {
@@ -1075,7 +1057,6 @@ var ModifyHsmCommand = _ModifyHsmCommand;
1075
1057
 
1076
1058
 
1077
1059
 
1078
-
1079
1060
  var _ModifyLunaClientCommand = class _ModifyLunaClientCommand extends import_smithy_client.Command.classBuilder().ep({
1080
1061
  ...commonParams
1081
1062
  }).m(function(Command, cs, config, o) {
@@ -1092,7 +1073,6 @@ var ModifyLunaClientCommand = _ModifyLunaClientCommand;
1092
1073
 
1093
1074
 
1094
1075
 
1095
-
1096
1076
  var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1097
1077
  ...commonParams
1098
1078
  }).m(function(Command, cs, config, o) {
@@ -110,15 +110,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
110
110
  * Enables FIPS compatible endpoints.
111
111
  */
112
112
  useFipsEndpoint?: boolean | __Provider<boolean>;
113
+ /**
114
+ * The AWS region to which this client will send requests
115
+ */
116
+ region?: string | __Provider<string>;
113
117
  /**
114
118
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
115
119
  * @internal
116
120
  */
117
121
  defaultUserAgentProvider?: Provider<__UserAgent>;
118
- /**
119
- * The AWS region to which this client will send requests
120
- */
121
- region?: string | __Provider<string>;
122
122
  /**
123
123
  * Default credentials provider; Not available in browser runtime.
124
124
  * @deprecated
@@ -5,7 +5,8 @@ import { AddTagsToResourceRequest, AddTagsToResourceResponse } 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 { CreateHapgRequest, CreateHapgResponse } 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 { CreateLunaClientRequest, CreateLunaClientResponse } 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 { DeleteHapgRequest, DeleteHapgResponse } 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 { DeleteLunaClientRequest, DeleteLunaClientResponse } 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 { DescribeHapgRequest, DescribeHapgResponse } 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 { DescribeHsmRequest, DescribeHsmResponse } 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 { DescribeLunaClientRequest, DescribeLunaClientResponse } 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 { GetConfigRequest, GetConfigResponse } 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 { ListAvailableZonesRequest, ListAvailableZonesResponse } 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 { ListHapgsRequest, ListHapgsResponse } 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 { ListHsmsRequest, ListHsmsResponse } 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 { ListLunaClientsRequest, ListLunaClientsResponse } 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 { 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 { ModifyHapgRequest, ModifyHapgResponse } 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 { ModifyHsmRequest, ModifyHsmResponse } 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 { ModifyLunaClientRequest, ModifyLunaClientResponse } 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 { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResponse } 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
  *
@@ -16,8 +16,8 @@
16
16
  export * from "./CloudHSMClient";
17
17
  export * from "./CloudHSM";
18
18
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
19
- export { RuntimeExtension } from "./runtimeExtensions";
20
- export { CloudHSMExtensionConfiguration } from "./extensionConfiguration";
19
+ export type { RuntimeExtension } from "./runtimeExtensions";
20
+ export type { CloudHSMExtensionConfiguration } from "./extensionConfiguration";
21
21
  export * from "./commands";
22
22
  export * from "./models";
23
23
  export { CloudHSMServiceException } from "./models/CloudHSMServiceException";
@@ -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: CloudHSMClientConfig) => {
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>;
@@ -190,8 +190,8 @@ export interface ClientDefaults
190
190
  serviceId?: string;
191
191
  useDualstackEndpoint?: boolean | __Provider<boolean>;
192
192
  useFipsEndpoint?: boolean | __Provider<boolean>;
193
- defaultUserAgentProvider?: Provider<__UserAgent>;
194
193
  region?: string | __Provider<string>;
194
+ defaultUserAgentProvider?: Provider<__UserAgent>;
195
195
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
196
196
  maxAttempts?: number | __Provider<number>;
197
197
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  AddTagsToResourceRequest,
10
10
  AddTagsToResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AddTagsToResourceCommandInput
14
15
  extends AddTagsToResourceRequest {}
15
16
  export interface AddTagsToResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
8
8
  import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateHapgCommandInput extends CreateHapgRequest {}
11
12
  export interface CreateHapgCommandOutput
12
13
  extends CreateHapgResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
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,
@@ -9,7 +9,8 @@ import {
9
9
  CreateLunaClientRequest,
10
10
  CreateLunaClientResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {}
14
15
  export interface CreateLunaClientCommandOutput
15
16
  extends CreateLunaClientResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
8
8
  import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteHapgCommandInput extends DeleteHapgRequest {}
11
12
  export interface DeleteHapgCommandOutput
12
13
  extends DeleteHapgResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
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
  DeleteLunaClientRequest,
10
10
  DeleteLunaClientResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteLunaClientCommandInput extends DeleteLunaClientRequest {}
14
15
  export interface DeleteLunaClientCommandOutput
15
16
  extends DeleteLunaClientResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
8
8
  import { DescribeHapgRequest, DescribeHapgResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeHapgCommandInput extends DescribeHapgRequest {}
11
12
  export interface DescribeHapgCommandOutput
12
13
  extends DescribeHapgResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
8
8
  import { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeHsmCommandInput extends DescribeHsmRequest {}
11
12
  export interface DescribeHsmCommandOutput
12
13
  extends DescribeHsmResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeLunaClientRequest,
10
10
  DescribeLunaClientResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeLunaClientCommandInput
14
15
  extends DescribeLunaClientRequest {}
15
16
  export interface DescribeLunaClientCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
8
8
  import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetConfigCommandInput extends GetConfigRequest {}
11
12
  export interface GetConfigCommandOutput
12
13
  extends GetConfigResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListAvailableZonesRequest,
10
10
  ListAvailableZonesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAvailableZonesCommandInput
14
15
  extends ListAvailableZonesRequest {}
15
16
  export interface ListAvailableZonesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
8
8
  import { ListHapgsRequest, ListHapgsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListHapgsCommandInput extends ListHapgsRequest {}
11
12
  export interface ListHapgsCommandOutput
12
13
  extends ListHapgsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
8
8
  import { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListHsmsCommandInput extends ListHsmsRequest {}
11
12
  export interface ListHsmsCommandOutput
12
13
  extends ListHsmsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListLunaClientsRequest,
10
10
  ListLunaClientsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {}
14
15
  export interface ListLunaClientsCommandOutput
15
16
  extends ListLunaClientsResponse,
@@ -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 "../CloudHSMClient";
8
8
  import { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ModifyHapgCommandInput extends ModifyHapgRequest {}
11
12
  export interface ModifyHapgCommandOutput
12
13
  extends ModifyHapgResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudHSMClient";
8
8
  import { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ModifyHsmCommandInput extends ModifyHsmRequest {}
11
12
  export interface ModifyHsmCommandOutput
12
13
  extends ModifyHsmResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ModifyLunaClientRequest,
10
10
  ModifyLunaClientResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ModifyLunaClientCommandInput extends ModifyLunaClientRequest {}
14
15
  export interface ModifyLunaClientCommandOutput
15
16
  extends ModifyLunaClientResponse,
@@ -9,7 +9,8 @@ import {
9
9
  RemoveTagsFromResourceRequest,
10
10
  RemoveTagsFromResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RemoveTagsFromResourceCommandInput
14
15
  extends RemoveTagsFromResourceRequest {}
15
16
  export interface RemoveTagsFromResourceCommandOutput
@@ -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 CloudHSMServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
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",
3
3
  "description": "AWS SDK for JavaScript Cloudhsm 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",
@@ -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",