@aws-sdk/client-sso-admin 3.803.0 → 3.806.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 (159) hide show
  1. package/README.md +17 -9
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/runtimeConfig.js +6 -6
  4. package/dist-types/SSOAdmin.d.ts +17 -9
  5. package/dist-types/SSOAdminClient.d.ts +17 -9
  6. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +1 -1
  7. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +12 -2
  11. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateInstanceCommand.d.ts +2 -2
  13. package/dist-types/commands/CreatePermissionSetCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +7 -5
  15. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/DeletePermissionSetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +3 -2
  27. package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +5 -4
  30. package/dist-types/commands/DescribeApplicationCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -2
  32. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeInstanceCommand.d.ts +11 -8
  34. package/dist-types/commands/DescribePermissionSetCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +4 -3
  37. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +1 -1
  38. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
  39. package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +1 -1
  40. package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +1 -1
  41. package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +1 -1
  42. package/dist-types/commands/GetApplicationGrantCommand.d.ts +1 -1
  43. package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +1 -1
  44. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
  46. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  47. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +2 -2
  48. package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -2
  49. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
  50. package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +6 -2
  53. package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListApplicationGrantsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
  56. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +1 -1
  57. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
  58. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
  59. package/dist-types/commands/ListPermissionSetsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +1 -1
  63. package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +1 -1
  64. package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +2 -2
  65. package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +6 -4
  66. package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +1 -1
  67. package/dist-types/commands/PutApplicationGrantCommand.d.ts +79 -2
  68. package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +1 -1
  69. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateInstanceCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdatePermissionSetCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +5 -3
  77. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  78. package/dist-types/index.d.ts +17 -9
  79. package/dist-types/models/models_0.d.ts +67 -36
  80. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  81. package/dist-types/runtimeConfig.d.ts +16 -16
  82. package/dist-types/runtimeConfig.native.d.ts +18 -18
  83. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  84. package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  155. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  156. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  157. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  158. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  159. package/package.json +22 -22
@@ -27,7 +27,7 @@ declare const CreateInstanceAccessControlAttributeConfigurationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateInstanceAccessControlAttributeConfigurationCommandInput
30
+ input: CreateInstanceAccessControlAttributeConfigurationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateInstanceAccessControlAttributeConfigurationCommandInput,
33
33
  CreateInstanceAccessControlAttributeConfigurationCommandOutput,
@@ -27,7 +27,7 @@ declare const CreatePermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreatePermissionSetCommandInput
30
+ input: CreatePermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreatePermissionSetCommandInput,
33
33
  CreatePermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const CreateTrustedTokenIssuerCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateTrustedTokenIssuerCommandInput
30
+ input: CreateTrustedTokenIssuerCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateTrustedTokenIssuerCommandInput,
33
33
  CreateTrustedTokenIssuerCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteAccountAssignmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteAccountAssignmentCommandInput
30
+ input: DeleteAccountAssignmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteAccountAssignmentCommandInput,
33
33
  DeleteAccountAssignmentCommandOutput,
@@ -23,7 +23,7 @@ declare const DeleteApplicationAccessScopeCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DeleteApplicationAccessScopeCommandInput
26
+ input: DeleteApplicationAccessScopeCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DeleteApplicationAccessScopeCommandInput,
29
29
  DeleteApplicationAccessScopeCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteApplicationAssignmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteApplicationAssignmentCommandInput
30
+ input: DeleteApplicationAssignmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteApplicationAssignmentCommandInput,
33
33
  DeleteApplicationAssignmentCommandOutput,
@@ -23,7 +23,7 @@ declare const DeleteApplicationAuthenticationMethodCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DeleteApplicationAuthenticationMethodCommandInput
26
+ input: DeleteApplicationAuthenticationMethodCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DeleteApplicationAuthenticationMethodCommandInput,
29
29
  DeleteApplicationAuthenticationMethodCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteApplicationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteApplicationCommandInput
30
+ input: DeleteApplicationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteApplicationCommandInput,
33
33
  DeleteApplicationCommandOutput,
