@aws-sdk/client-cloudhsm 3.306.0 → 3.310.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 (45) hide show
  1. package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
  2. package/dist-cjs/commands/CreateHapgCommand.js +2 -2
  3. package/dist-cjs/commands/CreateHsmCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLunaClientCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteHapgCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteHsmCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteLunaClientCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeHapgCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeHsmCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeLunaClientCommand.js +2 -2
  11. package/dist-cjs/commands/GetConfigCommand.js +2 -2
  12. package/dist-cjs/commands/ListAvailableZonesCommand.js +2 -2
  13. package/dist-cjs/commands/ListHapgsCommand.js +2 -2
  14. package/dist-cjs/commands/ListHsmsCommand.js +2 -2
  15. package/dist-cjs/commands/ListLunaClientsCommand.js +2 -2
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-cjs/commands/ModifyHapgCommand.js +2 -2
  18. package/dist-cjs/commands/ModifyHsmCommand.js +2 -2
  19. package/dist-cjs/commands/ModifyLunaClientCommand.js +2 -2
  20. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
  21. package/dist-cjs/protocols/Aws_json1_1.js +297 -305
  22. package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
  23. package/dist-es/commands/CreateHapgCommand.js +3 -3
  24. package/dist-es/commands/CreateHsmCommand.js +3 -3
  25. package/dist-es/commands/CreateLunaClientCommand.js +3 -3
  26. package/dist-es/commands/DeleteHapgCommand.js +3 -3
  27. package/dist-es/commands/DeleteHsmCommand.js +3 -3
  28. package/dist-es/commands/DeleteLunaClientCommand.js +3 -3
  29. package/dist-es/commands/DescribeHapgCommand.js +3 -3
  30. package/dist-es/commands/DescribeHsmCommand.js +3 -3
  31. package/dist-es/commands/DescribeLunaClientCommand.js +3 -3
  32. package/dist-es/commands/GetConfigCommand.js +3 -3
  33. package/dist-es/commands/ListAvailableZonesCommand.js +3 -3
  34. package/dist-es/commands/ListHapgsCommand.js +3 -3
  35. package/dist-es/commands/ListHsmsCommand.js +3 -3
  36. package/dist-es/commands/ListLunaClientsCommand.js +3 -3
  37. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  38. package/dist-es/commands/ModifyHapgCommand.js +3 -3
  39. package/dist-es/commands/ModifyHsmCommand.js +3 -3
  40. package/dist-es/commands/ModifyLunaClientCommand.js +3 -3
  41. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
  42. package/dist-es/protocols/Aws_json1_1.js +256 -264
  43. package/dist-types/protocols/Aws_json1_1.d.ts +160 -40
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +40 -40
  45. package/package.json +35 -35
@@ -20,43 +20,163 @@ import { ModifyHapgCommandInput, ModifyHapgCommandOutput } from "../commands/Mod
20
20
  import { ModifyHsmCommandInput, ModifyHsmCommandOutput } from "../commands/ModifyHsmCommand";
21
21
  import { ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput } from "../commands/ModifyLunaClientCommand";
22
22
  import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
