@aws-sdk/client-sso-admin 3.943.0 → 3.947.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.
Files changed (122) hide show
  1. package/dist-cjs/index.js +7 -77
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SSOAdminClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +7 -77
  8. package/dist-types/SSOAdmin.d.ts +1 -1
  9. package/dist-types/SSOAdminClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +3 -3
  13. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateInstanceCommand.d.ts +3 -3
  19. package/dist-types/commands/CreatePermissionSetCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -3
  30. package/dist-types/commands/DeletePermissionSetCommand.d.ts +3 -3
  31. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +3 -3
  35. package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeApplicationCommand.d.ts +3 -3
  37. package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -3
  38. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  39. package/dist-types/commands/DescribeInstanceCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribePermissionSetCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +3 -3
  42. package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +3 -3
  43. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +3 -3
  44. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +3 -3
  45. package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +3 -3
  46. package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +3 -3
  47. package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +3 -3
  48. package/dist-types/commands/GetApplicationGrantCommand.d.ts +3 -3
  49. package/dist-types/commands/GetApplicationSessionConfigurationCommand.d.ts +3 -3
  50. package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +3 -3
  51. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +3 -3
  52. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +3 -3
  53. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +3 -3
  54. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -3
  56. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +3 -3
  57. package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +3 -3
  58. package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +3 -3
  59. package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +3 -3
  60. package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListApplicationGrantsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListApplicationProvidersCommand.d.ts +3 -3
  63. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
  64. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +3 -3
  65. package/dist-types/commands/ListInstancesCommand.d.ts +3 -3
  66. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +3 -3
  67. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +3 -3
  68. package/dist-types/commands/ListPermissionSetsCommand.d.ts +3 -3
  69. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +3 -3
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  71. package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +3 -3
  72. package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +3 -3
  73. package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +3 -3
  74. package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +3 -3
  75. package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +3 -3
  76. package/dist-types/commands/PutApplicationGrantCommand.d.ts +3 -3
  77. package/dist-types/commands/PutApplicationSessionConfigurationCommand.d.ts +3 -3
  78. package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +3 -3
  79. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +3 -3
  80. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  81. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  82. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  83. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  84. package/dist-types/commands/UpdateInstanceCommand.d.ts +3 -3
  85. package/dist-types/commands/UpdatePermissionSetCommand.d.ts +3 -3
  86. package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +3 -3
  87. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  88. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  89. package/dist-types/extensionConfiguration.d.ts +4 -4
  90. package/dist-types/models/SSOAdminServiceException.d.ts +1 -1
  91. package/dist-types/models/errors.d.ts +1 -1
  92. package/dist-types/pagination/Interfaces.d.ts +1 -1
  93. package/dist-types/pagination/ListAccountAssignmentCreationStatusPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListAccountAssignmentDeletionStatusPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListAccountAssignmentsPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListAccountsForProvisionedPermissionSetPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListApplicationAccessScopesPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListApplicationAssignmentsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListApplicationGrantsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListApplicationProvidersPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListManagedPoliciesInPermissionSetPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListPermissionSetProvisioningStatusPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListPermissionSetsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListPermissionSetsProvisionedToAccountPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListTrustedTokenIssuersPaginator.d.ts +1 -1
  113. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  114. package/dist-types/runtimeConfig.d.ts +1 -1
  115. package/dist-types/runtimeConfig.native.d.ts +1 -1
  116. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  117. package/dist-types/runtimeExtensions.d.ts +1 -1
  118. package/dist-types/schemas/schemas_0.d.ts +1 -1
  119. package/dist-types/ts3.4/SSOAdminClient.d.ts +3 -3
  120. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  121. package/dist-types/ts3.4/models/SSOAdminServiceException.d.ts +1 -1
  122. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -620,17 +620,7 @@ var AccessControlAttribute = [
620
620
  [0, () => AccessControlAttributeValue],
621
621
  ];
622
622
  var AccessControlAttributeValue = [3, n0, _ACAV, 0, [_S], [64 | 0]];
623
- var AccessDeniedException = [
624
- -3,
625
- n0,
626
- _ADE,
627
- {
628
- [_e]: _c,
629
- [_hE]: 403,
630
- },
631
- [_M, _R],
632
- [0, 0],
633
- ];
623
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
634
624
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
635
625
  var AccountAssignment = [3, n0, _AA, 0, [_AI, _PSA, _PT, _PI], [0, 0, 0, 0]];