@@ -22,7 +22,7 @@ declare const DeleteApplicationGrantCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: DeleteApplicationGrantCommandInput
25
+ input: DeleteApplicationGrantCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  DeleteApplicationGrantCommandInput,
28
28
  DeleteApplicationGrantCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteInlinePolicyFromPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteInlinePolicyFromPermissionSetCommandInput
30
+ input: DeleteInlinePolicyFromPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteInlinePolicyFromPermissionSetCommandInput,
33
33
  DeleteInlinePolicyFromPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteInstanceAccessControlAttributeConfigurationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteInstanceAccessControlAttributeConfigurationCommandInput
30
+ input: DeleteInstanceAccessControlAttributeConfigurationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteInstanceAccessControlAttributeConfigurationCommandInput,
33
33
  DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
@@ -26,7 +26,7 @@ declare const DeleteInstanceCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DeleteInstanceCommandInput
29
+ input: DeleteInstanceCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DeleteInstanceCommandInput,
32
32
  DeleteInstanceCommandOutput,
@@ -27,7 +27,7 @@ declare const DeletePermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeletePermissionSetCommandInput
30
+ input: DeletePermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeletePermissionSetCommandInput,
33
33
  DeletePermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const DeletePermissionsBoundaryFromPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeletePermissionsBoundaryFromPermissionSetCommandInput
30
+ input: DeletePermissionsBoundaryFromPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeletePermissionsBoundaryFromPermissionSetCommandInput,
33
33
  DeletePermissionsBoundaryFromPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const DeleteTrustedTokenIssuerCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DeleteTrustedTokenIssuerCommandInput
30
+ input: DeleteTrustedTokenIssuerCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DeleteTrustedTokenIssuerCommandInput,
33
33
  DeleteTrustedTokenIssuerCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeAccountAssignmentCreationStatusCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeAccountAssignmentCreationStatusCommandInput
30
+ input: DescribeAccountAssignmentCreationStatusCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeAccountAssignmentCreationStatusCommandInput,
33
33
  DescribeAccountAssignmentCreationStatusCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeAccountAssignmentDeletionStatusCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeAccountAssignmentDeletionStatusCommandInput
30
+ input: DescribeAccountAssignmentDeletionStatusCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeAccountAssignmentDeletionStatusCommandInput,
33
33
  DescribeAccountAssignmentDeletionStatusCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeApplicationAssignmentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeApplicationAssignmentCommandInput
30
+ input: DescribeApplicationAssignmentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeApplicationAssignmentCommandInput,
33
33
  DescribeApplicationAssignmentCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeApplicationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeApplicationCommandInput
30
+ input: DescribeApplicationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeApplicationCommandInput,
33
33
  DescribeApplicationCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeApplicationProviderCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeApplicationProviderCommandInput
30
+ input: DescribeApplicationProviderCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeApplicationProviderCommandInput,
33
33
  DescribeApplicationProviderCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeInstanceAccessControlAttributeConfigurationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeInstanceAccessControlAttributeConfigurationCommandInput
30
+ input: DescribeInstanceAccessControlAttributeConfigurationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeInstanceAccessControlAttributeConfigurationCommandInput,
33
33
  DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
@@ -26,7 +26,7 @@ declare const DescribeInstanceCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DescribeInstanceCommandInput
29
+ input: DescribeInstanceCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DescribeInstanceCommandInput,
32
32
  DescribeInstanceCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribePermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribePermissionSetCommandInput
30
+ input: DescribePermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribePermissionSetCommandInput,
33
33
  DescribePermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribePermissionSetProvisioningStatusCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribePermissionSetProvisioningStatusCommandInput
30
+ input: DescribePermissionSetProvisioningStatusCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribePermissionSetProvisioningStatusCommandInput,
33
33
  DescribePermissionSetProvisioningStatusCommandOutput,
@@ -27,7 +27,7 @@ declare const DescribeTrustedTokenIssuerCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DescribeTrustedTokenIssuerCommandInput
30
+ input: DescribeTrustedTokenIssuerCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeTrustedTokenIssuerCommandInput,
33
33
  DescribeTrustedTokenIssuerCommandOutput,
@@ -27,7 +27,7 @@ declare const DetachCustomerManagedPolicyReferenceFromPermissionSetCommand_base:
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput
30
+ input: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput,
33
33
  DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const DetachManagedPolicyFromPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: DetachManagedPolicyFromPermissionSetCommandInput
