@aws-sdk/client-verifiedpermissions 3.1013.0 → 3.1014.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/README.md +28 -0
- package/dist-cjs/index.js +67 -0
- package/dist-cjs/schemas/schemas_0.js +116 -30
- package/dist-es/VerifiedPermissions.js +10 -0
- package/dist-es/commands/CreatePolicyStoreAliasCommand.js +16 -0
- package/dist-es/commands/DeletePolicyStoreAliasCommand.js +16 -0
- package/dist-es/commands/GetPolicyStoreAliasCommand.js +16 -0
- package/dist-es/commands/ListPolicyStoreAliasesCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +6 -0
- package/dist-es/pagination/ListPolicyStoreAliasesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +112 -26
- package/dist-types/VerifiedPermissions.d.ts +36 -0
- package/dist-types/VerifiedPermissionsClient.d.ts +6 -2
- package/dist-types/commands/BatchGetPolicyCommand.d.ts +58 -1
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +4 -35
- package/dist-types/commands/CreatePolicyStoreAliasCommand.d.ts +118 -0
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +3 -1
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyStoreAliasCommand.d.ts +100 -0
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +32 -0
- package/dist-types/commands/GetPolicyStoreAliasCommand.d.ts +112 -0
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +29 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +3 -0
- package/dist-types/commands/ListPolicyStoreAliasesCommand.d.ts +166 -0
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +3 -0
- package/dist-types/commands/PutSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -1
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +3 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +250 -33
- package/dist-types/pagination/ListPolicyStoreAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +14 -0
- package/dist-types/ts3.4/VerifiedPermissions.d.ts +76 -0
- package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreatePolicyStoreAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePolicyStoreAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPolicyStoreAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPolicyStoreAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +53 -0
- package/dist-types/ts3.4/pagination/ListPolicyStoreAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -0
- package/package.json +12 -12
|
@@ -40,6 +40,8 @@ export declare var CreateIdentitySourceInput$: StaticStructureSchema;
|
|
|
40
40
|
export declare var CreateIdentitySourceOutput$: StaticStructureSchema;
|
|
41
41
|
export declare var CreatePolicyInput$: StaticStructureSchema;
|
|
42
42
|
export declare var CreatePolicyOutput$: StaticStructureSchema;
|
|
43
|
+
export declare var CreatePolicyStoreAliasInput$: StaticStructureSchema;
|
|
44
|
+
export declare var CreatePolicyStoreAliasOutput$: StaticStructureSchema;
|
|
43
45
|
export declare var CreatePolicyStoreInput$: StaticStructureSchema;
|
|
44
46
|
export declare var CreatePolicyStoreOutput$: StaticStructureSchema;
|
|
45
47
|
export declare var CreatePolicyTemplateInput$: StaticStructureSchema;
|
|
@@ -48,6 +50,8 @@ export declare var DeleteIdentitySourceInput$: StaticStructureSchema;
|
|
|
48
50
|
export declare var DeleteIdentitySourceOutput$: StaticStructureSchema;
|
|
49
51
|
export declare var DeletePolicyInput$: StaticStructureSchema;
|
|
50
52
|
export declare var DeletePolicyOutput$: StaticStructureSchema;
|
|
53
|
+
export declare var DeletePolicyStoreAliasInput$: StaticStructureSchema;
|
|
54
|
+
export declare var DeletePolicyStoreAliasOutput$: StaticStructureSchema;
|
|
51
55
|
export declare var DeletePolicyStoreInput$: StaticStructureSchema;
|
|
52
56
|
export declare var DeletePolicyStoreOutput$: StaticStructureSchema;
|
|
53
57
|
export declare var DeletePolicyTemplateInput$: StaticStructureSchema;
|
|
@@ -60,6 +64,8 @@ export declare var GetIdentitySourceInput$: StaticStructureSchema;
|
|
|
60
64
|
export declare var GetIdentitySourceOutput$: StaticStructureSchema;
|
|
61
65
|
export declare var GetPolicyInput$: StaticStructureSchema;
|
|
62
66
|
export declare var GetPolicyOutput$: StaticStructureSchema;
|
|
67
|
+
export declare var GetPolicyStoreAliasInput$: StaticStructureSchema;
|
|
68
|
+
export declare var GetPolicyStoreAliasOutput$: StaticStructureSchema;
|
|
63
69
|
export declare var GetPolicyStoreInput$: StaticStructureSchema;
|
|
64
70
|
export declare var GetPolicyStoreOutput$: StaticStructureSchema;
|
|
65
71
|
export declare var GetPolicyTemplateInput$: StaticStructureSchema;
|
|
@@ -80,6 +86,8 @@ export declare var ListIdentitySourcesInput$: StaticStructureSchema;
|
|
|
80
86
|
export declare var ListIdentitySourcesOutput$: StaticStructureSchema;
|
|
81
87
|
export declare var ListPoliciesInput$: StaticStructureSchema;
|
|
82
88
|
export declare var ListPoliciesOutput$: StaticStructureSchema;
|
|
89
|
+
export declare var ListPolicyStoreAliasesInput$: StaticStructureSchema;
|
|
90
|
+
export declare var ListPolicyStoreAliasesOutput$: StaticStructureSchema;
|
|
83
91
|
export declare var ListPolicyStoresInput$: StaticStructureSchema;
|
|
84
92
|
export declare var ListPolicyStoresOutput$: StaticStructureSchema;
|
|
85
93
|
export declare var ListPolicyTemplatesInput$: StaticStructureSchema;
|
|
@@ -100,6 +108,8 @@ export declare var OpenIdConnectIdentityTokenConfigurationDetail$: StaticStructu
|
|
|
100
108
|
export declare var OpenIdConnectIdentityTokenConfigurationItem$: StaticStructureSchema;
|
|
101
109
|
export declare var PolicyFilter$: StaticStructureSchema;
|
|
102
110
|
export declare var PolicyItem$: StaticStructureSchema;
|
|
111
|
+
export declare var PolicyStoreAliasFilter$: StaticStructureSchema;
|
|
112
|
+
export declare var PolicyStoreAliasItem$: StaticStructureSchema;
|
|
103
113
|
export declare var PolicyStoreItem$: StaticStructureSchema;
|
|
104
114
|
export declare var PolicyTemplateItem$: StaticStructureSchema;
|
|
105
115
|
export declare var PutSchemaInput$: StaticStructureSchema;
|
|
@@ -158,20 +168,24 @@ export declare var BatchIsAuthorizedWithToken$: StaticOperationSchema;
|
|
|
158
168
|
export declare var CreateIdentitySource$: StaticOperationSchema;
|
|
159
169
|
export declare var CreatePolicy$: StaticOperationSchema;
|
|
160
170
|
export declare var CreatePolicyStore$: StaticOperationSchema;
|
|
171
|
+
export declare var CreatePolicyStoreAlias$: StaticOperationSchema;
|
|
161
172
|
export declare var CreatePolicyTemplate$: StaticOperationSchema;
|
|
162
173
|
export declare var DeleteIdentitySource$: StaticOperationSchema;
|
|
163
174
|
export declare var DeletePolicy$: StaticOperationSchema;
|
|
164
175
|
export declare var DeletePolicyStore$: StaticOperationSchema;
|
|
176
|
+
export declare var DeletePolicyStoreAlias$: StaticOperationSchema;
|
|
165
177
|
export declare var DeletePolicyTemplate$: StaticOperationSchema;
|
|
166
178
|
export declare var GetIdentitySource$: StaticOperationSchema;
|
|
167
179
|
export declare var GetPolicy$: StaticOperationSchema;
|
|
168
180
|
export declare var GetPolicyStore$: StaticOperationSchema;
|
|
181
|
+
export declare var GetPolicyStoreAlias$: StaticOperationSchema;
|
|
169
182
|
export declare var GetPolicyTemplate$: StaticOperationSchema;
|
|
170
183
|
export declare var GetSchema$: StaticOperationSchema;
|
|
171
184
|
export declare var IsAuthorized$: StaticOperationSchema;
|
|
172
185
|
export declare var IsAuthorizedWithToken$: StaticOperationSchema;
|
|
173
186
|
export declare var ListIdentitySources$: StaticOperationSchema;
|
|
174
187
|
export declare var ListPolicies$: StaticOperationSchema;
|
|
188
|
+
export declare var ListPolicyStoreAliases$: StaticOperationSchema;
|
|
175
189
|
export declare var ListPolicyStores$: StaticOperationSchema;
|
|
176
190
|
export declare var ListPolicyTemplates$: StaticOperationSchema;
|
|
177
191
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreatePolicyCommandInput,
|
|
24
24
|
CreatePolicyCommandOutput,
|
|
25
25
|
} from "./commands/CreatePolicyCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreatePolicyStoreAliasCommandInput,
|
|
28
|
+
CreatePolicyStoreAliasCommandOutput,
|
|
29
|
+
} from "./commands/CreatePolicyStoreAliasCommand";
|
|
26
30
|
import {
|
|
27
31
|
CreatePolicyStoreCommandInput,
|
|
28
32
|
CreatePolicyStoreCommandOutput,
|
|
@@ -39,6 +43,10 @@ import {
|
|
|
39
43
|
DeletePolicyCommandInput,
|
|
40
44
|
DeletePolicyCommandOutput,
|
|
41
45
|
} from "./commands/DeletePolicyCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeletePolicyStoreAliasCommandInput,
|
|
48
|
+
DeletePolicyStoreAliasCommandOutput,
|
|
49
|
+
} from "./commands/DeletePolicyStoreAliasCommand";
|
|
42
50
|
import {
|
|
43
51
|
DeletePolicyStoreCommandInput,
|
|
44
52
|
DeletePolicyStoreCommandOutput,
|
|
@@ -55,6 +63,10 @@ import {
|
|
|
55
63
|
GetPolicyCommandInput,
|
|
56
64
|
GetPolicyCommandOutput,
|
|
57
65
|
} from "./commands/GetPolicyCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetPolicyStoreAliasCommandInput,
|
|
68
|
+
GetPolicyStoreAliasCommandOutput,
|
|
69
|
+
} from "./commands/GetPolicyStoreAliasCommand";
|
|
58
70
|
import {
|
|
59
71
|
GetPolicyStoreCommandInput,
|
|
60
72
|
GetPolicyStoreCommandOutput,
|
|
@@ -83,6 +95,10 @@ import {
|
|
|
83
95
|
ListPoliciesCommandInput,
|
|
84
96
|
ListPoliciesCommandOutput,
|
|
85
97
|
} from "./commands/ListPoliciesCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListPolicyStoreAliasesCommandInput,
|
|
100
|
+
ListPolicyStoreAliasesCommandOutput,
|
|
101
|
+
} from "./commands/ListPolicyStoreAliasesCommand";
|
|
86
102
|
import {
|
|
87
103
|
ListPolicyStoresCommandInput,
|
|
88
104
|
ListPolicyStoresCommandOutput,
|
|
@@ -203,6 +219,19 @@ export interface VerifiedPermissions {
|
|
|
203
219
|
options: __HttpHandlerOptions,
|
|
204
220
|
cb: (err: any, data?: CreatePolicyStoreCommandOutput) => void
|
|
205
221
|
): void;
|
|
222
|
+
createPolicyStoreAlias(
|
|
223
|
+
args: CreatePolicyStoreAliasCommandInput,
|
|
224
|
+
options?: __HttpHandlerOptions
|
|
225
|
+
): Promise<CreatePolicyStoreAliasCommandOutput>;
|
|
226
|
+
createPolicyStoreAlias(
|
|
227
|
+
args: CreatePolicyStoreAliasCommandInput,
|
|
228
|
+
cb: (err: any, data?: CreatePolicyStoreAliasCommandOutput) => void
|
|
229
|
+
): void;
|
|
230
|
+
createPolicyStoreAlias(
|
|
231
|
+
args: CreatePolicyStoreAliasCommandInput,
|
|
232
|
+
options: __HttpHandlerOptions,
|
|
233
|
+
cb: (err: any, data?: CreatePolicyStoreAliasCommandOutput) => void
|
|
234
|
+
): void;
|
|
206
235
|
createPolicyTemplate(
|
|
207
236
|
args: CreatePolicyTemplateCommandInput,
|
|
208
237
|
options?: __HttpHandlerOptions
|
|
@@ -255,6 +284,19 @@ export interface VerifiedPermissions {
|
|
|
255
284
|
options: __HttpHandlerOptions,
|
|
256
285
|
cb: (err: any, data?: DeletePolicyStoreCommandOutput) => void
|
|
257
286
|
): void;
|
|
287
|
+
deletePolicyStoreAlias(
|
|
288
|
+
args: DeletePolicyStoreAliasCommandInput,
|
|
289
|
+
options?: __HttpHandlerOptions
|
|
290
|
+
): Promise<DeletePolicyStoreAliasCommandOutput>;
|
|
291
|
+
deletePolicyStoreAlias(
|
|
292
|
+
args: DeletePolicyStoreAliasCommandInput,
|
|
293
|
+
cb: (err: any, data?: DeletePolicyStoreAliasCommandOutput) => void
|
|
294
|
+
): void;
|
|
295
|
+
deletePolicyStoreAlias(
|
|
296
|
+
args: DeletePolicyStoreAliasCommandInput,
|
|
297
|
+
options: __HttpHandlerOptions,
|
|
298
|
+
cb: (err: any, data?: DeletePolicyStoreAliasCommandOutput) => void
|
|
299
|
+
): void;
|
|
258
300
|
deletePolicyTemplate(
|
|
259
301
|
args: DeletePolicyTemplateCommandInput,
|
|
260
302
|
options?: __HttpHandlerOptions
|
|
@@ -307,6 +349,19 @@ export interface VerifiedPermissions {
|
|
|
307
349
|
options: __HttpHandlerOptions,
|
|
308
350
|
cb: (err: any, data?: GetPolicyStoreCommandOutput) => void
|
|
309
351
|
): void;
|
|
352
|
+
getPolicyStoreAlias(
|
|
353
|
+
args: GetPolicyStoreAliasCommandInput,
|
|
354
|
+
options?: __HttpHandlerOptions
|
|
355
|
+
): Promise<GetPolicyStoreAliasCommandOutput>;
|
|
356
|
+
getPolicyStoreAlias(
|
|
357
|
+
args: GetPolicyStoreAliasCommandInput,
|
|
358
|
+
cb: (err: any, data?: GetPolicyStoreAliasCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
getPolicyStoreAlias(
|
|
361
|
+
args: GetPolicyStoreAliasCommandInput,
|
|
362
|
+
options: __HttpHandlerOptions,
|
|
363
|
+
cb: (err: any, data?: GetPolicyStoreAliasCommandOutput) => void
|
|
364
|
+
): void;
|
|
310
365
|
getPolicyTemplate(
|
|
311
366
|
args: GetPolicyTemplateCommandInput,
|
|
312
367
|
options?: __HttpHandlerOptions
|
|
@@ -385,6 +440,20 @@ export interface VerifiedPermissions {
|
|
|
385
440
|
options: __HttpHandlerOptions,
|
|
386
441
|
cb: (err: any, data?: ListPoliciesCommandOutput) => void
|
|
387
442
|
): void;
|
|
443
|
+
listPolicyStoreAliases(): Promise<ListPolicyStoreAliasesCommandOutput>;
|
|
444
|
+
listPolicyStoreAliases(
|
|
445
|
+
args: ListPolicyStoreAliasesCommandInput,
|
|
446
|
+
options?: __HttpHandlerOptions
|
|
447
|
+
): Promise<ListPolicyStoreAliasesCommandOutput>;
|
|
448
|
+
listPolicyStoreAliases(
|
|
449
|
+
args: ListPolicyStoreAliasesCommandInput,
|
|
450
|
+
cb: (err: any, data?: ListPolicyStoreAliasesCommandOutput) => void
|
|
451
|
+
): void;
|
|
452
|
+
listPolicyStoreAliases(
|
|
453
|
+
args: ListPolicyStoreAliasesCommandInput,
|
|
454
|
+
options: __HttpHandlerOptions,
|
|
455
|
+
cb: (err: any, data?: ListPolicyStoreAliasesCommandOutput) => void
|
|
456
|
+
): void;
|
|
388
457
|
listPolicyStores(): Promise<ListPolicyStoresCommandOutput>;
|
|
389
458
|
listPolicyStores(
|
|
390
459
|
args: ListPolicyStoresCommandInput,
|
|
@@ -530,6 +599,13 @@ export interface VerifiedPermissions {
|
|
|
530
599
|
Exclude<keyof PaginationConfiguration, "client">
|
|
531
600
|
>
|
|
532
601
|
): Paginator<ListPoliciesCommandOutput>;
|
|
602
|
+
paginateListPolicyStoreAliases(
|
|
603
|
+
args?: ListPolicyStoreAliasesCommandInput,
|
|
604
|
+
paginationConfig?: Pick<
|
|
605
|
+
PaginationConfiguration,
|
|
606
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
607
|
+
>
|
|
608
|
+
): Paginator<ListPolicyStoreAliasesCommandOutput>;
|
|
533
609
|
paginateListPolicyStores(
|
|
534
610
|
args?: ListPolicyStoresCommandInput,
|
|
535
611
|
paginationConfig?: Pick<
|
|
@@ -65,6 +65,10 @@ import {
|
|
|
65
65
|
CreatePolicyCommandInput,
|
|
66
66
|
CreatePolicyCommandOutput,
|
|
67
67
|
} from "./commands/CreatePolicyCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreatePolicyStoreAliasCommandInput,
|
|
70
|
+
CreatePolicyStoreAliasCommandOutput,
|
|
71
|
+
} from "./commands/CreatePolicyStoreAliasCommand";
|
|
68
72
|
import {
|
|
69
73
|
CreatePolicyStoreCommandInput,
|
|
70
74
|
CreatePolicyStoreCommandOutput,
|
|
@@ -81,6 +85,10 @@ import {
|
|
|
81
85
|
DeletePolicyCommandInput,
|
|
82
86
|
DeletePolicyCommandOutput,
|
|
83
87
|
} from "./commands/DeletePolicyCommand";
|
|
88
|
+
import {
|
|
89
|
+
DeletePolicyStoreAliasCommandInput,
|
|
90
|
+
DeletePolicyStoreAliasCommandOutput,
|
|
91
|
+
} from "./commands/DeletePolicyStoreAliasCommand";
|
|
84
92
|
import {
|
|
85
93
|
DeletePolicyStoreCommandInput,
|
|
86
94
|
DeletePolicyStoreCommandOutput,
|
|
@@ -97,6 +105,10 @@ import {
|
|
|
97
105
|
GetPolicyCommandInput,
|
|
98
106
|
GetPolicyCommandOutput,
|
|
99
107
|
} from "./commands/GetPolicyCommand";
|
|
108
|
+
import {
|
|
109
|
+
GetPolicyStoreAliasCommandInput,
|
|
110
|
+
GetPolicyStoreAliasCommandOutput,
|
|
111
|
+
} from "./commands/GetPolicyStoreAliasCommand";
|
|
100
112
|
import {
|
|
101
113
|
GetPolicyStoreCommandInput,
|
|
102
114
|
GetPolicyStoreCommandOutput,
|
|
@@ -125,6 +137,10 @@ import {
|
|
|
125
137
|
ListPoliciesCommandInput,
|
|
126
138
|
ListPoliciesCommandOutput,
|
|
127
139
|
} from "./commands/ListPoliciesCommand";
|
|
140
|
+
import {
|
|
141
|
+
ListPolicyStoreAliasesCommandInput,
|
|
142
|
+
ListPolicyStoreAliasesCommandOutput,
|
|
143
|
+
} from "./commands/ListPolicyStoreAliasesCommand";
|
|
128
144
|
import {
|
|
129
145
|
ListPolicyStoresCommandInput,
|
|
130
146
|
ListPolicyStoresCommandOutput,
|
|
@@ -178,14 +194,17 @@ export type ServiceInputTypes =
|
|
|
178
194
|
| BatchIsAuthorizedWithTokenCommandInput
|
|
179
195
|
| CreateIdentitySourceCommandInput
|
|
180
196
|
| CreatePolicyCommandInput
|
|
197
|
+
| CreatePolicyStoreAliasCommandInput
|
|
181
198
|
| CreatePolicyStoreCommandInput
|
|
182
199
|
| CreatePolicyTemplateCommandInput
|
|
183
200
|
| DeleteIdentitySourceCommandInput
|
|
184
201
|
| DeletePolicyCommandInput
|
|
202
|
+
| DeletePolicyStoreAliasCommandInput
|
|
185
203
|
| DeletePolicyStoreCommandInput
|
|
186
204
|
| DeletePolicyTemplateCommandInput
|
|
187
205
|
| GetIdentitySourceCommandInput
|
|
188
206
|
| GetPolicyCommandInput
|
|
207
|
+
| GetPolicyStoreAliasCommandInput
|
|
189
208
|
| GetPolicyStoreCommandInput
|
|
190
209
|
| GetPolicyTemplateCommandInput
|
|
191
210
|
| GetSchemaCommandInput
|
|
@@ -193,6 +212,7 @@ export type ServiceInputTypes =
|
|
|
193
212
|
| IsAuthorizedWithTokenCommandInput
|
|
194
213
|
| ListIdentitySourcesCommandInput
|
|
195
214
|
| ListPoliciesCommandInput
|
|
215
|
+
| ListPolicyStoreAliasesCommandInput
|
|
196
216
|
| ListPolicyStoresCommandInput
|
|
197
217
|
| ListPolicyTemplatesCommandInput
|
|
198
218
|
| ListTagsForResourceCommandInput
|
|
@@ -209,14 +229,17 @@ export type ServiceOutputTypes =
|
|
|
209
229
|
| BatchIsAuthorizedWithTokenCommandOutput
|
|
210
230
|
| CreateIdentitySourceCommandOutput
|
|
211
231
|
| CreatePolicyCommandOutput
|
|
232
|
+
| CreatePolicyStoreAliasCommandOutput
|
|
212
233
|
| CreatePolicyStoreCommandOutput
|
|
213
234
|
| CreatePolicyTemplateCommandOutput
|
|
214
235
|
| DeleteIdentitySourceCommandOutput
|
|
215
236
|
| DeletePolicyCommandOutput
|
|
237
|
+
| DeletePolicyStoreAliasCommandOutput
|
|
216
238
|
| DeletePolicyStoreCommandOutput
|
|
217
239
|
| DeletePolicyTemplateCommandOutput
|
|
218
240
|
| GetIdentitySourceCommandOutput
|
|
219
241
|
| GetPolicyCommandOutput
|
|
242
|
+
| GetPolicyStoreAliasCommandOutput
|
|
220
243
|
| GetPolicyStoreCommandOutput
|
|
221
244
|
| GetPolicyTemplateCommandOutput
|
|
222
245
|
| GetSchemaCommandOutput
|
|
@@ -224,6 +247,7 @@ export type ServiceOutputTypes =
|
|
|
224
247
|
| IsAuthorizedWithTokenCommandOutput
|
|
225
248
|
| ListIdentitySourcesCommandOutput
|
|
226
249
|
| ListPoliciesCommandOutput
|
|
250
|
+
| ListPolicyStoreAliasesCommandOutput
|
|
227
251
|
| ListPolicyStoresCommandOutput
|
|
228
252
|
| ListPolicyTemplatesCommandOutput
|
|
229
253
|
| ListTagsForResourceCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreatePolicyStoreAliasInput,
|
|
5
|
+
CreatePolicyStoreAliasOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
+
} from "../VerifiedPermissionsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePolicyStoreAliasCommandInput
|
|
15
|
+
extends CreatePolicyStoreAliasInput {}
|
|
16
|
+
export interface CreatePolicyStoreAliasCommandOutput
|
|
17
|
+
extends CreatePolicyStoreAliasOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePolicyStoreAliasCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePolicyStoreAliasCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePolicyStoreAliasCommandInput,
|
|
24
|
+
CreatePolicyStoreAliasCommandOutput,
|
|
25
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreatePolicyStoreAliasCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePolicyStoreAliasCommandInput,
|
|
33
|
+
CreatePolicyStoreAliasCommandOutput,
|
|
34
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePolicyStoreAliasCommand extends CreatePolicyStoreAliasCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePolicyStoreAliasInput;
|
|
44
|
+
output: CreatePolicyStoreAliasOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePolicyStoreAliasCommandInput;
|
|
48
|
+
output: CreatePolicyStoreAliasCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeletePolicyStoreAliasInput,
|
|
5
|
+
DeletePolicyStoreAliasOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
+
} from "../VerifiedPermissionsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeletePolicyStoreAliasCommandInput
|
|
15
|
+
extends DeletePolicyStoreAliasInput {}
|
|
16
|
+
export interface DeletePolicyStoreAliasCommandOutput
|
|
17
|
+
extends DeletePolicyStoreAliasOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeletePolicyStoreAliasCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeletePolicyStoreAliasCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeletePolicyStoreAliasCommandInput,
|
|
24
|
+
DeletePolicyStoreAliasCommandOutput,
|
|
25
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeletePolicyStoreAliasCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeletePolicyStoreAliasCommandInput,
|
|
33
|
+
DeletePolicyStoreAliasCommandOutput,
|
|
34
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeletePolicyStoreAliasCommand extends DeletePolicyStoreAliasCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePolicyStoreAliasInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePolicyStoreAliasCommandInput;
|
|
48
|
+
output: DeletePolicyStoreAliasCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetPolicyStoreAliasInput,
|
|
5
|
+
GetPolicyStoreAliasOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
+
} from "../VerifiedPermissionsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetPolicyStoreAliasCommandInput
|
|
15
|
+
extends GetPolicyStoreAliasInput {}
|
|
16
|
+
export interface GetPolicyStoreAliasCommandOutput
|
|
17
|
+
extends GetPolicyStoreAliasOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetPolicyStoreAliasCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetPolicyStoreAliasCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetPolicyStoreAliasCommandInput,
|
|
24
|
+
GetPolicyStoreAliasCommandOutput,
|
|
25
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetPolicyStoreAliasCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetPolicyStoreAliasCommandInput,
|
|
33
|
+
GetPolicyStoreAliasCommandOutput,
|
|
34
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetPolicyStoreAliasCommand extends GetPolicyStoreAliasCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPolicyStoreAliasInput;
|
|
44
|
+
output: GetPolicyStoreAliasOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPolicyStoreAliasCommandInput;
|
|
48
|
+
output: GetPolicyStoreAliasCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListPolicyStoreAliasesInput,
|
|
5
|
+
ListPolicyStoreAliasesOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
+
} from "../VerifiedPermissionsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListPolicyStoreAliasesCommandInput
|
|
15
|
+
extends ListPolicyStoreAliasesInput {}
|
|
16
|
+
export interface ListPolicyStoreAliasesCommandOutput
|
|
17
|
+
extends ListPolicyStoreAliasesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListPolicyStoreAliasesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListPolicyStoreAliasesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListPolicyStoreAliasesCommandInput,
|
|
24
|
+
ListPolicyStoreAliasesCommandOutput,
|
|
25
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListPolicyStoreAliasesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListPolicyStoreAliasesCommandInput,
|
|
33
|
+
ListPolicyStoreAliasesCommandOutput,
|
|
34
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListPolicyStoreAliasesCommand extends ListPolicyStoreAliasesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPolicyStoreAliasesInput;
|
|
44
|
+
output: ListPolicyStoreAliasesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPolicyStoreAliasesCommandInput;
|
|
48
|
+
output: ListPolicyStoreAliasesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,14 +3,17 @@ export * from "./BatchIsAuthorizedCommand";
|
|
|
3
3
|
export * from "./BatchIsAuthorizedWithTokenCommand";
|
|
4
4
|
export * from "./CreateIdentitySourceCommand";
|
|
5
5
|
export * from "./CreatePolicyCommand";
|
|
6
|
+
export * from "./CreatePolicyStoreAliasCommand";
|
|
6
7
|
export * from "./CreatePolicyStoreCommand";
|
|
7
8
|
export * from "./CreatePolicyTemplateCommand";
|
|
8
9
|
export * from "./DeleteIdentitySourceCommand";
|
|
9
10
|
export * from "./DeletePolicyCommand";
|
|
11
|
+
export * from "./DeletePolicyStoreAliasCommand";
|
|
10
12
|
export * from "./DeletePolicyStoreCommand";
|
|
11
13
|
export * from "./DeletePolicyTemplateCommand";
|
|
12
14
|
export * from "./GetIdentitySourceCommand";
|
|
13
15
|
export * from "./GetPolicyCommand";
|
|
16
|
+
export * from "./GetPolicyStoreAliasCommand";
|
|
14
17
|
export * from "./GetPolicyStoreCommand";
|
|
15
18
|
export * from "./GetPolicyTemplateCommand";
|
|
16
19
|
export * from "./GetSchemaCommand";
|
|
@@ -18,6 +21,7 @@ export * from "./IsAuthorizedCommand";
|
|
|
18
21
|
export * from "./IsAuthorizedWithTokenCommand";
|
|
19
22
|
export * from "./ListIdentitySourcesCommand";
|
|
20
23
|
export * from "./ListPoliciesCommand";
|
|
24
|
+
export * from "./ListPolicyStoreAliasesCommand";
|
|
21
25
|
export * from "./ListPolicyStoresCommand";
|
|
22
26
|
export * from "./ListPolicyTemplatesCommand";
|
|
23
27
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
export declare const AliasState: {
|
|
2
|
+
readonly ACTIVE: "Active";
|
|
3
|
+
readonly PENDING_DELETION: "PendingDeletion";
|
|
4
|
+
};
|
|
5
|
+
export type AliasState = (typeof AliasState)[keyof typeof AliasState];
|
|
1
6
|
export declare const BatchGetPolicyErrorCode: {
|
|
2
7
|
readonly POLICY_NOT_FOUND: "POLICY_NOT_FOUND";
|
|
8
|
+
readonly POLICY_STORE_ALIAS_NOT_FOUND: "POLICY_STORE_ALIAS_NOT_FOUND";
|
|
3
9
|
readonly POLICY_STORE_NOT_FOUND: "POLICY_STORE_NOT_FOUND";
|
|
4
10
|
};
|
|
5
11
|
export type BatchGetPolicyErrorCode =
|
|
@@ -18,6 +24,7 @@ export declare const ResourceType: {
|
|
|
18
24
|
readonly IDENTITY_SOURCE: "IDENTITY_SOURCE";
|
|
19
25
|
readonly POLICY: "POLICY";
|
|
20
26
|
readonly POLICY_STORE: "POLICY_STORE";
|
|
27
|
+
readonly POLICY_STORE_ALIAS: "POLICY_STORE_ALIAS";
|
|
21
28
|
readonly POLICY_TEMPLATE: "POLICY_TEMPLATE";
|
|
22
29
|
readonly SCHEMA: "SCHEMA";
|
|
23
30
|
};
|