@aws-sdk/client-sso-admin 3.721.0 → 3.723.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 +358 -264
- package/dist-es/SSOAdminClient.js +1 -0
- package/dist-es/models/models_0.js +21 -14
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -243,7 +243,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
243
243
|
}, "resolveRuntimeExtensions");
|
|
244
244
|
|
|
245
245
|
// src/SSOAdminClient.ts
|
|
246
|
-
var
|
|
246
|
+
var SSOAdminClient = class extends import_smithy_client.Client {
|
|
247
|
+
static {
|
|
248
|
+
__name(this, "SSOAdminClient");
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* The resolved configuration of SSOAdminClient class. This is resolved and normalized from the {@link SSOAdminClientConfig | constructor configuration interface}.
|
|
252
|
+
*/
|
|
253
|
+
config;
|
|
247
254
|
constructor(...[configuration]) {
|
|
248
255
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
249
256
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -253,7 +260,7 @@ var _SSOAdminClient = class _SSOAdminClient extends import_smithy_client.Client
|
|
|
253
260
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
254
261
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
255
262
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
256
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
263
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
257
264
|
super(_config_8);
|
|
258
265
|
this.config = _config_8;
|
|
259
266
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -281,8 +288,6 @@ var _SSOAdminClient = class _SSOAdminClient extends import_smithy_client.Client
|
|
|
281
288
|
super.destroy();
|
|
282
289
|
}
|
|
283
290
|
};
|
|
284
|
-
__name(_SSOAdminClient, "SSOAdminClient");
|
|
285
|
-
var SSOAdminClient = _SSOAdminClient;
|
|
286
291
|
|
|
287
292
|
// src/SSOAdmin.ts
|
|
288
293
|
|
|
@@ -300,7 +305,10 @@ var import_uuid = require("uuid");
|
|
|
300
305
|
|
|
301
306
|
// src/models/SSOAdminServiceException.ts
|
|
302
307
|
|
|
303
|
-
var
|
|
308
|
+
var SSOAdminServiceException = class _SSOAdminServiceException extends import_smithy_client.ServiceException {
|
|
309
|
+
static {
|
|
310
|
+
__name(this, "SSOAdminServiceException");
|
|
311
|
+
}
|
|
304
312
|
/**
|
|
305
313
|
* @internal
|
|
306
314
|
*/
|
|
@@ -309,11 +317,15 @@ var _SSOAdminServiceException = class _SSOAdminServiceException extends import_s
|
|
|
309
317
|
Object.setPrototypeOf(this, _SSOAdminServiceException.prototype);
|
|
310
318
|
}
|
|
311
319
|
};
|
|
312
|
-
__name(_SSOAdminServiceException, "SSOAdminServiceException");
|
|
313
|
-
var SSOAdminServiceException = _SSOAdminServiceException;
|
|
314
320
|
|
|
315
321
|
// src/models/models_0.ts
|
|
316
|
-
var
|
|
322
|
+
var AccessDeniedException = class _AccessDeniedException extends SSOAdminServiceException {
|
|
323
|
+
static {
|
|
324
|
+
__name(this, "AccessDeniedException");
|
|
325
|
+
}
|
|
326
|
+
name = "AccessDeniedException";
|
|
327
|
+
$fault = "client";
|
|
328
|
+
Message;
|
|
317
329
|
/**
|
|
318
330
|
* @internal
|
|
319
331
|
*/
|
|
@@ -323,14 +335,10 @@ var _AccessDeniedException = class _AccessDeniedException extends SSOAdminServic
|
|
|
323
335
|
$fault: "client",
|
|
324
336
|
...opts
|
|
325
337
|
});
|
|
326
|
-
this.name = "AccessDeniedException";
|
|
327
|
-
this.$fault = "client";
|
|
328
338
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
329
339
|
this.Message = opts.Message;
|
|
330
340
|
}
|
|
331
341
|
};
|
|
332
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
333
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
334
342
|
var PrincipalType = {
|
|
335
343
|
GROUP: "GROUP",
|
|
336
344
|
USER: "USER"
|
|
@@ -355,7 +363,13 @@ var ApplicationStatus = {
|
|
|
355
363
|
DISABLED: "DISABLED",
|
|
356
364
|
ENABLED: "ENABLED"
|
|
357
365
|
};
|
|
358
|
-
var
|
|
366
|
+
var ConflictException = class _ConflictException extends SSOAdminServiceException {
|
|
367
|
+
static {
|
|
368
|
+
__name(this, "ConflictException");
|
|
369
|
+
}
|
|
370
|
+
name = "ConflictException";
|
|
371
|
+
$fault = "client";
|
|
372
|
+
Message;
|
|
359
373
|
/**
|
|
360
374
|
* @internal
|
|
361
375
|
*/
|
|
@@ -365,15 +379,17 @@ var _ConflictException = class _ConflictException extends SSOAdminServiceExcepti
|
|
|
365
379
|
$fault: "client",
|
|
366
380
|
...opts
|
|
367
381
|
});
|
|
368
|
-
this.name = "ConflictException";
|
|
369
|
-
this.$fault = "client";
|
|
370
382
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
371
383
|
this.Message = opts.Message;
|
|
372
384
|
}
|
|
373
385
|
};
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
386
|
+
var InternalServerException = class _InternalServerException extends SSOAdminServiceException {
|
|
387
|
+
static {
|
|
388
|
+
__name(this, "InternalServerException");
|
|
389
|
+
}
|
|
390
|
+
name = "InternalServerException";
|
|
391
|
+
$fault = "server";
|
|
392
|
+
Message;
|
|
377
393
|
/**
|
|
378
394
|
* @internal
|
|
379
395
|
*/
|
|
@@ -383,15 +399,17 @@ var _InternalServerException = class _InternalServerException extends SSOAdminSe
|
|
|
383
399
|
$fault: "server",
|
|
384
400
|
...opts
|
|
385
401
|
});
|
|
386
|
-
this.name = "InternalServerException";
|
|
387
|
-
this.$fault = "server";
|
|
388
402
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
389
403
|
this.Message = opts.Message;
|
|
390
404
|
}
|
|
391
405
|
};
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
406
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends SSOAdminServiceException {
|
|
407
|
+
static {
|
|
408
|
+
__name(this, "ResourceNotFoundException");
|
|
409
|
+
}
|
|
410
|
+
name = "ResourceNotFoundException";
|
|
411
|
+
$fault = "client";
|
|
412
|
+
Message;
|
|
395
413
|
/**
|
|
396
414
|
* @internal
|
|
397
415
|
*/
|
|
@@ -401,15 +419,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends SSOAdm
|
|
|
401
419
|
$fault: "client",
|
|
402
420
|
...opts
|
|
403
421
|
});
|
|
404
|
-
this.name = "ResourceNotFoundException";
|
|
405
|
-
this.$fault = "client";
|
|
406
422
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
407
423
|
this.Message = opts.Message;
|
|
408
424
|
}
|
|
409
425
|
};
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
426
|
+
var ThrottlingException = class _ThrottlingException extends SSOAdminServiceException {
|
|
427
|
+
static {
|
|
428
|
+
__name(this, "ThrottlingException");
|
|
429
|
+
}
|
|
430
|
+
name = "ThrottlingException";
|
|
431
|
+
$fault = "client";
|
|
432
|
+
Message;
|
|
413
433
|
/**
|
|
414
434
|
* @internal
|
|
415
435
|
*/
|
|
@@ -419,15 +439,17 @@ var _ThrottlingException = class _ThrottlingException extends SSOAdminServiceExc
|
|
|
419
439
|
$fault: "client",
|
|
420
440
|
...opts
|
|
421
441
|
});
|
|
422
|
-
this.name = "ThrottlingException";
|
|
423
|
-
this.$fault = "client";
|
|
424
442
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
425
443
|
this.Message = opts.Message;
|
|
426
444
|
}
|
|
427
445
|
};
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
446
|
+
var ValidationException = class _ValidationException extends SSOAdminServiceException {
|
|
447
|
+
static {
|
|
448
|
+
__name(this, "ValidationException");
|
|
449
|
+
}
|
|
450
|
+
name = "ValidationException";
|
|
451
|
+
$fault = "client";
|
|
452
|
+
Message;
|
|
431
453
|
/**
|
|
432
454
|
* @internal
|
|
433
455
|
*/
|
|
@@ -437,14 +459,10 @@ var _ValidationException = class _ValidationException extends SSOAdminServiceExc
|
|
|
437
459
|
$fault: "client",
|
|
438
460
|
...opts
|
|
439
461
|
});
|
|
440
|
-
this.name = "ValidationException";
|
|
441
|
-
this.$fault = "client";
|
|
442
462
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
443
463
|
this.Message = opts.Message;
|
|
444
464
|
}
|
|
445
465
|
};
|
|
446
|
-
__name(_ValidationException, "ValidationException");
|
|
447
|
-
var ValidationException = _ValidationException;
|
|
448
466
|
var AuthenticationMethodType = {
|
|
449
467
|
IAM: "IAM"
|
|
450
468
|
};
|
|
@@ -480,7 +498,13 @@ var FederationProtocol = {
|
|
|
480
498
|
OAUTH: "OAUTH",
|
|
481
499
|
SAML: "SAML"
|
|
482
500
|
};
|
|
483
|
-
var
|
|
501
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends SSOAdminServiceException {
|
|
502
|
+
static {
|
|
503
|
+
__name(this, "ServiceQuotaExceededException");
|
|
504
|
+
}
|
|
505
|
+
name = "ServiceQuotaExceededException";
|
|
506
|
+
$fault = "client";
|
|
507
|
+
Message;
|
|
484
508
|
/**
|
|
485
509
|
* @internal
|
|
486
510
|
*/
|
|
@@ -490,14 +514,10 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
490
514
|
$fault: "client",
|
|
491
515
|
...opts
|
|
492
516
|
});
|
|
493
|
-
this.name = "ServiceQuotaExceededException";
|
|
494
|
-
this.$fault = "client";
|
|
495
517
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
496
518
|
this.Message = opts.Message;
|
|
497
519
|
}
|
|
498
520
|
};
|
|
499
|
-
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
500
|
-
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
501
521
|
var JwksRetrievalOption = {
|
|
502
522
|
OPEN_ID_DISCOVERY: "OPEN_ID_DISCOVERY"
|
|
503
523
|
};
|
|
@@ -2319,1023 +2339,1096 @@ function sharedHeaders(operation) {
|
|
|
2319
2339
|
__name(sharedHeaders, "sharedHeaders");
|
|
2320
2340
|
|
|
2321
2341
|
// src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts
|
|
2322
|
-
var
|
|
2342
|
+
var AttachCustomerManagedPolicyReferenceToPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2323
2343
|
return [
|
|
2324
2344
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2325
2345
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2326
2346
|
];
|
|
2327
2347
|
}).s("SWBExternalService", "AttachCustomerManagedPolicyReferenceToPermissionSet", {}).n("SSOAdminClient", "AttachCustomerManagedPolicyReferenceToPermissionSetCommand").f(void 0, void 0).ser(se_AttachCustomerManagedPolicyReferenceToPermissionSetCommand).de(de_AttachCustomerManagedPolicyReferenceToPermissionSetCommand).build() {
|
|
2348
|
+
static {
|
|
2349
|
+
__name(this, "AttachCustomerManagedPolicyReferenceToPermissionSetCommand");
|
|
2350
|
+
}
|
|
2328
2351
|
};
|
|
2329
|
-
__name(_AttachCustomerManagedPolicyReferenceToPermissionSetCommand, "AttachCustomerManagedPolicyReferenceToPermissionSetCommand");
|
|
2330
|
-
var AttachCustomerManagedPolicyReferenceToPermissionSetCommand = _AttachCustomerManagedPolicyReferenceToPermissionSetCommand;
|
|
2331
2352
|
|
|
2332
2353
|
// src/commands/AttachManagedPolicyToPermissionSetCommand.ts
|
|
2333
2354
|
|
|
2334
2355
|
|
|
2335
2356
|
|
|
2336
|
-
var
|
|
2357
|
+
var AttachManagedPolicyToPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2337
2358
|
return [
|
|
2338
2359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2339
2360
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2340
2361
|
];
|
|
2341
2362
|
}).s("SWBExternalService", "AttachManagedPolicyToPermissionSet", {}).n("SSOAdminClient", "AttachManagedPolicyToPermissionSetCommand").f(void 0, void 0).ser(se_AttachManagedPolicyToPermissionSetCommand).de(de_AttachManagedPolicyToPermissionSetCommand).build() {
|
|
2363
|
+
static {
|
|
2364
|
+
__name(this, "AttachManagedPolicyToPermissionSetCommand");
|
|
2365
|
+
}
|
|
2342
2366
|
};
|
|
2343
|
-
__name(_AttachManagedPolicyToPermissionSetCommand, "AttachManagedPolicyToPermissionSetCommand");
|
|
2344
|
-
var AttachManagedPolicyToPermissionSetCommand = _AttachManagedPolicyToPermissionSetCommand;
|
|
2345
2367
|
|
|
2346
2368
|
// src/commands/CreateAccountAssignmentCommand.ts
|
|
2347
2369
|
|
|
2348
2370
|
|
|
2349
2371
|
|
|
2350
|
-
var
|
|
2372
|
+
var CreateAccountAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2351
2373
|
return [
|
|
2352
2374
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2353
2375
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2354
2376
|
];
|
|
2355
2377
|
}).s("SWBExternalService", "CreateAccountAssignment", {}).n("SSOAdminClient", "CreateAccountAssignmentCommand").f(void 0, void 0).ser(se_CreateAccountAssignmentCommand).de(de_CreateAccountAssignmentCommand).build() {
|
|
2378
|
+
static {
|
|
2379
|
+
__name(this, "CreateAccountAssignmentCommand");
|
|
2380
|
+
}
|
|
2356
2381
|
};
|
|
2357
|
-
__name(_CreateAccountAssignmentCommand, "CreateAccountAssignmentCommand");
|
|
2358
|
-
var CreateAccountAssignmentCommand = _CreateAccountAssignmentCommand;
|
|
2359
2382
|
|
|
2360
2383
|
// src/commands/CreateApplicationAssignmentCommand.ts
|
|
2361
2384
|
|
|
2362
2385
|
|
|
2363
2386
|
|
|
2364
|
-
var
|
|
2387
|
+
var CreateApplicationAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2365
2388
|
return [
|
|
2366
2389
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2367
2390
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2368
2391
|
];
|
|
2369
2392
|
}).s("SWBExternalService", "CreateApplicationAssignment", {}).n("SSOAdminClient", "CreateApplicationAssignmentCommand").f(void 0, void 0).ser(se_CreateApplicationAssignmentCommand).de(de_CreateApplicationAssignmentCommand).build() {
|
|
2393
|
+
static {
|
|
2394
|
+
__name(this, "CreateApplicationAssignmentCommand");
|
|
2395
|
+
}
|
|
2370
2396
|
};
|
|
2371
|
-
__name(_CreateApplicationAssignmentCommand, "CreateApplicationAssignmentCommand");
|
|
2372
|
-
var CreateApplicationAssignmentCommand = _CreateApplicationAssignmentCommand;
|
|
2373
2397
|
|
|
2374
2398
|
// src/commands/CreateApplicationCommand.ts
|
|
2375
2399
|
|
|
2376
2400
|
|
|
2377
2401
|
|
|
2378
|
-
var
|
|
2402
|
+
var CreateApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2379
2403
|
return [
|
|
2380
2404
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2381
2405
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2382
2406
|
];
|
|
2383
2407
|
}).s("SWBExternalService", "CreateApplication", {}).n("SSOAdminClient", "CreateApplicationCommand").f(void 0, void 0).ser(se_CreateApplicationCommand).de(de_CreateApplicationCommand).build() {
|
|
2408
|
+
static {
|
|
2409
|
+
__name(this, "CreateApplicationCommand");
|
|
2410
|
+
}
|
|
2384
2411
|
};
|
|
2385
|
-
__name(_CreateApplicationCommand, "CreateApplicationCommand");
|
|
2386
|
-
var CreateApplicationCommand = _CreateApplicationCommand;
|
|
2387
2412
|
|
|
2388
2413
|
// src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts
|
|
2389
2414
|
|
|
2390
2415
|
|
|
2391
2416
|
|
|
2392
|
-
var
|
|
2417
|
+
var CreateInstanceAccessControlAttributeConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2393
2418
|
return [
|
|
2394
2419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2395
2420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2396
2421
|
];
|
|
2397
2422
|
}).s("SWBExternalService", "CreateInstanceAccessControlAttributeConfiguration", {}).n("SSOAdminClient", "CreateInstanceAccessControlAttributeConfigurationCommand").f(void 0, void 0).ser(se_CreateInstanceAccessControlAttributeConfigurationCommand).de(de_CreateInstanceAccessControlAttributeConfigurationCommand).build() {
|
|
2423
|
+
static {
|
|
2424
|
+
__name(this, "CreateInstanceAccessControlAttributeConfigurationCommand");
|
|
2425
|
+
}
|
|
2398
2426
|
};
|
|
2399
|
-
__name(_CreateInstanceAccessControlAttributeConfigurationCommand, "CreateInstanceAccessControlAttributeConfigurationCommand");
|
|
2400
|
-
var CreateInstanceAccessControlAttributeConfigurationCommand = _CreateInstanceAccessControlAttributeConfigurationCommand;
|
|
2401
2427
|
|
|
2402
2428
|
// src/commands/CreateInstanceCommand.ts
|
|
2403
2429
|
|
|
2404
2430
|
|
|
2405
2431
|
|
|
2406
|
-
var
|
|
2432
|
+
var CreateInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2407
2433
|
return [
|
|
2408
2434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2409
2435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2410
2436
|
];
|
|
2411
2437
|
}).s("SWBExternalService", "CreateInstance", {}).n("SSOAdminClient", "CreateInstanceCommand").f(void 0, void 0).ser(se_CreateInstanceCommand).de(de_CreateInstanceCommand).build() {
|
|
2438
|
+
static {
|
|
2439
|
+
__name(this, "CreateInstanceCommand");
|
|
2440
|
+
}
|
|
2412
2441
|
};
|
|
2413
|
-
__name(_CreateInstanceCommand, "CreateInstanceCommand");
|
|
2414
|
-
var CreateInstanceCommand = _CreateInstanceCommand;
|
|
2415
2442
|
|
|
2416
2443
|
// src/commands/CreatePermissionSetCommand.ts
|
|
2417
2444
|
|
|
2418
2445
|
|
|
2419
2446
|
|
|
2420
|
-
var
|
|
2447
|
+
var CreatePermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2421
2448
|
return [
|
|
2422
2449
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2423
2450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2424
2451
|
];
|
|
2425
2452
|
}).s("SWBExternalService", "CreatePermissionSet", {}).n("SSOAdminClient", "CreatePermissionSetCommand").f(void 0, void 0).ser(se_CreatePermissionSetCommand).de(de_CreatePermissionSetCommand).build() {
|
|
2453
|
+
static {
|
|
2454
|
+
__name(this, "CreatePermissionSetCommand");
|
|
2455
|
+
}
|
|
2426
2456
|
};
|
|
2427
|
-
__name(_CreatePermissionSetCommand, "CreatePermissionSetCommand");
|
|
2428
|
-
var CreatePermissionSetCommand = _CreatePermissionSetCommand;
|
|
2429
2457
|
|
|
2430
2458
|
// src/commands/CreateTrustedTokenIssuerCommand.ts
|
|
2431
2459
|
|
|
2432
2460
|
|
|
2433
2461
|
|
|
2434
|
-
var
|
|
2462
|
+
var CreateTrustedTokenIssuerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2435
2463
|
return [
|
|
2436
2464
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2437
2465
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2438
2466
|
];
|
|
2439
2467
|
}).s("SWBExternalService", "CreateTrustedTokenIssuer", {}).n("SSOAdminClient", "CreateTrustedTokenIssuerCommand").f(void 0, void 0).ser(se_CreateTrustedTokenIssuerCommand).de(de_CreateTrustedTokenIssuerCommand).build() {
|
|
2468
|
+
static {
|
|
2469
|
+
__name(this, "CreateTrustedTokenIssuerCommand");
|
|
2470
|
+
}
|
|
2440
2471
|
};
|
|
2441
|
-
__name(_CreateTrustedTokenIssuerCommand, "CreateTrustedTokenIssuerCommand");
|
|
2442
|
-
var CreateTrustedTokenIssuerCommand = _CreateTrustedTokenIssuerCommand;
|
|
2443
2472
|
|
|
2444
2473
|
// src/commands/DeleteAccountAssignmentCommand.ts
|
|
2445
2474
|
|
|
2446
2475
|
|
|
2447
2476
|
|
|
2448
|
-
var
|
|
2477
|
+
var DeleteAccountAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2449
2478
|
return [
|
|
2450
2479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2451
2480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2452
2481
|
];
|
|
2453
2482
|
}).s("SWBExternalService", "DeleteAccountAssignment", {}).n("SSOAdminClient", "DeleteAccountAssignmentCommand").f(void 0, void 0).ser(se_DeleteAccountAssignmentCommand).de(de_DeleteAccountAssignmentCommand).build() {
|
|
2483
|
+
static {
|
|
2484
|
+
__name(this, "DeleteAccountAssignmentCommand");
|
|
2485
|
+
}
|
|
2454
2486
|
};
|
|
2455
|
-
__name(_DeleteAccountAssignmentCommand, "DeleteAccountAssignmentCommand");
|
|
2456
|
-
var DeleteAccountAssignmentCommand = _DeleteAccountAssignmentCommand;
|
|
2457
2487
|
|
|
2458
2488
|
// src/commands/DeleteApplicationAccessScopeCommand.ts
|
|
2459
2489
|
|
|
2460
2490
|
|
|
2461
2491
|
|
|
2462
|
-
var
|
|
2492
|
+
var DeleteApplicationAccessScopeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2463
2493
|
return [
|
|
2464
2494
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2465
2495
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2466
2496
|
];
|
|
2467
2497
|
}).s("SWBExternalService", "DeleteApplicationAccessScope", {}).n("SSOAdminClient", "DeleteApplicationAccessScopeCommand").f(void 0, void 0).ser(se_DeleteApplicationAccessScopeCommand).de(de_DeleteApplicationAccessScopeCommand).build() {
|
|
2498
|
+
static {
|
|
2499
|
+
__name(this, "DeleteApplicationAccessScopeCommand");
|
|
2500
|
+
}
|
|
2468
2501
|
};
|
|
2469
|
-
__name(_DeleteApplicationAccessScopeCommand, "DeleteApplicationAccessScopeCommand");
|
|
2470
|
-
var DeleteApplicationAccessScopeCommand = _DeleteApplicationAccessScopeCommand;
|
|
2471
2502
|
|
|
2472
2503
|
// src/commands/DeleteApplicationAssignmentCommand.ts
|
|
2473
2504
|
|
|
2474
2505
|
|
|
2475
2506
|
|
|
2476
|
-
var
|
|
2507
|
+
var DeleteApplicationAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2477
2508
|
return [
|
|
2478
2509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2479
2510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2480
2511
|
];
|
|
2481
2512
|
}).s("SWBExternalService", "DeleteApplicationAssignment", {}).n("SSOAdminClient", "DeleteApplicationAssignmentCommand").f(void 0, void 0).ser(se_DeleteApplicationAssignmentCommand).de(de_DeleteApplicationAssignmentCommand).build() {
|
|
2513
|
+
static {
|
|
2514
|
+
__name(this, "DeleteApplicationAssignmentCommand");
|
|
2515
|
+
}
|
|
2482
2516
|
};
|
|
2483
|
-
__name(_DeleteApplicationAssignmentCommand, "DeleteApplicationAssignmentCommand");
|
|
2484
|
-
var DeleteApplicationAssignmentCommand = _DeleteApplicationAssignmentCommand;
|
|
2485
2517
|
|
|
2486
2518
|
// src/commands/DeleteApplicationAuthenticationMethodCommand.ts
|
|
2487
2519
|
|
|
2488
2520
|
|
|
2489
2521
|
|
|
2490
|
-
var
|
|
2522
|
+
var DeleteApplicationAuthenticationMethodCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2491
2523
|
return [
|
|
2492
2524
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2493
2525
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2494
2526
|
];
|
|
2495
2527
|
}).s("SWBExternalService", "DeleteApplicationAuthenticationMethod", {}).n("SSOAdminClient", "DeleteApplicationAuthenticationMethodCommand").f(void 0, void 0).ser(se_DeleteApplicationAuthenticationMethodCommand).de(de_DeleteApplicationAuthenticationMethodCommand).build() {
|
|
2528
|
+
static {
|
|
2529
|
+
__name(this, "DeleteApplicationAuthenticationMethodCommand");
|
|
2530
|
+
}
|
|
2496
2531
|
};
|
|
2497
|
-
__name(_DeleteApplicationAuthenticationMethodCommand, "DeleteApplicationAuthenticationMethodCommand");
|
|
2498
|
-
var DeleteApplicationAuthenticationMethodCommand = _DeleteApplicationAuthenticationMethodCommand;
|
|
2499
2532
|
|
|
2500
2533
|
// src/commands/DeleteApplicationCommand.ts
|
|
2501
2534
|
|
|
2502
2535
|
|
|
2503
2536
|
|
|
2504
|
-
var
|
|
2537
|
+
var DeleteApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2505
2538
|
return [
|
|
2506
2539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2507
2540
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2508
2541
|
];
|
|
2509
2542
|
}).s("SWBExternalService", "DeleteApplication", {}).n("SSOAdminClient", "DeleteApplicationCommand").f(void 0, void 0).ser(se_DeleteApplicationCommand).de(de_DeleteApplicationCommand).build() {
|
|
2543
|
+
static {
|
|
2544
|
+
__name(this, "DeleteApplicationCommand");
|
|
2545
|
+
}
|
|
2510
2546
|
};
|
|
2511
|
-
__name(_DeleteApplicationCommand, "DeleteApplicationCommand");
|
|
2512
|
-
var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
2513
2547
|
|
|
2514
2548
|
// src/commands/DeleteApplicationGrantCommand.ts
|
|
2515
2549
|
|
|
2516
2550
|
|
|
2517
2551
|
|
|
2518
|
-
var
|
|
2552
|
+
var DeleteApplicationGrantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2519
2553
|
return [
|
|
2520
2554
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2521
2555
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2522
2556
|
];
|
|
2523
2557
|
}).s("SWBExternalService", "DeleteApplicationGrant", {}).n("SSOAdminClient", "DeleteApplicationGrantCommand").f(void 0, void 0).ser(se_DeleteApplicationGrantCommand).de(de_DeleteApplicationGrantCommand).build() {
|
|
2558
|
+
static {
|
|
2559
|
+
__name(this, "DeleteApplicationGrantCommand");
|
|
2560
|
+
}
|
|
2524
2561
|
};
|
|
2525
|
-
__name(_DeleteApplicationGrantCommand, "DeleteApplicationGrantCommand");
|
|
2526
|
-
var DeleteApplicationGrantCommand = _DeleteApplicationGrantCommand;
|
|
2527
2562
|
|
|
2528
2563
|
// src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts
|
|
2529
2564
|
|
|
2530
2565
|
|
|
2531
2566
|
|
|
2532
|
-
var
|
|
2567
|
+
var DeleteInlinePolicyFromPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2533
2568
|
return [
|
|
2534
2569
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2535
2570
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2536
2571
|
];
|
|
2537
2572
|
}).s("SWBExternalService", "DeleteInlinePolicyFromPermissionSet", {}).n("SSOAdminClient", "DeleteInlinePolicyFromPermissionSetCommand").f(void 0, void 0).ser(se_DeleteInlinePolicyFromPermissionSetCommand).de(de_DeleteInlinePolicyFromPermissionSetCommand).build() {
|
|
2573
|
+
static {
|
|
2574
|
+
__name(this, "DeleteInlinePolicyFromPermissionSetCommand");
|
|
2575
|
+
}
|
|
2538
2576
|
};
|
|
2539
|
-
__name(_DeleteInlinePolicyFromPermissionSetCommand, "DeleteInlinePolicyFromPermissionSetCommand");
|
|
2540
|
-
var DeleteInlinePolicyFromPermissionSetCommand = _DeleteInlinePolicyFromPermissionSetCommand;
|
|
2541
2577
|
|
|
2542
2578
|
// src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts
|
|
2543
2579
|
|
|
2544
2580
|
|
|
2545
2581
|
|
|
2546
|
-
var
|
|
2582
|
+
var DeleteInstanceAccessControlAttributeConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2547
2583
|
return [
|
|
2548
2584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2549
2585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2550
2586
|
];
|
|
2551
2587
|
}).s("SWBExternalService", "DeleteInstanceAccessControlAttributeConfiguration", {}).n("SSOAdminClient", "DeleteInstanceAccessControlAttributeConfigurationCommand").f(void 0, void 0).ser(se_DeleteInstanceAccessControlAttributeConfigurationCommand).de(de_DeleteInstanceAccessControlAttributeConfigurationCommand).build() {
|
|
2588
|
+
static {
|
|
2589
|
+
__name(this, "DeleteInstanceAccessControlAttributeConfigurationCommand");
|
|
2590
|
+
}
|
|
2552
2591
|
};
|
|
2553
|
-
__name(_DeleteInstanceAccessControlAttributeConfigurationCommand, "DeleteInstanceAccessControlAttributeConfigurationCommand");
|
|
2554
|
-
var DeleteInstanceAccessControlAttributeConfigurationCommand = _DeleteInstanceAccessControlAttributeConfigurationCommand;
|
|
2555
2592
|
|
|
2556
2593
|
// src/commands/DeleteInstanceCommand.ts
|
|
2557
2594
|
|
|
2558
2595
|
|
|
2559
2596
|
|
|
2560
|
-
var
|
|
2597
|
+
var DeleteInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2561
2598
|
return [
|
|
2562
2599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2563
2600
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2564
2601
|
];
|
|
2565
2602
|
}).s("SWBExternalService", "DeleteInstance", {}).n("SSOAdminClient", "DeleteInstanceCommand").f(void 0, void 0).ser(se_DeleteInstanceCommand).de(de_DeleteInstanceCommand).build() {
|
|
2603
|
+
static {
|
|
2604
|
+
__name(this, "DeleteInstanceCommand");
|
|
2605
|
+
}
|
|
2566
2606
|
};
|
|
2567
|
-
__name(_DeleteInstanceCommand, "DeleteInstanceCommand");
|
|
2568
|
-
var DeleteInstanceCommand = _DeleteInstanceCommand;
|
|
2569
2607
|
|
|
2570
2608
|
// src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts
|
|
2571
2609
|
|
|
2572
2610
|
|
|
2573
2611
|
|
|
2574
|
-
var
|
|
2612
|
+
var DeletePermissionsBoundaryFromPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2575
2613
|
return [
|
|
2576
2614
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2577
2615
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2578
2616
|
];
|
|
2579
2617
|
}).s("SWBExternalService", "DeletePermissionsBoundaryFromPermissionSet", {}).n("SSOAdminClient", "DeletePermissionsBoundaryFromPermissionSetCommand").f(void 0, void 0).ser(se_DeletePermissionsBoundaryFromPermissionSetCommand).de(de_DeletePermissionsBoundaryFromPermissionSetCommand).build() {
|
|
2618
|
+
static {
|
|
2619
|
+
__name(this, "DeletePermissionsBoundaryFromPermissionSetCommand");
|
|
2620
|
+
}
|
|
2580
2621
|
};
|
|
2581
|
-
__name(_DeletePermissionsBoundaryFromPermissionSetCommand, "DeletePermissionsBoundaryFromPermissionSetCommand");
|
|
2582
|
-
var DeletePermissionsBoundaryFromPermissionSetCommand = _DeletePermissionsBoundaryFromPermissionSetCommand;
|
|
2583
2622
|
|
|
2584
2623
|
// src/commands/DeletePermissionSetCommand.ts
|
|
2585
2624
|
|
|
2586
2625
|
|
|
2587
2626
|
|
|
2588
|
-
var
|
|
2627
|
+
var DeletePermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2589
2628
|
return [
|
|
2590
2629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2591
2630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2592
2631
|
];
|
|
2593
2632
|
}).s("SWBExternalService", "DeletePermissionSet", {}).n("SSOAdminClient", "DeletePermissionSetCommand").f(void 0, void 0).ser(se_DeletePermissionSetCommand).de(de_DeletePermissionSetCommand).build() {
|
|
2633
|
+
static {
|
|
2634
|
+
__name(this, "DeletePermissionSetCommand");
|
|
2635
|
+
}
|
|
2594
2636
|
};
|
|
2595
|
-
__name(_DeletePermissionSetCommand, "DeletePermissionSetCommand");
|
|
2596
|
-
var DeletePermissionSetCommand = _DeletePermissionSetCommand;
|
|
2597
2637
|
|
|
2598
2638
|
// src/commands/DeleteTrustedTokenIssuerCommand.ts
|
|
2599
2639
|
|
|
2600
2640
|
|
|
2601
2641
|
|
|
2602
|
-
var
|
|
2642
|
+
var DeleteTrustedTokenIssuerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2603
2643
|
return [
|
|
2604
2644
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2605
2645
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2606
2646
|
];
|
|
2607
2647
|
}).s("SWBExternalService", "DeleteTrustedTokenIssuer", {}).n("SSOAdminClient", "DeleteTrustedTokenIssuerCommand").f(void 0, void 0).ser(se_DeleteTrustedTokenIssuerCommand).de(de_DeleteTrustedTokenIssuerCommand).build() {
|
|
2648
|
+
static {
|
|
2649
|
+
__name(this, "DeleteTrustedTokenIssuerCommand");
|
|
2650
|
+
}
|
|
2608
2651
|
};
|
|
2609
|
-
__name(_DeleteTrustedTokenIssuerCommand, "DeleteTrustedTokenIssuerCommand");
|
|
2610
|
-
var DeleteTrustedTokenIssuerCommand = _DeleteTrustedTokenIssuerCommand;
|
|
2611
2652
|
|
|
2612
2653
|
// src/commands/DescribeAccountAssignmentCreationStatusCommand.ts
|
|
2613
2654
|
|
|
2614
2655
|
|
|
2615
2656
|
|
|
2616
|
-
var
|
|
2657
|
+
var DescribeAccountAssignmentCreationStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2617
2658
|
return [
|
|
2618
2659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2619
2660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2620
2661
|
];
|
|
2621
2662
|
}).s("SWBExternalService", "DescribeAccountAssignmentCreationStatus", {}).n("SSOAdminClient", "DescribeAccountAssignmentCreationStatusCommand").f(void 0, void 0).ser(se_DescribeAccountAssignmentCreationStatusCommand).de(de_DescribeAccountAssignmentCreationStatusCommand).build() {
|
|
2663
|
+
static {
|
|
2664
|
+
__name(this, "DescribeAccountAssignmentCreationStatusCommand");
|
|
2665
|
+
}
|
|
2622
2666
|
};
|
|
2623
|
-
__name(_DescribeAccountAssignmentCreationStatusCommand, "DescribeAccountAssignmentCreationStatusCommand");
|
|
2624
|
-
var DescribeAccountAssignmentCreationStatusCommand = _DescribeAccountAssignmentCreationStatusCommand;
|
|
2625
2667
|
|
|
2626
2668
|
// src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts
|
|
2627
2669
|
|
|
2628
2670
|
|
|
2629
2671
|
|
|
2630
|
-
var
|
|
2672
|
+
var DescribeAccountAssignmentDeletionStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2631
2673
|
return [
|
|
2632
2674
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2633
2675
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2634
2676
|
];
|
|
2635
2677
|
}).s("SWBExternalService", "DescribeAccountAssignmentDeletionStatus", {}).n("SSOAdminClient", "DescribeAccountAssignmentDeletionStatusCommand").f(void 0, void 0).ser(se_DescribeAccountAssignmentDeletionStatusCommand).de(de_DescribeAccountAssignmentDeletionStatusCommand).build() {
|
|
2678
|
+
static {
|
|
2679
|
+
__name(this, "DescribeAccountAssignmentDeletionStatusCommand");
|
|
2680
|
+
}
|
|
2636
2681
|
};
|
|
2637
|
-
__name(_DescribeAccountAssignmentDeletionStatusCommand, "DescribeAccountAssignmentDeletionStatusCommand");
|
|
2638
|
-
var DescribeAccountAssignmentDeletionStatusCommand = _DescribeAccountAssignmentDeletionStatusCommand;
|
|
2639
2682
|
|
|
2640
2683
|
// src/commands/DescribeApplicationAssignmentCommand.ts
|
|
2641
2684
|
|
|
2642
2685
|
|
|
2643
2686
|
|
|
2644
|
-
var
|
|
2687
|
+
var DescribeApplicationAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2645
2688
|
return [
|
|
2646
2689
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2647
2690
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2648
2691
|
];
|
|
2649
2692
|
}).s("SWBExternalService", "DescribeApplicationAssignment", {}).n("SSOAdminClient", "DescribeApplicationAssignmentCommand").f(void 0, void 0).ser(se_DescribeApplicationAssignmentCommand).de(de_DescribeApplicationAssignmentCommand).build() {
|
|
2693
|
+
static {
|
|
2694
|
+
__name(this, "DescribeApplicationAssignmentCommand");
|
|
2695
|
+
}
|
|
2650
2696
|
};
|
|
2651
|
-
__name(_DescribeApplicationAssignmentCommand, "DescribeApplicationAssignmentCommand");
|
|
2652
|
-
var DescribeApplicationAssignmentCommand = _DescribeApplicationAssignmentCommand;
|
|
2653
2697
|
|
|
2654
2698
|
// src/commands/DescribeApplicationCommand.ts
|
|
2655
2699
|
|
|
2656
2700
|
|
|
2657
2701
|
|
|
2658
|
-
var
|
|
2702
|
+
var DescribeApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2659
2703
|
return [
|
|
2660
2704
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2661
2705
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2662
2706
|
];
|
|
2663
2707
|
}).s("SWBExternalService", "DescribeApplication", {}).n("SSOAdminClient", "DescribeApplicationCommand").f(void 0, void 0).ser(se_DescribeApplicationCommand).de(de_DescribeApplicationCommand).build() {
|
|
2708
|
+
static {
|
|
2709
|
+
__name(this, "DescribeApplicationCommand");
|
|
2710
|
+
}
|
|
2664
2711
|
};
|
|
2665
|
-
__name(_DescribeApplicationCommand, "DescribeApplicationCommand");
|
|
2666
|
-
var DescribeApplicationCommand = _DescribeApplicationCommand;
|
|
2667
2712
|
|
|
2668
2713
|
// src/commands/DescribeApplicationProviderCommand.ts
|
|
2669
2714
|
|
|
2670
2715
|
|
|
2671
2716
|
|
|
2672
|
-
var
|
|
2717
|
+
var DescribeApplicationProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2673
2718
|
return [
|
|
2674
2719
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2675
2720
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2676
2721
|
];
|
|
2677
2722
|
}).s("SWBExternalService", "DescribeApplicationProvider", {}).n("SSOAdminClient", "DescribeApplicationProviderCommand").f(void 0, void 0).ser(se_DescribeApplicationProviderCommand).de(de_DescribeApplicationProviderCommand).build() {
|
|
2723
|
+
static {
|
|
2724
|
+
__name(this, "DescribeApplicationProviderCommand");
|
|
2725
|
+
}
|
|
2678
2726
|
};
|
|
2679
|
-
__name(_DescribeApplicationProviderCommand, "DescribeApplicationProviderCommand");
|
|
2680
|
-
var DescribeApplicationProviderCommand = _DescribeApplicationProviderCommand;
|
|
2681
2727
|
|
|
2682
2728
|
// src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts
|
|
2683
2729
|
|
|
2684
2730
|
|
|
2685
2731
|
|
|
2686
|
-
var
|
|
2732
|
+
var DescribeInstanceAccessControlAttributeConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2687
2733
|
return [
|
|
2688
2734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2689
2735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2690
2736
|
];
|
|
2691
2737
|
}).s("SWBExternalService", "DescribeInstanceAccessControlAttributeConfiguration", {}).n("SSOAdminClient", "DescribeInstanceAccessControlAttributeConfigurationCommand").f(void 0, void 0).ser(se_DescribeInstanceAccessControlAttributeConfigurationCommand).de(de_DescribeInstanceAccessControlAttributeConfigurationCommand).build() {
|
|
2738
|
+
static {
|
|
2739
|
+
__name(this, "DescribeInstanceAccessControlAttributeConfigurationCommand");
|
|
2740
|
+
}
|
|
2692
2741
|
};
|
|
2693
|
-
__name(_DescribeInstanceAccessControlAttributeConfigurationCommand, "DescribeInstanceAccessControlAttributeConfigurationCommand");
|
|
2694
|
-
var DescribeInstanceAccessControlAttributeConfigurationCommand = _DescribeInstanceAccessControlAttributeConfigurationCommand;
|
|
2695
2742
|
|
|
2696
2743
|
// src/commands/DescribeInstanceCommand.ts
|
|
2697
2744
|
|
|
2698
2745
|
|
|
2699
2746
|
|
|
2700
|
-
var
|
|
2747
|
+
var DescribeInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2701
2748
|
return [
|
|
2702
2749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2703
2750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2704
2751
|
];
|
|
2705
2752
|
}).s("SWBExternalService", "DescribeInstance", {}).n("SSOAdminClient", "DescribeInstanceCommand").f(void 0, void 0).ser(se_DescribeInstanceCommand).de(de_DescribeInstanceCommand).build() {
|
|
2753
|
+
static {
|
|
2754
|
+
__name(this, "DescribeInstanceCommand");
|
|
2755
|
+
}
|
|
2706
2756
|
};
|
|
2707
|
-
__name(_DescribeInstanceCommand, "DescribeInstanceCommand");
|
|
2708
|
-
var DescribeInstanceCommand = _DescribeInstanceCommand;
|
|
2709
2757
|
|
|
2710
2758
|
// src/commands/DescribePermissionSetCommand.ts
|
|
2711
2759
|
|
|
2712
2760
|
|
|
2713
2761
|
|
|
2714
|
-
var
|
|
2762
|
+
var DescribePermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2715
2763
|
return [
|
|
2716
2764
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2717
2765
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2718
2766
|
];
|
|
2719
2767
|
}).s("SWBExternalService", "DescribePermissionSet", {}).n("SSOAdminClient", "DescribePermissionSetCommand").f(void 0, void 0).ser(se_DescribePermissionSetCommand).de(de_DescribePermissionSetCommand).build() {
|
|
2768
|
+
static {
|
|
2769
|
+
__name(this, "DescribePermissionSetCommand");
|
|
2770
|
+
}
|
|
2720
2771
|
};
|
|
2721
|
-
__name(_DescribePermissionSetCommand, "DescribePermissionSetCommand");
|
|
2722
|
-
var DescribePermissionSetCommand = _DescribePermissionSetCommand;
|
|
2723
2772
|
|
|
2724
2773
|
// src/commands/DescribePermissionSetProvisioningStatusCommand.ts
|
|
2725
2774
|
|
|
2726
2775
|
|
|
2727
2776
|
|
|
2728
|
-
var
|
|
2777
|
+
var DescribePermissionSetProvisioningStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2729
2778
|
return [
|
|
2730
2779
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2731
2780
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2732
2781
|
];
|
|
2733
2782
|
}).s("SWBExternalService", "DescribePermissionSetProvisioningStatus", {}).n("SSOAdminClient", "DescribePermissionSetProvisioningStatusCommand").f(void 0, void 0).ser(se_DescribePermissionSetProvisioningStatusCommand).de(de_DescribePermissionSetProvisioningStatusCommand).build() {
|
|
2783
|
+
static {
|
|
2784
|
+
__name(this, "DescribePermissionSetProvisioningStatusCommand");
|
|
2785
|
+
}
|
|
2734
2786
|
};
|
|
2735
|
-
__name(_DescribePermissionSetProvisioningStatusCommand, "DescribePermissionSetProvisioningStatusCommand");
|
|
2736
|
-
var DescribePermissionSetProvisioningStatusCommand = _DescribePermissionSetProvisioningStatusCommand;
|
|
2737
2787
|
|
|
2738
2788
|
// src/commands/DescribeTrustedTokenIssuerCommand.ts
|
|
2739
2789
|
|
|
2740
2790
|
|
|
2741
2791
|
|
|
2742
|
-
var
|
|
2792
|
+
var DescribeTrustedTokenIssuerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2743
2793
|
return [
|
|
2744
2794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2745
2795
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2746
2796
|
];
|
|
2747
2797
|
}).s("SWBExternalService", "DescribeTrustedTokenIssuer", {}).n("SSOAdminClient", "DescribeTrustedTokenIssuerCommand").f(void 0, void 0).ser(se_DescribeTrustedTokenIssuerCommand).de(de_DescribeTrustedTokenIssuerCommand).build() {
|
|
2798
|
+
static {
|
|
2799
|
+
__name(this, "DescribeTrustedTokenIssuerCommand");
|
|
2800
|
+
}
|
|
2748
2801
|
};
|
|
2749
|
-
__name(_DescribeTrustedTokenIssuerCommand, "DescribeTrustedTokenIssuerCommand");
|
|
2750
|
-
var DescribeTrustedTokenIssuerCommand = _DescribeTrustedTokenIssuerCommand;
|
|
2751
2802
|
|
|
2752
2803
|
// src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts
|
|
2753
2804
|
|
|
2754
2805
|
|
|
2755
2806
|
|
|
2756
|
-
var
|
|
2807
|
+
var DetachCustomerManagedPolicyReferenceFromPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2757
2808
|
return [
|
|
2758
2809
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2759
2810
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2760
2811
|
];
|
|
2761
2812
|
}).s("SWBExternalService", "DetachCustomerManagedPolicyReferenceFromPermissionSet", {}).n("SSOAdminClient", "DetachCustomerManagedPolicyReferenceFromPermissionSetCommand").f(void 0, void 0).ser(se_DetachCustomerManagedPolicyReferenceFromPermissionSetCommand).de(de_DetachCustomerManagedPolicyReferenceFromPermissionSetCommand).build() {
|
|
2813
|
+
static {
|
|
2814
|
+
__name(this, "DetachCustomerManagedPolicyReferenceFromPermissionSetCommand");
|
|
2815
|
+
}
|
|
2762
2816
|
};
|
|
2763
|
-
__name(_DetachCustomerManagedPolicyReferenceFromPermissionSetCommand, "DetachCustomerManagedPolicyReferenceFromPermissionSetCommand");
|
|
2764
|
-
var DetachCustomerManagedPolicyReferenceFromPermissionSetCommand = _DetachCustomerManagedPolicyReferenceFromPermissionSetCommand;
|
|
2765
2817
|
|
|
2766
2818
|
// src/commands/DetachManagedPolicyFromPermissionSetCommand.ts
|
|
2767
2819
|
|
|
2768
2820
|
|
|
2769
2821
|
|
|
2770
|
-
var
|
|
2822
|
+
var DetachManagedPolicyFromPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2771
2823
|
return [
|
|
2772
2824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2773
2825
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2774
2826
|
];
|
|
2775
2827
|
}).s("SWBExternalService", "DetachManagedPolicyFromPermissionSet", {}).n("SSOAdminClient", "DetachManagedPolicyFromPermissionSetCommand").f(void 0, void 0).ser(se_DetachManagedPolicyFromPermissionSetCommand).de(de_DetachManagedPolicyFromPermissionSetCommand).build() {
|
|
2828
|
+
static {
|
|
2829
|
+
__name(this, "DetachManagedPolicyFromPermissionSetCommand");
|
|
2830
|
+
}
|
|
2776
2831
|
};
|
|
2777
|
-
__name(_DetachManagedPolicyFromPermissionSetCommand, "DetachManagedPolicyFromPermissionSetCommand");
|
|
2778
|
-
var DetachManagedPolicyFromPermissionSetCommand = _DetachManagedPolicyFromPermissionSetCommand;
|
|
2779
2832
|
|
|
2780
2833
|
// src/commands/GetApplicationAccessScopeCommand.ts
|
|
2781
2834
|
|
|
2782
2835
|
|
|
2783
2836
|
|
|
2784
|
-
var
|
|
2837
|
+
var GetApplicationAccessScopeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2785
2838
|
return [
|
|
2786
2839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2787
2840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2788
2841
|
];
|
|
2789
2842
|
}).s("SWBExternalService", "GetApplicationAccessScope", {}).n("SSOAdminClient", "GetApplicationAccessScopeCommand").f(void 0, void 0).ser(se_GetApplicationAccessScopeCommand).de(de_GetApplicationAccessScopeCommand).build() {
|
|
2843
|
+
static {
|
|
2844
|
+
__name(this, "GetApplicationAccessScopeCommand");
|
|
2845
|
+
}
|
|
2790
2846
|
};
|
|
2791
|
-
__name(_GetApplicationAccessScopeCommand, "GetApplicationAccessScopeCommand");
|
|
2792
|
-
var GetApplicationAccessScopeCommand = _GetApplicationAccessScopeCommand;
|
|
2793
2847
|
|
|
2794
2848
|
// src/commands/GetApplicationAssignmentConfigurationCommand.ts
|
|
2795
2849
|
|
|
2796
2850
|
|
|
2797
2851
|
|
|
2798
|
-
var
|
|
2852
|
+
var GetApplicationAssignmentConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2799
2853
|
return [
|
|
2800
2854
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2801
2855
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2802
2856
|
];
|
|
2803
2857
|
}).s("SWBExternalService", "GetApplicationAssignmentConfiguration", {}).n("SSOAdminClient", "GetApplicationAssignmentConfigurationCommand").f(void 0, void 0).ser(se_GetApplicationAssignmentConfigurationCommand).de(de_GetApplicationAssignmentConfigurationCommand).build() {
|
|
2858
|
+
static {
|
|
2859
|
+
__name(this, "GetApplicationAssignmentConfigurationCommand");
|
|
2860
|
+
}
|
|
2804
2861
|
};
|
|
2805
|
-
__name(_GetApplicationAssignmentConfigurationCommand, "GetApplicationAssignmentConfigurationCommand");
|
|
2806
|
-
var GetApplicationAssignmentConfigurationCommand = _GetApplicationAssignmentConfigurationCommand;
|
|
2807
2862
|
|
|
2808
2863
|
// src/commands/GetApplicationAuthenticationMethodCommand.ts
|
|
2809
2864
|
|
|
2810
2865
|
|
|
2811
2866
|
|
|
2812
|
-
var
|
|
2867
|
+
var GetApplicationAuthenticationMethodCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2813
2868
|
return [
|
|
2814
2869
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2815
2870
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2816
2871
|
];
|
|
2817
2872
|
}).s("SWBExternalService", "GetApplicationAuthenticationMethod", {}).n("SSOAdminClient", "GetApplicationAuthenticationMethodCommand").f(void 0, void 0).ser(se_GetApplicationAuthenticationMethodCommand).de(de_GetApplicationAuthenticationMethodCommand).build() {
|
|
2873
|
+
static {
|
|
2874
|
+
__name(this, "GetApplicationAuthenticationMethodCommand");
|
|
2875
|
+
}
|
|
2818
2876
|
};
|
|
2819
|
-
__name(_GetApplicationAuthenticationMethodCommand, "GetApplicationAuthenticationMethodCommand");
|
|
2820
|
-
var GetApplicationAuthenticationMethodCommand = _GetApplicationAuthenticationMethodCommand;
|
|
2821
2877
|
|
|
2822
2878
|
// src/commands/GetApplicationGrantCommand.ts
|
|
2823
2879
|
|
|
2824
2880
|
|
|
2825
2881
|
|
|
2826
|
-
var
|
|
2882
|
+
var GetApplicationGrantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2827
2883
|
return [
|
|
2828
2884
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2829
2885
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2830
2886
|
];
|
|
2831
2887
|
}).s("SWBExternalService", "GetApplicationGrant", {}).n("SSOAdminClient", "GetApplicationGrantCommand").f(void 0, void 0).ser(se_GetApplicationGrantCommand).de(de_GetApplicationGrantCommand).build() {
|
|
2888
|
+
static {
|
|
2889
|
+
__name(this, "GetApplicationGrantCommand");
|
|
2890
|
+
}
|
|
2832
2891
|
};
|
|
2833
|
-
__name(_GetApplicationGrantCommand, "GetApplicationGrantCommand");
|
|
2834
|
-
var GetApplicationGrantCommand = _GetApplicationGrantCommand;
|
|
2835
2892
|
|
|
2836
2893
|
// src/commands/GetInlinePolicyForPermissionSetCommand.ts
|
|
2837
2894
|
|
|
2838
2895
|
|
|
2839
2896
|
|
|
2840
|
-
var
|
|
2897
|
+
var GetInlinePolicyForPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2841
2898
|
return [
|
|
2842
2899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2843
2900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2844
2901
|
];
|
|
2845
2902
|
}).s("SWBExternalService", "GetInlinePolicyForPermissionSet", {}).n("SSOAdminClient", "GetInlinePolicyForPermissionSetCommand").f(void 0, void 0).ser(se_GetInlinePolicyForPermissionSetCommand).de(de_GetInlinePolicyForPermissionSetCommand).build() {
|
|
2903
|
+
static {
|
|
2904
|
+
__name(this, "GetInlinePolicyForPermissionSetCommand");
|
|
2905
|
+
}
|
|
2846
2906
|
};
|
|
2847
|
-
__name(_GetInlinePolicyForPermissionSetCommand, "GetInlinePolicyForPermissionSetCommand");
|
|
2848
|
-
var GetInlinePolicyForPermissionSetCommand = _GetInlinePolicyForPermissionSetCommand;
|
|
2849
2907
|
|
|
2850
2908
|
// src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts
|
|
2851
2909
|
|
|
2852
2910
|
|
|
2853
2911
|
|
|
2854
|
-
var
|
|
2912
|
+
var GetPermissionsBoundaryForPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2855
2913
|
return [
|
|
2856
2914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2857
2915
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2858
2916
|
];
|
|
2859
2917
|
}).s("SWBExternalService", "GetPermissionsBoundaryForPermissionSet", {}).n("SSOAdminClient", "GetPermissionsBoundaryForPermissionSetCommand").f(void 0, void 0).ser(se_GetPermissionsBoundaryForPermissionSetCommand).de(de_GetPermissionsBoundaryForPermissionSetCommand).build() {
|
|
2918
|
+
static {
|
|
2919
|
+
__name(this, "GetPermissionsBoundaryForPermissionSetCommand");
|
|
2920
|
+
}
|
|
2860
2921
|
};
|
|
2861
|
-
__name(_GetPermissionsBoundaryForPermissionSetCommand, "GetPermissionsBoundaryForPermissionSetCommand");
|
|
2862
|
-
var GetPermissionsBoundaryForPermissionSetCommand = _GetPermissionsBoundaryForPermissionSetCommand;
|
|
2863
2922
|
|
|
2864
2923
|
// src/commands/ListAccountAssignmentCreationStatusCommand.ts
|
|
2865
2924
|
|
|
2866
2925
|
|
|
2867
2926
|
|
|
2868
|
-
var
|
|
2927
|
+
var ListAccountAssignmentCreationStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2869
2928
|
return [
|
|
2870
2929
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2871
2930
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2872
2931
|
];
|
|
2873
2932
|
}).s("SWBExternalService", "ListAccountAssignmentCreationStatus", {}).n("SSOAdminClient", "ListAccountAssignmentCreationStatusCommand").f(void 0, void 0).ser(se_ListAccountAssignmentCreationStatusCommand).de(de_ListAccountAssignmentCreationStatusCommand).build() {
|
|
2933
|
+
static {
|
|
2934
|
+
__name(this, "ListAccountAssignmentCreationStatusCommand");
|
|
2935
|
+
}
|
|
2874
2936
|
};
|
|
2875
|
-
__name(_ListAccountAssignmentCreationStatusCommand, "ListAccountAssignmentCreationStatusCommand");
|
|
2876
|
-
var ListAccountAssignmentCreationStatusCommand = _ListAccountAssignmentCreationStatusCommand;
|
|
2877
2937
|
|
|
2878
2938
|
// src/commands/ListAccountAssignmentDeletionStatusCommand.ts
|
|
2879
2939
|
|
|
2880
2940
|
|
|
2881
2941
|
|
|
2882
|
-
var
|
|
2942
|
+
var ListAccountAssignmentDeletionStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2883
2943
|
return [
|
|
2884
2944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2885
2945
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2886
2946
|
];
|
|
2887
2947
|
}).s("SWBExternalService", "ListAccountAssignmentDeletionStatus", {}).n("SSOAdminClient", "ListAccountAssignmentDeletionStatusCommand").f(void 0, void 0).ser(se_ListAccountAssignmentDeletionStatusCommand).de(de_ListAccountAssignmentDeletionStatusCommand).build() {
|
|
2948
|
+
static {
|
|
2949
|
+
__name(this, "ListAccountAssignmentDeletionStatusCommand");
|
|
2950
|
+
}
|
|
2888
2951
|
};
|
|
2889
|
-
__name(_ListAccountAssignmentDeletionStatusCommand, "ListAccountAssignmentDeletionStatusCommand");
|
|
2890
|
-
var ListAccountAssignmentDeletionStatusCommand = _ListAccountAssignmentDeletionStatusCommand;
|
|
2891
2952
|
|
|
2892
2953
|
// src/commands/ListAccountAssignmentsCommand.ts
|
|
2893
2954
|
|
|
2894
2955
|
|
|
2895
2956
|
|
|
2896
|
-
var
|
|
2957
|
+
var ListAccountAssignmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2897
2958
|
return [
|
|
2898
2959
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2899
2960
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2900
2961
|
];
|
|
2901
2962
|
}).s("SWBExternalService", "ListAccountAssignments", {}).n("SSOAdminClient", "ListAccountAssignmentsCommand").f(void 0, void 0).ser(se_ListAccountAssignmentsCommand).de(de_ListAccountAssignmentsCommand).build() {
|
|
2963
|
+
static {
|
|
2964
|
+
__name(this, "ListAccountAssignmentsCommand");
|
|
2965
|
+
}
|
|
2902
2966
|
};
|
|
2903
|
-
__name(_ListAccountAssignmentsCommand, "ListAccountAssignmentsCommand");
|
|
2904
|
-
var ListAccountAssignmentsCommand = _ListAccountAssignmentsCommand;
|
|
2905
2967
|
|
|
2906
2968
|
// src/commands/ListAccountAssignmentsForPrincipalCommand.ts
|
|
2907
2969
|
|
|
2908
2970
|
|
|
2909
2971
|
|
|
2910
|
-
var
|
|
2972
|
+
var ListAccountAssignmentsForPrincipalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2911
2973
|
return [
|
|
2912
2974
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2913
2975
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2914
2976
|
];
|
|
2915
2977
|
}).s("SWBExternalService", "ListAccountAssignmentsForPrincipal", {}).n("SSOAdminClient", "ListAccountAssignmentsForPrincipalCommand").f(void 0, void 0).ser(se_ListAccountAssignmentsForPrincipalCommand).de(de_ListAccountAssignmentsForPrincipalCommand).build() {
|
|
2978
|
+
static {
|
|
2979
|
+
__name(this, "ListAccountAssignmentsForPrincipalCommand");
|
|
2980
|
+
}
|
|
2916
2981
|
};
|
|
2917
|
-
__name(_ListAccountAssignmentsForPrincipalCommand, "ListAccountAssignmentsForPrincipalCommand");
|
|
2918
|
-
var ListAccountAssignmentsForPrincipalCommand = _ListAccountAssignmentsForPrincipalCommand;
|
|
2919
2982
|
|
|
2920
2983
|
// src/commands/ListAccountsForProvisionedPermissionSetCommand.ts
|
|
2921
2984
|
|
|
2922
2985
|
|
|
2923
2986
|
|
|
2924
|
-
var
|
|
2987
|
+
var ListAccountsForProvisionedPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2925
2988
|
return [
|
|
2926
2989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2927
2990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2928
2991
|
];
|
|
2929
2992
|
}).s("SWBExternalService", "ListAccountsForProvisionedPermissionSet", {}).n("SSOAdminClient", "ListAccountsForProvisionedPermissionSetCommand").f(void 0, void 0).ser(se_ListAccountsForProvisionedPermissionSetCommand).de(de_ListAccountsForProvisionedPermissionSetCommand).build() {
|
|
2993
|
+
static {
|
|
2994
|
+
__name(this, "ListAccountsForProvisionedPermissionSetCommand");
|
|
2995
|
+
}
|
|
2930
2996
|
};
|
|
2931
|
-
__name(_ListAccountsForProvisionedPermissionSetCommand, "ListAccountsForProvisionedPermissionSetCommand");
|
|
2932
|
-
var ListAccountsForProvisionedPermissionSetCommand = _ListAccountsForProvisionedPermissionSetCommand;
|
|
2933
2997
|
|
|
2934
2998
|
// src/commands/ListApplicationAccessScopesCommand.ts
|
|
2935
2999
|
|
|
2936
3000
|
|
|
2937
3001
|
|
|
2938
|
-
var
|
|
3002
|
+
var ListApplicationAccessScopesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2939
3003
|
return [
|
|
2940
3004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2941
3005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2942
3006
|
];
|
|
2943
3007
|
}).s("SWBExternalService", "ListApplicationAccessScopes", {}).n("SSOAdminClient", "ListApplicationAccessScopesCommand").f(void 0, void 0).ser(se_ListApplicationAccessScopesCommand).de(de_ListApplicationAccessScopesCommand).build() {
|
|
3008
|
+
static {
|
|
3009
|
+
__name(this, "ListApplicationAccessScopesCommand");
|
|
3010
|
+
}
|
|
2944
3011
|
};
|
|
2945
|
-
__name(_ListApplicationAccessScopesCommand, "ListApplicationAccessScopesCommand");
|
|
2946
|
-
var ListApplicationAccessScopesCommand = _ListApplicationAccessScopesCommand;
|
|
2947
3012
|
|
|
2948
3013
|
// src/commands/ListApplicationAssignmentsCommand.ts
|
|
2949
3014
|
|
|
2950
3015
|
|
|
2951
3016
|
|
|
2952
|
-
var
|
|
3017
|
+
var ListApplicationAssignmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2953
3018
|
return [
|
|
2954
3019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2955
3020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2956
3021
|
];
|
|
2957
3022
|
}).s("SWBExternalService", "ListApplicationAssignments", {}).n("SSOAdminClient", "ListApplicationAssignmentsCommand").f(void 0, void 0).ser(se_ListApplicationAssignmentsCommand).de(de_ListApplicationAssignmentsCommand).build() {
|
|
3023
|
+
static {
|
|
3024
|
+
__name(this, "ListApplicationAssignmentsCommand");
|
|
3025
|
+
}
|
|
2958
3026
|
};
|
|
2959
|
-
__name(_ListApplicationAssignmentsCommand, "ListApplicationAssignmentsCommand");
|
|
2960
|
-
var ListApplicationAssignmentsCommand = _ListApplicationAssignmentsCommand;
|
|
2961
3027
|
|
|
2962
3028
|
// src/commands/ListApplicationAssignmentsForPrincipalCommand.ts
|
|
2963
3029
|
|
|
2964
3030
|
|
|
2965
3031
|
|
|
2966
|
-
var
|
|
3032
|
+
var ListApplicationAssignmentsForPrincipalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2967
3033
|
return [
|
|
2968
3034
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2969
3035
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2970
3036
|
];
|
|
2971
3037
|
}).s("SWBExternalService", "ListApplicationAssignmentsForPrincipal", {}).n("SSOAdminClient", "ListApplicationAssignmentsForPrincipalCommand").f(void 0, void 0).ser(se_ListApplicationAssignmentsForPrincipalCommand).de(de_ListApplicationAssignmentsForPrincipalCommand).build() {
|
|
3038
|
+
static {
|
|
3039
|
+
__name(this, "ListApplicationAssignmentsForPrincipalCommand");
|
|
3040
|
+
}
|
|
2972
3041
|
};
|
|
2973
|
-
__name(_ListApplicationAssignmentsForPrincipalCommand, "ListApplicationAssignmentsForPrincipalCommand");
|
|
2974
|
-
var ListApplicationAssignmentsForPrincipalCommand = _ListApplicationAssignmentsForPrincipalCommand;
|
|
2975
3042
|
|
|
2976
3043
|
// src/commands/ListApplicationAuthenticationMethodsCommand.ts
|
|
2977
3044
|
|
|
2978
3045
|
|
|
2979
3046
|
|
|
2980
|
-
var
|
|
3047
|
+
var ListApplicationAuthenticationMethodsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2981
3048
|
return [
|
|
2982
3049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2983
3050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2984
3051
|
];
|
|
2985
3052
|
}).s("SWBExternalService", "ListApplicationAuthenticationMethods", {}).n("SSOAdminClient", "ListApplicationAuthenticationMethodsCommand").f(void 0, void 0).ser(se_ListApplicationAuthenticationMethodsCommand).de(de_ListApplicationAuthenticationMethodsCommand).build() {
|
|
3053
|
+
static {
|
|
3054
|
+
__name(this, "ListApplicationAuthenticationMethodsCommand");
|
|
3055
|
+
}
|
|
2986
3056
|
};
|
|
2987
|
-
__name(_ListApplicationAuthenticationMethodsCommand, "ListApplicationAuthenticationMethodsCommand");
|
|
2988
|
-
var ListApplicationAuthenticationMethodsCommand = _ListApplicationAuthenticationMethodsCommand;
|
|
2989
3057
|
|
|
2990
3058
|
// src/commands/ListApplicationGrantsCommand.ts
|
|
2991
3059
|
|
|
2992
3060
|
|
|
2993
3061
|
|
|
2994
|
-
var
|
|
3062
|
+
var ListApplicationGrantsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2995
3063
|
return [
|
|
2996
3064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2997
3065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2998
3066
|
];
|
|
2999
3067
|
}).s("SWBExternalService", "ListApplicationGrants", {}).n("SSOAdminClient", "ListApplicationGrantsCommand").f(void 0, void 0).ser(se_ListApplicationGrantsCommand).de(de_ListApplicationGrantsCommand).build() {
|
|
3068
|
+
static {
|
|
3069
|
+
__name(this, "ListApplicationGrantsCommand");
|
|
3070
|
+
}
|
|
3000
3071
|
};
|
|
3001
|
-
__name(_ListApplicationGrantsCommand, "ListApplicationGrantsCommand");
|
|
3002
|
-
var ListApplicationGrantsCommand = _ListApplicationGrantsCommand;
|
|
3003
3072
|
|
|
3004
3073
|
// src/commands/ListApplicationProvidersCommand.ts
|
|
3005
3074
|
|
|
3006
3075
|
|
|
3007
3076
|
|
|
3008
|
-
var
|
|
3077
|
+
var ListApplicationProvidersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3009
3078
|
return [
|
|
3010
3079
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3011
3080
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3012
3081
|
];
|
|
3013
3082
|
}).s("SWBExternalService", "ListApplicationProviders", {}).n("SSOAdminClient", "ListApplicationProvidersCommand").f(void 0, void 0).ser(se_ListApplicationProvidersCommand).de(de_ListApplicationProvidersCommand).build() {
|
|
3083
|
+
static {
|
|
3084
|
+
__name(this, "ListApplicationProvidersCommand");
|
|
3085
|
+
}
|
|
3014
3086
|
};
|
|
3015
|
-
__name(_ListApplicationProvidersCommand, "ListApplicationProvidersCommand");
|
|
3016
|
-
var ListApplicationProvidersCommand = _ListApplicationProvidersCommand;
|
|
3017
3087
|
|
|
3018
3088
|
// src/commands/ListApplicationsCommand.ts
|
|
3019
3089
|
|
|
3020
3090
|
|
|
3021
3091
|
|
|
3022
|
-
var
|
|
3092
|
+
var ListApplicationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3023
3093
|
return [
|
|
3024
3094
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3025
3095
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3026
3096
|
];
|
|
3027
3097
|
}).s("SWBExternalService", "ListApplications", {}).n("SSOAdminClient", "ListApplicationsCommand").f(void 0, void 0).ser(se_ListApplicationsCommand).de(de_ListApplicationsCommand).build() {
|
|
3098
|
+
static {
|
|
3099
|
+
__name(this, "ListApplicationsCommand");
|
|
3100
|
+
}
|
|
3028
3101
|
};
|
|
3029
|
-
__name(_ListApplicationsCommand, "ListApplicationsCommand");
|
|
3030
|
-
var ListApplicationsCommand = _ListApplicationsCommand;
|
|
3031
3102
|
|
|
3032
3103
|
// src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts
|
|
3033
3104
|
|
|
3034
3105
|
|
|
3035
3106
|
|
|
3036
|
-
var
|
|
3107
|
+
var ListCustomerManagedPolicyReferencesInPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3037
3108
|
return [
|
|
3038
3109
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3039
3110
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3040
3111
|
];
|
|
3041
3112
|
}).s("SWBExternalService", "ListCustomerManagedPolicyReferencesInPermissionSet", {}).n("SSOAdminClient", "ListCustomerManagedPolicyReferencesInPermissionSetCommand").f(void 0, void 0).ser(se_ListCustomerManagedPolicyReferencesInPermissionSetCommand).de(de_ListCustomerManagedPolicyReferencesInPermissionSetCommand).build() {
|
|
3113
|
+
static {
|
|
3114
|
+
__name(this, "ListCustomerManagedPolicyReferencesInPermissionSetCommand");
|
|
3115
|
+
}
|
|
3042
3116
|
};
|
|
3043
|
-
__name(_ListCustomerManagedPolicyReferencesInPermissionSetCommand, "ListCustomerManagedPolicyReferencesInPermissionSetCommand");
|
|
3044
|
-
var ListCustomerManagedPolicyReferencesInPermissionSetCommand = _ListCustomerManagedPolicyReferencesInPermissionSetCommand;
|
|
3045
3117
|
|
|
3046
3118
|
// src/commands/ListInstancesCommand.ts
|
|
3047
3119
|
|
|
3048
3120
|
|
|
3049
3121
|
|
|
3050
|
-
var
|
|
3122
|
+
var ListInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3051
3123
|
return [
|
|
3052
3124
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3053
3125
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3054
3126
|
];
|
|
3055
3127
|
}).s("SWBExternalService", "ListInstances", {}).n("SSOAdminClient", "ListInstancesCommand").f(void 0, void 0).ser(se_ListInstancesCommand).de(de_ListInstancesCommand).build() {
|
|
3128
|
+
static {
|
|
3129
|
+
__name(this, "ListInstancesCommand");
|
|
3130
|
+
}
|
|
3056
3131
|
};
|
|
3057
|
-
__name(_ListInstancesCommand, "ListInstancesCommand");
|
|
3058
|
-
var ListInstancesCommand = _ListInstancesCommand;
|
|
3059
3132
|
|
|
3060
3133
|
// src/commands/ListManagedPoliciesInPermissionSetCommand.ts
|
|
3061
3134
|
|
|
3062
3135
|
|
|
3063
3136
|
|
|
3064
|
-
var
|
|
3137
|
+
var ListManagedPoliciesInPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3065
3138
|
return [
|
|
3066
3139
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3067
3140
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3068
3141
|
];
|
|
3069
3142
|
}).s("SWBExternalService", "ListManagedPoliciesInPermissionSet", {}).n("SSOAdminClient", "ListManagedPoliciesInPermissionSetCommand").f(void 0, void 0).ser(se_ListManagedPoliciesInPermissionSetCommand).de(de_ListManagedPoliciesInPermissionSetCommand).build() {
|
|
3143
|
+
static {
|
|
3144
|
+
__name(this, "ListManagedPoliciesInPermissionSetCommand");
|
|
3145
|
+
}
|
|
3070
3146
|
};
|
|
3071
|
-
__name(_ListManagedPoliciesInPermissionSetCommand, "ListManagedPoliciesInPermissionSetCommand");
|
|
3072
|
-
var ListManagedPoliciesInPermissionSetCommand = _ListManagedPoliciesInPermissionSetCommand;
|
|
3073
3147
|
|
|
3074
3148
|
// src/commands/ListPermissionSetProvisioningStatusCommand.ts
|
|
3075
3149
|
|
|
3076
3150
|
|
|
3077
3151
|
|
|
3078
|
-
var
|
|
3152
|
+
var ListPermissionSetProvisioningStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3079
3153
|
return [
|
|
3080
3154
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3081
3155
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3082
3156
|
];
|
|
3083
3157
|
}).s("SWBExternalService", "ListPermissionSetProvisioningStatus", {}).n("SSOAdminClient", "ListPermissionSetProvisioningStatusCommand").f(void 0, void 0).ser(se_ListPermissionSetProvisioningStatusCommand).de(de_ListPermissionSetProvisioningStatusCommand).build() {
|
|
3158
|
+
static {
|
|
3159
|
+
__name(this, "ListPermissionSetProvisioningStatusCommand");
|
|
3160
|
+
}
|
|
3084
3161
|
};
|
|
3085
|
-
__name(_ListPermissionSetProvisioningStatusCommand, "ListPermissionSetProvisioningStatusCommand");
|
|
3086
|
-
var ListPermissionSetProvisioningStatusCommand = _ListPermissionSetProvisioningStatusCommand;
|
|
3087
3162
|
|
|
3088
3163
|
// src/commands/ListPermissionSetsCommand.ts
|
|
3089
3164
|
|
|
3090
3165
|
|
|
3091
3166
|
|
|
3092
|
-
var
|
|
3167
|
+
var ListPermissionSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3093
3168
|
return [
|
|
3094
3169
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3095
3170
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3096
3171
|
];
|
|
3097
3172
|
}).s("SWBExternalService", "ListPermissionSets", {}).n("SSOAdminClient", "ListPermissionSetsCommand").f(void 0, void 0).ser(se_ListPermissionSetsCommand).de(de_ListPermissionSetsCommand).build() {
|
|
3173
|
+
static {
|
|
3174
|
+
__name(this, "ListPermissionSetsCommand");
|
|
3175
|
+
}
|
|
3098
3176
|
};
|
|
3099
|
-
__name(_ListPermissionSetsCommand, "ListPermissionSetsCommand");
|
|
3100
|
-
var ListPermissionSetsCommand = _ListPermissionSetsCommand;
|
|
3101
3177
|
|
|
3102
3178
|
// src/commands/ListPermissionSetsProvisionedToAccountCommand.ts
|
|
3103
3179
|
|
|
3104
3180
|
|
|
3105
3181
|
|
|
3106
|
-
var
|
|
3182
|
+
var ListPermissionSetsProvisionedToAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3107
3183
|
return [
|
|
3108
3184
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3109
3185
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3110
3186
|
];
|
|
3111
3187
|
}).s("SWBExternalService", "ListPermissionSetsProvisionedToAccount", {}).n("SSOAdminClient", "ListPermissionSetsProvisionedToAccountCommand").f(void 0, void 0).ser(se_ListPermissionSetsProvisionedToAccountCommand).de(de_ListPermissionSetsProvisionedToAccountCommand).build() {
|
|
3188
|
+
static {
|
|
3189
|
+
__name(this, "ListPermissionSetsProvisionedToAccountCommand");
|
|
3190
|
+
}
|
|
3112
3191
|
};
|
|
3113
|
-
__name(_ListPermissionSetsProvisionedToAccountCommand, "ListPermissionSetsProvisionedToAccountCommand");
|
|
3114
|
-
var ListPermissionSetsProvisionedToAccountCommand = _ListPermissionSetsProvisionedToAccountCommand;
|
|
3115
3192
|
|
|
3116
3193
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3117
3194
|
|
|
3118
3195
|
|
|
3119
3196
|
|
|
3120
|
-
var
|
|
3197
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3121
3198
|
return [
|
|
3122
3199
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3123
3200
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3124
3201
|
];
|
|
3125
3202
|
}).s("SWBExternalService", "ListTagsForResource", {}).n("SSOAdminClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3203
|
+
static {
|
|
3204
|
+
__name(this, "ListTagsForResourceCommand");
|
|
3205
|
+
}
|
|
3126
3206
|
};
|
|
3127
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3128
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3129
3207
|
|
|
3130
3208
|
// src/commands/ListTrustedTokenIssuersCommand.ts
|
|
3131
3209
|
|
|
3132
3210
|
|
|
3133
3211
|
|
|
3134
|
-
var
|
|
3212
|
+
var ListTrustedTokenIssuersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3135
3213
|
return [
|
|
3136
3214
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3137
3215
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3138
3216
|
];
|
|
3139
3217
|
}).s("SWBExternalService", "ListTrustedTokenIssuers", {}).n("SSOAdminClient", "ListTrustedTokenIssuersCommand").f(void 0, void 0).ser(se_ListTrustedTokenIssuersCommand).de(de_ListTrustedTokenIssuersCommand).build() {
|
|
3218
|
+
static {
|
|
3219
|
+
__name(this, "ListTrustedTokenIssuersCommand");
|
|
3220
|
+
}
|
|
3140
3221
|
};
|
|
3141
|
-
__name(_ListTrustedTokenIssuersCommand, "ListTrustedTokenIssuersCommand");
|
|
3142
|
-
var ListTrustedTokenIssuersCommand = _ListTrustedTokenIssuersCommand;
|
|
3143
3222
|
|
|
3144
3223
|
// src/commands/ProvisionPermissionSetCommand.ts
|
|
3145
3224
|
|
|
3146
3225
|
|
|
3147
3226
|
|
|
3148
|
-
var
|
|
3227
|
+
var ProvisionPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3149
3228
|
return [
|
|
3150
3229
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3151
3230
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3152
3231
|
];
|
|
3153
3232
|
}).s("SWBExternalService", "ProvisionPermissionSet", {}).n("SSOAdminClient", "ProvisionPermissionSetCommand").f(void 0, void 0).ser(se_ProvisionPermissionSetCommand).de(de_ProvisionPermissionSetCommand).build() {
|
|
3233
|
+
static {
|
|
3234
|
+
__name(this, "ProvisionPermissionSetCommand");
|
|
3235
|
+
}
|
|
3154
3236
|
};
|
|
3155
|
-
__name(_ProvisionPermissionSetCommand, "ProvisionPermissionSetCommand");
|
|
3156
|
-
var ProvisionPermissionSetCommand = _ProvisionPermissionSetCommand;
|
|
3157
3237
|
|
|
3158
3238
|
// src/commands/PutApplicationAccessScopeCommand.ts
|
|
3159
3239
|
|
|
3160
3240
|
|
|
3161
3241
|
|
|
3162
|
-
var
|
|
3242
|
+
var PutApplicationAccessScopeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3163
3243
|
return [
|
|
3164
3244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3165
3245
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3166
3246
|
];
|
|
3167
3247
|
}).s("SWBExternalService", "PutApplicationAccessScope", {}).n("SSOAdminClient", "PutApplicationAccessScopeCommand").f(void 0, void 0).ser(se_PutApplicationAccessScopeCommand).de(de_PutApplicationAccessScopeCommand).build() {
|
|
3248
|
+
static {
|
|
3249
|
+
__name(this, "PutApplicationAccessScopeCommand");
|
|
3250
|
+
}
|
|
3168
3251
|
};
|
|
3169
|
-
__name(_PutApplicationAccessScopeCommand, "PutApplicationAccessScopeCommand");
|
|
3170
|
-
var PutApplicationAccessScopeCommand = _PutApplicationAccessScopeCommand;
|
|
3171
3252
|
|
|
3172
3253
|
// src/commands/PutApplicationAssignmentConfigurationCommand.ts
|
|
3173
3254
|
|
|
3174
3255
|
|
|
3175
3256
|
|
|
3176
|
-
var
|
|
3257
|
+
var PutApplicationAssignmentConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3177
3258
|
return [
|
|
3178
3259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3179
3260
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3180
3261
|
];
|
|
3181
3262
|
}).s("SWBExternalService", "PutApplicationAssignmentConfiguration", {}).n("SSOAdminClient", "PutApplicationAssignmentConfigurationCommand").f(void 0, void 0).ser(se_PutApplicationAssignmentConfigurationCommand).de(de_PutApplicationAssignmentConfigurationCommand).build() {
|
|
3263
|
+
static {
|
|
3264
|
+
__name(this, "PutApplicationAssignmentConfigurationCommand");
|
|
3265
|
+
}
|
|
3182
3266
|
};
|
|
3183
|
-
__name(_PutApplicationAssignmentConfigurationCommand, "PutApplicationAssignmentConfigurationCommand");
|
|
3184
|
-
var PutApplicationAssignmentConfigurationCommand = _PutApplicationAssignmentConfigurationCommand;
|
|
3185
3267
|
|
|
3186
3268
|
// src/commands/PutApplicationAuthenticationMethodCommand.ts
|
|
3187
3269
|
|
|
3188
3270
|
|
|
3189
3271
|
|
|
3190
|
-
var
|
|
3272
|
+
var PutApplicationAuthenticationMethodCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3191
3273
|
return [
|
|
3192
3274
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3193
3275
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3194
3276
|
];
|
|
3195
3277
|
}).s("SWBExternalService", "PutApplicationAuthenticationMethod", {}).n("SSOAdminClient", "PutApplicationAuthenticationMethodCommand").f(void 0, void 0).ser(se_PutApplicationAuthenticationMethodCommand).de(de_PutApplicationAuthenticationMethodCommand).build() {
|
|
3278
|
+
static {
|
|
3279
|
+
__name(this, "PutApplicationAuthenticationMethodCommand");
|
|
3280
|
+
}
|
|
3196
3281
|
};
|
|
3197
|
-
__name(_PutApplicationAuthenticationMethodCommand, "PutApplicationAuthenticationMethodCommand");
|
|
3198
|
-
var PutApplicationAuthenticationMethodCommand = _PutApplicationAuthenticationMethodCommand;
|
|
3199
3282
|
|
|
3200
3283
|
// src/commands/PutApplicationGrantCommand.ts
|
|
3201
3284
|
|
|
3202
3285
|
|
|
3203
3286
|
|
|
3204
|
-
var
|
|
3287
|
+
var PutApplicationGrantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3205
3288
|
return [
|
|
3206
3289
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3207
3290
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3208
3291
|
];
|
|
3209
3292
|
}).s("SWBExternalService", "PutApplicationGrant", {}).n("SSOAdminClient", "PutApplicationGrantCommand").f(void 0, void 0).ser(se_PutApplicationGrantCommand).de(de_PutApplicationGrantCommand).build() {
|
|
3293
|
+
static {
|
|
3294
|
+
__name(this, "PutApplicationGrantCommand");
|
|
3295
|
+
}
|
|
3210
3296
|
};
|
|
3211
|
-
__name(_PutApplicationGrantCommand, "PutApplicationGrantCommand");
|
|
3212
|
-
var PutApplicationGrantCommand = _PutApplicationGrantCommand;
|
|
3213
3297
|
|
|
3214
3298
|
// src/commands/PutInlinePolicyToPermissionSetCommand.ts
|
|
3215
3299
|
|
|
3216
3300
|
|
|
3217
3301
|
|
|
3218
|
-
var
|
|
3302
|
+
var PutInlinePolicyToPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3219
3303
|
return [
|
|
3220
3304
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3221
3305
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3222
3306
|
];
|
|
3223
3307
|
}).s("SWBExternalService", "PutInlinePolicyToPermissionSet", {}).n("SSOAdminClient", "PutInlinePolicyToPermissionSetCommand").f(void 0, void 0).ser(se_PutInlinePolicyToPermissionSetCommand).de(de_PutInlinePolicyToPermissionSetCommand).build() {
|
|
3308
|
+
static {
|
|
3309
|
+
__name(this, "PutInlinePolicyToPermissionSetCommand");
|
|
3310
|
+
}
|
|
3224
3311
|
};
|
|
3225
|
-
__name(_PutInlinePolicyToPermissionSetCommand, "PutInlinePolicyToPermissionSetCommand");
|
|
3226
|
-
var PutInlinePolicyToPermissionSetCommand = _PutInlinePolicyToPermissionSetCommand;
|
|
3227
3312
|
|
|
3228
3313
|
// src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts
|
|
3229
3314
|
|
|
3230
3315
|
|
|
3231
3316
|
|
|
3232
|
-
var
|
|
3317
|
+
var PutPermissionsBoundaryToPermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3233
3318
|
return [
|
|
3234
3319
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3235
3320
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3236
3321
|
];
|
|
3237
3322
|
}).s("SWBExternalService", "PutPermissionsBoundaryToPermissionSet", {}).n("SSOAdminClient", "PutPermissionsBoundaryToPermissionSetCommand").f(void 0, void 0).ser(se_PutPermissionsBoundaryToPermissionSetCommand).de(de_PutPermissionsBoundaryToPermissionSetCommand).build() {
|
|
3323
|
+
static {
|
|
3324
|
+
__name(this, "PutPermissionsBoundaryToPermissionSetCommand");
|
|
3325
|
+
}
|
|
3238
3326
|
};
|
|
3239
|
-
__name(_PutPermissionsBoundaryToPermissionSetCommand, "PutPermissionsBoundaryToPermissionSetCommand");
|
|
3240
|
-
var PutPermissionsBoundaryToPermissionSetCommand = _PutPermissionsBoundaryToPermissionSetCommand;
|
|
3241
3327
|
|
|
3242
3328
|
// src/commands/TagResourceCommand.ts
|
|
3243
3329
|
|
|
3244
3330
|
|
|
3245
3331
|
|
|
3246
|
-
var
|
|
3332
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3247
3333
|
return [
|
|
3248
3334
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3249
3335
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3250
3336
|
];
|
|
3251
3337
|
}).s("SWBExternalService", "TagResource", {}).n("SSOAdminClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3338
|
+
static {
|
|
3339
|
+
__name(this, "TagResourceCommand");
|
|
3340
|
+
}
|
|
3252
3341
|
};
|
|
3253
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3254
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
3255
3342
|
|
|
3256
3343
|
// src/commands/UntagResourceCommand.ts
|
|
3257
3344
|
|
|
3258
3345
|
|
|
3259
3346
|
|
|
3260
|
-
var
|
|
3347
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3261
3348
|
return [
|
|
3262
3349
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3263
3350
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3264
3351
|
];
|
|
3265
3352
|
}).s("SWBExternalService", "UntagResource", {}).n("SSOAdminClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3353
|
+
static {
|
|
3354
|
+
__name(this, "UntagResourceCommand");
|
|
3355
|
+
}
|
|
3266
3356
|
};
|
|
3267
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3268
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
3269
3357
|
|
|
3270
3358
|
// src/commands/UpdateApplicationCommand.ts
|
|
3271
3359
|
|
|
3272
3360
|
|
|
3273
3361
|
|
|
3274
|
-
var
|
|
3362
|
+
var UpdateApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3275
3363
|
return [
|
|
3276
3364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3277
3365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3278
3366
|
];
|
|
3279
3367
|
}).s("SWBExternalService", "UpdateApplication", {}).n("SSOAdminClient", "UpdateApplicationCommand").f(void 0, void 0).ser(se_UpdateApplicationCommand).de(de_UpdateApplicationCommand).build() {
|
|
3368
|
+
static {
|
|
3369
|
+
__name(this, "UpdateApplicationCommand");
|
|
3370
|
+
}
|
|
3280
3371
|
};
|
|
3281
|
-
__name(_UpdateApplicationCommand, "UpdateApplicationCommand");
|
|
3282
|
-
var UpdateApplicationCommand = _UpdateApplicationCommand;
|
|
3283
3372
|
|
|
3284
3373
|
// src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts
|
|
3285
3374
|
|
|
3286
3375
|
|
|
3287
3376
|
|
|
3288
|
-
var
|
|
3377
|
+
var UpdateInstanceAccessControlAttributeConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3289
3378
|
return [
|
|
3290
3379
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3291
3380
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3292
3381
|
];
|
|
3293
3382
|
}).s("SWBExternalService", "UpdateInstanceAccessControlAttributeConfiguration", {}).n("SSOAdminClient", "UpdateInstanceAccessControlAttributeConfigurationCommand").f(void 0, void 0).ser(se_UpdateInstanceAccessControlAttributeConfigurationCommand).de(de_UpdateInstanceAccessControlAttributeConfigurationCommand).build() {
|
|
3383
|
+
static {
|
|
3384
|
+
__name(this, "UpdateInstanceAccessControlAttributeConfigurationCommand");
|
|
3385
|
+
}
|
|
3294
3386
|
};
|
|
3295
|
-
__name(_UpdateInstanceAccessControlAttributeConfigurationCommand, "UpdateInstanceAccessControlAttributeConfigurationCommand");
|
|
3296
|
-
var UpdateInstanceAccessControlAttributeConfigurationCommand = _UpdateInstanceAccessControlAttributeConfigurationCommand;
|
|
3297
3387
|
|
|
3298
3388
|
// src/commands/UpdateInstanceCommand.ts
|
|
3299
3389
|
|
|
3300
3390
|
|
|
3301
3391
|
|
|
3302
|
-
var
|
|
3392
|
+
var UpdateInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3303
3393
|
return [
|
|
3304
3394
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3305
3395
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3306
3396
|
];
|
|
3307
3397
|
}).s("SWBExternalService", "UpdateInstance", {}).n("SSOAdminClient", "UpdateInstanceCommand").f(void 0, void 0).ser(se_UpdateInstanceCommand).de(de_UpdateInstanceCommand).build() {
|
|
3398
|
+
static {
|
|
3399
|
+
__name(this, "UpdateInstanceCommand");
|
|
3400
|
+
}
|
|
3308
3401
|
};
|
|
3309
|
-
__name(_UpdateInstanceCommand, "UpdateInstanceCommand");
|
|
3310
|
-
var UpdateInstanceCommand = _UpdateInstanceCommand;
|
|
3311
3402
|
|
|
3312
3403
|
// src/commands/UpdatePermissionSetCommand.ts
|
|
3313
3404
|
|
|
3314
3405
|
|
|
3315
3406
|
|
|
3316
|
-
var
|
|
3407
|
+
var UpdatePermissionSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3317
3408
|
return [
|
|
3318
3409
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3319
3410
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3320
3411
|
];
|
|
3321
3412
|
}).s("SWBExternalService", "UpdatePermissionSet", {}).n("SSOAdminClient", "UpdatePermissionSetCommand").f(void 0, void 0).ser(se_UpdatePermissionSetCommand).de(de_UpdatePermissionSetCommand).build() {
|
|
3413
|
+
static {
|
|
3414
|
+
__name(this, "UpdatePermissionSetCommand");
|
|
3415
|
+
}
|
|
3322
3416
|
};
|
|
3323
|
-
__name(_UpdatePermissionSetCommand, "UpdatePermissionSetCommand");
|
|
3324
|
-
var UpdatePermissionSetCommand = _UpdatePermissionSetCommand;
|
|
3325
3417
|
|
|
3326
3418
|
// src/commands/UpdateTrustedTokenIssuerCommand.ts
|
|
3327
3419
|
|
|
3328
3420
|
|
|
3329
3421
|
|
|
3330
|
-
var
|
|
3422
|
+
var UpdateTrustedTokenIssuerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3331
3423
|
return [
|
|
3332
3424
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3333
3425
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3334
3426
|
];
|
|
3335
3427
|
}).s("SWBExternalService", "UpdateTrustedTokenIssuer", {}).n("SSOAdminClient", "UpdateTrustedTokenIssuerCommand").f(void 0, void 0).ser(se_UpdateTrustedTokenIssuerCommand).de(de_UpdateTrustedTokenIssuerCommand).build() {
|
|
3428
|
+
static {
|
|
3429
|
+
__name(this, "UpdateTrustedTokenIssuerCommand");
|
|
3430
|
+
}
|
|
3336
3431
|
};
|
|
3337
|
-
__name(_UpdateTrustedTokenIssuerCommand, "UpdateTrustedTokenIssuerCommand");
|
|
3338
|
-
var UpdateTrustedTokenIssuerCommand = _UpdateTrustedTokenIssuerCommand;
|
|
3339
3432
|
|
|
3340
3433
|
// src/SSOAdmin.ts
|
|
3341
3434
|
var commands = {
|
|
@@ -3413,10 +3506,11 @@ var commands = {
|
|
|
3413
3506
|
UpdatePermissionSetCommand,
|
|
3414
3507
|
UpdateTrustedTokenIssuerCommand
|
|
3415
3508
|
};
|
|
3416
|
-
var
|
|
3509
|
+
var SSOAdmin = class extends SSOAdminClient {
|
|
3510
|
+
static {
|
|
3511
|
+
__name(this, "SSOAdmin");
|
|
3512
|
+
}
|
|
3417
3513
|
};
|
|
3418
|
-
__name(_SSOAdmin, "SSOAdmin");
|
|
3419
|
-
var SSOAdmin = _SSOAdmin;
|
|
3420
3514
|
(0, import_smithy_client.createAggregatedClient)(commands, SSOAdmin);
|
|
3421
3515
|
|
|
3422
3516
|
// src/pagination/ListAccountAssignmentCreationStatusPaginator.ts
|