@aws-sdk/client-verifiedpermissions 3.651.1 → 3.654.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-types/commands/BatchIsAuthorizedCommand.d.ts +11 -0
- package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +11 -0
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +11 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +11 -0
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +11 -0
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +11 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +11 -0
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +11 -0
- package/dist-types/commands/IsAuthorizedCommand.d.ts +11 -0
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +11 -0
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +11 -0
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/PutSchemaCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -287,4 +287,15 @@ declare const BatchIsAuthorizedCommand_base: {
|
|
|
287
287
|
* @public
|
|
288
288
|
*/
|
|
289
289
|
export declare class BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_base {
|
|
290
|
+
/** @internal type navigation helper, not in runtime. */
|
|
291
|
+
protected static __types: {
|
|
292
|
+
api: {
|
|
293
|
+
input: BatchIsAuthorizedInput;
|
|
294
|
+
output: BatchIsAuthorizedOutput;
|
|
295
|
+
};
|
|
296
|
+
sdk: {
|
|
297
|
+
input: BatchIsAuthorizedCommandInput;
|
|
298
|
+
output: BatchIsAuthorizedCommandOutput;
|
|
299
|
+
};
|
|
300
|
+
};
|
|
290
301
|
}
|
|
@@ -283,4 +283,15 @@ declare const BatchIsAuthorizedWithTokenCommand_base: {
|
|
|
283
283
|
* @public
|
|
284
284
|
*/
|
|
285
285
|
export declare class BatchIsAuthorizedWithTokenCommand extends BatchIsAuthorizedWithTokenCommand_base {
|
|
286
|
+
/** @internal type navigation helper, not in runtime. */
|
|
287
|
+
protected static __types: {
|
|
288
|
+
api: {
|
|
289
|
+
input: BatchIsAuthorizedWithTokenInput;
|
|
290
|
+
output: BatchIsAuthorizedWithTokenOutput;
|
|
291
|
+
};
|
|
292
|
+
sdk: {
|
|
293
|
+
input: BatchIsAuthorizedWithTokenCommandInput;
|
|
294
|
+
output: BatchIsAuthorizedWithTokenCommandOutput;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
286
297
|
}
|
|
@@ -234,4 +234,15 @@ declare const CreateIdentitySourceCommand_base: {
|
|
|
234
234
|
* @public
|
|
235
235
|
*/
|
|
236
236
|
export declare class CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {
|
|
237
|
+
/** @internal type navigation helper, not in runtime. */
|
|
238
|
+
protected static __types: {
|
|
239
|
+
api: {
|
|
240
|
+
input: CreateIdentitySourceInput;
|
|
241
|
+
output: CreateIdentitySourceOutput;
|
|
242
|
+
};
|
|
243
|
+
sdk: {
|
|
244
|
+
input: CreateIdentitySourceCommandInput;
|
|
245
|
+
output: CreateIdentitySourceCommandOutput;
|
|
246
|
+
};
|
|
247
|
+
};
|
|
237
248
|
}
|
|
@@ -223,4 +223,15 @@ declare const CreatePolicyCommand_base: {
|
|
|
223
223
|
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
|
|
226
|
+
/** @internal type navigation helper, not in runtime. */
|
|
227
|
+
protected static __types: {
|
|
228
|
+
api: {
|
|
229
|
+
input: CreatePolicyInput;
|
|
230
|
+
output: CreatePolicyOutput;
|
|
231
|
+
};
|
|
232
|
+
sdk: {
|
|
233
|
+
input: CreatePolicyCommandInput;
|
|
234
|
+
output: CreatePolicyCommandOutput;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
226
237
|
}
|
|
@@ -174,4 +174,15 @@ declare const CreatePolicyStoreCommand_base: {
|
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
176
|
export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {
|
|
177
|
+
/** @internal type navigation helper, not in runtime. */
|
|
178
|
+
protected static __types: {
|
|
179
|
+
api: {
|
|
180
|
+
input: CreatePolicyStoreInput;
|
|
181
|
+
output: CreatePolicyStoreOutput;
|
|
182
|
+
};
|
|
183
|
+
sdk: {
|
|
184
|
+
input: CreatePolicyStoreCommandInput;
|
|
185
|
+
output: CreatePolicyStoreCommandOutput;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
177
188
|
}
|
|
@@ -178,4 +178,15 @@ declare const CreatePolicyTemplateCommand_base: {
|
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
180
180
|
export declare class CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_base {
|
|
181
|
+
/** @internal type navigation helper, not in runtime. */
|
|
182
|
+
protected static __types: {
|
|
183
|
+
api: {
|
|
184
|
+
input: CreatePolicyTemplateInput;
|
|
185
|
+
output: CreatePolicyTemplateOutput;
|
|
186
|
+
};
|
|
187
|
+
sdk: {
|
|
188
|
+
input: CreatePolicyTemplateCommandInput;
|
|
189
|
+
output: CreatePolicyTemplateCommandOutput;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
181
192
|
}
|
|
@@ -159,4 +159,15 @@ declare const DeleteIdentitySourceCommand_base: {
|
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_base {
|
|
162
|
+
/** @internal type navigation helper, not in runtime. */
|
|
163
|
+
protected static __types: {
|
|
164
|
+
api: {
|
|
165
|
+
input: DeleteIdentitySourceInput;
|
|
166
|
+
output: {};
|
|
167
|
+
};
|
|
168
|
+
sdk: {
|
|
169
|
+
input: DeleteIdentitySourceCommandInput;
|
|
170
|
+
output: DeleteIdentitySourceCommandOutput;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
162
173
|
}
|
|
@@ -158,4 +158,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: DeletePolicyInput;
|
|
165
|
+
output: {};
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: DeletePolicyCommandInput;
|
|
169
|
+
output: DeletePolicyCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -150,4 +150,15 @@ declare const DeletePolicyStoreCommand_base: {
|
|
|
150
150
|
* @public
|
|
151
151
|
*/
|
|
152
152
|
export declare class DeletePolicyStoreCommand extends DeletePolicyStoreCommand_base {
|
|
153
|
+
/** @internal type navigation helper, not in runtime. */
|
|
154
|
+
protected static __types: {
|
|
155
|
+
api: {
|
|
156
|
+
input: DeletePolicyStoreInput;
|
|
157
|
+
output: {};
|
|
158
|
+
};
|
|
159
|
+
sdk: {
|
|
160
|
+
input: DeletePolicyStoreCommandInput;
|
|
161
|
+
output: DeletePolicyStoreCommandOutput;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
153
164
|
}
|
|
@@ -161,4 +161,15 @@ declare const DeletePolicyTemplateCommand_base: {
|
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: DeletePolicyTemplateInput;
|
|
168
|
+
output: {};
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: DeletePolicyTemplateCommandInput;
|
|
172
|
+
output: DeletePolicyTemplateCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -198,4 +198,15 @@ declare const GetIdentitySourceCommand_base: {
|
|
|
198
198
|
* @public
|
|
199
199
|
*/
|
|
200
200
|
export declare class GetIdentitySourceCommand extends GetIdentitySourceCommand_base {
|
|
201
|
+
/** @internal type navigation helper, not in runtime. */
|
|
202
|
+
protected static __types: {
|
|
203
|
+
api: {
|
|
204
|
+
input: GetIdentitySourceInput;
|
|
205
|
+
output: GetIdentitySourceOutput;
|
|
206
|
+
};
|
|
207
|
+
sdk: {
|
|
208
|
+
input: GetIdentitySourceCommandInput;
|
|
209
|
+
output: GetIdentitySourceCommandOutput;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
201
212
|
}
|
|
@@ -190,4 +190,15 @@ declare const GetPolicyCommand_base: {
|
|
|
190
190
|
* @public
|
|
191
191
|
*/
|
|
192
192
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
193
|
+
/** @internal type navigation helper, not in runtime. */
|
|
194
|
+
protected static __types: {
|
|
195
|
+
api: {
|
|
196
|
+
input: GetPolicyInput;
|
|
197
|
+
output: GetPolicyOutput;
|
|
198
|
+
};
|
|
199
|
+
sdk: {
|
|
200
|
+
input: GetPolicyCommandInput;
|
|
201
|
+
output: GetPolicyCommandOutput;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
193
204
|
}
|
|
@@ -160,4 +160,15 @@ declare const GetPolicyStoreCommand_base: {
|
|
|
160
160
|
* @public
|
|
161
161
|
*/
|
|
162
162
|
export declare class GetPolicyStoreCommand extends GetPolicyStoreCommand_base {
|
|
163
|
+
/** @internal type navigation helper, not in runtime. */
|
|
164
|
+
protected static __types: {
|
|
165
|
+
api: {
|
|
166
|
+
input: GetPolicyStoreInput;
|
|
167
|
+
output: GetPolicyStoreOutput;
|
|
168
|
+
};
|
|
169
|
+
sdk: {
|
|
170
|
+
input: GetPolicyStoreCommandInput;
|
|
171
|
+
output: GetPolicyStoreCommandOutput;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
163
174
|
}
|
|
@@ -159,4 +159,15 @@ declare const GetPolicyTemplateCommand_base: {
|
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class GetPolicyTemplateCommand extends GetPolicyTemplateCommand_base {
|
|
162
|
+
/** @internal type navigation helper, not in runtime. */
|
|
163
|
+
protected static __types: {
|
|
164
|
+
api: {
|
|
165
|
+
input: GetPolicyTemplateInput;
|
|
166
|
+
output: GetPolicyTemplateOutput;
|
|
167
|
+
};
|
|
168
|
+
sdk: {
|
|
169
|
+
input: GetPolicyTemplateCommandInput;
|
|
170
|
+
output: GetPolicyTemplateCommandOutput;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
162
173
|
}
|
|
@@ -159,4 +159,15 @@ declare const GetSchemaCommand_base: {
|
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class GetSchemaCommand extends GetSchemaCommand_base {
|
|
162
|
+
/** @internal type navigation helper, not in runtime. */
|
|
163
|
+
protected static __types: {
|
|
164
|
+
api: {
|
|
165
|
+
input: GetSchemaInput;
|
|
166
|
+
output: GetSchemaOutput;
|
|
167
|
+
};
|
|
168
|
+
sdk: {
|
|
169
|
+
input: GetSchemaCommandInput;
|
|
170
|
+
output: GetSchemaCommandOutput;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
162
173
|
}
|
|
@@ -223,4 +223,15 @@ declare const IsAuthorizedCommand_base: {
|
|
|
223
223
|
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class IsAuthorizedCommand extends IsAuthorizedCommand_base {
|
|
226
|
+
/** @internal type navigation helper, not in runtime. */
|
|
227
|
+
protected static __types: {
|
|
228
|
+
api: {
|
|
229
|
+
input: IsAuthorizedInput;
|
|
230
|
+
output: IsAuthorizedOutput;
|
|
231
|
+
};
|
|
232
|
+
sdk: {
|
|
233
|
+
input: IsAuthorizedCommandInput;
|
|
234
|
+
output: IsAuthorizedCommandOutput;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
226
237
|
}
|
|
@@ -234,4 +234,15 @@ declare const IsAuthorizedWithTokenCommand_base: {
|
|
|
234
234
|
* @public
|
|
235
235
|
*/
|
|
236
236
|
export declare class IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_base {
|
|
237
|
+
/** @internal type navigation helper, not in runtime. */
|
|
238
|
+
protected static __types: {
|
|
239
|
+
api: {
|
|
240
|
+
input: IsAuthorizedWithTokenInput;
|
|
241
|
+
output: IsAuthorizedWithTokenOutput;
|
|
242
|
+
};
|
|
243
|
+
sdk: {
|
|
244
|
+
input: IsAuthorizedWithTokenCommandInput;
|
|
245
|
+
output: IsAuthorizedWithTokenCommandOutput;
|
|
246
|
+
};
|
|
247
|
+
};
|
|
237
248
|
}
|
|
@@ -209,4 +209,15 @@ declare const ListIdentitySourcesCommand_base: {
|
|
|
209
209
|
* @public
|
|
210
210
|
*/
|
|
211
211
|
export declare class ListIdentitySourcesCommand extends ListIdentitySourcesCommand_base {
|
|
212
|
+
/** @internal type navigation helper, not in runtime. */
|
|
213
|
+
protected static __types: {
|
|
214
|
+
api: {
|
|
215
|
+
input: ListIdentitySourcesInput;
|
|
216
|
+
output: ListIdentitySourcesOutput;
|
|
217
|
+
};
|
|
218
|
+
sdk: {
|
|
219
|
+
input: ListIdentitySourcesCommandInput;
|
|
220
|
+
output: ListIdentitySourcesCommandOutput;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
212
223
|
}
|
|
@@ -213,4 +213,15 @@ declare const ListPoliciesCommand_base: {
|
|
|
213
213
|
* @public
|
|
214
214
|
*/
|
|
215
215
|
export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
|
|
216
|
+
/** @internal type navigation helper, not in runtime. */
|
|
217
|
+
protected static __types: {
|
|
218
|
+
api: {
|
|
219
|
+
input: ListPoliciesInput;
|
|
220
|
+
output: ListPoliciesOutput;
|
|
221
|
+
};
|
|
222
|
+
sdk: {
|
|
223
|
+
input: ListPoliciesCommandInput;
|
|
224
|
+
output: ListPoliciesCommandOutput;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
216
227
|
}
|
|
@@ -160,4 +160,15 @@ declare const ListPolicyStoresCommand_base: {
|
|
|
160
160
|
* @public
|
|
161
161
|
*/
|
|
162
162
|
export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_base {
|
|
163
|
+
/** @internal type navigation helper, not in runtime. */
|
|
164
|
+
protected static __types: {
|
|
165
|
+
api: {
|
|
166
|
+
input: ListPolicyStoresInput;
|
|
167
|
+
output: ListPolicyStoresOutput;
|
|
168
|
+
};
|
|
169
|
+
sdk: {
|
|
170
|
+
input: ListPolicyStoresCommandInput;
|
|
171
|
+
output: ListPolicyStoresCommandOutput;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
163
174
|
}
|
|
@@ -164,4 +164,15 @@ declare const ListPolicyTemplatesCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: ListPolicyTemplatesInput;
|
|
171
|
+
output: ListPolicyTemplatesOutput;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: ListPolicyTemplatesCommandInput;
|
|
175
|
+
output: ListPolicyTemplatesCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -178,4 +178,15 @@ declare const PutSchemaCommand_base: {
|
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
180
180
|
export declare class PutSchemaCommand extends PutSchemaCommand_base {
|
|
181
|
+
/** @internal type navigation helper, not in runtime. */
|
|
182
|
+
protected static __types: {
|
|
183
|
+
api: {
|
|
184
|
+
input: PutSchemaInput;
|
|
185
|
+
output: PutSchemaOutput;
|
|
186
|
+
};
|
|
187
|
+
sdk: {
|
|
188
|
+
input: PutSchemaCommandInput;
|
|
189
|
+
output: PutSchemaCommandOutput;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
181
192
|
}
|
|
@@ -202,4 +202,15 @@ declare const UpdateIdentitySourceCommand_base: {
|
|
|
202
202
|
* @public
|
|
203
203
|
*/
|
|
204
204
|
export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base {
|
|
205
|
+
/** @internal type navigation helper, not in runtime. */
|
|
206
|
+
protected static __types: {
|
|
207
|
+
api: {
|
|
208
|
+
input: UpdateIdentitySourceInput;
|
|
209
|
+
output: UpdateIdentitySourceOutput;
|
|
210
|
+
};
|
|
211
|
+
sdk: {
|
|
212
|
+
input: UpdateIdentitySourceCommandInput;
|
|
213
|
+
output: UpdateIdentitySourceCommandOutput;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
205
216
|
}
|
|
@@ -236,4 +236,15 @@ declare const UpdatePolicyCommand_base: {
|
|
|
236
236
|
* @public
|
|
237
237
|
*/
|
|
238
238
|
export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {
|
|
239
|
+
/** @internal type navigation helper, not in runtime. */
|
|
240
|
+
protected static __types: {
|
|
241
|
+
api: {
|
|
242
|
+
input: UpdatePolicyInput;
|
|
243
|
+
output: UpdatePolicyOutput;
|
|
244
|
+
};
|
|
245
|
+
sdk: {
|
|
246
|
+
input: UpdatePolicyCommandInput;
|
|
247
|
+
output: UpdatePolicyCommandOutput;
|
|
248
|
+
};
|
|
249
|
+
};
|
|
239
250
|
}
|
|
@@ -170,4 +170,15 @@ declare const UpdatePolicyStoreCommand_base: {
|
|
|
170
170
|
* @public
|
|
171
171
|
*/
|
|
172
172
|
export declare class UpdatePolicyStoreCommand extends UpdatePolicyStoreCommand_base {
|
|
173
|
+
/** @internal type navigation helper, not in runtime. */
|
|
174
|
+
protected static __types: {
|
|
175
|
+
api: {
|
|
176
|
+
input: UpdatePolicyStoreInput;
|
|
177
|
+
output: UpdatePolicyStoreOutput;
|
|
178
|
+
};
|
|
179
|
+
sdk: {
|
|
180
|
+
input: UpdatePolicyStoreCommandInput;
|
|
181
|
+
output: UpdatePolicyStoreCommandOutput;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
173
184
|
}
|
|
@@ -175,4 +175,15 @@ declare const UpdatePolicyTemplateCommand_base: {
|
|
|
175
175
|
* @public
|
|
176
176
|
*/
|
|
177
177
|
export declare class UpdatePolicyTemplateCommand extends UpdatePolicyTemplateCommand_base {
|
|
178
|
+
/** @internal type navigation helper, not in runtime. */
|
|
179
|
+
protected static __types: {
|
|
180
|
+
api: {
|
|
181
|
+
input: UpdatePolicyTemplateInput;
|
|
182
|
+
output: UpdatePolicyTemplateOutput;
|
|
183
|
+
};
|
|
184
|
+
sdk: {
|
|
185
|
+
input: UpdatePolicyTemplateCommandInput;
|
|
186
|
+
output: UpdatePolicyTemplateCommandOutput;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
178
189
|
}
|
|
@@ -36,4 +36,15 @@ declare const BatchIsAuthorizedCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_base {
|
|
39
|
+
export declare class BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchIsAuthorizedInput;
|
|
43
|
+
output: BatchIsAuthorizedOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchIsAuthorizedCommandInput;
|
|
47
|
+
output: BatchIsAuthorizedCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchIsAuthorizedWithTokenCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchIsAuthorizedWithTokenCommand extends BatchIsAuthorizedWithTokenCommand_base {
|
|
40
|
+
export declare class BatchIsAuthorizedWithTokenCommand extends BatchIsAuthorizedWithTokenCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchIsAuthorizedWithTokenInput;
|
|
44
|
+
output: BatchIsAuthorizedWithTokenOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchIsAuthorizedWithTokenCommandInput;
|
|
48
|
+
output: BatchIsAuthorizedWithTokenCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateIdentitySourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {
|
|
40
|
+
export declare class CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateIdentitySourceInput;
|
|
44
|
+
output: CreateIdentitySourceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateIdentitySourceCommandInput;
|
|
48
|
+
output: CreateIdentitySourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreatePolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
|
|
36
|
+
export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreatePolicyInput;
|
|
40
|
+
output: CreatePolicyOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreatePolicyCommandInput;
|
|
44
|
+
output: CreatePolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreatePolicyStoreCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {
|
|
39
|
+
export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreatePolicyStoreInput;
|
|
43
|
+
output: CreatePolicyStoreOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreatePolicyStoreCommandInput;
|
|
47
|
+
output: CreatePolicyStoreCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePolicyTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_base {
|
|
40
|
+
export declare class CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePolicyTemplateInput;
|
|
44
|
+
output: CreatePolicyTemplateOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePolicyTemplateCommandInput;
|
|
48
|
+
output: CreatePolicyTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteIdentitySourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_base {
|
|
40
|
+
export declare class DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteIdentitySourceInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteIdentitySourceCommandInput;
|
|
48
|
+
output: DeleteIdentitySourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
36
|
+
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeletePolicyInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePolicyCommandInput;
|
|
44
|
+
output: DeletePolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeletePolicyStoreCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeletePolicyStoreCommand extends DeletePolicyStoreCommand_base {
|
|
39
|
+
export declare class DeletePolicyStoreCommand extends DeletePolicyStoreCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeletePolicyStoreInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeletePolicyStoreCommandInput;
|
|
47
|
+
output: DeletePolicyStoreCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeletePolicyTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_base {
|
|
40
|
+
export declare class DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePolicyTemplateInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePolicyTemplateCommandInput;
|
|
48
|
+
output: DeletePolicyTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetIdentitySourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetIdentitySourceCommand extends GetIdentitySourceCommand_base {
|
|
39
|
+
export declare class GetIdentitySourceCommand extends GetIdentitySourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetIdentitySourceInput;
|
|
43
|
+
output: GetIdentitySourceOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetIdentitySourceCommandInput;
|
|
47
|
+
output: GetIdentitySourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetPolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
36
|
+
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetPolicyInput;
|
|
40
|
+
output: GetPolicyOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetPolicyCommandInput;
|
|
44
|
+
output: GetPolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetPolicyStoreCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetPolicyStoreCommand extends GetPolicyStoreCommand_base {
|
|
36
|
+
export declare class GetPolicyStoreCommand extends GetPolicyStoreCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetPolicyStoreInput;
|
|
40
|
+
output: GetPolicyStoreOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetPolicyStoreCommandInput;
|
|
44
|
+
output: GetPolicyStoreCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetPolicyTemplateCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetPolicyTemplateCommand extends GetPolicyTemplateCommand_base {
|
|
39
|
+
export declare class GetPolicyTemplateCommand extends GetPolicyTemplateCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetPolicyTemplateInput;
|
|
43
|
+
output: GetPolicyTemplateOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetPolicyTemplateCommandInput;
|
|
47
|
+
output: GetPolicyTemplateCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetSchemaCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetSchemaCommand extends GetSchemaCommand_base {
|
|
36
|
+
export declare class GetSchemaCommand extends GetSchemaCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetSchemaInput;
|
|
40
|
+
output: GetSchemaOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetSchemaCommandInput;
|
|
44
|
+
output: GetSchemaCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const IsAuthorizedCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class IsAuthorizedCommand extends IsAuthorizedCommand_base {
|
|
36
|
+
export declare class IsAuthorizedCommand extends IsAuthorizedCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: IsAuthorizedInput;
|
|
40
|
+
output: IsAuthorizedOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: IsAuthorizedCommandInput;
|
|
44
|
+
output: IsAuthorizedCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const IsAuthorizedWithTokenCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_base {
|
|
40
|
+
export declare class IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: IsAuthorizedWithTokenInput;
|
|
44
|
+
output: IsAuthorizedWithTokenOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: IsAuthorizedWithTokenCommandInput;
|
|
48
|
+
output: IsAuthorizedWithTokenCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListIdentitySourcesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListIdentitySourcesCommand extends ListIdentitySourcesCommand_base {
|
|
40
|
+
export declare class ListIdentitySourcesCommand extends ListIdentitySourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListIdentitySourcesInput;
|
|
44
|
+
output: ListIdentitySourcesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListIdentitySourcesCommandInput;
|
|
48
|
+
output: ListIdentitySourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListPoliciesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
|
|
36
|
+
export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListPoliciesInput;
|
|
40
|
+
output: ListPoliciesOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListPoliciesCommandInput;
|
|
44
|
+
output: ListPoliciesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListPolicyStoresCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_base {
|
|
39
|
+
export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListPolicyStoresInput;
|
|
43
|
+
output: ListPolicyStoresOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListPolicyStoresCommandInput;
|
|
47
|
+
output: ListPolicyStoresCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListPolicyTemplatesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_base {
|
|
40
|
+
export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPolicyTemplatesInput;
|
|
44
|
+
output: ListPolicyTemplatesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPolicyTemplatesCommandInput;
|
|
48
|
+
output: ListPolicyTemplatesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutSchemaCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutSchemaCommand extends PutSchemaCommand_base {
|
|
36
|
+
export declare class PutSchemaCommand extends PutSchemaCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutSchemaInput;
|
|
40
|
+
output: PutSchemaOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutSchemaCommandInput;
|
|
44
|
+
output: PutSchemaCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateIdentitySourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base {
|
|
40
|
+
export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateIdentitySourceInput;
|
|
44
|
+
output: UpdateIdentitySourceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateIdentitySourceCommandInput;
|
|
48
|
+
output: UpdateIdentitySourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdatePolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {
|
|
36
|
+
export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdatePolicyInput;
|
|
40
|
+
output: UpdatePolicyOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdatePolicyCommandInput;
|
|
44
|
+
output: UpdatePolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdatePolicyStoreCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdatePolicyStoreCommand extends UpdatePolicyStoreCommand_base {
|
|
39
|
+
export declare class UpdatePolicyStoreCommand extends UpdatePolicyStoreCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdatePolicyStoreInput;
|
|
43
|
+
output: UpdatePolicyStoreOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdatePolicyStoreCommandInput;
|
|
47
|
+
output: UpdatePolicyStoreCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdatePolicyTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdatePolicyTemplateCommand extends UpdatePolicyTemplateCommand_base {
|
|
40
|
+
export declare class UpdatePolicyTemplateCommand extends UpdatePolicyTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePolicyTemplateInput;
|
|
44
|
+
output: UpdatePolicyTemplateOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePolicyTemplateCommandInput;
|
|
48
|
+
output: UpdatePolicyTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-verifiedpermissions",
|
|
3
3
|
"description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-verifiedpermissions",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|