30
+ input: DetachManagedPolicyFromPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DetachManagedPolicyFromPermissionSetCommandInput,
33
33
  DetachManagedPolicyFromPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const GetApplicationAccessScopeCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetApplicationAccessScopeCommandInput
30
+ input: GetApplicationAccessScopeCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetApplicationAccessScopeCommandInput,
33
33
  GetApplicationAccessScopeCommandOutput,
@@ -27,7 +27,7 @@ declare const GetApplicationAssignmentConfigurationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetApplicationAssignmentConfigurationCommandInput
30
+ input: GetApplicationAssignmentConfigurationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetApplicationAssignmentConfigurationCommandInput,
33
33
  GetApplicationAssignmentConfigurationCommandOutput,
@@ -27,7 +27,7 @@ declare const GetApplicationAuthenticationMethodCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetApplicationAuthenticationMethodCommandInput
30
+ input: GetApplicationAuthenticationMethodCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetApplicationAuthenticationMethodCommandInput,
33
33
  GetApplicationAuthenticationMethodCommandOutput,
@@ -27,7 +27,7 @@ declare const GetApplicationGrantCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetApplicationGrantCommandInput
30
+ input: GetApplicationGrantCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetApplicationGrantCommandInput,
33
33
  GetApplicationGrantCommandOutput,
@@ -27,7 +27,7 @@ declare const GetInlinePolicyForPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetInlinePolicyForPermissionSetCommandInput
30
+ input: GetInlinePolicyForPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetInlinePolicyForPermissionSetCommandInput,
33
33
  GetInlinePolicyForPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const GetPermissionsBoundaryForPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetPermissionsBoundaryForPermissionSetCommandInput
30
+ input: GetPermissionsBoundaryForPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetPermissionsBoundaryForPermissionSetCommandInput,
33
33
  GetPermissionsBoundaryForPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAccountAssignmentCreationStatusCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAccountAssignmentCreationStatusCommandInput
30
+ input: ListAccountAssignmentCreationStatusCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAccountAssignmentCreationStatusCommandInput,
33
33
  ListAccountAssignmentCreationStatusCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAccountAssignmentDeletionStatusCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAccountAssignmentDeletionStatusCommandInput
30
+ input: ListAccountAssignmentDeletionStatusCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAccountAssignmentDeletionStatusCommandInput,
33
33
  ListAccountAssignmentDeletionStatusCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAccountAssignmentsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAccountAssignmentsCommandInput
30
+ input: ListAccountAssignmentsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAccountAssignmentsCommandInput,
33
33
  ListAccountAssignmentsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAccountAssignmentsForPrincipalCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAccountAssignmentsForPrincipalCommandInput
30
+ input: ListAccountAssignmentsForPrincipalCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAccountAssignmentsForPrincipalCommandInput,
33
33
  ListAccountAssignmentsForPrincipalCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAccountsForProvisionedPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAccountsForProvisionedPermissionSetCommandInput
30
+ input: ListAccountsForProvisionedPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAccountsForProvisionedPermissionSetCommandInput,
33
33
  ListAccountsForProvisionedPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const ListApplicationAccessScopesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListApplicationAccessScopesCommandInput
30
+ input: ListApplicationAccessScopesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListApplicationAccessScopesCommandInput,
33
33
  ListApplicationAccessScopesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListApplicationAssignmentsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListApplicationAssignmentsCommandInput
30
+ input: ListApplicationAssignmentsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListApplicationAssignmentsCommandInput,
33
33
  ListApplicationAssignmentsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListApplicationAssignmentsForPrincipalCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListApplicationAssignmentsForPrincipalCommandInput
30
+ input: ListApplicationAssignmentsForPrincipalCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListApplicationAssignmentsForPrincipalCommandInput,
33
33
  ListApplicationAssignmentsForPrincipalCommandOutput,
@@ -27,7 +27,7 @@ declare const ListApplicationAuthenticationMethodsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListApplicationAuthenticationMethodsCommandInput
30
+ input: ListApplicationAuthenticationMethodsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListApplicationAuthenticationMethodsCommandInput,
33
33
  ListApplicationAuthenticationMethodsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListApplicationGrantsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListApplicationGrantsCommandInput
