@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.
- package/README.md +17 -9
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/SSOAdmin.d.ts +17 -9
- package/dist-types/SSOAdminClient.d.ts +17 -9
- package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +12 -2
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +7 -5
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeletePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +3 -2
- package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +5 -4
- package/dist-types/commands/DescribeApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCommand.d.ts +11 -8
- package/dist-types/commands/DescribePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +4 -3
- package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationGrantCommand.d.ts +1 -1
- package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +2 -2
- package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -2
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +6 -2
- package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationGrantsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +2 -2
- package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/commands/PutApplicationGrantCommand.d.ts +79 -2
- package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +5 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/index.d.ts +17 -9
- package/dist-types/models/models_0.d.ts +67 -36
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +22 -22
|
@@ -23,7 +23,7 @@ export interface DescribePermissionSetCommandOutput extends DescribePermissionSe
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePermissionSetCommand_base: {
|
|
25
25
|
new (input: DescribePermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePermissionSetCommandInput, DescribePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DescribePermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePermissionSetCommandInput, DescribePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DescribePermissionSetProvisioningStatusCommandOutput extends De
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePermissionSetProvisioningStatusCommand_base: {
|
|
25
25
|
new (input: DescribePermissionSetProvisioningStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePermissionSetProvisioningStatusCommandInput, DescribePermissionSetProvisioningStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DescribePermissionSetProvisioningStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePermissionSetProvisioningStatusCommandInput, DescribePermissionSetProvisioningStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,12 +23,13 @@ export interface DescribeTrustedTokenIssuerCommandOutput extends DescribeTrusted
|
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTrustedTokenIssuerCommand_base: {
|
|
25
25
|
new (input: DescribeTrustedTokenIssuerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedTokenIssuerCommandInput, DescribeTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DescribeTrustedTokenIssuerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedTokenIssuerCommandInput, DescribeTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details
|
|
31
|
-
*
|
|
30
|
+
* <p>Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details
|
|
31
|
+
* include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and
|
|
32
|
+
* the destination attribute for a trusted token issuer configuration. </p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOut
|
|
|
23
23
|
}
|
|
24
24
|
declare const DetachCustomerManagedPolicyReferenceFromPermissionSetCommand_base: {
|
|
25
25
|
new (input: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput, DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput, DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DetachManagedPolicyFromPermissionSetCommandOutput extends Detac
|
|
|
23
23
|
}
|
|
24
24
|
declare const DetachManagedPolicyFromPermissionSetCommand_base: {
|
|
25
25
|
new (input: DetachManagedPolicyFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DetachManagedPolicyFromPermissionSetCommandInput, DetachManagedPolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DetachManagedPolicyFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DetachManagedPolicyFromPermissionSetCommandInput, DetachManagedPolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetApplicationAccessScopeCommandOutput extends GetApplicationAc
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetApplicationAccessScopeCommand_base: {
|
|
25
25
|
new (input: GetApplicationAccessScopeCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationAccessScopeCommandInput, GetApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetApplicationAccessScopeCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationAccessScopeCommandInput, GetApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetApplicationAssignmentConfigurationCommandOutput extends GetA
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetApplicationAssignmentConfigurationCommand_base: {
|
|
25
25
|
new (input: GetApplicationAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationAssignmentConfigurationCommandInput, GetApplicationAssignmentConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetApplicationAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationAssignmentConfigurationCommandInput, GetApplicationAssignmentConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetApplicationAuthenticationMethodCommandOutput extends GetAppl
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetApplicationAuthenticationMethodCommand_base: {
|
|
25
25
|
new (input: GetApplicationAuthenticationMethodCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationAuthenticationMethodCommandInput, GetApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetApplicationAuthenticationMethodCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationAuthenticationMethodCommandInput, GetApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetApplicationGrantCommandOutput extends GetApplicationGrantRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetApplicationGrantCommand_base: {
|
|
25
25
|
new (input: GetApplicationGrantCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationGrantCommandInput, GetApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetApplicationGrantCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationGrantCommandInput, GetApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetInlinePolicyForPermissionSetCommandOutput extends GetInlineP
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetInlinePolicyForPermissionSetCommand_base: {
|
|
25
25
|
new (input: GetInlinePolicyForPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetInlinePolicyForPermissionSetCommandInput, GetInlinePolicyForPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetInlinePolicyForPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetInlinePolicyForPermissionSetCommandInput, GetInlinePolicyForPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetPermissionsBoundaryForPermissionSetCommandOutput extends Get
|
|
|
23
23
|
}
|
|
24
24
|
declare const GetPermissionsBoundaryForPermissionSetCommand_base: {
|
|
25
25
|
new (input: GetPermissionsBoundaryForPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionsBoundaryForPermissionSetCommandInput, GetPermissionsBoundaryForPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: GetPermissionsBoundaryForPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionsBoundaryForPermissionSetCommandInput, GetPermissionsBoundaryForPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListAccountAssignmentCreationStatusCommandOutput extends ListAc
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccountAssignmentCreationStatusCommand_base: {
|
|
25
25
|
new (input: ListAccountAssignmentCreationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssignmentCreationStatusCommandInput, ListAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListAccountAssignmentCreationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssignmentCreationStatusCommandInput, ListAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListAccountAssignmentDeletionStatusCommandOutput extends ListAc
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccountAssignmentDeletionStatusCommand_base: {
|
|
25
25
|
new (input: ListAccountAssignmentDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssignmentDeletionStatusCommandInput, ListAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListAccountAssignmentDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssignmentDeletionStatusCommandInput, ListAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,8 +23,8 @@ export interface ListAccountAssignmentsCommandOutput extends ListAccountAssignme
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccountAssignmentsCommand_base: {
|
|
25
25
|
new (input: ListAccountAssignmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssignmentsCommandInput, ListAccountAssignmentsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
new (input: ListAccountAssignmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssignmentsCommandInput, ListAccountAssignmentsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Lists the assignee of the specified Amazon Web Services account with the specified permission
|
|
@@ -23,12 +23,13 @@ export interface ListAccountAssignmentsForPrincipalCommandOutput extends ListAcc
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccountAssignmentsForPrincipalCommand_base: {
|
|
25
25
|
new (input: ListAccountAssignmentsForPrincipalCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssignmentsForPrincipalCommandInput, ListAccountAssignmentsForPrincipalCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListAccountAssignmentsForPrincipalCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssignmentsForPrincipalCommandInput, ListAccountAssignmentsForPrincipalCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access
|
|
31
|
-
* to
|
|
31
|
+
* to. This action must be called from the management account containing your organization
|
|
32
|
+
* instance of IAM Identity Center. This action is not valid for account instances of IAM Identity Center.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface ListAccountsForProvisionedPermissionSetCommandOutput extends Li
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccountsForProvisionedPermissionSetCommand_base: {
|
|
25
25
|
new (input: ListAccountsForProvisionedPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsForProvisionedPermissionSetCommandInput, ListAccountsForProvisionedPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListAccountsForProvisionedPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsForProvisionedPermissionSetCommandInput, ListAccountsForProvisionedPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListApplicationAccessScopesCommandOutput extends ListApplicatio
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationAccessScopesCommand_base: {
|
|
25
25
|
new (input: ListApplicationAccessScopesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationAccessScopesCommandInput, ListApplicationAccessScopesCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListApplicationAccessScopesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationAccessScopesCommandInput, ListApplicationAccessScopesCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListApplicationAssignmentsCommandOutput extends ListApplication
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationAssignmentsCommand_base: {
|
|
25
25
|
new (input: ListApplicationAssignmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationAssignmentsCommandInput, ListApplicationAssignmentsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListApplicationAssignmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationAssignmentsCommandInput, ListApplicationAssignmentsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,11 +23,15 @@ export interface ListApplicationAssignmentsForPrincipalCommandOutput extends Lis
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationAssignmentsForPrincipalCommand_base: {
|
|
25
25
|
new (input: ListApplicationAssignmentsForPrincipalCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationAssignmentsForPrincipalCommandInput, ListApplicationAssignmentsForPrincipalCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListApplicationAssignmentsForPrincipalCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationAssignmentsForPrincipalCommandInput, ListApplicationAssignmentsForPrincipalCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the applications to which a specified principal is assigned
|
|
30
|
+
* <p>Lists the applications to which a specified principal is assigned. You must provide a
|
|
31
|
+
* filter when calling this action from a member account against your organization instance
|
|
32
|
+
* of IAM Identity Center. A filter is not required when called from the management account against an
|
|
33
|
+
* organization instance of IAM Identity Center, or from a member account against an account instance of
|
|
34
|
+
* IAM Identity Center in the same account.</p>
|
|
31
35
|
* @example
|
|
32
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
37
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface ListApplicationAuthenticationMethodsCommandOutput extends ListA
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationAuthenticationMethodsCommand_base: {
|
|
25
25
|
new (input: ListApplicationAuthenticationMethodsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationAuthenticationMethodsCommandInput, ListApplicationAuthenticationMethodsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListApplicationAuthenticationMethodsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationAuthenticationMethodsCommandInput, ListApplicationAuthenticationMethodsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListApplicationGrantsCommandOutput extends ListApplicationGrant
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationGrantsCommand_base: {
|
|
25
25
|
new (input: ListApplicationGrantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationGrantsCommandInput, ListApplicationGrantsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListApplicationGrantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationGrantsCommandInput, ListApplicationGrantsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,13 +23,15 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationsCommand_base: {
|
|
25
25
|
new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all applications associated with the instance of IAM Identity Center. When listing
|
|
31
|
-
* in the management account, member accounts
|
|
32
|
-
* parameter to filter the list to only
|
|
30
|
+
* <p>Lists all applications associated with the instance of IAM Identity Center. When listing
|
|
31
|
+
* applications for an organization instance in the management account, member accounts
|
|
32
|
+
* must use the <code>applicationAccount</code> parameter to filter the list to only
|
|
33
|
+
* applications created from that account. When listing applications for an account
|
|
34
|
+
* instance in the same member account, a filter is not required.</p>
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListCustomerManagedPolicyReferencesInPermissionSetCommand_base: {
|
|
25
25
|
new (input: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomerManagedPolicyReferencesInPermissionSetCommandInput, ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomerManagedPolicyReferencesInPermissionSetCommandInput, ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListManagedPoliciesInPermissionSetCommandOutput extends ListMan
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListManagedPoliciesInPermissionSetCommand_base: {
|
|
25
25
|
new (input: ListManagedPoliciesInPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedPoliciesInPermissionSetCommandInput, ListManagedPoliciesInPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListManagedPoliciesInPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedPoliciesInPermissionSetCommandInput, ListManagedPoliciesInPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListPermissionSetProvisioningStatusCommandOutput extends ListPe
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListPermissionSetProvisioningStatusCommand_base: {
|
|
25
25
|
new (input: ListPermissionSetProvisioningStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionSetProvisioningStatusCommandInput, ListPermissionSetProvisioningStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListPermissionSetProvisioningStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionSetProvisioningStatusCommandInput, ListPermissionSetProvisioningStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListPermissionSetsCommandOutput extends ListPermissionSetsRespo
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListPermissionSetsCommand_base: {
|
|
25
25
|
new (input: ListPermissionSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionSetsCommandInput, ListPermissionSetsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListPermissionSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionSetsCommandInput, ListPermissionSetsCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListPermissionSetsProvisionedToAccountCommandOutput extends Lis
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListPermissionSetsProvisionedToAccountCommand_base: {
|
|
25
25
|
new (input: ListPermissionSetsProvisionedToAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionSetsProvisionedToAccountCommandInput, ListPermissionSetsProvisionedToAccountCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListPermissionSetsProvisionedToAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionSetsProvisionedToAccountCommandInput, ListPermissionSetsProvisionedToAccountCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
25
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ListTrustedTokenIssuersCommandOutput extends ListTrustedTokenIs
|
|
|
23
23
|
}
|
|
24
24
|
declare const ListTrustedTokenIssuersCommand_base: {
|
|
25
25
|
new (input: ListTrustedTokenIssuersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustedTokenIssuersCommandInput, ListTrustedTokenIssuersCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ListTrustedTokenIssuersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrustedTokenIssuersCommandInput, ListTrustedTokenIssuersCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface ProvisionPermissionSetCommandOutput extends ProvisionPermission
|
|
|
23
23
|
}
|
|
24
24
|
declare const ProvisionPermissionSetCommand_base: {
|
|
25
25
|
new (input: ProvisionPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<ProvisionPermissionSetCommandInput, ProvisionPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: ProvisionPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<ProvisionPermissionSetCommandInput, ProvisionPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,8 +23,8 @@ export interface PutApplicationAccessScopeCommandOutput extends __MetadataBearer
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutApplicationAccessScopeCommand_base: {
|
|
25
25
|
new (input: PutApplicationAccessScopeCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationAccessScopeCommandInput, PutApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
new (input: PutApplicationAccessScopeCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationAccessScopeCommandInput, PutApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Adds or updates the list of authorized targets for an IAM Identity Center access scope for an
|
|
@@ -23,13 +23,15 @@ export interface PutApplicationAssignmentConfigurationCommandOutput extends PutA
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutApplicationAssignmentConfigurationCommand_base: {
|
|
25
25
|
new (input: PutApplicationAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationAssignmentConfigurationCommandInput, PutApplicationAssignmentConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutApplicationAssignmentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationAssignmentConfigurationCommandInput, PutApplicationAssignmentConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Configure how users gain access to an application. If <code>AssignmentsRequired</code>
|
|
31
|
-
*
|
|
32
|
-
*
|
|
30
|
+
* <p>Configure how users gain access to an application. If <code>AssignmentsRequired</code>
|
|
31
|
+
* is <code>true</code> (default value), users don’t have access to the application unless
|
|
32
|
+
* an assignment is created using the <a href="https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html">CreateApplicationAssignment API</a>. If <code>false</code>, all users have
|
|
33
|
+
* access to the application. If an assignment is created using <a href="https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html">CreateApplicationAssignment</a>., the user retains access if
|
|
34
|
+
* <code>AssignmentsRequired</code> is set to <code>true</code>. </p>
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface PutApplicationAuthenticationMethodCommandOutput extends __Metad
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutApplicationAuthenticationMethodCommand_base: {
|
|
25
25
|
new (input: PutApplicationAuthenticationMethodCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationAuthenticationMethodCommandInput, PutApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutApplicationAuthenticationMethodCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationAuthenticationMethodCommandInput, PutApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,11 +23,88 @@ export interface PutApplicationGrantCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutApplicationGrantCommand_base: {
|
|
25
25
|
new (input: PutApplicationGrantCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationGrantCommandInput, PutApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutApplicationGrantCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationGrantCommandInput, PutApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Creates a configuration for an application to use grants. Conceptually grants are
|
|
31
|
+
* authorization to request actions related to tokens. This configuration will be used when
|
|
32
|
+
* parties are requesting and receiving tokens during the trusted identity propagation
|
|
33
|
+
* process. For more information on the IAM Identity Center supported grant workflows, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-oauth2.html">SAML 2.0
|
|
34
|
+
* and OAuth 2.0</a>.</p>
|
|
35
|
+
* <p>A grant is created between your applications and Identity Center instance which
|
|
36
|
+
* enables an application to use specified mechanisms to obtain tokens. These tokens are
|
|
37
|
+
* used by your applications to gain access to Amazon Web Services resources on behalf of users. The
|
|
38
|
+
* following elements are within these exchanges:</p>
|
|
39
|
+
* <ul>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
42
|
+
* <b>Requester</b> - The application requesting access
|
|
43
|
+
* to Amazon Web Services resources.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>
|
|
47
|
+
* <b>Subject</b> - Typically the user that is
|
|
48
|
+
* requesting access to Amazon Web Services resources.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>
|
|
52
|
+
* <b>Grant</b> - Conceptually, a grant is
|
|
53
|
+
* authorization to access Amazon Web Services resources. These grants authorize token generation
|
|
54
|
+
* for authenticating access to the requester and for the request to make requests
|
|
55
|
+
* on behalf of the subjects. There are four types of grants:</p>
|
|
56
|
+
* <ul>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>
|
|
59
|
+
* <b>AuthorizationCode</b> - Allows an
|
|
60
|
+
* application to request authorization through a series of user-agent
|
|
61
|
+
* redirects.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>
|
|
65
|
+
* <b>JWT bearer </b> - Authorizes an
|
|
66
|
+
* application to exchange a JSON Web Token that came from an external
|
|
67
|
+
* identity provider. To learn more, see <a href="https://datatracker.ietf.org/doc/html/rfc6749">RFC
|
|
68
|
+
* 6479</a>.</p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>
|
|
72
|
+
* <b>Refresh token</b> - Enables application
|
|
73
|
+
* to request new access tokens to replace expiring or expired access
|
|
74
|
+
* tokens.</p>
|
|
75
|
+
* </li>
|
|
76
|
+
* <li>
|
|
77
|
+
* <p>
|
|
78
|
+
* <b>Exchange token</b> - A grant that
|
|
79
|
+
* requests tokens from the authorization server by providing a ‘subject’
|
|
80
|
+
* token with access scope authorizing trusted identity propagation to this
|
|
81
|
+
* application. To learn more, see <a href="https://datatracker.ietf.org/doc/html/rfc8693">RFC
|
|
82
|
+
* 8693</a>.</p>
|
|
83
|
+
* </li>
|
|
84
|
+
* </ul>
|
|
85
|
+
* </li>
|
|
86
|
+
* <li>
|
|
87
|
+
* <p>
|
|
88
|
+
* <b>Authorization server</b> - IAM Identity Center requests
|
|
89
|
+
* tokens.</p>
|
|
90
|
+
* </li>
|
|
91
|
+
* </ul>
|
|
92
|
+
* <p>User credentials are never shared directly within these exchanges. Instead,
|
|
93
|
+
* applications use grants to request access tokens from IAM Identity Center. For more
|
|
94
|
+
* information, see <a href="https://datatracker.ietf.org/doc/html/rfc6749">RFC
|
|
95
|
+
* 6479</a>.</p>
|
|
96
|
+
* <p class="title">
|
|
97
|
+
* <b>Use cases</b>
|
|
98
|
+
* </p>
|
|
99
|
+
* <ul>
|
|
100
|
+
* <li>
|
|
101
|
+
* <p>Connecting to custom applications.</p>
|
|
102
|
+
* </li>
|
|
103
|
+
* <li>
|
|
104
|
+
* <p>Configuring an Amazon Web Services service to make calls to another Amazon Web Services services using JWT
|
|
105
|
+
* tokens.</p>
|
|
106
|
+
* </li>
|
|
107
|
+
* </ul>
|
|
31
108
|
* @example
|
|
32
109
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
110
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface PutInlinePolicyToPermissionSetCommandOutput extends PutInlinePo
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutInlinePolicyToPermissionSetCommand_base: {
|
|
25
25
|
new (input: PutInlinePolicyToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<PutInlinePolicyToPermissionSetCommandInput, PutInlinePolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutInlinePolicyToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<PutInlinePolicyToPermissionSetCommandInput, PutInlinePolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface PutPermissionsBoundaryToPermissionSetCommandOutput extends PutP
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutPermissionsBoundaryToPermissionSetCommand_base: {
|
|
25
25
|
new (input: PutPermissionsBoundaryToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionsBoundaryToPermissionSetCommandInput, PutPermissionsBoundaryToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutPermissionsBoundaryToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionsBoundaryToPermissionSetCommandInput, PutPermissionsBoundaryToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
25
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
25
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateApplicationCommand_base: {
|
|
25
25
|
new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UpdateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
25
25
|
new (input: UpdateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInstanceAccessControlAttributeConfigurationCommandInput, UpdateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: UpdateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInstanceAccessControlAttributeConfigurationCommandInput, UpdateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|