@aws-sdk/client-cloudhsm 3.306.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-cjs/commands/CreateHapgCommand.js +2 -2
- package/dist-cjs/commands/CreateHsmCommand.js +2 -2
- package/dist-cjs/commands/CreateLunaClientCommand.js +2 -2
- package/dist-cjs/commands/DeleteHapgCommand.js +2 -2
- package/dist-cjs/commands/DeleteHsmCommand.js +2 -2
- package/dist-cjs/commands/DeleteLunaClientCommand.js +2 -2
- package/dist-cjs/commands/DescribeHapgCommand.js +2 -2
- package/dist-cjs/commands/DescribeHsmCommand.js +2 -2
- package/dist-cjs/commands/DescribeLunaClientCommand.js +2 -2
- package/dist-cjs/commands/GetConfigCommand.js +2 -2
- package/dist-cjs/commands/ListAvailableZonesCommand.js +2 -2
- package/dist-cjs/commands/ListHapgsCommand.js +2 -2
- package/dist-cjs/commands/ListHsmsCommand.js +2 -2
- package/dist-cjs/commands/ListLunaClientsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyHapgCommand.js +2 -2
- package/dist-cjs/commands/ModifyHsmCommand.js +2 -2
- package/dist-cjs/commands/ModifyLunaClientCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +297 -305
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/CreateHapgCommand.js +3 -3
- package/dist-es/commands/CreateHsmCommand.js +3 -3
- package/dist-es/commands/CreateLunaClientCommand.js +3 -3
- package/dist-es/commands/DeleteHapgCommand.js +3 -3
- package/dist-es/commands/DeleteHsmCommand.js +3 -3
- package/dist-es/commands/DeleteLunaClientCommand.js +3 -3
- package/dist-es/commands/DescribeHapgCommand.js +3 -3
- package/dist-es/commands/DescribeHsmCommand.js +3 -3
- package/dist-es/commands/DescribeLunaClientCommand.js +3 -3
- package/dist-es/commands/GetConfigCommand.js +3 -3
- package/dist-es/commands/ListAvailableZonesCommand.js +3 -3
- package/dist-es/commands/ListHapgsCommand.js +3 -3
- package/dist-es/commands/ListHsmsCommand.js +3 -3
- package/dist-es/commands/ListLunaClientsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyHapgCommand.js +3 -3
- package/dist-es/commands/ModifyHsmCommand.js +3 -3
- package/dist-es/commands/ModifyLunaClientCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +256 -264
- package/dist-types/protocols/Aws_json1_1.d.ts +160 -40
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +40 -40
- package/package.json +6 -6
|
@@ -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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
export declare const
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
export declare const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
export declare const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare const
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
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
|
|
86
|
+
export declare const se_AddTagsToResourceCommand: (
|
|
87
87
|
input: AddTagsToResourceCommandInput,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_CreateHapgCommand: (
|
|
91
91
|
input: CreateHapgCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_CreateHsmCommand: (
|
|
95
95
|
input: CreateHsmCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_CreateLunaClientCommand: (
|
|
99
99
|
input: CreateLunaClientCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_DeleteHapgCommand: (
|
|
103
103
|
input: DeleteHapgCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_DeleteHsmCommand: (
|
|
107
107
|
input: DeleteHsmCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_DeleteLunaClientCommand: (
|
|
111
111
|
input: DeleteLunaClientCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_DescribeHapgCommand: (
|
|
115
115
|
input: DescribeHapgCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_DescribeHsmCommand: (
|
|
119
119
|
input: DescribeHsmCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_DescribeLunaClientCommand: (
|
|
123
123
|
input: DescribeLunaClientCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_GetConfigCommand: (
|
|
127
127
|
input: GetConfigCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_ListAvailableZonesCommand: (
|
|
131
131
|
input: ListAvailableZonesCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_ListHapgsCommand: (
|
|
135
135
|
input: ListHapgsCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_ListHsmsCommand: (
|
|
139
139
|
input: ListHsmsCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_ListLunaClientsCommand: (
|
|
143
143
|
input: ListLunaClientsCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
147
147
|
input: ListTagsForResourceCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_ModifyHapgCommand: (
|
|
151
151
|
input: ModifyHapgCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_ModifyHsmCommand: (
|
|
155
155
|
input: ModifyHsmCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_ModifyLunaClientCommand: (
|
|
159
159
|
input: ModifyLunaClientCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_RemoveTagsFromResourceCommand: (
|
|
163
163
|
input: RemoveTagsFromResourceCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const de_AddTagsToResourceCommand: (
|
|
167
167
|
output: __HttpResponse,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<AddTagsToResourceCommandOutput>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const de_CreateHapgCommand: (
|
|
171
171
|
output: __HttpResponse,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<CreateHapgCommandOutput>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_CreateHsmCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<CreateHsmCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_CreateLunaClientCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<CreateLunaClientCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_DeleteHapgCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<DeleteHapgCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_DeleteHsmCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<DeleteHsmCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_DeleteLunaClientCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<DeleteLunaClientCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_DescribeHapgCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<DescribeHapgCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_DescribeHsmCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<DescribeHsmCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_DescribeLunaClientCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<DescribeLunaClientCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_GetConfigCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<GetConfigCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_ListAvailableZonesCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<ListAvailableZonesCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_ListHapgsCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<ListHapgsCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_ListHsmsCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<ListHsmsCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_ListLunaClientsCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<ListLunaClientsCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_ModifyHapgCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<ModifyHapgCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_ModifyHsmCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<ModifyHsmCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_ModifyLunaClientCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<ModifyLunaClientCommandOutput>;
|
|
242
|
-
export declare const
|
|
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.
|
|
4
|
+
"version": "3.309.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|