30
+ input: ListApplicationGrantsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListApplicationGrantsCommandInput,
33
33
  ListApplicationGrantsCommandOutput,
@@ -26,7 +26,7 @@ declare const ListApplicationsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ListApplicationsCommandInput
29
+ input: ListApplicationsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListApplicationsCommandInput,
32
32
  ListApplicationsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListCustomerManagedPolicyReferencesInPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput
30
+ input: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
33
33
  ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const ListManagedPoliciesInPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListManagedPoliciesInPermissionSetCommandInput
30
+ input: ListManagedPoliciesInPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListManagedPoliciesInPermissionSetCommandInput,
33
33
  ListManagedPoliciesInPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPermissionSetProvisioningStatusCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPermissionSetProvisioningStatusCommandInput
30
+ input: ListPermissionSetProvisioningStatusCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPermissionSetProvisioningStatusCommandInput,
33
33
  ListPermissionSetProvisioningStatusCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPermissionSetsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPermissionSetsCommandInput
30
+ input: ListPermissionSetsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPermissionSetsCommandInput,
33
33
  ListPermissionSetsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPermissionSetsProvisionedToAccountCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPermissionSetsProvisionedToAccountCommandInput
30
+ input: ListPermissionSetsProvisionedToAccountCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPermissionSetsProvisionedToAccountCommandInput,
33
33
  ListPermissionSetsProvisionedToAccountCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTagsForResourceCommandInput
30
+ input: ListTagsForResourceCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTrustedTokenIssuersCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTrustedTokenIssuersCommandInput
30
+ input: ListTrustedTokenIssuersCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTrustedTokenIssuersCommandInput,
33
33
  ListTrustedTokenIssuersCommandOutput,
@@ -27,7 +27,7 @@ declare const ProvisionPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ProvisionPermissionSetCommandInput
30
+ input: ProvisionPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ProvisionPermissionSetCommandInput,
33
33
  ProvisionPermissionSetCommandOutput,
@@ -23,7 +23,7 @@ declare const PutApplicationAccessScopeCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: PutApplicationAccessScopeCommandInput
26
+ input: PutApplicationAccessScopeCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  PutApplicationAccessScopeCommandInput,
29
29
  PutApplicationAccessScopeCommandOutput,
@@ -27,7 +27,7 @@ declare const PutApplicationAssignmentConfigurationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutApplicationAssignmentConfigurationCommandInput
30
+ input: PutApplicationAssignmentConfigurationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutApplicationAssignmentConfigurationCommandInput,
33
33
  PutApplicationAssignmentConfigurationCommandOutput,
@@ -23,7 +23,7 @@ declare const PutApplicationAuthenticationMethodCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: PutApplicationAuthenticationMethodCommandInput
26
+ input: PutApplicationAuthenticationMethodCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  PutApplicationAuthenticationMethodCommandInput,
29
29
  PutApplicationAuthenticationMethodCommandOutput,
@@ -22,7 +22,7 @@ declare const PutApplicationGrantCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: PutApplicationGrantCommandInput
25
+ input: PutApplicationGrantCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  PutApplicationGrantCommandInput,
28
28
  PutApplicationGrantCommandOutput,
@@ -27,7 +27,7 @@ declare const PutInlinePolicyToPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutInlinePolicyToPermissionSetCommandInput
30
+ input: PutInlinePolicyToPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutInlinePolicyToPermissionSetCommandInput,
33
33
  PutInlinePolicyToPermissionSetCommandOutput,
@@ -27,7 +27,7 @@ declare const PutPermissionsBoundaryToPermissionSetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutPermissionsBoundaryToPermissionSetCommandInput
30
+ input: PutPermissionsBoundaryToPermissionSetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutPermissionsBoundaryToPermissionSetCommandInput,
33
33
  PutPermissionsBoundaryToPermissionSetCommandOutput,
@@ -23,7 +23,7 @@ declare const TagResourceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: TagResourceCommandInput
26
+ input: TagResourceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
@@ -26,7 +26,7 @@ declare const UntagResourceCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UntagResourceCommandInput
29
+ input: UntagResourceCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UntagResourceCommandInput,
32
32
  UntagResourceCommandOutput,