23
- export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_1CreateHapgCommand: (input: CreateHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1CreateHsmCommand: (input: CreateHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1CreateLunaClientCommand: (input: CreateLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1DeleteHapgCommand: (input: DeleteHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1DeleteHsmCommand: (input: DeleteHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1DeleteLunaClientCommand: (input: DeleteLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DescribeHapgCommand: (input: DescribeHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1DescribeHsmCommand: (input: DescribeHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DescribeLunaClientCommand: (input: DescribeLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1ListAvailableZonesCommand: (input: ListAvailableZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1ListHapgsCommand: (input: ListHapgsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1ListHsmsCommand: (input: ListHsmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1ListLunaClientsCommand: (input: ListLunaClientsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1ModifyHapgCommand: (input: ModifyHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1ModifyHsmCommand: (input: ModifyHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1ModifyLunaClientCommand: (input: ModifyLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
44
- export declare const deserializeAws_json1_1CreateHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHapgCommandOutput>;
45
- export declare const deserializeAws_json1_1CreateHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHsmCommandOutput>;
46
- export declare const deserializeAws_json1_1CreateLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLunaClientCommandOutput>;
47
- export declare const deserializeAws_json1_1DeleteHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHapgCommandOutput>;
48
- export declare const deserializeAws_json1_1DeleteHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHsmCommandOutput>;
49
- export declare const deserializeAws_json1_1DeleteLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLunaClientCommandOutput>;
50
- export declare const deserializeAws_json1_1DescribeHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHapgCommandOutput>;
51
- export declare const deserializeAws_json1_1DescribeHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHsmCommandOutput>;
52
- export declare const deserializeAws_json1_1DescribeLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLunaClientCommandOutput>;
53
- export declare const deserializeAws_json1_1GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
54
- export declare const deserializeAws_json1_1ListAvailableZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableZonesCommandOutput>;
55
- export declare const deserializeAws_json1_1ListHapgsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHapgsCommandOutput>;
56
- export declare const deserializeAws_json1_1ListHsmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHsmsCommandOutput>;
57
- export declare const deserializeAws_json1_1ListLunaClientsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLunaClientsCommandOutput>;
58
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
59
- export declare const deserializeAws_json1_1ModifyHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHapgCommandOutput>;
60
- export declare const deserializeAws_json1_1ModifyHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHsmCommandOutput>;
61
- export declare const deserializeAws_json1_1ModifyLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLunaClientCommandOutput>;
62
- export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
23
+ /**
24
+ * serializeAws_json1_1AddTagsToResourceCommand
25
+ */
26
+ export declare const se_AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
+ /**
28
+ * serializeAws_json1_1CreateHapgCommand
29
+ */
30
+ export declare const se_CreateHapgCommand: (input: CreateHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
+ /**
32
+ * serializeAws_json1_1CreateHsmCommand
33
+ */
34
+ export declare const se_CreateHsmCommand: (input: CreateHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ /**
36
+ * serializeAws_json1_1CreateLunaClientCommand
37
+ */
38
+ export declare const se_CreateLunaClientCommand: (input: CreateLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_json1_1DeleteHapgCommand
41
+ */
42
+ export declare const se_DeleteHapgCommand: (input: DeleteHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * serializeAws_json1_1DeleteHsmCommand
45
+ */
46
+ export declare const se_DeleteHsmCommand: (input: DeleteHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_json1_1DeleteLunaClientCommand
49
+ */
50
+ export declare const se_DeleteLunaClientCommand: (input: DeleteLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_json1_1DescribeHapgCommand
53
+ */
54
+ export declare const se_DescribeHapgCommand: (input: DescribeHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_json1_1DescribeHsmCommand
57
+ */
58
+ export declare const se_DescribeHsmCommand: (input: DescribeHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_json1_1DescribeLunaClientCommand
61
+ */
62
+ export declare const se_DescribeLunaClientCommand: (input: DescribeLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_json1_1GetConfigCommand
65
+ */
66
+ export declare const se_GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_json1_1ListAvailableZonesCommand
69
+ */
70
+ export declare const se_ListAvailableZonesCommand: (input: ListAvailableZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_json1_1ListHapgsCommand
73
+ */
74
+ export declare const se_ListHapgsCommand: (input: ListHapgsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_json1_1ListHsmsCommand
77
+ */
78
+ export declare const se_ListHsmsCommand: (input: ListHsmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_json1_1ListLunaClientsCommand
81
+ */
82
+ export declare const se_ListLunaClientsCommand: (input: ListLunaClientsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_json1_1ListTagsForResourceCommand
85
+ */
86
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_json1_1ModifyHapgCommand
89
+ */
90
+ export declare const se_ModifyHapgCommand: (input: ModifyHapgCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_json1_1ModifyHsmCommand
93
+ */
94
+ export declare const se_ModifyHsmCommand: (input: ModifyHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_json1_1ModifyLunaClientCommand
97
+ */
98
+ export declare const se_ModifyLunaClientCommand: (input: ModifyLunaClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_json1_1RemoveTagsFromResourceCommand
101
+ */
102
+ export declare const se_RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * deserializeAws_json1_1AddTagsToResourceCommand
105
+ */
106
+ export declare const de_AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
107
+ /**
108
+ * deserializeAws_json1_1CreateHapgCommand
109
+ */
110
+ export declare const de_CreateHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHapgCommandOutput>;
111
+ /**
112
+ * deserializeAws_json1_1CreateHsmCommand
113
+ */
114
+ export declare const de_CreateHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHsmCommandOutput>;
115
+ /**
116
+ * deserializeAws_json1_1CreateLunaClientCommand
117
+ */
118
+ export declare const de_CreateLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLunaClientCommandOutput>;
119
+ /**
120
+ * deserializeAws_json1_1DeleteHapgCommand
121
+ */
122
+ export declare const de_DeleteHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHapgCommandOutput>;
123
+ /**
124
+ * deserializeAws_json1_1DeleteHsmCommand
125
+ */
126
+ export declare const de_DeleteHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHsmCommandOutput>;
127
+ /**
128
+ * deserializeAws_json1_1DeleteLunaClientCommand
129
+ */
130
+ export declare const de_DeleteLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLunaClientCommandOutput>;
131
+ /**
132
+ * deserializeAws_json1_1DescribeHapgCommand
133
+ */
134
+ export declare const de_DescribeHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHapgCommandOutput>;
135
+ /**
136
+ * deserializeAws_json1_1DescribeHsmCommand
137
+ */
138
+ export declare const de_DescribeHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHsmCommandOutput>;
139
+ /**
140
+ * deserializeAws_json1_1DescribeLunaClientCommand
141
+ */
142
+ export declare const de_DescribeLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLunaClientCommandOutput>;
143
+ /**
144
+ * deserializeAws_json1_1GetConfigCommand
145
+ */
146
+ export declare const de_GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
147
+ /**
148
+ * deserializeAws_json1_1ListAvailableZonesCommand
149
+ */
150
+ export declare const de_ListAvailableZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableZonesCommandOutput>;
151
+ /**
152
+ * deserializeAws_json1_1ListHapgsCommand
153
+ */
154
+ export declare const de_ListHapgsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHapgsCommandOutput>;
155
+ /**
156
+ * deserializeAws_json1_1ListHsmsCommand
157
+ */
158
+ export declare const de_ListHsmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHsmsCommandOutput>;
159
+ /**
160
+ * deserializeAws_json1_1ListLunaClientsCommand
161
+ */
162
+ export declare const de_ListLunaClientsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLunaClientsCommandOutput>;
163
+ /**
164
+ * deserializeAws_json1_1ListTagsForResourceCommand
165
+ */
166
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
167
+ /**
168
+ * deserializeAws_json1_1ModifyHapgCommand
169
+ */
170
+ export declare const de_ModifyHapgCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHapgCommandOutput>;
171
+ /**
172
+ * deserializeAws_json1_1ModifyHsmCommand
173
+ */
174
+ export declare const de_ModifyHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHsmCommandOutput>;
175
+ /**
176
+ * deserializeAws_json1_1ModifyLunaClientCommand
177
+ */
178
+ export declare const de_ModifyLunaClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLunaClientCommandOutput>;
179
+ /**
180
+ * deserializeAws_json1_1RemoveTagsFromResourceCommand
181
+ */
182
+ export declare const de_RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
@@ -83,163 +83,163 @@ import {
83
83
  RemoveTagsFromResourceCommandInput,
84
84
  RemoveTagsFromResourceCommandOutput,
85
85
  } from "../commands/RemoveTagsFromResourceCommand";
86
- export declare const serializeAws_json1_1AddTagsToResourceCommand: (
86
+ export declare const se_AddTagsToResourceCommand: (
87
87
  input: AddTagsToResourceCommandInput,
88
88
  context: __SerdeContext
89
89
  ) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1CreateHapgCommand: (
90
+ export declare const se_CreateHapgCommand: (
91
91
  input: CreateHapgCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1CreateHsmCommand: (
94
+ export declare const se_CreateHsmCommand: (
95
95
  input: CreateHsmCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1CreateLunaClientCommand: (
98
+ export declare const se_CreateLunaClientCommand: (
99
99
  input: CreateLunaClientCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DeleteHapgCommand: (
102
+ export declare const se_DeleteHapgCommand: (
103
103
  input: DeleteHapgCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1DeleteHsmCommand: (
106
+ export declare const se_DeleteHsmCommand: (
107
107
  input: DeleteHsmCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1DeleteLunaClientCommand: (
110
+ export declare const se_DeleteLunaClientCommand: (
111
111
  input: DeleteLunaClientCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1DescribeHapgCommand: (
114
+ export declare const se_DescribeHapgCommand: (
115
115
  input: DescribeHapgCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1DescribeHsmCommand: (
118
+ export declare const se_DescribeHsmCommand: (
119
119
  input: DescribeHsmCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1DescribeLunaClientCommand: (
122
+ export declare const se_DescribeLunaClientCommand: (
123
123
  input: DescribeLunaClientCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1GetConfigCommand: (
126
+ export declare const se_GetConfigCommand: (
127
127
  input: GetConfigCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1ListAvailableZonesCommand: (
130
+ export declare const se_ListAvailableZonesCommand: (
131
131
  input: ListAvailableZonesCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1ListHapgsCommand: (
134
+ export declare const se_ListHapgsCommand: (
135
135
  input: ListHapgsCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1ListHsmsCommand: (
138
+ export declare const se_ListHsmsCommand: (
139
139
  input: ListHsmsCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1ListLunaClientsCommand: (
142
+ export declare const se_ListLunaClientsCommand: (
143
143
  input: ListLunaClientsCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
146
+ export declare const se_ListTagsForResourceCommand: (
147
147
  input: ListTagsForResourceCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1ModifyHapgCommand: (
150
+ export declare const se_ModifyHapgCommand: (
151
151
  input: ModifyHapgCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1ModifyHsmCommand: (
154
+ export declare const se_ModifyHsmCommand: (
155
155
  input: ModifyHsmCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1ModifyLunaClientCommand: (
158
+ export declare const se_ModifyLunaClientCommand: (
159
159
  input: ModifyLunaClientCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (
162
+ export declare const se_RemoveTagsFromResourceCommand: (
163
163
  input: RemoveTagsFromResourceCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const deserializeAws_json1_1AddTagsToResourceCommand: (
166
+ export declare const de_AddTagsToResourceCommand: (
167
167
  output: __HttpResponse,
168
168
  context: __SerdeContext
169
169
  ) => Promise<AddTagsToResourceCommandOutput>;
170
- export declare const deserializeAws_json1_1CreateHapgCommand: (
170
+ export declare const de_CreateHapgCommand: (
171
171
  output: __HttpResponse,
172
172
  context: __SerdeContext
173
173
  ) => Promise<CreateHapgCommandOutput>;
174
- export declare const deserializeAws_json1_1CreateHsmCommand: (
174
+ export declare const de_CreateHsmCommand: (
175
175
  output: __HttpResponse,
176
176
  context: __SerdeContext
177
177
  ) => Promise<CreateHsmCommandOutput>;
178
- export declare const deserializeAws_json1_1CreateLunaClientCommand: (
178
+ export declare const de_CreateLunaClientCommand: (
179
179
  output: __HttpResponse,
180
180
  context: __SerdeContext
181
181
  ) => Promise<CreateLunaClientCommandOutput>;
182
- export declare const deserializeAws_json1_1DeleteHapgCommand: (
182
+ export declare const de_DeleteHapgCommand: (
183
183
  output: __HttpResponse,
184
184
  context: __SerdeContext
185
185
  ) => Promise<DeleteHapgCommandOutput>;
186
- export declare const deserializeAws_json1_1DeleteHsmCommand: (
186
+ export declare const de_DeleteHsmCommand: (
187
187
  output: __HttpResponse,
188
188
  context: __SerdeContext
189
189
  ) => Promise<DeleteHsmCommandOutput>;
190
- export declare const deserializeAws_json1_1DeleteLunaClientCommand: (
190
+ export declare const de_DeleteLunaClientCommand: (
191
191
  output: __HttpResponse,
192
192
  context: __SerdeContext
193
193
  ) => Promise<DeleteLunaClientCommandOutput>;
194
- export declare const deserializeAws_json1_1DescribeHapgCommand: (
194
+ export declare const de_DescribeHapgCommand: (
195
195
  output: __HttpResponse,
196
196
  context: __SerdeContext
197
197
  ) => Promise<DescribeHapgCommandOutput>;
198
- export declare const deserializeAws_json1_1DescribeHsmCommand: (
198
+ export declare const de_DescribeHsmCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<DescribeHsmCommandOutput>;
202
- export declare const deserializeAws_json1_1DescribeLunaClientCommand: (
202
+ export declare const de_DescribeLunaClientCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<DescribeLunaClientCommandOutput>;
206
- export declare const deserializeAws_json1_1GetConfigCommand: (
206
+ export declare const de_GetConfigCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<GetConfigCommandOutput>;
210
- export declare const deserializeAws_json1_1ListAvailableZonesCommand: (
210
+ export declare const de_ListAvailableZonesCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<ListAvailableZonesCommandOutput>;
214
- export declare const deserializeAws_json1_1ListHapgsCommand: (
214
+ export declare const de_ListHapgsCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<ListHapgsCommandOutput>;
218
- export declare const deserializeAws_json1_1ListHsmsCommand: (
218
+ export declare const de_ListHsmsCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<ListHsmsCommandOutput>;
222
- export declare const deserializeAws_json1_1ListLunaClientsCommand: (
222
+ export declare const de_ListLunaClientsCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<ListLunaClientsCommandOutput>;
226
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
226
+ export declare const de_ListTagsForResourceCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<ListTagsForResourceCommandOutput>;
230
- export declare const deserializeAws_json1_1ModifyHapgCommand: (
230
+ export declare const de_ModifyHapgCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<ModifyHapgCommandOutput>;
234
- export declare const deserializeAws_json1_1ModifyHsmCommand: (
234
+ export declare const de_ModifyHsmCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<ModifyHsmCommandOutput>;
238
- export declare const deserializeAws_json1_1ModifyLunaClientCommand: (
238
+ export declare const de_ModifyLunaClientCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<ModifyLunaClientCommandOutput>;
242
- export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (
242
+ export declare const de_RemoveTagsFromResourceCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<RemoveTagsFromResourceCommandOutput>;
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.306.0",
4
+ "version": "3.310.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "files": [
79
- "dist-*"
79
+ "dist-*/**"
80
80
  ],
81
81
  "author": {
82
82
  "name": "AWS SDK for JavaScript Team",