@aws-sdk/client-verifiedpermissions 3.1087.0 → 3.1089.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/index.js +1 -1
- package/dist-types/ts3.4/VerifiedPermissions.d.ts +111 -123
- package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +9 -31
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchGetPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePolicyStoreAliasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePolicyStoreAliasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPolicyStoreAliasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPolicyStoreAliasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -59,10 +59,7 @@ import {
|
|
|
59
59
|
GetIdentitySourceCommandInput,
|
|
60
60
|
GetIdentitySourceCommandOutput,
|
|
61
61
|
} from "./commands/GetIdentitySourceCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetPolicyCommandInput,
|
|
64
|
-
GetPolicyCommandOutput,
|
|
65
|
-
} from "./commands/GetPolicyCommand";
|
|
62
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
66
63
|
import {
|
|
67
64
|
GetPolicyStoreAliasCommandInput,
|
|
68
65
|
GetPolicyStoreAliasCommandOutput,
|
|
@@ -75,10 +72,7 @@ import {
|
|
|
75
72
|
GetPolicyTemplateCommandInput,
|
|
76
73
|
GetPolicyTemplateCommandOutput,
|
|
77
74
|
} from "./commands/GetPolicyTemplateCommand";
|
|
78
|
-
import {
|
|
79
|
-
GetSchemaCommandInput,
|
|
80
|
-
GetSchemaCommandOutput,
|
|
81
|
-
} from "./commands/GetSchemaCommand";
|
|
75
|
+
import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
|
|
82
76
|
import {
|
|
83
77
|
IsAuthorizedCommandInput,
|
|
84
78
|
IsAuthorizedCommandOutput,
|
|
@@ -111,14 +105,8 @@ import {
|
|
|
111
105
|
ListTagsForResourceCommandInput,
|
|
112
106
|
ListTagsForResourceCommandOutput,
|
|
113
107
|
} from "./commands/ListTagsForResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
|
|
116
|
-
PutSchemaCommandOutput,
|
|
117
|
-
} from "./commands/PutSchemaCommand";
|
|
118
|
-
import {
|
|
119
|
-
TagResourceCommandInput,
|
|
120
|
-
TagResourceCommandOutput,
|
|
121
|
-
} from "./commands/TagResourceCommand";
|
|
108
|
+
import { PutSchemaCommandInput, PutSchemaCommandOutput } from "./commands/PutSchemaCommand";
|
|
109
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
122
110
|
import {
|
|
123
111
|
UntagResourceCommandInput,
|
|
124
112
|
UntagResourceCommandOutput,
|
|
@@ -143,482 +131,482 @@ import { VerifiedPermissionsClient } from "./VerifiedPermissionsClient";
|
|
|
143
131
|
export interface VerifiedPermissions {
|
|
144
132
|
batchGetPolicy(
|
|
145
133
|
args: BatchGetPolicyCommandInput,
|
|
146
|
-
options?: __HttpHandlerOptions
|
|
134
|
+
options?: __HttpHandlerOptions,
|
|
147
135
|
): Promise<BatchGetPolicyCommandOutput>;
|
|
148
136
|
batchGetPolicy(
|
|
149
137
|
args: BatchGetPolicyCommandInput,
|
|
150
|
-
cb: (err: any, data?: BatchGetPolicyCommandOutput) => void
|
|
138
|
+
cb: (err: any, data?: BatchGetPolicyCommandOutput) => void,
|
|
151
139
|
): void;
|
|
152
140
|
batchGetPolicy(
|
|
153
141
|
args: BatchGetPolicyCommandInput,
|
|
154
142
|
options: __HttpHandlerOptions,
|
|
155
|
-
cb: (err: any, data?: BatchGetPolicyCommandOutput) => void
|
|
143
|
+
cb: (err: any, data?: BatchGetPolicyCommandOutput) => void,
|
|
156
144
|
): void;
|
|
157
145
|
batchIsAuthorized(
|
|
158
146
|
args: BatchIsAuthorizedCommandInput,
|
|
159
|
-
options?: __HttpHandlerOptions
|
|
147
|
+
options?: __HttpHandlerOptions,
|
|
160
148
|
): Promise<BatchIsAuthorizedCommandOutput>;
|
|
161
149
|
batchIsAuthorized(
|
|
162
150
|
args: BatchIsAuthorizedCommandInput,
|
|
163
|
-
cb: (err: any, data?: BatchIsAuthorizedCommandOutput) => void
|
|
151
|
+
cb: (err: any, data?: BatchIsAuthorizedCommandOutput) => void,
|
|
164
152
|
): void;
|
|
165
153
|
batchIsAuthorized(
|
|
166
154
|
args: BatchIsAuthorizedCommandInput,
|
|
167
155
|
options: __HttpHandlerOptions,
|
|
168
|
-
cb: (err: any, data?: BatchIsAuthorizedCommandOutput) => void
|
|
156
|
+
cb: (err: any, data?: BatchIsAuthorizedCommandOutput) => void,
|
|
169
157
|
): void;
|
|
170
158
|
batchIsAuthorizedWithToken(
|
|
171
159
|
args: BatchIsAuthorizedWithTokenCommandInput,
|
|
172
|
-
options?: __HttpHandlerOptions
|
|
160
|
+
options?: __HttpHandlerOptions,
|
|
173
161
|
): Promise<BatchIsAuthorizedWithTokenCommandOutput>;
|
|
174
162
|
batchIsAuthorizedWithToken(
|
|
175
163
|
args: BatchIsAuthorizedWithTokenCommandInput,
|
|
176
|
-
cb: (err: any, data?: BatchIsAuthorizedWithTokenCommandOutput) => void
|
|
164
|
+
cb: (err: any, data?: BatchIsAuthorizedWithTokenCommandOutput) => void,
|
|
177
165
|
): void;
|
|
178
166
|
batchIsAuthorizedWithToken(
|
|
179
167
|
args: BatchIsAuthorizedWithTokenCommandInput,
|
|
180
168
|
options: __HttpHandlerOptions,
|
|
181
|
-
cb: (err: any, data?: BatchIsAuthorizedWithTokenCommandOutput) => void
|
|
169
|
+
cb: (err: any, data?: BatchIsAuthorizedWithTokenCommandOutput) => void,
|
|
182
170
|
): void;
|
|
183
171
|
createIdentitySource(
|
|
184
172
|
args: CreateIdentitySourceCommandInput,
|
|
185
|
-
options?: __HttpHandlerOptions
|
|
173
|
+
options?: __HttpHandlerOptions,
|
|
186
174
|
): Promise<CreateIdentitySourceCommandOutput>;
|
|
187
175
|
createIdentitySource(
|
|
188
176
|
args: CreateIdentitySourceCommandInput,
|
|
189
|
-
cb: (err: any, data?: CreateIdentitySourceCommandOutput) => void
|
|
177
|
+
cb: (err: any, data?: CreateIdentitySourceCommandOutput) => void,
|
|
190
178
|
): void;
|
|
191
179
|
createIdentitySource(
|
|
192
180
|
args: CreateIdentitySourceCommandInput,
|
|
193
181
|
options: __HttpHandlerOptions,
|
|
194
|
-
cb: (err: any, data?: CreateIdentitySourceCommandOutput) => void
|
|
182
|
+
cb: (err: any, data?: CreateIdentitySourceCommandOutput) => void,
|
|
195
183
|
): void;
|
|
196
184
|
createPolicy(
|
|
197
185
|
args: CreatePolicyCommandInput,
|
|
198
|
-
options?: __HttpHandlerOptions
|
|
186
|
+
options?: __HttpHandlerOptions,
|
|
199
187
|
): Promise<CreatePolicyCommandOutput>;
|
|
200
188
|
createPolicy(
|
|
201
189
|
args: CreatePolicyCommandInput,
|
|
202
|
-
cb: (err: any, data?: CreatePolicyCommandOutput) => void
|
|
190
|
+
cb: (err: any, data?: CreatePolicyCommandOutput) => void,
|
|
203
191
|
): void;
|
|
204
192
|
createPolicy(
|
|
205
193
|
args: CreatePolicyCommandInput,
|
|
206
194
|
options: __HttpHandlerOptions,
|
|
207
|
-
cb: (err: any, data?: CreatePolicyCommandOutput) => void
|
|
195
|
+
cb: (err: any, data?: CreatePolicyCommandOutput) => void,
|
|
208
196
|
): void;
|
|
209
197
|
createPolicyStore(
|
|
210
198
|
args: CreatePolicyStoreCommandInput,
|
|
211
|
-
options?: __HttpHandlerOptions
|
|
199
|
+
options?: __HttpHandlerOptions,
|
|
212
200
|
): Promise<CreatePolicyStoreCommandOutput>;
|
|
213
201
|
createPolicyStore(
|
|
214
202
|
args: CreatePolicyStoreCommandInput,
|
|
215
|
-
cb: (err: any, data?: CreatePolicyStoreCommandOutput) => void
|
|
203
|
+
cb: (err: any, data?: CreatePolicyStoreCommandOutput) => void,
|
|
216
204
|
): void;
|
|
217
205
|
createPolicyStore(
|
|
218
206
|
args: CreatePolicyStoreCommandInput,
|
|
219
207
|
options: __HttpHandlerOptions,
|
|
220
|
-
cb: (err: any, data?: CreatePolicyStoreCommandOutput) => void
|
|
208
|
+
cb: (err: any, data?: CreatePolicyStoreCommandOutput) => void,
|
|
221
209
|
): void;
|
|
222
210
|
createPolicyStoreAlias(
|
|
223
211
|
args: CreatePolicyStoreAliasCommandInput,
|
|
224
|
-
options?: __HttpHandlerOptions
|
|
212
|
+
options?: __HttpHandlerOptions,
|
|
225
213
|
): Promise<CreatePolicyStoreAliasCommandOutput>;
|
|
226
214
|
createPolicyStoreAlias(
|
|
227
215
|
args: CreatePolicyStoreAliasCommandInput,
|
|
228
|
-
cb: (err: any, data?: CreatePolicyStoreAliasCommandOutput) => void
|
|
216
|
+
cb: (err: any, data?: CreatePolicyStoreAliasCommandOutput) => void,
|
|
229
217
|
): void;
|
|
230
218
|
createPolicyStoreAlias(
|
|
231
219
|
args: CreatePolicyStoreAliasCommandInput,
|
|
232
220
|
options: __HttpHandlerOptions,
|
|
233
|
-
cb: (err: any, data?: CreatePolicyStoreAliasCommandOutput) => void
|
|
221
|
+
cb: (err: any, data?: CreatePolicyStoreAliasCommandOutput) => void,
|
|
234
222
|
): void;
|
|
235
223
|
createPolicyTemplate(
|
|
236
224
|
args: CreatePolicyTemplateCommandInput,
|
|
237
|
-
options?: __HttpHandlerOptions
|
|
225
|
+
options?: __HttpHandlerOptions,
|
|
238
226
|
): Promise<CreatePolicyTemplateCommandOutput>;
|
|
239
227
|
createPolicyTemplate(
|
|
240
228
|
args: CreatePolicyTemplateCommandInput,
|
|
241
|
-
cb: (err: any, data?: CreatePolicyTemplateCommandOutput) => void
|
|
229
|
+
cb: (err: any, data?: CreatePolicyTemplateCommandOutput) => void,
|
|
242
230
|
): void;
|
|
243
231
|
createPolicyTemplate(
|
|
244
232
|
args: CreatePolicyTemplateCommandInput,
|
|
245
233
|
options: __HttpHandlerOptions,
|
|
246
|
-
cb: (err: any, data?: CreatePolicyTemplateCommandOutput) => void
|
|
234
|
+
cb: (err: any, data?: CreatePolicyTemplateCommandOutput) => void,
|
|
247
235
|
): void;
|
|
248
236
|
deleteIdentitySource(
|
|
249
237
|
args: DeleteIdentitySourceCommandInput,
|
|
250
|
-
options?: __HttpHandlerOptions
|
|
238
|
+
options?: __HttpHandlerOptions,
|
|
251
239
|
): Promise<DeleteIdentitySourceCommandOutput>;
|
|
252
240
|
deleteIdentitySource(
|
|
253
241
|
args: DeleteIdentitySourceCommandInput,
|
|
254
|
-
cb: (err: any, data?: DeleteIdentitySourceCommandOutput) => void
|
|
242
|
+
cb: (err: any, data?: DeleteIdentitySourceCommandOutput) => void,
|
|
255
243
|
): void;
|
|
256
244
|
deleteIdentitySource(
|
|
257
245
|
args: DeleteIdentitySourceCommandInput,
|
|
258
246
|
options: __HttpHandlerOptions,
|
|
259
|
-
cb: (err: any, data?: DeleteIdentitySourceCommandOutput) => void
|
|
247
|
+
cb: (err: any, data?: DeleteIdentitySourceCommandOutput) => void,
|
|
260
248
|
): void;
|
|
261
249
|
deletePolicy(
|
|
262
250
|
args: DeletePolicyCommandInput,
|
|
263
|
-
options?: __HttpHandlerOptions
|
|
251
|
+
options?: __HttpHandlerOptions,
|
|
264
252
|
): Promise<DeletePolicyCommandOutput>;
|
|
265
253
|
deletePolicy(
|
|
266
254
|
args: DeletePolicyCommandInput,
|
|
267
|
-
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
255
|
+
cb: (err: any, data?: DeletePolicyCommandOutput) => void,
|
|
268
256
|
): void;
|
|
269
257
|
deletePolicy(
|
|
270
258
|
args: DeletePolicyCommandInput,
|
|
271
259
|
options: __HttpHandlerOptions,
|
|
272
|
-
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
260
|
+
cb: (err: any, data?: DeletePolicyCommandOutput) => void,
|
|
273
261
|
): void;
|
|
274
262
|
deletePolicyStore(
|
|
275
263
|
args: DeletePolicyStoreCommandInput,
|
|
276
|
-
options?: __HttpHandlerOptions
|
|
264
|
+
options?: __HttpHandlerOptions,
|
|
277
265
|
): Promise<DeletePolicyStoreCommandOutput>;
|
|
278
266
|
deletePolicyStore(
|
|
279
267
|
args: DeletePolicyStoreCommandInput,
|
|
280
|
-
cb: (err: any, data?: DeletePolicyStoreCommandOutput) => void
|
|
268
|
+
cb: (err: any, data?: DeletePolicyStoreCommandOutput) => void,
|
|
281
269
|
): void;
|
|
282
270
|
deletePolicyStore(
|
|
283
271
|
args: DeletePolicyStoreCommandInput,
|
|
284
272
|
options: __HttpHandlerOptions,
|
|
285
|
-
cb: (err: any, data?: DeletePolicyStoreCommandOutput) => void
|
|
273
|
+
cb: (err: any, data?: DeletePolicyStoreCommandOutput) => void,
|
|
286
274
|
): void;
|
|
287
275
|
deletePolicyStoreAlias(
|
|
288
276
|
args: DeletePolicyStoreAliasCommandInput,
|
|
289
|
-
options?: __HttpHandlerOptions
|
|
277
|
+
options?: __HttpHandlerOptions,
|
|
290
278
|
): Promise<DeletePolicyStoreAliasCommandOutput>;
|
|
291
279
|
deletePolicyStoreAlias(
|
|
292
280
|
args: DeletePolicyStoreAliasCommandInput,
|
|
293
|
-
cb: (err: any, data?: DeletePolicyStoreAliasCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: DeletePolicyStoreAliasCommandOutput) => void,
|
|
294
282
|
): void;
|
|
295
283
|
deletePolicyStoreAlias(
|
|
296
284
|
args: DeletePolicyStoreAliasCommandInput,
|
|
297
285
|
options: __HttpHandlerOptions,
|
|
298
|
-
cb: (err: any, data?: DeletePolicyStoreAliasCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: DeletePolicyStoreAliasCommandOutput) => void,
|
|
299
287
|
): void;
|
|
300
288
|
deletePolicyTemplate(
|
|
301
289
|
args: DeletePolicyTemplateCommandInput,
|
|
302
|
-
options?: __HttpHandlerOptions
|
|
290
|
+
options?: __HttpHandlerOptions,
|
|
303
291
|
): Promise<DeletePolicyTemplateCommandOutput>;
|
|
304
292
|
deletePolicyTemplate(
|
|
305
293
|
args: DeletePolicyTemplateCommandInput,
|
|
306
|
-
cb: (err: any, data?: DeletePolicyTemplateCommandOutput) => void
|
|
294
|
+
cb: (err: any, data?: DeletePolicyTemplateCommandOutput) => void,
|
|
307
295
|
): void;
|
|
308
296
|
deletePolicyTemplate(
|
|
309
297
|
args: DeletePolicyTemplateCommandInput,
|
|
310
298
|
options: __HttpHandlerOptions,
|
|
311
|
-
cb: (err: any, data?: DeletePolicyTemplateCommandOutput) => void
|
|
299
|
+
cb: (err: any, data?: DeletePolicyTemplateCommandOutput) => void,
|
|
312
300
|
): void;
|
|
313
301
|
getIdentitySource(
|
|
314
302
|
args: GetIdentitySourceCommandInput,
|
|
315
|
-
options?: __HttpHandlerOptions
|
|
303
|
+
options?: __HttpHandlerOptions,
|
|
316
304
|
): Promise<GetIdentitySourceCommandOutput>;
|
|
317
305
|
getIdentitySource(
|
|
318
306
|
args: GetIdentitySourceCommandInput,
|
|
319
|
-
cb: (err: any, data?: GetIdentitySourceCommandOutput) => void
|
|
307
|
+
cb: (err: any, data?: GetIdentitySourceCommandOutput) => void,
|
|
320
308
|
): void;
|
|
321
309
|
getIdentitySource(
|
|
322
310
|
args: GetIdentitySourceCommandInput,
|
|
323
311
|
options: __HttpHandlerOptions,
|
|
324
|
-
cb: (err: any, data?: GetIdentitySourceCommandOutput) => void
|
|
312
|
+
cb: (err: any, data?: GetIdentitySourceCommandOutput) => void,
|
|
325
313
|
): void;
|
|
326
314
|
getPolicy(
|
|
327
315
|
args: GetPolicyCommandInput,
|
|
328
|
-
options?: __HttpHandlerOptions
|
|
316
|
+
options?: __HttpHandlerOptions,
|
|
329
317
|
): Promise<GetPolicyCommandOutput>;
|
|
330
318
|
getPolicy(
|
|
331
319
|
args: GetPolicyCommandInput,
|
|
332
|
-
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
320
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void,
|
|
333
321
|
): void;
|
|
334
322
|
getPolicy(
|
|
335
323
|
args: GetPolicyCommandInput,
|
|
336
324
|
options: __HttpHandlerOptions,
|
|
337
|
-
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
325
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void,
|
|
338
326
|
): void;
|
|
339
327
|
getPolicyStore(
|
|
340
328
|
args: GetPolicyStoreCommandInput,
|
|
341
|
-
options?: __HttpHandlerOptions
|
|
329
|
+
options?: __HttpHandlerOptions,
|
|
342
330
|
): Promise<GetPolicyStoreCommandOutput>;
|
|
343
331
|
getPolicyStore(
|
|
344
332
|
args: GetPolicyStoreCommandInput,
|
|
345
|
-
cb: (err: any, data?: GetPolicyStoreCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: GetPolicyStoreCommandOutput) => void,
|
|
346
334
|
): void;
|
|
347
335
|
getPolicyStore(
|
|
348
336
|
args: GetPolicyStoreCommandInput,
|
|
349
337
|
options: __HttpHandlerOptions,
|
|
350
|
-
cb: (err: any, data?: GetPolicyStoreCommandOutput) => void
|
|
338
|
+
cb: (err: any, data?: GetPolicyStoreCommandOutput) => void,
|
|
351
339
|
): void;
|
|
352
340
|
getPolicyStoreAlias(
|
|
353
341
|
args: GetPolicyStoreAliasCommandInput,
|
|
354
|
-
options?: __HttpHandlerOptions
|
|
342
|
+
options?: __HttpHandlerOptions,
|
|
355
343
|
): Promise<GetPolicyStoreAliasCommandOutput>;
|
|
356
344
|
getPolicyStoreAlias(
|
|
357
345
|
args: GetPolicyStoreAliasCommandInput,
|
|
358
|
-
cb: (err: any, data?: GetPolicyStoreAliasCommandOutput) => void
|
|
346
|
+
cb: (err: any, data?: GetPolicyStoreAliasCommandOutput) => void,
|
|
359
347
|
): void;
|
|
360
348
|
getPolicyStoreAlias(
|
|
361
349
|
args: GetPolicyStoreAliasCommandInput,
|
|
362
350
|
options: __HttpHandlerOptions,
|
|
363
|
-
cb: (err: any, data?: GetPolicyStoreAliasCommandOutput) => void
|
|
351
|
+
cb: (err: any, data?: GetPolicyStoreAliasCommandOutput) => void,
|
|
364
352
|
): void;
|
|
365
353
|
getPolicyTemplate(
|
|
366
354
|
args: GetPolicyTemplateCommandInput,
|
|
367
|
-
options?: __HttpHandlerOptions
|
|
355
|
+
options?: __HttpHandlerOptions,
|
|
368
356
|
): Promise<GetPolicyTemplateCommandOutput>;
|
|
369
357
|
getPolicyTemplate(
|
|
370
358
|
args: GetPolicyTemplateCommandInput,
|
|
371
|
-
cb: (err: any, data?: GetPolicyTemplateCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: GetPolicyTemplateCommandOutput) => void,
|
|
372
360
|
): void;
|
|
373
361
|
getPolicyTemplate(
|
|
374
362
|
args: GetPolicyTemplateCommandInput,
|
|
375
363
|
options: __HttpHandlerOptions,
|
|
376
|
-
cb: (err: any, data?: GetPolicyTemplateCommandOutput) => void
|
|
364
|
+
cb: (err: any, data?: GetPolicyTemplateCommandOutput) => void,
|
|
377
365
|
): void;
|
|
378
366
|
getSchema(
|
|
379
367
|
args: GetSchemaCommandInput,
|
|
380
|
-
options?: __HttpHandlerOptions
|
|
368
|
+
options?: __HttpHandlerOptions,
|
|
381
369
|
): Promise<GetSchemaCommandOutput>;
|
|
382
370
|
getSchema(
|
|
383
371
|
args: GetSchemaCommandInput,
|
|
384
|
-
cb: (err: any, data?: GetSchemaCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: GetSchemaCommandOutput) => void,
|
|
385
373
|
): void;
|
|
386
374
|
getSchema(
|
|
387
375
|
args: GetSchemaCommandInput,
|
|
388
376
|
options: __HttpHandlerOptions,
|
|
389
|
-
cb: (err: any, data?: GetSchemaCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: GetSchemaCommandOutput) => void,
|
|
390
378
|
): void;
|
|
391
379
|
isAuthorized(
|
|
392
380
|
args: IsAuthorizedCommandInput,
|
|
393
|
-
options?: __HttpHandlerOptions
|
|
381
|
+
options?: __HttpHandlerOptions,
|
|
394
382
|
): Promise<IsAuthorizedCommandOutput>;
|
|
395
383
|
isAuthorized(
|
|
396
384
|
args: IsAuthorizedCommandInput,
|
|
397
|
-
cb: (err: any, data?: IsAuthorizedCommandOutput) => void
|
|
385
|
+
cb: (err: any, data?: IsAuthorizedCommandOutput) => void,
|
|
398
386
|
): void;
|
|
399
387
|
isAuthorized(
|
|
400
388
|
args: IsAuthorizedCommandInput,
|
|
401
389
|
options: __HttpHandlerOptions,
|
|
402
|
-
cb: (err: any, data?: IsAuthorizedCommandOutput) => void
|
|
390
|
+
cb: (err: any, data?: IsAuthorizedCommandOutput) => void,
|
|
403
391
|
): void;
|
|
404
392
|
isAuthorizedWithToken(
|
|
405
393
|
args: IsAuthorizedWithTokenCommandInput,
|
|
406
|
-
options?: __HttpHandlerOptions
|
|
394
|
+
options?: __HttpHandlerOptions,
|
|
407
395
|
): Promise<IsAuthorizedWithTokenCommandOutput>;
|
|
408
396
|
isAuthorizedWithToken(
|
|
409
397
|
args: IsAuthorizedWithTokenCommandInput,
|
|
410
|
-
cb: (err: any, data?: IsAuthorizedWithTokenCommandOutput) => void
|
|
398
|
+
cb: (err: any, data?: IsAuthorizedWithTokenCommandOutput) => void,
|
|
411
399
|
): void;
|
|
412
400
|
isAuthorizedWithToken(
|
|
413
401
|
args: IsAuthorizedWithTokenCommandInput,
|
|
414
402
|
options: __HttpHandlerOptions,
|
|
415
|
-
cb: (err: any, data?: IsAuthorizedWithTokenCommandOutput) => void
|
|
403
|
+
cb: (err: any, data?: IsAuthorizedWithTokenCommandOutput) => void,
|
|
416
404
|
): void;
|
|
417
405
|
listIdentitySources(
|
|
418
406
|
args: ListIdentitySourcesCommandInput,
|
|
419
|
-
options?: __HttpHandlerOptions
|
|
407
|
+
options?: __HttpHandlerOptions,
|
|
420
408
|
): Promise<ListIdentitySourcesCommandOutput>;
|
|
421
409
|
listIdentitySources(
|
|
422
410
|
args: ListIdentitySourcesCommandInput,
|
|
423
|
-
cb: (err: any, data?: ListIdentitySourcesCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: ListIdentitySourcesCommandOutput) => void,
|
|
424
412
|
): void;
|
|
425
413
|
listIdentitySources(
|
|
426
414
|
args: ListIdentitySourcesCommandInput,
|
|
427
415
|
options: __HttpHandlerOptions,
|
|
428
|
-
cb: (err: any, data?: ListIdentitySourcesCommandOutput) => void
|
|
416
|
+
cb: (err: any, data?: ListIdentitySourcesCommandOutput) => void,
|
|
429
417
|
): void;
|
|
430
418
|
listPolicies(
|
|
431
419
|
args: ListPoliciesCommandInput,
|
|
432
|
-
options?: __HttpHandlerOptions
|
|
420
|
+
options?: __HttpHandlerOptions,
|
|
433
421
|
): Promise<ListPoliciesCommandOutput>;
|
|
434
422
|
listPolicies(
|
|
435
423
|
args: ListPoliciesCommandInput,
|
|
436
|
-
cb: (err: any, data?: ListPoliciesCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: ListPoliciesCommandOutput) => void,
|
|
437
425
|
): void;
|
|
438
426
|
listPolicies(
|
|
439
427
|
args: ListPoliciesCommandInput,
|
|
440
428
|
options: __HttpHandlerOptions,
|
|
441
|
-
cb: (err: any, data?: ListPoliciesCommandOutput) => void
|
|
429
|
+
cb: (err: any, data?: ListPoliciesCommandOutput) => void,
|
|
442
430
|
): void;
|
|
443
431
|
listPolicyStoreAliases(): Promise<ListPolicyStoreAliasesCommandOutput>;
|
|
444
432
|
listPolicyStoreAliases(
|
|
445
433
|
args: ListPolicyStoreAliasesCommandInput,
|
|
446
|
-
options?: __HttpHandlerOptions
|
|
434
|
+
options?: __HttpHandlerOptions,
|
|
447
435
|
): Promise<ListPolicyStoreAliasesCommandOutput>;
|
|
448
436
|
listPolicyStoreAliases(
|
|
449
437
|
args: ListPolicyStoreAliasesCommandInput,
|
|
450
|
-
cb: (err: any, data?: ListPolicyStoreAliasesCommandOutput) => void
|
|
438
|
+
cb: (err: any, data?: ListPolicyStoreAliasesCommandOutput) => void,
|
|
451
439
|
): void;
|
|
452
440
|
listPolicyStoreAliases(
|
|
453
441
|
args: ListPolicyStoreAliasesCommandInput,
|
|
454
442
|
options: __HttpHandlerOptions,
|
|
455
|
-
cb: (err: any, data?: ListPolicyStoreAliasesCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: ListPolicyStoreAliasesCommandOutput) => void,
|
|
456
444
|
): void;
|
|
457
445
|
listPolicyStores(): Promise<ListPolicyStoresCommandOutput>;
|
|
458
446
|
listPolicyStores(
|
|
459
447
|
args: ListPolicyStoresCommandInput,
|
|
460
|
-
options?: __HttpHandlerOptions
|
|
448
|
+
options?: __HttpHandlerOptions,
|
|
461
449
|
): Promise<ListPolicyStoresCommandOutput>;
|
|
462
450
|
listPolicyStores(
|
|
463
451
|
args: ListPolicyStoresCommandInput,
|
|
464
|
-
cb: (err: any, data?: ListPolicyStoresCommandOutput) => void
|
|
452
|
+
cb: (err: any, data?: ListPolicyStoresCommandOutput) => void,
|
|
465
453
|
): void;
|
|
466
454
|
listPolicyStores(
|
|
467
455
|
args: ListPolicyStoresCommandInput,
|
|
468
456
|
options: __HttpHandlerOptions,
|
|
469
|
-
cb: (err: any, data?: ListPolicyStoresCommandOutput) => void
|
|
457
|
+
cb: (err: any, data?: ListPolicyStoresCommandOutput) => void,
|
|
470
458
|
): void;
|
|
471
459
|
listPolicyTemplates(
|
|
472
460
|
args: ListPolicyTemplatesCommandInput,
|
|
473
|
-
options?: __HttpHandlerOptions
|
|
461
|
+
options?: __HttpHandlerOptions,
|
|
474
462
|
): Promise<ListPolicyTemplatesCommandOutput>;
|
|
475
463
|
listPolicyTemplates(
|
|
476
464
|
args: ListPolicyTemplatesCommandInput,
|
|
477
|
-
cb: (err: any, data?: ListPolicyTemplatesCommandOutput) => void
|
|
465
|
+
cb: (err: any, data?: ListPolicyTemplatesCommandOutput) => void,
|
|
478
466
|
): void;
|
|
479
467
|
listPolicyTemplates(
|
|
480
468
|
args: ListPolicyTemplatesCommandInput,
|
|
481
469
|
options: __HttpHandlerOptions,
|
|
482
|
-
cb: (err: any, data?: ListPolicyTemplatesCommandOutput) => void
|
|
470
|
+
cb: (err: any, data?: ListPolicyTemplatesCommandOutput) => void,
|
|
483
471
|
): void;
|
|
484
472
|
listTagsForResource(
|
|
485
473
|
args: ListTagsForResourceCommandInput,
|
|
486
|
-
options?: __HttpHandlerOptions
|
|
474
|
+
options?: __HttpHandlerOptions,
|
|
487
475
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
488
476
|
listTagsForResource(
|
|
489
477
|
args: ListTagsForResourceCommandInput,
|
|
490
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
478
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
491
479
|
): void;
|
|
492
480
|
listTagsForResource(
|
|
493
481
|
args: ListTagsForResourceCommandInput,
|
|
494
482
|
options: __HttpHandlerOptions,
|
|
495
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
483
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
496
484
|
): void;
|
|
497
485
|
putSchema(
|
|
498
486
|
args: PutSchemaCommandInput,
|
|
499
|
-
options?: __HttpHandlerOptions
|
|
487
|
+
options?: __HttpHandlerOptions,
|
|
500
488
|
): Promise<PutSchemaCommandOutput>;
|
|
501
489
|
putSchema(
|
|
502
490
|
args: PutSchemaCommandInput,
|
|
503
|
-
cb: (err: any, data?: PutSchemaCommandOutput) => void
|
|
491
|
+
cb: (err: any, data?: PutSchemaCommandOutput) => void,
|
|
504
492
|
): void;
|
|
505
493
|
putSchema(
|
|
506
494
|
args: PutSchemaCommandInput,
|
|
507
495
|
options: __HttpHandlerOptions,
|
|
508
|
-
cb: (err: any, data?: PutSchemaCommandOutput) => void
|
|
496
|
+
cb: (err: any, data?: PutSchemaCommandOutput) => void,
|
|
509
497
|
): void;
|
|
510
498
|
tagResource(
|
|
511
499
|
args: TagResourceCommandInput,
|
|
512
|
-
options?: __HttpHandlerOptions
|
|
500
|
+
options?: __HttpHandlerOptions,
|
|
513
501
|
): Promise<TagResourceCommandOutput>;
|
|
514
502
|
tagResource(
|
|
515
503
|
args: TagResourceCommandInput,
|
|
516
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
504
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
517
505
|
): void;
|
|
518
506
|
tagResource(
|
|
519
507
|
args: TagResourceCommandInput,
|
|
520
508
|
options: __HttpHandlerOptions,
|
|
521
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
509
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
522
510
|
): void;
|
|
523
511
|
untagResource(
|
|
524
512
|
args: UntagResourceCommandInput,
|
|
525
|
-
options?: __HttpHandlerOptions
|
|
513
|
+
options?: __HttpHandlerOptions,
|
|
526
514
|
): Promise<UntagResourceCommandOutput>;
|
|
527
515
|
untagResource(
|
|
528
516
|
args: UntagResourceCommandInput,
|
|
529
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
517
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
530
518
|
): void;
|
|
531
519
|
untagResource(
|
|
532
520
|
args: UntagResourceCommandInput,
|
|
533
521
|
options: __HttpHandlerOptions,
|
|
534
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
522
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
535
523
|
): void;
|
|
536
524
|
updateIdentitySource(
|
|
537
525
|
args: UpdateIdentitySourceCommandInput,
|
|
538
|
-
options?: __HttpHandlerOptions
|
|
526
|
+
options?: __HttpHandlerOptions,
|
|
539
527
|
): Promise<UpdateIdentitySourceCommandOutput>;
|
|
540
528
|
updateIdentitySource(
|
|
541
529
|
args: UpdateIdentitySourceCommandInput,
|
|
542
|
-
cb: (err: any, data?: UpdateIdentitySourceCommandOutput) => void
|
|
530
|
+
cb: (err: any, data?: UpdateIdentitySourceCommandOutput) => void,
|
|
543
531
|
): void;
|
|
544
532
|
updateIdentitySource(
|
|
545
533
|
args: UpdateIdentitySourceCommandInput,
|
|
546
534
|
options: __HttpHandlerOptions,
|
|
547
|
-
cb: (err: any, data?: UpdateIdentitySourceCommandOutput) => void
|
|
535
|
+
cb: (err: any, data?: UpdateIdentitySourceCommandOutput) => void,
|
|
548
536
|
): void;
|
|
549
537
|
updatePolicy(
|
|
550
538
|
args: UpdatePolicyCommandInput,
|
|
551
|
-
options?: __HttpHandlerOptions
|
|
539
|
+
options?: __HttpHandlerOptions,
|
|
552
540
|
): Promise<UpdatePolicyCommandOutput>;
|
|
553
541
|
updatePolicy(
|
|
554
542
|
args: UpdatePolicyCommandInput,
|
|
555
|
-
cb: (err: any, data?: UpdatePolicyCommandOutput) => void
|
|
543
|
+
cb: (err: any, data?: UpdatePolicyCommandOutput) => void,
|
|
556
544
|
): void;
|
|
557
545
|
updatePolicy(
|
|
558
546
|
args: UpdatePolicyCommandInput,
|
|
559
547
|
options: __HttpHandlerOptions,
|
|
560
|
-
cb: (err: any, data?: UpdatePolicyCommandOutput) => void
|
|
548
|
+
cb: (err: any, data?: UpdatePolicyCommandOutput) => void,
|
|
561
549
|
): void;
|
|
562
550
|
updatePolicyStore(
|
|
563
551
|
args: UpdatePolicyStoreCommandInput,
|
|
564
|
-
options?: __HttpHandlerOptions
|
|
552
|
+
options?: __HttpHandlerOptions,
|
|
565
553
|
): Promise<UpdatePolicyStoreCommandOutput>;
|
|
566
554
|
updatePolicyStore(
|
|
567
555
|
args: UpdatePolicyStoreCommandInput,
|
|
568
|
-
cb: (err: any, data?: UpdatePolicyStoreCommandOutput) => void
|
|
556
|
+
cb: (err: any, data?: UpdatePolicyStoreCommandOutput) => void,
|
|
569
557
|
): void;
|
|
570
558
|
updatePolicyStore(
|
|
571
559
|
args: UpdatePolicyStoreCommandInput,
|
|
572
560
|
options: __HttpHandlerOptions,
|
|
573
|
-
cb: (err: any, data?: UpdatePolicyStoreCommandOutput) => void
|
|
561
|
+
cb: (err: any, data?: UpdatePolicyStoreCommandOutput) => void,
|
|
574
562
|
): void;
|
|
575
563
|
updatePolicyTemplate(
|
|
576
564
|
args: UpdatePolicyTemplateCommandInput,
|
|
577
|
-
options?: __HttpHandlerOptions
|
|
565
|
+
options?: __HttpHandlerOptions,
|
|
578
566
|
): Promise<UpdatePolicyTemplateCommandOutput>;
|
|
579
567
|
updatePolicyTemplate(
|
|
580
568
|
args: UpdatePolicyTemplateCommandInput,
|
|
581
|
-
cb: (err: any, data?: UpdatePolicyTemplateCommandOutput) => void
|
|
569
|
+
cb: (err: any, data?: UpdatePolicyTemplateCommandOutput) => void,
|
|
582
570
|
): void;
|
|
583
571
|
updatePolicyTemplate(
|
|
584
572
|
args: UpdatePolicyTemplateCommandInput,
|
|
585
573
|
options: __HttpHandlerOptions,
|
|
586
|
-
cb: (err: any, data?: UpdatePolicyTemplateCommandOutput) => void
|
|
574
|
+
cb: (err: any, data?: UpdatePolicyTemplateCommandOutput) => void,
|
|
587
575
|
): void;
|
|
588
576
|
paginateListIdentitySources(
|
|
589
577
|
args: ListIdentitySourcesCommandInput,
|
|
590
578
|
paginationConfig?: Pick<
|
|
591
579
|
PaginationConfiguration,
|
|
592
580
|
Exclude<keyof PaginationConfiguration, "client">
|
|
593
|
-
|
|
581
|
+
>,
|
|
594
582
|
): Paginator<ListIdentitySourcesCommandOutput>;
|
|
595
583
|
paginateListPolicies(
|
|
596
584
|
args: ListPoliciesCommandInput,
|
|
597
585
|
paginationConfig?: Pick<
|
|
598
586
|
PaginationConfiguration,
|
|
599
587
|
Exclude<keyof PaginationConfiguration, "client">
|
|
600
|
-
|
|
588
|
+
>,
|
|
601
589
|
): Paginator<ListPoliciesCommandOutput>;
|
|
602
590
|
paginateListPolicyStoreAliases(
|
|
603
591
|
args?: ListPolicyStoreAliasesCommandInput,
|
|
604
592
|
paginationConfig?: Pick<
|
|
605
593
|
PaginationConfiguration,
|
|
606
594
|
Exclude<keyof PaginationConfiguration, "client">
|
|
607
|
-
|
|
595
|
+
>,
|
|
608
596
|
): Paginator<ListPolicyStoreAliasesCommandOutput>;
|
|
609
597
|
paginateListPolicyStores(
|
|
610
598
|
args?: ListPolicyStoresCommandInput,
|
|
611
599
|
paginationConfig?: Pick<
|
|
612
600
|
PaginationConfiguration,
|
|
613
601
|
Exclude<keyof PaginationConfiguration, "client">
|
|
614
|
-
|
|
602
|
+
>,
|
|
615
603
|
): Paginator<ListPolicyStoresCommandOutput>;
|
|
616
604
|
paginateListPolicyTemplates(
|
|
617
605
|
args: ListPolicyTemplatesCommandInput,
|
|
618
606
|
paginationConfig?: Pick<
|
|
619
607
|
PaginationConfiguration,
|
|
620
608
|
Exclude<keyof PaginationConfiguration, "client">
|
|
621
|
-
|
|
609
|
+
>,
|
|
622
610
|
): Paginator<ListPolicyTemplatesCommandOutput>;
|
|
623
611
|
}
|
|
624
612
|
export declare class VerifiedPermissions
|