@aws-sdk/client-accessanalyzer 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/ApplyArchiveRuleCommand.js +2 -2
- package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -2
- package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -2
- package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -2
- package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -2
- package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -2
- package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -2
- package/dist-cjs/commands/GetAnalyzerCommand.js +2 -2
- package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -2
- package/dist-cjs/commands/GetFindingCommand.js +2 -2
- package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -2
- package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListAnalyzersCommand.js +2 -2
- package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -2
- package/dist-cjs/commands/StartResourceScanCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -2
- package/dist-cjs/commands/UpdateFindingsCommand.js +2 -2
- package/dist-cjs/commands/ValidatePolicyCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +617 -663
- package/dist-es/commands/ApplyArchiveRuleCommand.js +3 -3
- package/dist-es/commands/CancelPolicyGenerationCommand.js +3 -3
- package/dist-es/commands/CreateAccessPreviewCommand.js +3 -3
- package/dist-es/commands/CreateAnalyzerCommand.js +3 -3
- package/dist-es/commands/CreateArchiveRuleCommand.js +3 -3
- package/dist-es/commands/DeleteAnalyzerCommand.js +3 -3
- package/dist-es/commands/DeleteArchiveRuleCommand.js +3 -3
- package/dist-es/commands/GetAccessPreviewCommand.js +3 -3
- package/dist-es/commands/GetAnalyzedResourceCommand.js +3 -3
- package/dist-es/commands/GetAnalyzerCommand.js +3 -3
- package/dist-es/commands/GetArchiveRuleCommand.js +3 -3
- package/dist-es/commands/GetFindingCommand.js +3 -3
- package/dist-es/commands/GetGeneratedPolicyCommand.js +3 -3
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +3 -3
- package/dist-es/commands/ListAccessPreviewsCommand.js +3 -3
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +3 -3
- package/dist-es/commands/ListAnalyzersCommand.js +3 -3
- package/dist-es/commands/ListArchiveRulesCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListPolicyGenerationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartPolicyGenerationCommand.js +3 -3
- package/dist-es/commands/StartResourceScanCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateArchiveRuleCommand.js +3 -3
- package/dist-es/commands/UpdateFindingsCommand.js +3 -3
- package/dist-es/commands/ValidatePolicyCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +559 -605
- package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
- package/package.json +6 -6
|
@@ -28,59 +28,227 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
|
|
|
28
28
|
import { UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput } from "../commands/UpdateArchiveRuleCommand";
|
|
29
29
|
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "../commands/UpdateFindingsCommand";
|
|
30
30
|
import { ValidatePolicyCommandInput, ValidatePolicyCommandOutput } from "../commands/ValidatePolicyCommand";
|
|
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
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare const
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export declare const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export declare const
|
|
31
|
+
/**
|
|
32
|
+
* serializeAws_restJson1ApplyArchiveRuleCommand
|
|
33
|
+
*/
|
|
34
|
+
export declare const se_ApplyArchiveRuleCommand: (input: ApplyArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
/**
|
|
36
|
+
* serializeAws_restJson1CancelPolicyGenerationCommand
|
|
37
|
+
*/
|
|
38
|
+
export declare const se_CancelPolicyGenerationCommand: (input: CancelPolicyGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
/**
|
|
40
|
+
* serializeAws_restJson1CreateAccessPreviewCommand
|
|
41
|
+
*/
|
|
42
|
+
export declare const se_CreateAccessPreviewCommand: (input: CreateAccessPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_restJson1CreateAnalyzerCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_CreateAnalyzerCommand: (input: CreateAnalyzerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_restJson1CreateArchiveRuleCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_CreateArchiveRuleCommand: (input: CreateArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_restJson1DeleteAnalyzerCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_DeleteAnalyzerCommand: (input: DeleteAnalyzerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_restJson1DeleteArchiveRuleCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_DeleteArchiveRuleCommand: (input: DeleteArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_restJson1GetAccessPreviewCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_GetAccessPreviewCommand: (input: GetAccessPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_restJson1GetAnalyzedResourceCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_GetAnalyzedResourceCommand: (input: GetAnalyzedResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_restJson1GetAnalyzerCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_GetAnalyzerCommand: (input: GetAnalyzerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_restJson1GetArchiveRuleCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_GetArchiveRuleCommand: (input: GetArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_restJson1GetFindingCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_GetFindingCommand: (input: GetFindingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_restJson1GetGeneratedPolicyCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_GetGeneratedPolicyCommand: (input: GetGeneratedPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_restJson1ListAccessPreviewFindingsCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_ListAccessPreviewFindingsCommand: (input: ListAccessPreviewFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_restJson1ListAccessPreviewsCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_ListAccessPreviewsCommand: (input: ListAccessPreviewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_restJson1ListAnalyzedResourcesCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_ListAnalyzedResourcesCommand: (input: ListAnalyzedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_restJson1ListAnalyzersCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_ListAnalyzersCommand: (input: ListAnalyzersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_restJson1ListArchiveRulesCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_ListArchiveRulesCommand: (input: ListArchiveRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_restJson1ListFindingsCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_restJson1ListPolicyGenerationsCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_ListPolicyGenerationsCommand: (input: ListPolicyGenerationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_restJson1StartPolicyGenerationCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_StartPolicyGenerationCommand: (input: StartPolicyGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_restJson1StartResourceScanCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_StartResourceScanCommand: (input: StartResourceScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_restJson1TagResourceCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_restJson1UpdateArchiveRuleCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_UpdateArchiveRuleCommand: (input: UpdateArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_restJson1UpdateFindingsCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_UpdateFindingsCommand: (input: UpdateFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_restJson1ValidatePolicyCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_ValidatePolicyCommand: (input: ValidatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* deserializeAws_restJson1ApplyArchiveRuleCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const de_ApplyArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyArchiveRuleCommandOutput>;
|
|
147
|
+
/**
|
|
148
|
+
* deserializeAws_restJson1CancelPolicyGenerationCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const de_CancelPolicyGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelPolicyGenerationCommandOutput>;
|
|
151
|
+
/**
|
|
152
|
+
* deserializeAws_restJson1CreateAccessPreviewCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const de_CreateAccessPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPreviewCommandOutput>;
|
|
155
|
+
/**
|
|
156
|
+
* deserializeAws_restJson1CreateAnalyzerCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const de_CreateAnalyzerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalyzerCommandOutput>;
|
|
159
|
+
/**
|
|
160
|
+
* deserializeAws_restJson1CreateArchiveRuleCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const de_CreateArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateArchiveRuleCommandOutput>;
|
|
163
|
+
/**
|
|
164
|
+
* deserializeAws_restJson1DeleteAnalyzerCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const de_DeleteAnalyzerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalyzerCommandOutput>;
|
|
167
|
+
/**
|
|
168
|
+
* deserializeAws_restJson1DeleteArchiveRuleCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const de_DeleteArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteArchiveRuleCommandOutput>;
|
|
171
|
+
/**
|
|
172
|
+
* deserializeAws_restJson1GetAccessPreviewCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const de_GetAccessPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPreviewCommandOutput>;
|
|
175
|
+
/**
|
|
176
|
+
* deserializeAws_restJson1GetAnalyzedResourceCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const de_GetAnalyzedResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnalyzedResourceCommandOutput>;
|
|
179
|
+
/**
|
|
180
|
+
* deserializeAws_restJson1GetAnalyzerCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const de_GetAnalyzerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnalyzerCommandOutput>;
|
|
183
|
+
/**
|
|
184
|
+
* deserializeAws_restJson1GetArchiveRuleCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const de_GetArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchiveRuleCommandOutput>;
|
|
187
|
+
/**
|
|
188
|
+
* deserializeAws_restJson1GetFindingCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const de_GetFindingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingCommandOutput>;
|
|
191
|
+
/**
|
|
192
|
+
* deserializeAws_restJson1GetGeneratedPolicyCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const de_GetGeneratedPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeneratedPolicyCommandOutput>;
|
|
195
|
+
/**
|
|
196
|
+
* deserializeAws_restJson1ListAccessPreviewFindingsCommand
|
|
197
|
+
*/
|
|
198
|
+
export declare const de_ListAccessPreviewFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPreviewFindingsCommandOutput>;
|
|
199
|
+
/**
|
|
200
|
+
* deserializeAws_restJson1ListAccessPreviewsCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const de_ListAccessPreviewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPreviewsCommandOutput>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_restJson1ListAnalyzedResourcesCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_ListAnalyzedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalyzedResourcesCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_restJson1ListAnalyzersCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_ListAnalyzersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalyzersCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_restJson1ListArchiveRulesCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_ListArchiveRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArchiveRulesCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_restJson1ListFindingsCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_restJson1ListPolicyGenerationsCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_ListPolicyGenerationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyGenerationsCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_restJson1StartPolicyGenerationCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_StartPolicyGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPolicyGenerationCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_restJson1StartResourceScanCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_StartResourceScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartResourceScanCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_restJson1UpdateArchiveRuleCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_UpdateArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateArchiveRuleCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_restJson1UpdateFindingsCommand
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_UpdateFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_restJson1ValidatePolicyCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_ValidatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidatePolicyCommandOutput>;
|
|
@@ -115,227 +115,227 @@ import {
|
|
|
115
115
|
ValidatePolicyCommandInput,
|
|
116
116
|
ValidatePolicyCommandOutput,
|
|
117
117
|
} from "../commands/ValidatePolicyCommand";
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_ApplyArchiveRuleCommand: (
|
|
119
119
|
input: ApplyArchiveRuleCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_CancelPolicyGenerationCommand: (
|
|
123
123
|
input: CancelPolicyGenerationCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_CreateAccessPreviewCommand: (
|
|
127
127
|
input: CreateAccessPreviewCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_CreateAnalyzerCommand: (
|
|
131
131
|
input: CreateAnalyzerCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_CreateArchiveRuleCommand: (
|
|
135
135
|
input: CreateArchiveRuleCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DeleteAnalyzerCommand: (
|
|
139
139
|
input: DeleteAnalyzerCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DeleteArchiveRuleCommand: (
|
|
143
143
|
input: DeleteArchiveRuleCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_GetAccessPreviewCommand: (
|
|
147
147
|
input: GetAccessPreviewCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_GetAnalyzedResourceCommand: (
|
|
151
151
|
input: GetAnalyzedResourceCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_GetAnalyzerCommand: (
|
|
155
155
|
input: GetAnalyzerCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_GetArchiveRuleCommand: (
|
|
159
159
|
input: GetArchiveRuleCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_GetFindingCommand: (
|
|
163
163
|
input: GetFindingCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_GetGeneratedPolicyCommand: (
|
|
167
167
|
input: GetGeneratedPolicyCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ListAccessPreviewFindingsCommand: (
|
|
171
171
|
input: ListAccessPreviewFindingsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_ListAccessPreviewsCommand: (
|
|
175
175
|
input: ListAccessPreviewsCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListAnalyzedResourcesCommand: (
|
|
179
179
|
input: ListAnalyzedResourcesCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListAnalyzersCommand: (
|
|
183
183
|
input: ListAnalyzersCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_ListArchiveRulesCommand: (
|
|
187
187
|
input: ListArchiveRulesCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_ListFindingsCommand: (
|
|
191
191
|
input: ListFindingsCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListPolicyGenerationsCommand: (
|
|
195
195
|
input: ListPolicyGenerationsCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
199
199
|
input: ListTagsForResourceCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_StartPolicyGenerationCommand: (
|
|
203
203
|
input: StartPolicyGenerationCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_StartResourceScanCommand: (
|
|
207
207
|
input: StartResourceScanCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_TagResourceCommand: (
|
|
211
211
|
input: TagResourceCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_UntagResourceCommand: (
|
|
215
215
|
input: UntagResourceCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_UpdateArchiveRuleCommand: (
|
|
219
219
|
input: UpdateArchiveRuleCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_UpdateFindingsCommand: (
|
|
223
223
|
input: UpdateFindingsCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_ValidatePolicyCommand: (
|
|
227
227
|
input: ValidatePolicyCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_ApplyArchiveRuleCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<ApplyArchiveRuleCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_CancelPolicyGenerationCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<CancelPolicyGenerationCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_CreateAccessPreviewCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<CreateAccessPreviewCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_CreateAnalyzerCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<CreateAnalyzerCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_CreateArchiveRuleCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<CreateArchiveRuleCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_DeleteAnalyzerCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<DeleteAnalyzerCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_DeleteArchiveRuleCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<DeleteArchiveRuleCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_GetAccessPreviewCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<GetAccessPreviewCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_GetAnalyzedResourceCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<GetAnalyzedResourceCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_GetAnalyzerCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<GetAnalyzerCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_GetArchiveRuleCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<GetArchiveRuleCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_GetFindingCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<GetFindingCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_GetGeneratedPolicyCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<GetGeneratedPolicyCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_ListAccessPreviewFindingsCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<ListAccessPreviewFindingsCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_ListAccessPreviewsCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<ListAccessPreviewsCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_ListAnalyzedResourcesCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<ListAnalyzedResourcesCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_ListAnalyzersCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<ListAnalyzersCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListArchiveRulesCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListArchiveRulesCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_ListFindingsCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<ListFindingsCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_ListPolicyGenerationsCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<ListPolicyGenerationsCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_StartPolicyGenerationCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<StartPolicyGenerationCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_StartResourceScanCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<StartResourceScanCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_TagResourceCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<TagResourceCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_UntagResourceCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<UntagResourceCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_UpdateArchiveRuleCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<UpdateArchiveRuleCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_UpdateFindingsCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<UpdateFindingsCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_ValidatePolicyCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<ValidatePolicyCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-accessanalyzer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Accessanalyzer 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",
|