636
626
  var AccountAssignmentForPrincipal = [
@@ -711,17 +701,7 @@ var AuthenticationMethodItem = [
711
701
  ];
712
702
  var AuthorizationCodeGrant = [3, n0, _ACG, 0, [_RU], [64 | 0]];
713
703
  var AuthorizedTokenIssuer = [3, n0, _ATI, 0, [_TTIA, _AAu], [0, 64 | 0]];
714
- var ConflictException = [
715
- -3,
716
- n0,
717
- _CE,
718
- {
719
- [_e]: _c,
720
- [_hE]: 409,
721
- },
722
- [_M],
723
- [0],
724
- ];
704
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
725
705
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
726
706
  var CreateAccountAssignmentRequest = [
727
707
  3,
@@ -1063,17 +1043,7 @@ var InstanceMetadata = [
1063
1043
  [_IA, _ISI, _OAI, _N, _CD, _St, _SR],
1064
1044
  [0, 0, 0, 0, 4, 0, 0],
1065
1045
  ];
1066
- var InternalServerException = [
1067
- -3,
1068
- n0,
1069
- _ISE,
1070
- {
1071
- [_e]: _s,
1072
- [_hE]: 500,
1073
- },
1074
- [_M],
1075
- [0],
1076
- ];
1046
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1077
1047
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1078
1048
  var JwtBearerGrant = [3, n0, _JBG, 0, [_ATIu], [() => AuthorizedTokenIssuers]];
1079
1049
  var ListAccountAssignmentCreationStatusRequest = [
@@ -1400,48 +1370,18 @@ var PutPermissionsBoundaryToPermissionSetRequest = [
1400
1370
  ];
1401
1371
  var PutPermissionsBoundaryToPermissionSetResponse = [3, n0, _PPBTPSRu, 0, [], []];
1402
1372
  var RefreshTokenGrant = [3, n0, _RTG, 0, [], []];
1403
- var ResourceNotFoundException = [
1404
- -3,
1405
- n0,
1406
- _RNFE,
1407
- {
1408
- [_e]: _c,
1409
- [_hE]: 404,
1410
- },
1411
- [_M, _R],
1412
- [0, 0],
1413
- ];
1373
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
1414
1374
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1415
1375
  var ResourceServerConfig = [3, n0, _RSC, 0, [_Sco], [() => ResourceServerScopes]];
1416
1376
  var ResourceServerScopeDetails = [3, n0, _RSSD, 0, [_LD, _DT], [0, 0]];
1417
1377
  var ScopeDetails = [3, n0, _SDc, 0, [_Sc, _AT], [0, 64 | 0]];
1418
- var ServiceQuotaExceededException = [
1419
- -3,
1420
- n0,
1421
- _SQEE,
1422
- {
1423
- [_e]: _c,
1424
- [_hE]: 402,
1425
- },
1426
- [_M],
1427
- [0],
1428
- ];
1378
+ var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1429
1379
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1430
1380
  var SignInOptions = [3, n0, _SIO, 0, [_O, _AU], [0, 0]];
1431
1381
  var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1432
1382
  var TagResourceRequest = [3, n0, _TRR, 0, [_IA, _RA, _T], [0, 0, () => TagList]];
1433
1383
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1434
- var ThrottlingException = [
1435
- -3,
1436
- n0,
1437
- _TE,
1438
- {
1439
- [_e]: _c,
1440
- [_hE]: 429,
1441
- },
1442
- [_M, _R],
1443
- [0, 0],
1444
- ];
1384
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _R], [0, 0]];
1445
1385
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1446
1386
  var TokenExchangeGrant = [3, n0, _TEG, 0, [], []];
1447
1387
  var TrustedTokenIssuerMetadata = [3, n0, _TTIM, 0, [_TTIA, _N, _TTIT], [0, 0, 0]];
@@ -1500,17 +1440,7 @@ var UpdateTrustedTokenIssuerRequest = [
1500
1440
  [0, 0, () => TrustedTokenIssuerUpdateConfiguration],
1501
1441
  ];
1502
1442
  var UpdateTrustedTokenIssuerResponse = [3, n0, _UTTIRp, 0, [], []];
1503
- var ValidationException = [
1504
- -3,
1505
- n0,
1506
- _VE,
1507
- {
1508
- [_e]: _c,
1509
- [_hE]: 400,
1510
- },
1511
- [_M, _R],
1512
- [0, 0],
1513
- ];
1443
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
1514
1444
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1515
1445
  var __Unit = "unit";
1516
1446
  var SSOAdminServiceException = [-3, _sm, "SSOAdminServiceException", 0, [], []];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultSSOAdminHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -397,17 +397,7 @@ export var AccessControlAttribute = [
397
397
  [0, () => AccessControlAttributeValue],
398
398
  ];
399
399
  export var AccessControlAttributeValue = [3, n0, _ACAV, 0, [_S], [64 | 0]];
400
- export var AccessDeniedException = [
401
- -3,
402
- n0,
403
- _ADE,
404
- {
405
- [_e]: _c,
406
- [_hE]: 403,
407
- },
408
- [_M, _R],
409
- [0, 0],
410
- ];
400
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
411
401
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
412
402
  export var AccountAssignment = [3, n0, _AA, 0, [_AI, _PSA, _PT, _PI], [0, 0, 0, 0]];
413
403
  export var AccountAssignmentForPrincipal = [
@@ -488,17 +478,7 @@ export var AuthenticationMethodItem = [
488
478
  ];
489
479
  export var AuthorizationCodeGrant = [3, n0, _ACG, 0, [_RU], [64 | 0]];
490
480
  export var AuthorizedTokenIssuer = [3, n0, _ATI, 0, [_TTIA, _AAu], [0, 64 | 0]];
491
- export var ConflictException = [
492
- -3,
493
- n0,
494
- _CE,
495
- {
496
- [_e]: _c,
497
- [_hE]: 409,
498
- },
499
- [_M],
500
- [0],
501
- ];
481
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
502
482
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
503
483
  export var CreateAccountAssignmentRequest = [
504
484
  3,
@@ -840,17 +820,7 @@ export var InstanceMetadata = [
840
820
  [_IA, _ISI, _OAI, _N, _CD, _St, _SR],
841
821
  [0, 0, 0, 0, 4, 0, 0],
842
822
  ];
843
- export var InternalServerException = [
844
- -3,
845
- n0,
846
- _ISE,
847
- {
848
- [_e]: _s,
849
- [_hE]: 500,
850
- },
851
- [_M],
852
- [0],
853
- ];
823
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
854
824
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
855
825
  export var JwtBearerGrant = [3, n0, _JBG, 0, [_ATIu], [() => AuthorizedTokenIssuers]];
856
826
  export var ListAccountAssignmentCreationStatusRequest = [
@@ -1177,48 +1147,18 @@ export var PutPermissionsBoundaryToPermissionSetRequest = [
1177
1147
  ];
1178
1148
  export var PutPermissionsBoundaryToPermissionSetResponse = [3, n0, _PPBTPSRu, 0, [], []];
1179
1149
  export var RefreshTokenGrant = [3, n0, _RTG, 0, [], []];
1180
- export var ResourceNotFoundException = [
1181
- -3,
1182
- n0,
1183
- _RNFE,
1184
- {
1185
- [_e]: _c,
1186
- [_hE]: 404,
1187
- },
1188
- [_M, _R],
1189
- [0, 0],
1190
- ];
1150
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
1191
1151
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1192
1152
  export var ResourceServerConfig = [3, n0, _RSC, 0, [_Sco], [() => ResourceServerScopes]];
1193
1153
  export var ResourceServerScopeDetails = [3, n0, _RSSD, 0, [_LD, _DT], [0, 0]];
1194
1154
  export var ScopeDetails = [3, n0, _SDc, 0, [_Sc, _AT], [0, 64 | 0]];
1195
- export var ServiceQuotaExceededException = [
1196
- -3,
1197
- n0,
1198
- _SQEE,
1199
- {
1200
- [_e]: _c,
1201
- [_hE]: 402,
1202
- },
1203
- [_M],
1204
- [0],
1205
- ];
1155
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1206
1156
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1207
1157
  export var SignInOptions = [3, n0, _SIO, 0, [_O, _AU], [0, 0]];
1208
1158
  export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1209
1159
  export var TagResourceRequest = [3, n0, _TRR, 0, [_IA, _RA, _T], [0, 0, () => TagList]];
1210
1160
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1211
- export var ThrottlingException = [
1212
- -3,
1213
- n0,
1214
- _TE,
1215
- {
1216
- [_e]: _c,
1217
- [_hE]: 429,
1218
- },
1219
- [_M, _R],
1220
- [0, 0],
1221
- ];
1161
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _R], [0, 0]];
1222
1162
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1223
1163
  export var TokenExchangeGrant = [3, n0, _TEG, 0, [], []];
1224
1164
  export var TrustedTokenIssuerMetadata = [3, n0, _TTIM, 0, [_TTIA, _N, _TTIT], [0, 0, 0]];
@@ -1277,17 +1217,7 @@ export var UpdateTrustedTokenIssuerRequest = [
1277
1217
  [0, 0, () => TrustedTokenIssuerUpdateConfiguration],
1278
1218
  ];
1279
1219
  export var UpdateTrustedTokenIssuerResponse = [3, n0, _UTTIRp, 0, [], []];
1280
- export var ValidationException = [
1281
- -3,
1282
- n0,
1283
- _VE,
1284
- {
1285
- [_e]: _c,
1286
- [_hE]: 400,
1287
- },
1288
- [_M, _R],
1289
- [0, 0],
1290
- ];
1220
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
1291
1221
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1292
1222
  export var __Unit = "unit";
1293
1223
  export var SSOAdminServiceException = [-3, _sm, "SSOAdminServiceException", 0, [], []];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput } from "./commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand";
3
3
  import { AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput } from "./commands/AttachManagedPolicyToPermissionSetCommand";
4
4
  import { CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput } from "./commands/CreateAccountAssignmentCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput } from "./commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand";
11
11
  import { AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput } from "./commands/AttachManagedPolicyToPermissionSetCommand";
12
12
  import { CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput } from "./commands/CreateAccountAssignmentCommand";
@@ -83,7 +83,7 @@ import { UpdateInstanceCommandInput, UpdateInstanceCommandOutput } from "./comma
83
83
  import { UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput } from "./commands/UpdatePermissionSetCommand";
84
84
  import { UpdateTrustedTokenIssuerCommandInput, UpdateTrustedTokenIssuerCommandOutput } from "./commands/UpdateTrustedTokenIssuerCommand";
85
85
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
86
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
86
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
87
87
  export { __Client };
88
88
  /**
89
89
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SSOAdminHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SSOAdminHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SSOAdminClientResolvedConfig } from "../SSOAdminClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AttachCustomerManagedPolicyReferenceToPermissionSetRequest, AttachCustomerManagedPolicyReferenceToPermissionSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AttachCustomerManagedPolicyReferenceToPermissionSetRequest, AttachCustomerManagedPolicyReferenceToPermissionSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AttachManagedPolicyToPermissionSetRequest, AttachManagedPolicyToPermissionSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AttachManagedPolicyToPermissionSetRequest, AttachManagedPolicyToPermissionSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateAccountAssignmentRequest, CreateAccountAssignmentResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAccountAssignmentRequest, CreateAccountAssignmentResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateApplicationAssignmentRequest, CreateApplicationAssignmentResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateApplicationAssignmentRequest, CreateApplicationAssignmentResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateInstanceAccessControlAttributeConfigurationRequest, CreateInstanceAccessControlAttributeConfigurationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateInstanceAccessControlAttributeConfigurationRequest, CreateInstanceAccessControlAttributeConfigurationResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateInstanceRequest, CreateInstanceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateInstanceRequest, CreateInstanceResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreatePermissionSetRequest, CreatePermissionSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreatePermissionSetRequest, CreatePermissionSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateTrustedTokenIssuerRequest, CreateTrustedTokenIssuerResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateTrustedTokenIssuerRequest, CreateTrustedTokenIssuerResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteAccountAssignmentRequest, DeleteAccountAssignmentResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteAccountAssignmentRequest, DeleteAccountAssignmentResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteApplicationAccessScopeRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteApplicationAccessScopeRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteApplicationAssignmentRequest, DeleteApplicationAssignmentResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteApplicationAssignmentRequest, DeleteApplicationAssignmentResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteApplicationAuthenticationMethodRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteApplicationAuthenticationMethodRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteApplicationGrantRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteApplicationGrantRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteInlinePolicyFromPermissionSetRequest, DeleteInlinePolicyFromPermissionSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteInlinePolicyFromPermissionSetRequest, DeleteInlinePolicyFromPermissionSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteInstanceAccessControlAttributeConfigurationRequest, DeleteInstanceAccessControlAttributeConfigurationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteInstanceAccessControlAttributeConfigurationRequest, DeleteInstanceAccessControlAttributeConfigurationResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteInstanceRequest, DeleteInstanceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteInstanceRequest, DeleteInstanceResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeletePermissionSetRequest, DeletePermissionSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeletePermissionSetRequest, DeletePermissionSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
5
5
  /**
6
6
  * @public
7
7
  */