@aws-sdk/client-sso-admin 3.451.0 → 3.454.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 +306 -14
- package/dist-cjs/SSOAdmin.js +72 -0
- package/dist-cjs/commands/CreateApplicationAssignmentCommand.js +51 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +51 -0
- package/dist-cjs/commands/CreateInstanceCommand.js +51 -0
- package/dist-cjs/commands/CreateTrustedTokenIssuerCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationAccessScopeCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationAssignmentCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationAuthenticationMethodCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +51 -0
- package/dist-cjs/commands/DeleteApplicationGrantCommand.js +51 -0
- package/dist-cjs/commands/DeleteInstanceCommand.js +51 -0
- package/dist-cjs/commands/DeleteTrustedTokenIssuerCommand.js +51 -0
- package/dist-cjs/commands/DescribeApplicationAssignmentCommand.js +51 -0
- package/dist-cjs/commands/DescribeApplicationCommand.js +51 -0
- package/dist-cjs/commands/DescribeApplicationProviderCommand.js +51 -0
- package/dist-cjs/commands/DescribeInstanceCommand.js +51 -0
- package/dist-cjs/commands/DescribeTrustedTokenIssuerCommand.js +51 -0
- package/dist-cjs/commands/GetApplicationAccessScopeCommand.js +51 -0
- package/dist-cjs/commands/GetApplicationAssignmentConfigurationCommand.js +51 -0
- package/dist-cjs/commands/GetApplicationAuthenticationMethodCommand.js +51 -0
- package/dist-cjs/commands/GetApplicationGrantCommand.js +51 -0
- package/dist-cjs/commands/ListAccountAssignmentsForPrincipalCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAccessScopesCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAssignmentsCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAssignmentsForPrincipalCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAuthenticationMethodsCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationGrantsCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationProvidersCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +51 -0
- package/dist-cjs/commands/ListTrustedTokenIssuersCommand.js +51 -0
- package/dist-cjs/commands/PutApplicationAccessScopeCommand.js +51 -0
- package/dist-cjs/commands/PutApplicationAssignmentConfigurationCommand.js +51 -0
- package/dist-cjs/commands/PutApplicationAuthenticationMethodCommand.js +51 -0
- package/dist-cjs/commands/PutApplicationGrantCommand.js +51 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +51 -0
- package/dist-cjs/commands/UpdateInstanceCommand.js +51 -0
- package/dist-cjs/commands/UpdateTrustedTokenIssuerCommand.js +51 -0
- package/dist-cjs/commands/index.js +36 -0
- package/dist-cjs/models/models_0.js +89 -15
- package/dist-cjs/pagination/ListAccountAssignmentsForPrincipalPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationAccessScopesPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationAssignmentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationAuthenticationMethodsPaginator.js +28 -0
- package/dist-cjs/pagination/ListApplicationGrantsPaginator.js +28 -0
- package/dist-cjs/pagination/ListApplicationProvidersPaginator.js +29 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTrustedTokenIssuersPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2257 -190
- package/dist-es/SSOAdmin.js +72 -0
- package/dist-es/commands/CreateApplicationAssignmentCommand.js +47 -0
- package/dist-es/commands/CreateApplicationCommand.js +47 -0
- package/dist-es/commands/CreateInstanceCommand.js +47 -0
- package/dist-es/commands/CreateTrustedTokenIssuerCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationAccessScopeCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationAssignmentCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationAuthenticationMethodCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationCommand.js +47 -0
- package/dist-es/commands/DeleteApplicationGrantCommand.js +47 -0
- package/dist-es/commands/DeleteInstanceCommand.js +47 -0
- package/dist-es/commands/DeleteTrustedTokenIssuerCommand.js +47 -0
- package/dist-es/commands/DescribeApplicationAssignmentCommand.js +47 -0
- package/dist-es/commands/DescribeApplicationCommand.js +47 -0
- package/dist-es/commands/DescribeApplicationProviderCommand.js +47 -0
- package/dist-es/commands/DescribeInstanceCommand.js +47 -0
- package/dist-es/commands/DescribeTrustedTokenIssuerCommand.js +47 -0
- package/dist-es/commands/GetApplicationAccessScopeCommand.js +47 -0
- package/dist-es/commands/GetApplicationAssignmentConfigurationCommand.js +47 -0
- package/dist-es/commands/GetApplicationAuthenticationMethodCommand.js +47 -0
- package/dist-es/commands/GetApplicationGrantCommand.js +47 -0
- package/dist-es/commands/ListAccountAssignmentsForPrincipalCommand.js +47 -0
- package/dist-es/commands/ListApplicationAccessScopesCommand.js +47 -0
- package/dist-es/commands/ListApplicationAssignmentsCommand.js +47 -0
- package/dist-es/commands/ListApplicationAssignmentsForPrincipalCommand.js +47 -0
- package/dist-es/commands/ListApplicationAuthenticationMethodsCommand.js +47 -0
- package/dist-es/commands/ListApplicationGrantsCommand.js +47 -0
- package/dist-es/commands/ListApplicationProvidersCommand.js +47 -0
- package/dist-es/commands/ListApplicationsCommand.js +47 -0
- package/dist-es/commands/ListTrustedTokenIssuersCommand.js +47 -0
- package/dist-es/commands/PutApplicationAccessScopeCommand.js +47 -0
- package/dist-es/commands/PutApplicationAssignmentConfigurationCommand.js +47 -0
- package/dist-es/commands/PutApplicationAuthenticationMethodCommand.js +47 -0
- package/dist-es/commands/PutApplicationGrantCommand.js +47 -0
- package/dist-es/commands/UpdateApplicationCommand.js +47 -0
- package/dist-es/commands/UpdateInstanceCommand.js +47 -0
- package/dist-es/commands/UpdateTrustedTokenIssuerCommand.js +47 -0
- package/dist-es/commands/index.js +36 -0
- package/dist-es/models/models_0.js +86 -12
- package/dist-es/pagination/ListAccountAssignmentsForPrincipalPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationAccessScopesPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationAssignmentsPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationAuthenticationMethodsPaginator.js +24 -0
- package/dist-es/pagination/ListApplicationGrantsPaginator.js +24 -0
- package/dist-es/pagination/ListApplicationProvidersPaginator.js +25 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +25 -0
- package/dist-es/pagination/ListTrustedTokenIssuersPaginator.js +25 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +2156 -162
- package/dist-types/SSOAdmin.d.ts +271 -15
- package/dist-types/SSOAdminClient.d.ts +57 -17
- package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +8 -8
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +13 -13
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +21 -19
- package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +100 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +118 -0
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -11
- package/dist-types/commands/CreateInstanceCommand.d.ts +115 -0
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +8 -8
- package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +117 -0
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +12 -11
- package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +95 -0
- package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +97 -0
- package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +95 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +95 -0
- package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +95 -0
- package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +10 -10
- package/dist-types/commands/DeleteInstanceCommand.d.ts +93 -0
- package/dist-types/commands/DeletePermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +9 -3
- package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +96 -0
- package/dist-types/commands/DescribeApplicationCommand.d.ts +104 -0
- package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +104 -0
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -5
- package/dist-types/commands/DescribeInstanceCommand.d.ts +110 -0
- package/dist-types/commands/DescribePermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +101 -0
- package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +9 -8
- package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +94 -0
- package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +95 -0
- package/dist-types/commands/GetApplicationGrantCommand.d.ts +109 -0
- package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +5 -5
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +5 -5
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +5 -4
- package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +106 -0
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +100 -0
- package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +99 -0
- package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +104 -0
- package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +101 -0
- package/dist-types/commands/ListApplicationGrantsCommand.d.ts +115 -0
- package/dist-types/commands/ListApplicationProvidersCommand.d.ts +107 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +114 -0
- package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/ListInstancesCommand.d.ts +9 -4
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +3 -3
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +4 -4
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +3 -3
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +5 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +96 -0
- package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +8 -8
- package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +99 -0
- package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +97 -0
- package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +100 -0
- package/dist-types/commands/PutApplicationGrantCommand.d.ts +114 -0
- package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +13 -12
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/TagResourceCommand.d.ts +9 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +103 -0
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -12
- package/dist-types/commands/UpdateInstanceCommand.d.ts +93 -0
- package/dist-types/commands/UpdatePermissionSetCommand.d.ts +7 -7
- package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +36 -0
- package/dist-types/index.d.ts +19 -15
- package/dist-types/models/models_0.d.ts +2369 -276
- package/dist-types/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationAccessScopesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationAssignmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrustedTokenIssuersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +324 -0
- package/dist-types/ts3.4/SSOAdmin.d.ts +660 -0
- package/dist-types/ts3.4/SSOAdminClient.d.ts +218 -2
- package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +36 -0
- package/dist-types/ts3.4/models/models_0.d.ts +573 -23
- package/dist-types/ts3.4/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationAccessScopesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationAssignmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrustedTokenIssuersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +432 -0
- package/package.json +5 -3
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
3
|
import { SSOAdminServiceException as __BaseException } from "./SSOAdminServiceException";
|
|
3
4
|
export interface AccessControlAttributeValue {
|
|
4
5
|
Source: string[] | undefined;
|
|
@@ -26,6 +27,12 @@ export interface AccountAssignment {
|
|
|
26
27
|
PrincipalType?: PrincipalType;
|
|
27
28
|
PrincipalId?: string;
|
|
28
29
|
}
|
|
30
|
+
export interface AccountAssignmentForPrincipal {
|
|
31
|
+
AccountId?: string;
|
|
32
|
+
PermissionSetArn?: string;
|
|
33
|
+
PrincipalId?: string;
|
|
34
|
+
PrincipalType?: PrincipalType;
|
|
35
|
+
}
|
|
29
36
|
export declare const StatusValues: {
|
|
30
37
|
readonly FAILED: "FAILED";
|
|
31
38
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
@@ -52,22 +59,52 @@ export interface AccountAssignmentOperationStatusMetadata {
|
|
|
52
59
|
RequestId?: string;
|
|
53
60
|
CreatedDate?: Date;
|
|
54
61
|
}
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
|
|
62
|
+
export declare const SignInOrigin: {
|
|
63
|
+
readonly APPLICATION: "APPLICATION";
|
|
64
|
+
readonly IDENTITY_CENTER: "IDENTITY_CENTER";
|
|
65
|
+
};
|
|
66
|
+
export type SignInOrigin = (typeof SignInOrigin)[keyof typeof SignInOrigin];
|
|
67
|
+
export interface SignInOptions {
|
|
68
|
+
Origin: SignInOrigin | undefined;
|
|
69
|
+
ApplicationUrl?: string;
|
|
58
70
|
}
|
|
59
|
-
export
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
71
|
+
export declare const ApplicationVisibility: {
|
|
72
|
+
readonly DISABLED: "DISABLED";
|
|
73
|
+
readonly ENABLED: "ENABLED";
|
|
74
|
+
};
|
|
75
|
+
export type ApplicationVisibility =
|
|
76
|
+
(typeof ApplicationVisibility)[keyof typeof ApplicationVisibility];
|
|
77
|
+
export interface PortalOptions {
|
|
78
|
+
SignInOptions?: SignInOptions;
|
|
79
|
+
Visibility?: ApplicationVisibility;
|
|
80
|
+
}
|
|
81
|
+
export declare const ApplicationStatus: {
|
|
82
|
+
readonly DISABLED: "DISABLED";
|
|
83
|
+
readonly ENABLED: "ENABLED";
|
|
84
|
+
};
|
|
85
|
+
export type ApplicationStatus =
|
|
86
|
+
(typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
87
|
+
export interface Application {
|
|
88
|
+
ApplicationArn?: string;
|
|
89
|
+
ApplicationProviderArn?: string;
|
|
90
|
+
Name?: string;
|
|
91
|
+
ApplicationAccount?: string;
|
|
92
|
+
InstanceArn?: string;
|
|
93
|
+
Status?: ApplicationStatus;
|
|
94
|
+
PortalOptions?: PortalOptions;
|
|
95
|
+
Description?: string;
|
|
96
|
+
CreatedDate?: Date;
|
|
63
97
|
}
|
|
64
|
-
export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {}
|
|
65
98
|
export declare class ConflictException extends __BaseException {
|
|
66
99
|
readonly name: "ConflictException";
|
|
67
100
|
readonly $fault: "client";
|
|
68
101
|
Message?: string;
|
|
69
102
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
70
103
|
}
|
|
104
|
+
export interface DeleteApplicationAccessScopeRequest {
|
|
105
|
+
ApplicationArn: string | undefined;
|
|
106
|
+
Scope: string | undefined;
|
|
107
|
+
}
|
|
71
108
|
export declare class InternalServerException extends __BaseException {
|
|
72
109
|
readonly name: "InternalServerException";
|
|
73
110
|
readonly $fault: "server";
|
|
@@ -84,14 +121,6 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
84
121
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
85
122
|
);
|
|
86
123
|
}
|
|
87
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
88
|
-
readonly name: "ServiceQuotaExceededException";
|
|
89
|
-
readonly $fault: "client";
|
|
90
|
-
Message?: string;
|
|
91
|
-
constructor(
|
|
92
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
124
|
export declare class ThrottlingException extends __BaseException {
|
|
96
125
|
readonly name: "ThrottlingException";
|
|
97
126
|
readonly $fault: "client";
|
|
@@ -108,6 +137,236 @@ export declare class ValidationException extends __BaseException {
|
|
|
108
137
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
109
138
|
);
|
|
110
139
|
}
|
|
140
|
+
export interface GetApplicationAccessScopeRequest {
|
|
141
|
+
ApplicationArn: string | undefined;
|
|
142
|
+
Scope: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface GetApplicationAccessScopeResponse {
|
|
145
|
+
Scope: string | undefined;
|
|
146
|
+
AuthorizedTargets?: string[];
|
|
147
|
+
}
|
|
148
|
+
export interface ListApplicationAccessScopesRequest {
|
|
149
|
+
ApplicationArn: string | undefined;
|
|
150
|
+
MaxResults?: number;
|
|
151
|
+
NextToken?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface ScopeDetails {
|
|
154
|
+
Scope: string | undefined;
|
|
155
|
+
AuthorizedTargets?: string[];
|
|
156
|
+
}
|
|
157
|
+
export interface ListApplicationAccessScopesResponse {
|
|
158
|
+
Scopes: ScopeDetails[] | undefined;
|
|
159
|
+
NextToken?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface PutApplicationAccessScopeRequest {
|
|
162
|
+
Scope: string | undefined;
|
|
163
|
+
AuthorizedTargets?: string[];
|
|
164
|
+
ApplicationArn: string | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface ApplicationAssignment {
|
|
167
|
+
ApplicationArn: string | undefined;
|
|
168
|
+
PrincipalId: string | undefined;
|
|
169
|
+
PrincipalType: PrincipalType | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface ApplicationAssignmentForPrincipal {
|
|
172
|
+
ApplicationArn?: string;
|
|
173
|
+
PrincipalId?: string;
|
|
174
|
+
PrincipalType?: PrincipalType;
|
|
175
|
+
}
|
|
176
|
+
export declare const AuthenticationMethodType: {
|
|
177
|
+
readonly IAM: "IAM";
|
|
178
|
+
};
|
|
179
|
+
export type AuthenticationMethodType =
|
|
180
|
+
(typeof AuthenticationMethodType)[keyof typeof AuthenticationMethodType];
|
|
181
|
+
export interface DeleteApplicationAuthenticationMethodRequest {
|
|
182
|
+
ApplicationArn: string | undefined;
|
|
183
|
+
AuthenticationMethodType: AuthenticationMethodType | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface GetApplicationAuthenticationMethodRequest {
|
|
186
|
+
ApplicationArn: string | undefined;
|
|
187
|
+
AuthenticationMethodType: AuthenticationMethodType | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface IamAuthenticationMethod {
|
|
190
|
+
ActorPolicy: __DocumentType | undefined;
|
|
191
|
+
}
|
|
192
|
+
export type AuthenticationMethod =
|
|
193
|
+
| AuthenticationMethod.IamMember
|
|
194
|
+
| AuthenticationMethod.$UnknownMember;
|
|
195
|
+
export declare namespace AuthenticationMethod {
|
|
196
|
+
interface IamMember {
|
|
197
|
+
Iam: IamAuthenticationMethod;
|
|
198
|
+
$unknown?: never;
|
|
199
|
+
}
|
|
200
|
+
interface $UnknownMember {
|
|
201
|
+
Iam?: never;
|
|
202
|
+
$unknown: [string, any];
|
|
203
|
+
}
|
|
204
|
+
interface Visitor<T> {
|
|
205
|
+
Iam: (value: IamAuthenticationMethod) => T;
|
|
206
|
+
_: (name: string, value: any) => T;
|
|
207
|
+
}
|
|
208
|
+
const visit: <T>(value: AuthenticationMethod, visitor: Visitor<T>) => T;
|
|
209
|
+
}
|
|
210
|
+
export interface GetApplicationAuthenticationMethodResponse {
|
|
211
|
+
AuthenticationMethod?: AuthenticationMethod;
|
|
212
|
+
}
|
|
213
|
+
export interface ListApplicationAuthenticationMethodsRequest {
|
|
214
|
+
ApplicationArn: string | undefined;
|
|
215
|
+
NextToken?: string;
|
|
216
|
+
}
|
|
217
|
+
export interface AuthenticationMethodItem {
|
|
218
|
+
AuthenticationMethodType?: AuthenticationMethodType;
|
|
219
|
+
AuthenticationMethod?: AuthenticationMethod;
|
|
220
|
+
}
|
|
221
|
+
export interface ListApplicationAuthenticationMethodsResponse {
|
|
222
|
+
AuthenticationMethods?: AuthenticationMethodItem[];
|
|
223
|
+
NextToken?: string;
|
|
224
|
+
}
|
|
225
|
+
export interface PutApplicationAuthenticationMethodRequest {
|
|
226
|
+
ApplicationArn: string | undefined;
|
|
227
|
+
AuthenticationMethodType: AuthenticationMethodType | undefined;
|
|
228
|
+
AuthenticationMethod: AuthenticationMethod | undefined;
|
|
229
|
+
}
|
|
230
|
+
export declare const GrantType: {
|
|
231
|
+
readonly AUTHORIZATION_CODE: "authorization_code";
|
|
232
|
+
readonly JWT_BEARER: "urn:ietf:params:oauth:grant-type:jwt-bearer";
|
|
233
|
+
readonly REFRESH_TOKEN: "refresh_token";
|
|
234
|
+
readonly TOKEN_EXCHANGE: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
235
|
+
};
|
|
236
|
+
export type GrantType = (typeof GrantType)[keyof typeof GrantType];
|
|
237
|
+
export interface DeleteApplicationGrantRequest {
|
|
238
|
+
ApplicationArn: string | undefined;
|
|
239
|
+
GrantType: GrantType | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface GetApplicationGrantRequest {
|
|
242
|
+
ApplicationArn: string | undefined;
|
|
243
|
+
GrantType: GrantType | undefined;
|
|
244
|
+
}
|
|
245
|
+
export interface AuthorizationCodeGrant {
|
|
246
|
+
RedirectUris?: string[];
|
|
247
|
+
}
|
|
248
|
+
export interface AuthorizedTokenIssuer {
|
|
249
|
+
TrustedTokenIssuerArn?: string;
|
|
250
|
+
AuthorizedAudiences?: string[];
|
|
251
|
+
}
|
|
252
|
+
export interface JwtBearerGrant {
|
|
253
|
+
AuthorizedTokenIssuers?: AuthorizedTokenIssuer[];
|
|
254
|
+
}
|
|
255
|
+
export interface RefreshTokenGrant {}
|
|
256
|
+
export interface TokenExchangeGrant {}
|
|
257
|
+
export type Grant =
|
|
258
|
+
| Grant.AuthorizationCodeMember
|
|
259
|
+
| Grant.JwtBearerMember
|
|
260
|
+
| Grant.RefreshTokenMember
|
|
261
|
+
| Grant.TokenExchangeMember
|
|
262
|
+
| Grant.$UnknownMember;
|
|
263
|
+
export declare namespace Grant {
|
|
264
|
+
interface AuthorizationCodeMember {
|
|
265
|
+
AuthorizationCode: AuthorizationCodeGrant;
|
|
266
|
+
JwtBearer?: never;
|
|
267
|
+
RefreshToken?: never;
|
|
268
|
+
TokenExchange?: never;
|
|
269
|
+
$unknown?: never;
|
|
270
|
+
}
|
|
271
|
+
interface JwtBearerMember {
|
|
272
|
+
AuthorizationCode?: never;
|
|
273
|
+
JwtBearer: JwtBearerGrant;
|
|
274
|
+
RefreshToken?: never;
|
|
275
|
+
TokenExchange?: never;
|
|
276
|
+
$unknown?: never;
|
|
277
|
+
}
|
|
278
|
+
interface RefreshTokenMember {
|
|
279
|
+
AuthorizationCode?: never;
|
|
280
|
+
JwtBearer?: never;
|
|
281
|
+
RefreshToken: RefreshTokenGrant;
|
|
282
|
+
TokenExchange?: never;
|
|
283
|
+
$unknown?: never;
|
|
284
|
+
}
|
|
285
|
+
interface TokenExchangeMember {
|
|
286
|
+
AuthorizationCode?: never;
|
|
287
|
+
JwtBearer?: never;
|
|
288
|
+
RefreshToken?: never;
|
|
289
|
+
TokenExchange: TokenExchangeGrant;
|
|
290
|
+
$unknown?: never;
|
|
291
|
+
}
|
|
292
|
+
interface $UnknownMember {
|
|
293
|
+
AuthorizationCode?: never;
|
|
294
|
+
JwtBearer?: never;
|
|
295
|
+
RefreshToken?: never;
|
|
296
|
+
TokenExchange?: never;
|
|
297
|
+
$unknown: [string, any];
|
|
298
|
+
}
|
|
299
|
+
interface Visitor<T> {
|
|
300
|
+
AuthorizationCode: (value: AuthorizationCodeGrant) => T;
|
|
301
|
+
JwtBearer: (value: JwtBearerGrant) => T;
|
|
302
|
+
RefreshToken: (value: RefreshTokenGrant) => T;
|
|
303
|
+
TokenExchange: (value: TokenExchangeGrant) => T;
|
|
304
|
+
_: (name: string, value: any) => T;
|
|
305
|
+
}
|
|
306
|
+
const visit: <T>(value: Grant, visitor: Visitor<T>) => T;
|
|
307
|
+
}
|
|
308
|
+
export interface GetApplicationGrantResponse {
|
|
309
|
+
Grant: Grant | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface ListApplicationGrantsRequest {
|
|
312
|
+
ApplicationArn: string | undefined;
|
|
313
|
+
NextToken?: string;
|
|
314
|
+
}
|
|
315
|
+
export interface GrantItem {
|
|
316
|
+
GrantType: GrantType | undefined;
|
|
317
|
+
Grant: Grant | undefined;
|
|
318
|
+
}
|
|
319
|
+
export interface ListApplicationGrantsResponse {
|
|
320
|
+
Grants: GrantItem[] | undefined;
|
|
321
|
+
NextToken?: string;
|
|
322
|
+
}
|
|
323
|
+
export interface PutApplicationGrantRequest {
|
|
324
|
+
ApplicationArn: string | undefined;
|
|
325
|
+
GrantType: GrantType | undefined;
|
|
326
|
+
Grant: Grant | undefined;
|
|
327
|
+
}
|
|
328
|
+
export interface DisplayData {
|
|
329
|
+
DisplayName?: string;
|
|
330
|
+
IconUrl?: string;
|
|
331
|
+
Description?: string;
|
|
332
|
+
}
|
|
333
|
+
export declare const FederationProtocol: {
|
|
334
|
+
readonly OAUTH: "OAUTH";
|
|
335
|
+
readonly SAML: "SAML";
|
|
336
|
+
};
|
|
337
|
+
export type FederationProtocol =
|
|
338
|
+
(typeof FederationProtocol)[keyof typeof FederationProtocol];
|
|
339
|
+
export interface ResourceServerScopeDetails {
|
|
340
|
+
LongDescription?: string;
|
|
341
|
+
DetailedTitle?: string;
|
|
342
|
+
}
|
|
343
|
+
export interface ResourceServerConfig {
|
|
344
|
+
Scopes?: Record<string, ResourceServerScopeDetails>;
|
|
345
|
+
}
|
|
346
|
+
export interface ApplicationProvider {
|
|
347
|
+
ApplicationProviderArn: string | undefined;
|
|
348
|
+
FederationProtocol?: FederationProtocol;
|
|
349
|
+
DisplayData?: DisplayData;
|
|
350
|
+
ResourceServerConfig?: ResourceServerConfig;
|
|
351
|
+
}
|
|
352
|
+
export interface CustomerManagedPolicyReference {
|
|
353
|
+
Name: string | undefined;
|
|
354
|
+
Path?: string;
|
|
355
|
+
}
|
|
356
|
+
export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
|
357
|
+
InstanceArn: string | undefined;
|
|
358
|
+
PermissionSetArn: string | undefined;
|
|
359
|
+
CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {}
|
|
362
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
363
|
+
readonly name: "ServiceQuotaExceededException";
|
|
364
|
+
readonly $fault: "client";
|
|
365
|
+
Message?: string;
|
|
366
|
+
constructor(
|
|
367
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
368
|
+
);
|
|
369
|
+
}
|
|
111
370
|
export interface AttachedManagedPolicy {
|
|
112
371
|
Name?: string;
|
|
113
372
|
Arn?: string;
|
|
@@ -129,6 +388,37 @@ export interface CreateAccountAssignmentRequest {
|
|
|
129
388
|
export interface CreateAccountAssignmentResponse {
|
|
130
389
|
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
|
131
390
|
}
|
|
391
|
+
export interface Tag {
|
|
392
|
+
Key: string | undefined;
|
|
393
|
+
Value: string | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface CreateApplicationRequest {
|
|
396
|
+
InstanceArn: string | undefined;
|
|
397
|
+
ApplicationProviderArn: string | undefined;
|
|
398
|
+
Name: string | undefined;
|
|
399
|
+
Description?: string;
|
|
400
|
+
PortalOptions?: PortalOptions;
|
|
401
|
+
Tags?: Tag[];
|
|
402
|
+
Status?: ApplicationStatus;
|
|
403
|
+
ClientToken?: string;
|
|
404
|
+
}
|
|
405
|
+
export interface CreateApplicationResponse {
|
|
406
|
+
ApplicationArn?: string;
|
|
407
|
+
}
|
|
408
|
+
export interface CreateApplicationAssignmentRequest {
|
|
409
|
+
ApplicationArn: string | undefined;
|
|
410
|
+
PrincipalId: string | undefined;
|
|
411
|
+
PrincipalType: PrincipalType | undefined;
|
|
412
|
+
}
|
|
413
|
+
export interface CreateApplicationAssignmentResponse {}
|
|
414
|
+
export interface CreateInstanceRequest {
|
|
415
|
+
Name?: string;
|
|
416
|
+
ClientToken?: string;
|
|
417
|
+
Tags?: Tag[];
|
|
418
|
+
}
|
|
419
|
+
export interface CreateInstanceResponse {
|
|
420
|
+
InstanceArn?: string;
|
|
421
|
+
}
|
|
132
422
|
export interface InstanceAccessControlAttributeConfiguration {
|
|
133
423
|
AccessControlAttributes: AccessControlAttribute[] | undefined;
|
|
134
424
|
}
|
|
@@ -139,10 +429,6 @@ export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
|
139
429
|
| undefined;
|
|
140
430
|
}
|
|
141
431
|
export interface CreateInstanceAccessControlAttributeConfigurationResponse {}
|
|
142
|
-
export interface Tag {
|
|
143
|
-
Key: string | undefined;
|
|
144
|
-
Value: string | undefined;
|
|
145
|
-
}
|
|
146
432
|
export interface CreatePermissionSetRequest {
|
|
147
433
|
Name: string | undefined;
|
|
148
434
|
Description?: string;
|
|
@@ -162,6 +448,54 @@ export interface PermissionSet {
|
|
|
162
448
|
export interface CreatePermissionSetResponse {
|
|
163
449
|
PermissionSet?: PermissionSet;
|
|
164
450
|
}
|
|
451
|
+
export declare const JwksRetrievalOption: {
|
|
452
|
+
readonly OPEN_ID_DISCOVERY: "OPEN_ID_DISCOVERY";
|
|
453
|
+
};
|
|
454
|
+
export type JwksRetrievalOption =
|
|
455
|
+
(typeof JwksRetrievalOption)[keyof typeof JwksRetrievalOption];
|
|
456
|
+
export interface OidcJwtConfiguration {
|
|
457
|
+
IssuerUrl: string | undefined;
|
|
458
|
+
ClaimAttributePath: string | undefined;
|
|
459
|
+
IdentityStoreAttributePath: string | undefined;
|
|
460
|
+
JwksRetrievalOption: JwksRetrievalOption | undefined;
|
|
461
|
+
}
|
|
462
|
+
export type TrustedTokenIssuerConfiguration =
|
|
463
|
+
| TrustedTokenIssuerConfiguration.OidcJwtConfigurationMember
|
|
464
|
+
| TrustedTokenIssuerConfiguration.$UnknownMember;
|
|
465
|
+
export declare namespace TrustedTokenIssuerConfiguration {
|
|
466
|
+
interface OidcJwtConfigurationMember {
|
|
467
|
+
OidcJwtConfiguration: OidcJwtConfiguration;
|
|
468
|
+
$unknown?: never;
|
|
469
|
+
}
|
|
470
|
+
interface $UnknownMember {
|
|
471
|
+
OidcJwtConfiguration?: never;
|
|
472
|
+
$unknown: [string, any];
|
|
473
|
+
}
|
|
474
|
+
interface Visitor<T> {
|
|
475
|
+
OidcJwtConfiguration: (value: OidcJwtConfiguration) => T;
|
|
476
|
+
_: (name: string, value: any) => T;
|
|
477
|
+
}
|
|
478
|
+
const visit: <T>(
|
|
479
|
+
value: TrustedTokenIssuerConfiguration,
|
|
480
|
+
visitor: Visitor<T>
|
|
481
|
+
) => T;
|
|
482
|
+
}
|
|
483
|
+
export declare const TrustedTokenIssuerType: {
|
|
484
|
+
readonly OIDC_JWT: "OIDC_JWT";
|
|
485
|
+
};
|
|
486
|
+
export type TrustedTokenIssuerType =
|
|
487
|
+
(typeof TrustedTokenIssuerType)[keyof typeof TrustedTokenIssuerType];
|
|
488
|
+
export interface CreateTrustedTokenIssuerRequest {
|
|
489
|
+
InstanceArn: string | undefined;
|
|
490
|
+
Name: string | undefined;
|
|
491
|
+
TrustedTokenIssuerType: TrustedTokenIssuerType | undefined;
|
|
492
|
+
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfiguration | undefined;
|
|
493
|
+
ClientToken?: string;
|
|
494
|
+
Tags?: Tag[];
|
|
495
|
+
}
|
|
496
|
+
export interface CreateTrustedTokenIssuerResponse {
|
|
497
|
+
TrustedTokenIssuerArn?: string;
|
|
498
|
+
}
|
|
165
499
|
export interface DeleteAccountAssignmentRequest {
|
|
166
500
|
InstanceArn: string | undefined;
|
|
167
501
|
TargetId: string | undefined;
|
|
@@ -173,11 +507,25 @@ export interface DeleteAccountAssignmentRequest {
|
|
|
173
507
|
export interface DeleteAccountAssignmentResponse {
|
|
174
508
|
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
175
509
|
}
|
|
510
|
+
export interface DeleteApplicationRequest {
|
|
511
|
+
ApplicationArn: string | undefined;
|
|
512
|
+
}
|
|
513
|
+
export interface DeleteApplicationResponse {}
|
|
514
|
+
export interface DeleteApplicationAssignmentRequest {
|
|
515
|
+
ApplicationArn: string | undefined;
|
|
516
|
+
PrincipalId: string | undefined;
|
|
517
|
+
PrincipalType: PrincipalType | undefined;
|
|
518
|
+
}
|
|
519
|
+
export interface DeleteApplicationAssignmentResponse {}
|
|
176
520
|
export interface DeleteInlinePolicyFromPermissionSetRequest {
|
|
177
521
|
InstanceArn: string | undefined;
|
|
178
522
|
PermissionSetArn: string | undefined;
|
|
179
523
|
}
|
|
180
524
|
export interface DeleteInlinePolicyFromPermissionSetResponse {}
|
|
525
|
+
export interface DeleteInstanceRequest {
|
|
526
|
+
InstanceArn: string | undefined;
|
|
527
|
+
}
|
|
528
|
+
export interface DeleteInstanceResponse {}
|
|
181
529
|
export interface DeleteInstanceAccessControlAttributeConfigurationRequest {
|
|
182
530
|
InstanceArn: string | undefined;
|
|
183
531
|
}
|
|
@@ -192,6 +540,10 @@ export interface DeletePermissionSetRequest {
|
|
|
192
540
|
PermissionSetArn: string | undefined;
|
|
193
541
|
}
|
|
194
542
|
export interface DeletePermissionSetResponse {}
|
|
543
|
+
export interface DeleteTrustedTokenIssuerRequest {
|
|
544
|
+
TrustedTokenIssuerArn: string | undefined;
|
|
545
|
+
}
|
|
546
|
+
export interface DeleteTrustedTokenIssuerResponse {}
|
|
195
547
|
export interface DescribeAccountAssignmentCreationStatusRequest {
|
|
196
548
|
InstanceArn: string | undefined;
|
|
197
549
|
AccountAssignmentCreationRequestId: string | undefined;
|
|
@@ -206,6 +558,57 @@ export interface DescribeAccountAssignmentDeletionStatusRequest {
|
|
|
206
558
|
export interface DescribeAccountAssignmentDeletionStatusResponse {
|
|
207
559
|
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
208
560
|
}
|
|
561
|
+
export interface DescribeApplicationRequest {
|
|
562
|
+
ApplicationArn: string | undefined;
|
|
563
|
+
}
|
|
564
|
+
export interface DescribeApplicationResponse {
|
|
565
|
+
ApplicationArn?: string;
|
|
566
|
+
ApplicationProviderArn?: string;
|
|
567
|
+
Name?: string;
|
|
568
|
+
ApplicationAccount?: string;
|
|
569
|
+
InstanceArn?: string;
|
|
570
|
+
Status?: ApplicationStatus;
|
|
571
|
+
PortalOptions?: PortalOptions;
|
|
572
|
+
Description?: string;
|
|
573
|
+
CreatedDate?: Date;
|
|
574
|
+
}
|
|
575
|
+
export interface DescribeApplicationAssignmentRequest {
|
|
576
|
+
ApplicationArn: string | undefined;
|
|
577
|
+
PrincipalId: string | undefined;
|
|
578
|
+
PrincipalType: PrincipalType | undefined;
|
|
579
|
+
}
|
|
580
|
+
export interface DescribeApplicationAssignmentResponse {
|
|
581
|
+
PrincipalType?: PrincipalType;
|
|
582
|
+
PrincipalId?: string;
|
|
583
|
+
ApplicationArn?: string;
|
|
584
|
+
}
|
|
585
|
+
export interface DescribeApplicationProviderRequest {
|
|
586
|
+
ApplicationProviderArn: string | undefined;
|
|
587
|
+
}
|
|
588
|
+
export interface DescribeApplicationProviderResponse {
|
|
589
|
+
ApplicationProviderArn: string | undefined;
|
|
590
|
+
FederationProtocol?: FederationProtocol;
|
|
591
|
+
DisplayData?: DisplayData;
|
|
592
|
+
ResourceServerConfig?: ResourceServerConfig;
|
|
593
|
+
}
|
|
594
|
+
export interface DescribeInstanceRequest {
|
|
595
|
+
InstanceArn: string | undefined;
|
|
596
|
+
}
|
|
597
|
+
export declare const InstanceStatus: {
|
|
598
|
+
readonly ACTIVE: "ACTIVE";
|
|
599
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
600
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
601
|
+
};
|
|
602
|
+
export type InstanceStatus =
|
|
603
|
+
(typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
604
|
+
export interface DescribeInstanceResponse {
|
|
605
|
+
InstanceArn?: string;
|
|
606
|
+
IdentityStoreId?: string;
|
|
607
|
+
OwnerAccountId?: string;
|
|
608
|
+
Name?: string;
|
|
609
|
+
CreatedDate?: Date;
|
|
610
|
+
Status?: InstanceStatus;
|
|
611
|
+
}
|
|
209
612
|
export interface DescribeInstanceAccessControlAttributeConfigurationRequest {
|
|
210
613
|
InstanceArn: string | undefined;
|
|
211
614
|
}
|
|
@@ -243,6 +646,15 @@ export interface PermissionSetProvisioningStatus {
|
|
|
243
646
|
export interface DescribePermissionSetProvisioningStatusResponse {
|
|
244
647
|
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
245
648
|
}
|
|
649
|
+
export interface DescribeTrustedTokenIssuerRequest {
|
|
650
|
+
TrustedTokenIssuerArn: string | undefined;
|
|
651
|
+
}
|
|
652
|
+
export interface DescribeTrustedTokenIssuerResponse {
|
|
653
|
+
TrustedTokenIssuerArn?: string;
|
|
654
|
+
Name?: string;
|
|
655
|
+
TrustedTokenIssuerType?: TrustedTokenIssuerType;
|
|
656
|
+
TrustedTokenIssuerConfiguration?: TrustedTokenIssuerConfiguration;
|
|
657
|
+
}
|
|
246
658
|
export interface DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
|
|
247
659
|
InstanceArn: string | undefined;
|
|
248
660
|
PermissionSetArn: string | undefined;
|
|
@@ -255,6 +667,12 @@ export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
|
255
667
|
ManagedPolicyArn: string | undefined;
|
|
256
668
|
}
|
|
257
669
|
export interface DetachManagedPolicyFromPermissionSetResponse {}
|
|
670
|
+
export interface GetApplicationAssignmentConfigurationRequest {
|
|
671
|
+
ApplicationArn: string | undefined;
|
|
672
|
+
}
|
|
673
|
+
export interface GetApplicationAssignmentConfigurationResponse {
|
|
674
|
+
AssignmentRequired: boolean | undefined;
|
|
675
|
+
}
|
|
258
676
|
export interface GetInlinePolicyForPermissionSetRequest {
|
|
259
677
|
InstanceArn: string | undefined;
|
|
260
678
|
PermissionSetArn: string | undefined;
|
|
@@ -276,6 +694,10 @@ export interface GetPermissionsBoundaryForPermissionSetResponse {
|
|
|
276
694
|
export interface InstanceMetadata {
|
|
277
695
|
InstanceArn?: string;
|
|
278
696
|
IdentityStoreId?: string;
|
|
697
|
+
OwnerAccountId?: string;
|
|
698
|
+
Name?: string;
|
|
699
|
+
CreatedDate?: Date;
|
|
700
|
+
Status?: InstanceStatus;
|
|
279
701
|
}
|
|
280
702
|
export interface OperationStatusFilter {
|
|
281
703
|
Status?: StatusValues;
|
|
@@ -311,6 +733,21 @@ export interface ListAccountAssignmentsResponse {
|
|
|
311
733
|
AccountAssignments?: AccountAssignment[];
|
|
312
734
|
NextToken?: string;
|
|
313
735
|
}
|
|
736
|
+
export interface ListAccountAssignmentsFilter {
|
|
737
|
+
AccountId?: string;
|
|
738
|
+
}
|
|
739
|
+
export interface ListAccountAssignmentsForPrincipalRequest {
|
|
740
|
+
InstanceArn: string | undefined;
|
|
741
|
+
PrincipalId: string | undefined;
|
|
742
|
+
PrincipalType: PrincipalType | undefined;
|
|
743
|
+
Filter?: ListAccountAssignmentsFilter;
|
|
744
|
+
NextToken?: string;
|
|
745
|
+
MaxResults?: number;
|
|
746
|
+
}
|
|
747
|
+
export interface ListAccountAssignmentsForPrincipalResponse {
|
|
748
|
+
AccountAssignments?: AccountAssignmentForPrincipal[];
|
|
749
|
+
NextToken?: string;
|
|
750
|
+
}
|
|
314
751
|
export declare const ProvisioningStatus: {
|
|
315
752
|
readonly LATEST_PERMISSION_SET_NOT_PROVISIONED: "LATEST_PERMISSION_SET_NOT_PROVISIONED";
|
|
316
753
|
readonly LATEST_PERMISSION_SET_PROVISIONED: "LATEST_PERMISSION_SET_PROVISIONED";
|
|
@@ -328,6 +765,52 @@ export interface ListAccountsForProvisionedPermissionSetResponse {
|
|
|
328
765
|
AccountIds?: string[];
|
|
329
766
|
NextToken?: string;
|
|
330
767
|
}
|
|
768
|
+
export interface ListApplicationAssignmentsRequest {
|
|
769
|
+
ApplicationArn: string | undefined;
|
|
770
|
+
MaxResults?: number;
|
|
771
|
+
NextToken?: string;
|
|
772
|
+
}
|
|
773
|
+
export interface ListApplicationAssignmentsResponse {
|
|
774
|
+
ApplicationAssignments?: ApplicationAssignment[];
|
|
775
|
+
NextToken?: string;
|
|
776
|
+
}
|
|
777
|
+
export interface ListApplicationAssignmentsFilter {
|
|
778
|
+
ApplicationArn?: string;
|
|
779
|
+
}
|
|
780
|
+
export interface ListApplicationAssignmentsForPrincipalRequest {
|
|
781
|
+
InstanceArn: string | undefined;
|
|
782
|
+
PrincipalId: string | undefined;
|
|
783
|
+
PrincipalType: PrincipalType | undefined;
|
|
784
|
+
Filter?: ListApplicationAssignmentsFilter;
|
|
785
|
+
NextToken?: string;
|
|
786
|
+
MaxResults?: number;
|
|
787
|
+
}
|
|
788
|
+
export interface ListApplicationAssignmentsForPrincipalResponse {
|
|
789
|
+
ApplicationAssignments?: ApplicationAssignmentForPrincipal[];
|
|
790
|
+
NextToken?: string;
|
|
791
|
+
}
|
|
792
|
+
export interface ListApplicationProvidersRequest {
|
|
793
|
+
MaxResults?: number;
|
|
794
|
+
NextToken?: string;
|
|
795
|
+
}
|
|
796
|
+
export interface ListApplicationProvidersResponse {
|
|
797
|
+
ApplicationProviders?: ApplicationProvider[];
|
|
798
|
+
NextToken?: string;
|
|
799
|
+
}
|
|
800
|
+
export interface ListApplicationsFilter {
|
|
801
|
+
ApplicationAccount?: string;
|
|
802
|
+
ApplicationProvider?: string;
|
|
803
|
+
}
|
|
804
|
+
export interface ListApplicationsRequest {
|
|
805
|
+
InstanceArn: string | undefined;
|
|
806
|
+
MaxResults?: number;
|
|
807
|
+
NextToken?: string;
|
|
808
|
+
Filter?: ListApplicationsFilter;
|
|
809
|
+
}
|
|
810
|
+
export interface ListApplicationsResponse {
|
|
811
|
+
Applications?: Application[];
|
|
812
|
+
NextToken?: string;
|
|
813
|
+
}
|
|
331
814
|
export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
|
|
332
815
|
InstanceArn: string | undefined;
|
|
333
816
|
PermissionSetArn: string | undefined;
|
|
@@ -392,7 +875,7 @@ export interface ListPermissionSetsProvisionedToAccountResponse {
|
|
|
392
875
|
PermissionSets?: string[];
|
|
393
876
|
}
|
|
394
877
|
export interface ListTagsForResourceRequest {
|
|
395
|
-
InstanceArn
|
|
878
|
+
InstanceArn?: string;
|
|
396
879
|
ResourceArn: string | undefined;
|
|
397
880
|
NextToken?: string;
|
|
398
881
|
}
|
|
@@ -400,6 +883,25 @@ export interface ListTagsForResourceResponse {
|
|
|
400
883
|
Tags?: Tag[];
|
|
401
884
|
NextToken?: string;
|
|
402
885
|
}
|
|
886
|
+
export interface ListTrustedTokenIssuersRequest {
|
|
887
|
+
InstanceArn: string | undefined;
|
|
888
|
+
MaxResults?: number;
|
|
889
|
+
NextToken?: string;
|
|
890
|
+
}
|
|
891
|
+
export interface TrustedTokenIssuerMetadata {
|
|
892
|
+
TrustedTokenIssuerArn?: string;
|
|
893
|
+
Name?: string;
|
|
894
|
+
TrustedTokenIssuerType?: TrustedTokenIssuerType;
|
|
895
|
+
}
|
|
896
|
+
export interface ListTrustedTokenIssuersResponse {
|
|
897
|
+
TrustedTokenIssuers?: TrustedTokenIssuerMetadata[];
|
|
898
|
+
NextToken?: string;
|
|
899
|
+
}
|
|
900
|
+
export interface OidcJwtUpdateConfiguration {
|
|
901
|
+
ClaimAttributePath?: string;
|
|
902
|
+
IdentityStoreAttributePath?: string;
|
|
903
|
+
JwksRetrievalOption?: JwksRetrievalOption;
|
|
904
|
+
}
|
|
403
905
|
export declare const ProvisionTargetType: {
|
|
404
906
|
readonly ALL_PROVISIONED_ACCOUNTS: "ALL_PROVISIONED_ACCOUNTS";
|
|
405
907
|
readonly AWS_ACCOUNT: "AWS_ACCOUNT";
|
|
@@ -415,6 +917,11 @@ export interface ProvisionPermissionSetRequest {
|
|
|
415
917
|
export interface ProvisionPermissionSetResponse {
|
|
416
918
|
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
417
919
|
}
|
|
920
|
+
export interface PutApplicationAssignmentConfigurationRequest {
|
|
921
|
+
ApplicationArn: string | undefined;
|
|
922
|
+
AssignmentRequired: boolean | undefined;
|
|
923
|
+
}
|
|
924
|
+
export interface PutApplicationAssignmentConfigurationResponse {}
|
|
418
925
|
export interface PutInlinePolicyToPermissionSetRequest {
|
|
419
926
|
InstanceArn: string | undefined;
|
|
420
927
|
PermissionSetArn: string | undefined;
|
|
@@ -428,17 +935,33 @@ export interface PutPermissionsBoundaryToPermissionSetRequest {
|
|
|
428
935
|
}
|
|
429
936
|
export interface PutPermissionsBoundaryToPermissionSetResponse {}
|
|
430
937
|
export interface TagResourceRequest {
|
|
431
|
-
InstanceArn
|
|
938
|
+
InstanceArn?: string;
|
|
432
939
|
ResourceArn: string | undefined;
|
|
433
940
|
Tags: Tag[] | undefined;
|
|
434
941
|
}
|
|
435
942
|
export interface TagResourceResponse {}
|
|
436
943
|
export interface UntagResourceRequest {
|
|
437
|
-
InstanceArn
|
|
944
|
+
InstanceArn?: string;
|
|
438
945
|
ResourceArn: string | undefined;
|
|
439
946
|
TagKeys: string[] | undefined;
|
|
440
947
|
}
|
|
441
948
|
export interface UntagResourceResponse {}
|
|
949
|
+
export interface UpdateApplicationPortalOptions {
|
|
950
|
+
SignInOptions?: SignInOptions;
|
|
951
|
+
}
|
|
952
|
+
export interface UpdateApplicationRequest {
|
|
953
|
+
ApplicationArn: string | undefined;
|
|
954
|
+
Name?: string;
|
|
955
|
+
Description?: string;
|
|
956
|
+
Status?: ApplicationStatus;
|
|
957
|
+
PortalOptions?: UpdateApplicationPortalOptions;
|
|
958
|
+
}
|
|
959
|
+
export interface UpdateApplicationResponse {}
|
|
960
|
+
export interface UpdateInstanceRequest {
|
|
961
|
+
Name: string | undefined;
|
|
962
|
+
InstanceArn: string | undefined;
|
|
963
|
+
}
|
|
964
|
+
export interface UpdateInstanceResponse {}
|
|
442
965
|
export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
443
966
|
InstanceArn: string | undefined;
|
|
444
967
|
InstanceAccessControlAttributeConfiguration:
|
|
@@ -454,3 +977,30 @@ export interface UpdatePermissionSetRequest {
|
|
|
454
977
|
RelayState?: string;
|
|
455
978
|
}
|
|
456
979
|
export interface UpdatePermissionSetResponse {}
|
|
980
|
+
export type TrustedTokenIssuerUpdateConfiguration =
|
|
981
|
+
| TrustedTokenIssuerUpdateConfiguration.OidcJwtConfigurationMember
|
|
982
|
+
| TrustedTokenIssuerUpdateConfiguration.$UnknownMember;
|
|
983
|
+
export declare namespace TrustedTokenIssuerUpdateConfiguration {
|
|
984
|
+
interface OidcJwtConfigurationMember {
|
|
985
|
+
OidcJwtConfiguration: OidcJwtUpdateConfiguration;
|
|
986
|
+
$unknown?: never;
|
|
987
|
+
}
|
|
988
|
+
interface $UnknownMember {
|
|
989
|
+
OidcJwtConfiguration?: never;
|
|
990
|
+
$unknown: [string, any];
|
|
991
|
+
}
|
|
992
|
+
interface Visitor<T> {
|
|
993
|
+
OidcJwtConfiguration: (value: OidcJwtUpdateConfiguration) => T;
|
|
994
|
+
_: (name: string, value: any) => T;
|
|
995
|
+
}
|
|
996
|
+
const visit: <T>(
|
|
997
|
+
value: TrustedTokenIssuerUpdateConfiguration,
|
|
998
|
+
visitor: Visitor<T>
|
|
999
|
+
) => T;
|
|
1000
|
+
}
|
|
1001
|
+
export interface UpdateTrustedTokenIssuerRequest {
|
|
1002
|
+
TrustedTokenIssuerArn: string | undefined;
|
|
1003
|
+
Name?: string;
|
|
1004
|
+
TrustedTokenIssuerConfiguration?: TrustedTokenIssuerUpdateConfiguration;
|
|
1005
|
+
}
|
|
1006
|
+
export interface UpdateTrustedTokenIssuerResponse {}
|