@aws-sdk/client-verifiedpermissions 3.926.0 → 3.928.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 +1739 -2225
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/VerifiedPermissionsClient.js +2 -0
- package/dist-es/commands/BatchGetPolicyCommand.js +3 -10
- package/dist-es/commands/BatchIsAuthorizedCommand.js +3 -10
- package/dist-es/commands/BatchIsAuthorizedWithTokenCommand.js +3 -10
- package/dist-es/commands/CreateIdentitySourceCommand.js +3 -10
- package/dist-es/commands/CreatePolicyCommand.js +3 -10
- package/dist-es/commands/CreatePolicyStoreCommand.js +3 -10
- package/dist-es/commands/CreatePolicyTemplateCommand.js +3 -10
- package/dist-es/commands/DeleteIdentitySourceCommand.js +3 -9
- package/dist-es/commands/DeletePolicyCommand.js +3 -9
- package/dist-es/commands/DeletePolicyStoreCommand.js +3 -9
- package/dist-es/commands/DeletePolicyTemplateCommand.js +3 -9
- package/dist-es/commands/GetIdentitySourceCommand.js +3 -10
- package/dist-es/commands/GetPolicyCommand.js +3 -10
- package/dist-es/commands/GetPolicyStoreCommand.js +3 -10
- package/dist-es/commands/GetPolicyTemplateCommand.js +3 -10
- package/dist-es/commands/GetSchemaCommand.js +3 -10
- package/dist-es/commands/IsAuthorizedCommand.js +3 -10
- package/dist-es/commands/IsAuthorizedWithTokenCommand.js +3 -10
- package/dist-es/commands/ListIdentitySourcesCommand.js +3 -10
- package/dist-es/commands/ListPoliciesCommand.js +3 -10
- package/dist-es/commands/ListPolicyStoresCommand.js +3 -10
- package/dist-es/commands/ListPolicyTemplatesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutSchemaCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateIdentitySourceCommand.js +3 -10
- package/dist-es/commands/UpdatePolicyCommand.js +3 -10
- package/dist-es/commands/UpdatePolicyStoreCommand.js +3 -10
- package/dist-es/commands/UpdatePolicyTemplateCommand.js +3 -10
- package/dist-es/models/models_0.js +26 -593
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1628 -0
- package/dist-types/VerifiedPermissionsClient.d.ts +10 -1
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +33 -0
- package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +33 -0
- package/dist-types/commands/IsAuthorizedCommand.d.ts +33 -0
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +268 -441
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +229 -0
- package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +184 -297
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +236 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -1303
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -272
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -365
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchGetPolicyCommandInput, BatchGetPolicyCommandOutput } from "../commands/BatchGetPolicyCommand";
|
|
4
|
-
import { BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput } from "../commands/BatchIsAuthorizedCommand";
|
|
5
|
-
import { BatchIsAuthorizedWithTokenCommandInput, BatchIsAuthorizedWithTokenCommandOutput } from "../commands/BatchIsAuthorizedWithTokenCommand";
|
|
6
|
-
import { CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput } from "../commands/CreateIdentitySourceCommand";
|
|
7
|
-
import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "../commands/CreatePolicyCommand";
|
|
8
|
-
import { CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput } from "../commands/CreatePolicyStoreCommand";
|
|
9
|
-
import { CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput } from "../commands/CreatePolicyTemplateCommand";
|
|
10
|
-
import { DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput } from "../commands/DeleteIdentitySourceCommand";
|
|
11
|
-
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
12
|
-
import { DeletePolicyStoreCommandInput, DeletePolicyStoreCommandOutput } from "../commands/DeletePolicyStoreCommand";
|
|
13
|
-
import { DeletePolicyTemplateCommandInput, DeletePolicyTemplateCommandOutput } from "../commands/DeletePolicyTemplateCommand";
|
|
14
|
-
import { GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput } from "../commands/GetIdentitySourceCommand";
|
|
15
|
-
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
16
|
-
import { GetPolicyStoreCommandInput, GetPolicyStoreCommandOutput } from "../commands/GetPolicyStoreCommand";
|
|
17
|
-
import { GetPolicyTemplateCommandInput, GetPolicyTemplateCommandOutput } from "../commands/GetPolicyTemplateCommand";
|
|
18
|
-
import { GetSchemaCommandInput, GetSchemaCommandOutput } from "../commands/GetSchemaCommand";
|
|
19
|
-
import { IsAuthorizedCommandInput, IsAuthorizedCommandOutput } from "../commands/IsAuthorizedCommand";
|
|
20
|
-
import { IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput } from "../commands/IsAuthorizedWithTokenCommand";
|
|
21
|
-
import { ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput } from "../commands/ListIdentitySourcesCommand";
|
|
22
|
-
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
23
|
-
import { ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput } from "../commands/ListPolicyStoresCommand";
|
|
24
|
-
import { ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput } from "../commands/ListPolicyTemplatesCommand";
|
|
25
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
26
|
-
import { PutSchemaCommandInput, PutSchemaCommandOutput } from "../commands/PutSchemaCommand";
|
|
27
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
28
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
29
|
-
import { UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput } from "../commands/UpdateIdentitySourceCommand";
|
|
30
|
-
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "../commands/UpdatePolicyCommand";
|
|
31
|
-
import { UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput } from "../commands/UpdatePolicyStoreCommand";
|
|
32
|
-
import { UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput } from "../commands/UpdatePolicyTemplateCommand";
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_json1_0BatchGetPolicyCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_BatchGetPolicyCommand: (input: BatchGetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_json1_0BatchIsAuthorizedCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_BatchIsAuthorizedCommand: (input: BatchIsAuthorizedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_json1_0BatchIsAuthorizedWithTokenCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_BatchIsAuthorizedWithTokenCommand: (input: BatchIsAuthorizedWithTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_json1_0CreateIdentitySourceCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_CreateIdentitySourceCommand: (input: CreateIdentitySourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_json1_0CreatePolicyCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_CreatePolicyCommand: (input: CreatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_json1_0CreatePolicyStoreCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_CreatePolicyStoreCommand: (input: CreatePolicyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_json1_0CreatePolicyTemplateCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_CreatePolicyTemplateCommand: (input: CreatePolicyTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_json1_0DeleteIdentitySourceCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_DeleteIdentitySourceCommand: (input: DeleteIdentitySourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_json1_0DeletePolicyCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_json1_0DeletePolicyStoreCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_DeletePolicyStoreCommand: (input: DeletePolicyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_json1_0DeletePolicyTemplateCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_DeletePolicyTemplateCommand: (input: DeletePolicyTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_json1_0GetIdentitySourceCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_GetIdentitySourceCommand: (input: GetIdentitySourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_json1_0GetPolicyCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_json1_0GetPolicyStoreCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_GetPolicyStoreCommand: (input: GetPolicyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_json1_0GetPolicyTemplateCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_GetPolicyTemplateCommand: (input: GetPolicyTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_json1_0GetSchemaCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_GetSchemaCommand: (input: GetSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_json1_0IsAuthorizedCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_IsAuthorizedCommand: (input: IsAuthorizedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_json1_0IsAuthorizedWithTokenCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_IsAuthorizedWithTokenCommand: (input: IsAuthorizedWithTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_json1_0ListIdentitySourcesCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_ListIdentitySourcesCommand: (input: ListIdentitySourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_json1_0ListPoliciesCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_ListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_json1_0ListPolicyStoresCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_ListPolicyStoresCommand: (input: ListPolicyStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_json1_0ListPolicyTemplatesCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_ListPolicyTemplatesCommand: (input: ListPolicyTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_json1_0ListTagsForResourceCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_json1_0PutSchemaCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_PutSchemaCommand: (input: PutSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_json1_0TagResourceCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* serializeAws_json1_0UntagResourceCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
/**
|
|
138
|
-
* serializeAws_json1_0UpdateIdentitySourceCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const se_UpdateIdentitySourceCommand: (input: UpdateIdentitySourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
/**
|
|
142
|
-
* serializeAws_json1_0UpdatePolicyCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const se_UpdatePolicyCommand: (input: UpdatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_json1_0UpdatePolicyStoreCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_UpdatePolicyStoreCommand: (input: UpdatePolicyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
/**
|
|
150
|
-
* serializeAws_json1_0UpdatePolicyTemplateCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const se_UpdatePolicyTemplateCommand: (input: UpdatePolicyTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_json1_0BatchGetPolicyCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_BatchGetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetPolicyCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_json1_0BatchIsAuthorizedCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_BatchIsAuthorizedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchIsAuthorizedCommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_json1_0BatchIsAuthorizedWithTokenCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_BatchIsAuthorizedWithTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchIsAuthorizedWithTokenCommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* deserializeAws_json1_0CreateIdentitySourceCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const de_CreateIdentitySourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentitySourceCommandOutput>;
|
|
169
|
-
/**
|
|
170
|
-
* deserializeAws_json1_0CreatePolicyCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const de_CreatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_json1_0CreatePolicyStoreCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_CreatePolicyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyStoreCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* deserializeAws_json1_0CreatePolicyTemplateCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const de_CreatePolicyTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyTemplateCommandOutput>;
|
|
181
|
-
/**
|
|
182
|
-
* deserializeAws_json1_0DeleteIdentitySourceCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const de_DeleteIdentitySourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentitySourceCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* deserializeAws_json1_0DeletePolicyCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
189
|
-
/**
|
|
190
|
-
* deserializeAws_json1_0DeletePolicyStoreCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const de_DeletePolicyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyStoreCommandOutput>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_json1_0DeletePolicyTemplateCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_DeletePolicyTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyTemplateCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_json1_0GetIdentitySourceCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_GetIdentitySourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentitySourceCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* deserializeAws_json1_0GetPolicyCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
205
|
-
/**
|
|
206
|
-
* deserializeAws_json1_0GetPolicyStoreCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const de_GetPolicyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyStoreCommandOutput>;
|
|
209
|
-
/**
|
|
210
|
-
* deserializeAws_json1_0GetPolicyTemplateCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const de_GetPolicyTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyTemplateCommandOutput>;
|
|
213
|
-
/**
|
|
214
|
-
* deserializeAws_json1_0GetSchemaCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const de_GetSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* deserializeAws_json1_0IsAuthorizedCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const de_IsAuthorizedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IsAuthorizedCommandOutput>;
|
|
221
|
-
/**
|
|
222
|
-
* deserializeAws_json1_0IsAuthorizedWithTokenCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const de_IsAuthorizedWithTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IsAuthorizedWithTokenCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* deserializeAws_json1_0ListIdentitySourcesCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const de_ListIdentitySourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentitySourcesCommandOutput>;
|
|
229
|
-
/**
|
|
230
|
-
* deserializeAws_json1_0ListPoliciesCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const de_ListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_json1_0ListPolicyStoresCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_ListPolicyStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyStoresCommandOutput>;
|
|
237
|
-
/**
|
|
238
|
-
* deserializeAws_json1_0ListPolicyTemplatesCommand
|
|
239
|
-
*/
|
|
240
|
-
export declare const de_ListPolicyTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyTemplatesCommandOutput>;
|
|
241
|
-
/**
|
|
242
|
-
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
243
|
-
*/
|
|
244
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
245
|
-
/**
|
|
246
|
-
* deserializeAws_json1_0PutSchemaCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const de_PutSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSchemaCommandOutput>;
|
|
249
|
-
/**
|
|
250
|
-
* deserializeAws_json1_0TagResourceCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
253
|
-
/**
|
|
254
|
-
* deserializeAws_json1_0UntagResourceCommand
|
|
255
|
-
*/
|
|
256
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
257
|
-
/**
|
|
258
|
-
* deserializeAws_json1_0UpdateIdentitySourceCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const de_UpdateIdentitySourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentitySourceCommandOutput>;
|
|
261
|
-
/**
|
|
262
|
-
* deserializeAws_json1_0UpdatePolicyCommand
|
|
263
|
-
*/
|
|
264
|
-
export declare const de_UpdatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePolicyCommandOutput>;
|
|
265
|
-
/**
|
|
266
|
-
* deserializeAws_json1_0UpdatePolicyStoreCommand
|
|
267
|
-
*/
|
|
268
|
-
export declare const de_UpdatePolicyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePolicyStoreCommandOutput>;
|
|
269
|
-
/**
|
|
270
|
-
* deserializeAws_json1_0UpdatePolicyTemplateCommand
|
|
271
|
-
*/
|
|
272
|
-
export declare const de_UpdatePolicyTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePolicyTemplateCommandOutput>;
|
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchGetPolicyCommandInput,
|
|
8
|
-
BatchGetPolicyCommandOutput,
|
|
9
|
-
} from "../commands/BatchGetPolicyCommand";
|
|
10
|
-
import {
|
|
11
|
-
BatchIsAuthorizedCommandInput,
|
|
12
|
-
BatchIsAuthorizedCommandOutput,
|
|
13
|
-
} from "../commands/BatchIsAuthorizedCommand";
|
|
14
|
-
import {
|
|
15
|
-
BatchIsAuthorizedWithTokenCommandInput,
|
|
16
|
-
BatchIsAuthorizedWithTokenCommandOutput,
|
|
17
|
-
} from "../commands/BatchIsAuthorizedWithTokenCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateIdentitySourceCommandInput,
|
|
20
|
-
CreateIdentitySourceCommandOutput,
|
|
21
|
-
} from "../commands/CreateIdentitySourceCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreatePolicyCommandInput,
|
|
24
|
-
CreatePolicyCommandOutput,
|
|
25
|
-
} from "../commands/CreatePolicyCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreatePolicyStoreCommandInput,
|
|
28
|
-
CreatePolicyStoreCommandOutput,
|
|
29
|
-
} from "../commands/CreatePolicyStoreCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreatePolicyTemplateCommandInput,
|
|
32
|
-
CreatePolicyTemplateCommandOutput,
|
|
33
|
-
} from "../commands/CreatePolicyTemplateCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteIdentitySourceCommandInput,
|
|
36
|
-
DeleteIdentitySourceCommandOutput,
|
|
37
|
-
} from "../commands/DeleteIdentitySourceCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeletePolicyCommandInput,
|
|
40
|
-
DeletePolicyCommandOutput,
|
|
41
|
-
} from "../commands/DeletePolicyCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeletePolicyStoreCommandInput,
|
|
44
|
-
DeletePolicyStoreCommandOutput,
|
|
45
|
-
} from "../commands/DeletePolicyStoreCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeletePolicyTemplateCommandInput,
|
|
48
|
-
DeletePolicyTemplateCommandOutput,
|
|
49
|
-
} from "../commands/DeletePolicyTemplateCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetIdentitySourceCommandInput,
|
|
52
|
-
GetIdentitySourceCommandOutput,
|
|
53
|
-
} from "../commands/GetIdentitySourceCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetPolicyCommandInput,
|
|
56
|
-
GetPolicyCommandOutput,
|
|
57
|
-
} from "../commands/GetPolicyCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetPolicyStoreCommandInput,
|
|
60
|
-
GetPolicyStoreCommandOutput,
|
|
61
|
-
} from "../commands/GetPolicyStoreCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetPolicyTemplateCommandInput,
|
|
64
|
-
GetPolicyTemplateCommandOutput,
|
|
65
|
-
} from "../commands/GetPolicyTemplateCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetSchemaCommandInput,
|
|
68
|
-
GetSchemaCommandOutput,
|
|
69
|
-
} from "../commands/GetSchemaCommand";
|
|
70
|
-
import {
|
|
71
|
-
IsAuthorizedCommandInput,
|
|
72
|
-
IsAuthorizedCommandOutput,
|
|
73
|
-
} from "../commands/IsAuthorizedCommand";
|
|
74
|
-
import {
|
|
75
|
-
IsAuthorizedWithTokenCommandInput,
|
|
76
|
-
IsAuthorizedWithTokenCommandOutput,
|
|
77
|
-
} from "../commands/IsAuthorizedWithTokenCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListIdentitySourcesCommandInput,
|
|
80
|
-
ListIdentitySourcesCommandOutput,
|
|
81
|
-
} from "../commands/ListIdentitySourcesCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListPoliciesCommandInput,
|
|
84
|
-
ListPoliciesCommandOutput,
|
|
85
|
-
} from "../commands/ListPoliciesCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListPolicyStoresCommandInput,
|
|
88
|
-
ListPolicyStoresCommandOutput,
|
|
89
|
-
} from "../commands/ListPolicyStoresCommand";
|
|
90
|
-
import {
|
|
91
|
-
ListPolicyTemplatesCommandInput,
|
|
92
|
-
ListPolicyTemplatesCommandOutput,
|
|
93
|
-
} from "../commands/ListPolicyTemplatesCommand";
|
|
94
|
-
import {
|
|
95
|
-
ListTagsForResourceCommandInput,
|
|
96
|
-
ListTagsForResourceCommandOutput,
|
|
97
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
98
|
-
import {
|
|
99
|
-
PutSchemaCommandInput,
|
|
100
|
-
PutSchemaCommandOutput,
|
|
101
|
-
} from "../commands/PutSchemaCommand";
|
|
102
|
-
import {
|
|
103
|
-
TagResourceCommandInput,
|
|
104
|
-
TagResourceCommandOutput,
|
|
105
|
-
} from "../commands/TagResourceCommand";
|
|
106
|
-
import {
|
|
107
|
-
UntagResourceCommandInput,
|
|
108
|
-
UntagResourceCommandOutput,
|
|
109
|
-
} from "../commands/UntagResourceCommand";
|
|
110
|
-
import {
|
|
111
|
-
UpdateIdentitySourceCommandInput,
|
|
112
|
-
UpdateIdentitySourceCommandOutput,
|
|
113
|
-
} from "../commands/UpdateIdentitySourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdatePolicyCommandInput,
|
|
116
|
-
UpdatePolicyCommandOutput,
|
|
117
|
-
} from "../commands/UpdatePolicyCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdatePolicyStoreCommandInput,
|
|
120
|
-
UpdatePolicyStoreCommandOutput,
|
|
121
|
-
} from "../commands/UpdatePolicyStoreCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdatePolicyTemplateCommandInput,
|
|
124
|
-
UpdatePolicyTemplateCommandOutput,
|
|
125
|
-
} from "../commands/UpdatePolicyTemplateCommand";
|
|
126
|
-
export declare const se_BatchGetPolicyCommand: (
|
|
127
|
-
input: BatchGetPolicyCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_BatchIsAuthorizedCommand: (
|
|
131
|
-
input: BatchIsAuthorizedCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_BatchIsAuthorizedWithTokenCommand: (
|
|
135
|
-
input: BatchIsAuthorizedWithTokenCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateIdentitySourceCommand: (
|
|
139
|
-
input: CreateIdentitySourceCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_CreatePolicyCommand: (
|
|
143
|
-
input: CreatePolicyCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_CreatePolicyStoreCommand: (
|
|
147
|
-
input: CreatePolicyStoreCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_CreatePolicyTemplateCommand: (
|
|
151
|
-
input: CreatePolicyTemplateCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DeleteIdentitySourceCommand: (
|
|
155
|
-
input: DeleteIdentitySourceCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DeletePolicyCommand: (
|
|
159
|
-
input: DeletePolicyCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DeletePolicyStoreCommand: (
|
|
163
|
-
input: DeletePolicyStoreCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DeletePolicyTemplateCommand: (
|
|
167
|
-
input: DeletePolicyTemplateCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_GetIdentitySourceCommand: (
|
|
171
|
-
input: GetIdentitySourceCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_GetPolicyCommand: (
|
|
175
|
-
input: GetPolicyCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_GetPolicyStoreCommand: (
|
|
179
|
-
input: GetPolicyStoreCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_GetPolicyTemplateCommand: (
|
|
183
|
-
input: GetPolicyTemplateCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_GetSchemaCommand: (
|
|
187
|
-
input: GetSchemaCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_IsAuthorizedCommand: (
|
|
191
|
-
input: IsAuthorizedCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_IsAuthorizedWithTokenCommand: (
|
|
195
|
-
input: IsAuthorizedWithTokenCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_ListIdentitySourcesCommand: (
|
|
199
|
-
input: ListIdentitySourcesCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_ListPoliciesCommand: (
|
|
203
|
-
input: ListPoliciesCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_ListPolicyStoresCommand: (
|
|
207
|
-
input: ListPolicyStoresCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_ListPolicyTemplatesCommand: (
|
|
211
|
-
input: ListPolicyTemplatesCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
215
|
-
input: ListTagsForResourceCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_PutSchemaCommand: (
|
|
219
|
-
input: PutSchemaCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_TagResourceCommand: (
|
|
223
|
-
input: TagResourceCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_UntagResourceCommand: (
|
|
227
|
-
input: UntagResourceCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_UpdateIdentitySourceCommand: (
|
|
231
|
-
input: UpdateIdentitySourceCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_UpdatePolicyCommand: (
|
|
235
|
-
input: UpdatePolicyCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_UpdatePolicyStoreCommand: (
|
|
239
|
-
input: UpdatePolicyStoreCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_UpdatePolicyTemplateCommand: (
|
|
243
|
-
input: UpdatePolicyTemplateCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const de_BatchGetPolicyCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<BatchGetPolicyCommandOutput>;
|
|
250
|
-
export declare const de_BatchIsAuthorizedCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<BatchIsAuthorizedCommandOutput>;
|
|
254
|
-
export declare const de_BatchIsAuthorizedWithTokenCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<BatchIsAuthorizedWithTokenCommandOutput>;
|
|
258
|
-
export declare const de_CreateIdentitySourceCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<CreateIdentitySourceCommandOutput>;
|
|
262
|
-
export declare const de_CreatePolicyCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<CreatePolicyCommandOutput>;
|
|
266
|
-
export declare const de_CreatePolicyStoreCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<CreatePolicyStoreCommandOutput>;
|
|
270
|
-
export declare const de_CreatePolicyTemplateCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<CreatePolicyTemplateCommandOutput>;
|
|
274
|
-
export declare const de_DeleteIdentitySourceCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<DeleteIdentitySourceCommandOutput>;
|
|
278
|
-
export declare const de_DeletePolicyCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<DeletePolicyCommandOutput>;
|
|
282
|
-
export declare const de_DeletePolicyStoreCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DeletePolicyStoreCommandOutput>;
|
|
286
|
-
export declare const de_DeletePolicyTemplateCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DeletePolicyTemplateCommandOutput>;
|
|
290
|
-
export declare const de_GetIdentitySourceCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<GetIdentitySourceCommandOutput>;
|
|
294
|
-
export declare const de_GetPolicyCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<GetPolicyCommandOutput>;
|
|
298
|
-
export declare const de_GetPolicyStoreCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<GetPolicyStoreCommandOutput>;
|
|
302
|
-
export declare const de_GetPolicyTemplateCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<GetPolicyTemplateCommandOutput>;
|
|
306
|
-
export declare const de_GetSchemaCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<GetSchemaCommandOutput>;
|
|
310
|
-
export declare const de_IsAuthorizedCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<IsAuthorizedCommandOutput>;
|
|
314
|
-
export declare const de_IsAuthorizedWithTokenCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<IsAuthorizedWithTokenCommandOutput>;
|
|
318
|
-
export declare const de_ListIdentitySourcesCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<ListIdentitySourcesCommandOutput>;
|
|
322
|
-
export declare const de_ListPoliciesCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<ListPoliciesCommandOutput>;
|
|
326
|
-
export declare const de_ListPolicyStoresCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<ListPolicyStoresCommandOutput>;
|
|
330
|
-
export declare const de_ListPolicyTemplatesCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<ListPolicyTemplatesCommandOutput>;
|
|
334
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
338
|
-
export declare const de_PutSchemaCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<PutSchemaCommandOutput>;
|
|
342
|
-
export declare const de_TagResourceCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<TagResourceCommandOutput>;
|
|
346
|
-
export declare const de_UntagResourceCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
350
|
-
export declare const de_UpdateIdentitySourceCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<UpdateIdentitySourceCommandOutput>;
|
|
354
|
-
export declare const de_UpdatePolicyCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<UpdatePolicyCommandOutput>;
|
|
358
|
-
export declare const de_UpdatePolicyStoreCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<UpdatePolicyStoreCommandOutput>;
|
|
362
|
-
export declare const de_UpdatePolicyTemplateCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<UpdatePolicyTemplateCommandOutput>;
|