@aws-sdk/client-sso-admin 3.451.0 → 3.453.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 +85 -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 +82 -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 +107 -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 +113 -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 +112 -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 +2327 -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 +547 -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 +4 -2
|
@@ -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,210 @@ 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 type Grant =
|
|
256
|
+
| Grant.AuthorizationCodeMember
|
|
257
|
+
| Grant.JwtBearerMember
|
|
258
|
+
| Grant.$UnknownMember;
|
|
259
|
+
export declare namespace Grant {
|
|
260
|
+
interface AuthorizationCodeMember {
|
|
261
|
+
AuthorizationCode: AuthorizationCodeGrant;
|
|
262
|
+
JwtBearer?: never;
|
|
263
|
+
$unknown?: never;
|
|
264
|
+
}
|
|
265
|
+
interface JwtBearerMember {
|
|
266
|
+
AuthorizationCode?: never;
|
|
267
|
+
JwtBearer: JwtBearerGrant;
|
|
268
|
+
$unknown?: never;
|
|
269
|
+
}
|
|
270
|
+
interface $UnknownMember {
|
|
271
|
+
AuthorizationCode?: never;
|
|
272
|
+
JwtBearer?: never;
|
|
273
|
+
$unknown: [string, any];
|
|
274
|
+
}
|
|
275
|
+
interface Visitor<T> {
|
|
276
|
+
AuthorizationCode: (value: AuthorizationCodeGrant) => T;
|
|
277
|
+
JwtBearer: (value: JwtBearerGrant) => T;
|
|
278
|
+
_: (name: string, value: any) => T;
|
|
279
|
+
}
|
|
280
|
+
const visit: <T>(value: Grant, visitor: Visitor<T>) => T;
|
|
281
|
+
}
|
|
282
|
+
export interface GetApplicationGrantResponse {
|
|
283
|
+
Grant: Grant | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface ListApplicationGrantsRequest {
|
|
286
|
+
ApplicationArn: string | undefined;
|
|
287
|
+
NextToken?: string;
|
|
288
|
+
}
|
|
289
|
+
export interface GrantItem {
|
|
290
|
+
GrantType: GrantType | undefined;
|
|
291
|
+
Grant: Grant | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface ListApplicationGrantsResponse {
|
|
294
|
+
Grants: GrantItem[] | undefined;
|
|
295
|
+
NextToken?: string;
|
|
296
|
+
}
|
|
297
|
+
export interface PutApplicationGrantRequest {
|
|
298
|
+
ApplicationArn: string | undefined;
|
|
299
|
+
GrantType: GrantType | undefined;
|
|
300
|
+
Grant: Grant | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface DisplayData {
|
|
303
|
+
DisplayName?: string;
|
|
304
|
+
IconUrl?: string;
|
|
305
|
+
Description?: string;
|
|
306
|
+
}
|
|
307
|
+
export declare const FederationProtocol: {
|
|
308
|
+
readonly OAUTH: "OAUTH";
|
|
309
|
+
readonly SAML: "SAML";
|
|
310
|
+
};
|
|
311
|
+
export type FederationProtocol =
|
|
312
|
+
(typeof FederationProtocol)[keyof typeof FederationProtocol];
|
|
313
|
+
export interface ResourceServerScopeDetails {
|
|
314
|
+
LongDescription?: string;
|
|
315
|
+
DetailedTitle?: string;
|
|
316
|
+
}
|
|
317
|
+
export interface ResourceServerConfig {
|
|
318
|
+
Scopes?: Record<string, ResourceServerScopeDetails>;
|
|
319
|
+
}
|
|
320
|
+
export interface ApplicationProvider {
|
|
321
|
+
ApplicationProviderArn: string | undefined;
|
|
322
|
+
FederationProtocol?: FederationProtocol;
|
|
323
|
+
DisplayData?: DisplayData;
|
|
324
|
+
ResourceServerConfig?: ResourceServerConfig;
|
|
325
|
+
}
|
|
326
|
+
export interface CustomerManagedPolicyReference {
|
|
327
|
+
Name: string | undefined;
|
|
328
|
+
Path?: string;
|
|
329
|
+
}
|
|
330
|
+
export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
|
331
|
+
InstanceArn: string | undefined;
|
|
332
|
+
PermissionSetArn: string | undefined;
|
|
333
|
+
CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
|
|
334
|
+
}
|
|
335
|
+
export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {}
|
|
336
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
337
|
+
readonly name: "ServiceQuotaExceededException";
|
|
338
|
+
readonly $fault: "client";
|
|
339
|
+
Message?: string;
|
|
340
|
+
constructor(
|
|
341
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
342
|
+
);
|
|
343
|
+
}
|
|
111
344
|
export interface AttachedManagedPolicy {
|
|
112
345
|
Name?: string;
|
|
113
346
|
Arn?: string;
|
|
@@ -129,6 +362,37 @@ export interface CreateAccountAssignmentRequest {
|
|
|
129
362
|
export interface CreateAccountAssignmentResponse {
|
|
130
363
|
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
|
131
364
|
}
|
|
365
|
+
export interface Tag {
|
|
366
|
+
Key: string | undefined;
|
|
367
|
+
Value: string | undefined;
|
|
368
|
+
}
|
|
369
|
+
export interface CreateApplicationRequest {
|
|
370
|
+
InstanceArn: string | undefined;
|
|
371
|
+
ApplicationProviderArn: string | undefined;
|
|
372
|
+
Name: string | undefined;
|
|
373
|
+
Description?: string;
|
|
374
|
+
PortalOptions?: PortalOptions;
|
|
375
|
+
Tags?: Tag[];
|
|
376
|
+
Status?: ApplicationStatus;
|
|
377
|
+
ClientToken?: string;
|
|
378
|
+
}
|
|
379
|
+
export interface CreateApplicationResponse {
|
|
380
|
+
ApplicationArn?: string;
|
|
381
|
+
}
|
|
382
|
+
export interface CreateApplicationAssignmentRequest {
|
|
383
|
+
ApplicationArn: string | undefined;
|
|
384
|
+
PrincipalId: string | undefined;
|
|
385
|
+
PrincipalType: PrincipalType | undefined;
|
|
386
|
+
}
|
|
387
|
+
export interface CreateApplicationAssignmentResponse {}
|
|
388
|
+
export interface CreateInstanceRequest {
|
|
389
|
+
Name?: string;
|
|
390
|
+
ClientToken?: string;
|
|
391
|
+
Tags?: Tag[];
|
|
392
|
+
}
|
|
393
|
+
export interface CreateInstanceResponse {
|
|
394
|
+
InstanceArn?: string;
|
|
395
|
+
}
|
|
132
396
|
export interface InstanceAccessControlAttributeConfiguration {
|
|
133
397
|
AccessControlAttributes: AccessControlAttribute[] | undefined;
|
|
134
398
|
}
|
|
@@ -139,10 +403,6 @@ export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
|
139
403
|
| undefined;
|
|
140
404
|
}
|
|
141
405
|
export interface CreateInstanceAccessControlAttributeConfigurationResponse {}
|
|
142
|
-
export interface Tag {
|
|
143
|
-
Key: string | undefined;
|
|
144
|
-
Value: string | undefined;
|
|
145
|
-
}
|
|
146
406
|
export interface CreatePermissionSetRequest {
|
|
147
407
|
Name: string | undefined;
|
|
148
408
|
Description?: string;
|
|
@@ -162,6 +422,54 @@ export interface PermissionSet {
|
|
|
162
422
|
export interface CreatePermissionSetResponse {
|
|
163
423
|
PermissionSet?: PermissionSet;
|
|
164
424
|
}
|
|
425
|
+
export declare const JwksRetrievalOption: {
|
|
426
|
+
readonly OPEN_ID_DISCOVERY: "OPEN_ID_DISCOVERY";
|
|
427
|
+
};
|
|
428
|
+
export type JwksRetrievalOption =
|
|
429
|
+
(typeof JwksRetrievalOption)[keyof typeof JwksRetrievalOption];
|
|
430
|
+
export interface OidcJwtConfiguration {
|
|
431
|
+
IssuerUrl: string | undefined;
|
|
432
|
+
ClaimAttributePath: string | undefined;
|
|
433
|
+
IdentityStoreAttributePath: string | undefined;
|
|
434
|
+
JwksRetrievalOption: JwksRetrievalOption | undefined;
|
|
435
|
+
}
|
|
436
|
+
export type TrustedTokenIssuerConfiguration =
|
|
437
|
+
| TrustedTokenIssuerConfiguration.OidcJwtConfigurationMember
|
|
438
|
+
| TrustedTokenIssuerConfiguration.$UnknownMember;
|
|
439
|
+
export declare namespace TrustedTokenIssuerConfiguration {
|
|
440
|
+
interface OidcJwtConfigurationMember {
|
|
441
|
+
OidcJwtConfiguration: OidcJwtConfiguration;
|
|
442
|
+
$unknown?: never;
|
|
443
|
+
}
|
|
444
|
+
interface $UnknownMember {
|
|
445
|
+
OidcJwtConfiguration?: never;
|
|
446
|
+
$unknown: [string, any];
|
|
447
|
+
}
|
|
448
|
+
interface Visitor<T> {
|
|
449
|
+
OidcJwtConfiguration: (value: OidcJwtConfiguration) => T;
|
|
450
|
+
_: (name: string, value: any) => T;
|
|
451
|
+
}
|
|
452
|
+
const visit: <T>(
|
|
453
|
+
value: TrustedTokenIssuerConfiguration,
|
|
454
|
+
visitor: Visitor<T>
|
|
455
|
+
) => T;
|
|
456
|
+
}
|
|
457
|
+
export declare const TrustedTokenIssuerType: {
|
|
458
|
+
readonly OIDC_JWT: "OIDC_JWT";
|
|
459
|
+
};
|
|
460
|
+
export type TrustedTokenIssuerType =
|
|
461
|
+
(typeof TrustedTokenIssuerType)[keyof typeof TrustedTokenIssuerType];
|
|
462
|
+
export interface CreateTrustedTokenIssuerRequest {
|
|
463
|
+
InstanceArn: string | undefined;
|
|
464
|
+
Name: string | undefined;
|
|
465
|
+
TrustedTokenIssuerType: TrustedTokenIssuerType | undefined;
|
|
466
|
+
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfiguration | undefined;
|
|
467
|
+
ClientToken?: string;
|
|
468
|
+
Tags?: Tag[];
|
|
469
|
+
}
|
|
470
|
+
export interface CreateTrustedTokenIssuerResponse {
|
|
471
|
+
TrustedTokenIssuerArn?: string;
|
|
472
|
+
}
|
|
165
473
|
export interface DeleteAccountAssignmentRequest {
|
|
166
474
|
InstanceArn: string | undefined;
|
|
167
475
|
TargetId: string | undefined;
|
|
@@ -173,11 +481,25 @@ export interface DeleteAccountAssignmentRequest {
|
|
|
173
481
|
export interface DeleteAccountAssignmentResponse {
|
|
174
482
|
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
175
483
|
}
|
|
484
|
+
export interface DeleteApplicationRequest {
|
|
485
|
+
ApplicationArn: string | undefined;
|
|
486
|
+
}
|
|
487
|
+
export interface DeleteApplicationResponse {}
|
|
488
|
+
export interface DeleteApplicationAssignmentRequest {
|
|
489
|
+
ApplicationArn: string | undefined;
|
|
490
|
+
PrincipalId: string | undefined;
|
|
491
|
+
PrincipalType: PrincipalType | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface DeleteApplicationAssignmentResponse {}
|
|
176
494
|
export interface DeleteInlinePolicyFromPermissionSetRequest {
|
|
177
495
|
InstanceArn: string | undefined;
|
|
178
496
|
PermissionSetArn: string | undefined;
|
|
179
497
|
}
|
|
180
498
|
export interface DeleteInlinePolicyFromPermissionSetResponse {}
|
|
499
|
+
export interface DeleteInstanceRequest {
|
|
500
|
+
InstanceArn: string | undefined;
|
|
501
|
+
}
|
|
502
|
+
export interface DeleteInstanceResponse {}
|
|
181
503
|
export interface DeleteInstanceAccessControlAttributeConfigurationRequest {
|
|
182
504
|
InstanceArn: string | undefined;
|
|
183
505
|
}
|
|
@@ -192,6 +514,10 @@ export interface DeletePermissionSetRequest {
|
|
|
192
514
|
PermissionSetArn: string | undefined;
|
|
193
515
|
}
|
|
194
516
|
export interface DeletePermissionSetResponse {}
|
|
517
|
+
export interface DeleteTrustedTokenIssuerRequest {
|
|
518
|
+
TrustedTokenIssuerArn: string | undefined;
|
|
519
|
+
}
|
|
520
|
+
export interface DeleteTrustedTokenIssuerResponse {}
|
|
195
521
|
export interface DescribeAccountAssignmentCreationStatusRequest {
|
|
196
522
|
InstanceArn: string | undefined;
|
|
197
523
|
AccountAssignmentCreationRequestId: string | undefined;
|
|
@@ -206,6 +532,57 @@ export interface DescribeAccountAssignmentDeletionStatusRequest {
|
|
|
206
532
|
export interface DescribeAccountAssignmentDeletionStatusResponse {
|
|
207
533
|
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
208
534
|
}
|
|
535
|
+
export interface DescribeApplicationRequest {
|
|
536
|
+
ApplicationArn: string | undefined;
|
|
537
|
+
}
|
|
538
|
+
export interface DescribeApplicationResponse {
|
|
539
|
+
ApplicationArn?: string;
|
|
540
|
+
ApplicationProviderArn?: string;
|
|
541
|
+
Name?: string;
|
|
542
|
+
ApplicationAccount?: string;
|
|
543
|
+
InstanceArn?: string;
|
|
544
|
+
Status?: ApplicationStatus;
|
|
545
|
+
PortalOptions?: PortalOptions;
|
|
546
|
+
Description?: string;
|
|
547
|
+
CreatedDate?: Date;
|
|
548
|
+
}
|
|
549
|
+
export interface DescribeApplicationAssignmentRequest {
|
|
550
|
+
ApplicationArn: string | undefined;
|
|
551
|
+
PrincipalId: string | undefined;
|
|
552
|
+
PrincipalType: PrincipalType | undefined;
|
|
553
|
+
}
|
|
554
|
+
export interface DescribeApplicationAssignmentResponse {
|
|
555
|
+
PrincipalType?: PrincipalType;
|
|
556
|
+
PrincipalId?: string;
|
|
557
|
+
ApplicationArn?: string;
|
|
558
|
+
}
|
|
559
|
+
export interface DescribeApplicationProviderRequest {
|
|
560
|
+
ApplicationProviderArn: string | undefined;
|
|
561
|
+
}
|
|
562
|
+
export interface DescribeApplicationProviderResponse {
|
|
563
|
+
ApplicationProviderArn: string | undefined;
|
|
564
|
+
FederationProtocol?: FederationProtocol;
|
|
565
|
+
DisplayData?: DisplayData;
|
|
566
|
+
ResourceServerConfig?: ResourceServerConfig;
|
|
567
|
+
}
|
|
568
|
+
export interface DescribeInstanceRequest {
|
|
569
|
+
InstanceArn: string | undefined;
|
|
570
|
+
}
|
|
571
|
+
export declare const InstanceStatus: {
|
|
572
|
+
readonly ACTIVE: "ACTIVE";
|
|
573
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
574
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
575
|
+
};
|
|
576
|
+
export type InstanceStatus =
|
|
577
|
+
(typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
578
|
+
export interface DescribeInstanceResponse {
|
|
579
|
+
InstanceArn?: string;
|
|
580
|
+
IdentityStoreId?: string;
|
|
581
|
+
OwnerAccountId?: string;
|
|
582
|
+
Name?: string;
|
|
583
|
+
CreatedDate?: Date;
|
|
584
|
+
Status?: InstanceStatus;
|
|
585
|
+
}
|
|
209
586
|
export interface DescribeInstanceAccessControlAttributeConfigurationRequest {
|
|
210
587
|
InstanceArn: string | undefined;
|
|
211
588
|
}
|
|
@@ -243,6 +620,15 @@ export interface PermissionSetProvisioningStatus {
|
|
|
243
620
|
export interface DescribePermissionSetProvisioningStatusResponse {
|
|
244
621
|
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
245
622
|
}
|
|
623
|
+
export interface DescribeTrustedTokenIssuerRequest {
|
|
624
|
+
TrustedTokenIssuerArn: string | undefined;
|
|
625
|
+
}
|
|
626
|
+
export interface DescribeTrustedTokenIssuerResponse {
|
|
627
|
+
TrustedTokenIssuerArn?: string;
|
|
628
|
+
Name?: string;
|
|
629
|
+
TrustedTokenIssuerType?: TrustedTokenIssuerType;
|
|
630
|
+
TrustedTokenIssuerConfiguration?: TrustedTokenIssuerConfiguration;
|
|
631
|
+
}
|
|
246
632
|
export interface DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
|
|
247
633
|
InstanceArn: string | undefined;
|
|
248
634
|
PermissionSetArn: string | undefined;
|
|
@@ -255,6 +641,12 @@ export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
|
255
641
|
ManagedPolicyArn: string | undefined;
|
|
256
642
|
}
|
|
257
643
|
export interface DetachManagedPolicyFromPermissionSetResponse {}
|
|
644
|
+
export interface GetApplicationAssignmentConfigurationRequest {
|
|
645
|
+
ApplicationArn: string | undefined;
|
|
646
|
+
}
|
|
647
|
+
export interface GetApplicationAssignmentConfigurationResponse {
|
|
648
|
+
AssignmentRequired: boolean | undefined;
|
|
649
|
+
}
|
|
258
650
|
export interface GetInlinePolicyForPermissionSetRequest {
|
|
259
651
|
InstanceArn: string | undefined;
|
|
260
652
|
PermissionSetArn: string | undefined;
|
|
@@ -276,6 +668,10 @@ export interface GetPermissionsBoundaryForPermissionSetResponse {
|
|
|
276
668
|
export interface InstanceMetadata {
|
|
277
669
|
InstanceArn?: string;
|
|
278
670
|
IdentityStoreId?: string;
|
|
671
|
+
OwnerAccountId?: string;
|
|
672
|
+
Name?: string;
|
|
673
|
+
CreatedDate?: Date;
|
|
674
|
+
Status?: InstanceStatus;
|
|
279
675
|
}
|
|
280
676
|
export interface OperationStatusFilter {
|
|
281
677
|
Status?: StatusValues;
|
|
@@ -311,6 +707,21 @@ export interface ListAccountAssignmentsResponse {
|
|
|
311
707
|
AccountAssignments?: AccountAssignment[];
|
|
312
708
|
NextToken?: string;
|
|
313
709
|
}
|
|
710
|
+
export interface ListAccountAssignmentsFilter {
|
|
711
|
+
AccountId?: string;
|
|
712
|
+
}
|
|
713
|
+
export interface ListAccountAssignmentsForPrincipalRequest {
|
|
714
|
+
InstanceArn: string | undefined;
|
|
715
|
+
PrincipalId: string | undefined;
|
|
716
|
+
PrincipalType: PrincipalType | undefined;
|
|
717
|
+
Filter?: ListAccountAssignmentsFilter;
|
|
718
|
+
NextToken?: string;
|
|
719
|
+
MaxResults?: number;
|
|
720
|
+
}
|
|
721
|
+
export interface ListAccountAssignmentsForPrincipalResponse {
|
|
722
|
+
AccountAssignments?: AccountAssignmentForPrincipal[];
|
|
723
|
+
NextToken?: string;
|
|
724
|
+
}
|
|
314
725
|
export declare const ProvisioningStatus: {
|
|
315
726
|
readonly LATEST_PERMISSION_SET_NOT_PROVISIONED: "LATEST_PERMISSION_SET_NOT_PROVISIONED";
|
|
316
727
|
readonly LATEST_PERMISSION_SET_PROVISIONED: "LATEST_PERMISSION_SET_PROVISIONED";
|
|
@@ -328,6 +739,52 @@ export interface ListAccountsForProvisionedPermissionSetResponse {
|
|
|
328
739
|
AccountIds?: string[];
|
|
329
740
|
NextToken?: string;
|
|
330
741
|
}
|
|
742
|
+
export interface ListApplicationAssignmentsRequest {
|
|
743
|
+
ApplicationArn: string | undefined;
|
|
744
|
+
MaxResults?: number;
|
|
745
|
+
NextToken?: string;
|
|
746
|
+
}
|
|
747
|
+
export interface ListApplicationAssignmentsResponse {
|
|
748
|
+
ApplicationAssignments?: ApplicationAssignment[];
|
|
749
|
+
NextToken?: string;
|
|
750
|
+
}
|
|
751
|
+
export interface ListApplicationAssignmentsFilter {
|
|
752
|
+
ApplicationArn?: string;
|
|
753
|
+
}
|
|
754
|
+
export interface ListApplicationAssignmentsForPrincipalRequest {
|
|
755
|
+
InstanceArn: string | undefined;
|
|
756
|
+
PrincipalId: string | undefined;
|
|
757
|
+
PrincipalType: PrincipalType | undefined;
|
|
758
|
+
Filter?: ListApplicationAssignmentsFilter;
|
|
759
|
+
NextToken?: string;
|
|
760
|
+
MaxResults?: number;
|
|
761
|
+
}
|
|
762
|
+
export interface ListApplicationAssignmentsForPrincipalResponse {
|
|
763
|
+
ApplicationAssignments?: ApplicationAssignmentForPrincipal[];
|
|
764
|
+
NextToken?: string;
|
|
765
|
+
}
|
|
766
|
+
export interface ListApplicationProvidersRequest {
|
|
767
|
+
MaxResults?: number;
|
|
768
|
+
NextToken?: string;
|
|
769
|
+
}
|
|
770
|
+
export interface ListApplicationProvidersResponse {
|
|
771
|
+
ApplicationProviders?: ApplicationProvider[];
|
|
772
|
+
NextToken?: string;
|
|
773
|
+
}
|
|
774
|
+
export interface ListApplicationsFilter {
|
|
775
|
+
ApplicationAccount?: string;
|
|
776
|
+
ApplicationProvider?: string;
|
|
777
|
+
}
|
|
778
|
+
export interface ListApplicationsRequest {
|
|
779
|
+
InstanceArn: string | undefined;
|
|
780
|
+
MaxResults?: number;
|
|
781
|
+
NextToken?: string;
|
|
782
|
+
Filter?: ListApplicationsFilter;
|
|
783
|
+
}
|
|
784
|
+
export interface ListApplicationsResponse {
|
|
785
|
+
Applications?: Application[];
|
|
786
|
+
NextToken?: string;
|
|
787
|
+
}
|
|
331
788
|
export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
|
|
332
789
|
InstanceArn: string | undefined;
|
|
333
790
|
PermissionSetArn: string | undefined;
|
|
@@ -392,7 +849,7 @@ export interface ListPermissionSetsProvisionedToAccountResponse {
|
|
|
392
849
|
PermissionSets?: string[];
|
|
393
850
|
}
|
|
394
851
|
export interface ListTagsForResourceRequest {
|
|
395
|
-
InstanceArn
|
|
852
|
+
InstanceArn?: string;
|
|
396
853
|
ResourceArn: string | undefined;
|
|
397
854
|
NextToken?: string;
|
|
398
855
|
}
|
|
@@ -400,6 +857,25 @@ export interface ListTagsForResourceResponse {
|
|
|
400
857
|
Tags?: Tag[];
|
|
401
858
|
NextToken?: string;
|
|
402
859
|
}
|
|
860
|
+
export interface ListTrustedTokenIssuersRequest {
|
|
861
|
+
InstanceArn: string | undefined;
|
|
862
|
+
MaxResults?: number;
|
|
863
|
+
NextToken?: string;
|
|
864
|
+
}
|
|
865
|
+
export interface TrustedTokenIssuerMetadata {
|
|
866
|
+
TrustedTokenIssuerArn?: string;
|
|
867
|
+
Name?: string;
|
|
868
|
+
TrustedTokenIssuerType?: TrustedTokenIssuerType;
|
|
869
|
+
}
|
|
870
|
+
export interface ListTrustedTokenIssuersResponse {
|
|
871
|
+
TrustedTokenIssuers?: TrustedTokenIssuerMetadata[];
|
|
872
|
+
NextToken?: string;
|
|
873
|
+
}
|
|
874
|
+
export interface OidcJwtUpdateConfiguration {
|
|
875
|
+
ClaimAttributePath?: string;
|
|
876
|
+
IdentityStoreAttributePath?: string;
|
|
877
|
+
JwksRetrievalOption?: JwksRetrievalOption;
|
|
878
|
+
}
|
|
403
879
|
export declare const ProvisionTargetType: {
|
|
404
880
|
readonly ALL_PROVISIONED_ACCOUNTS: "ALL_PROVISIONED_ACCOUNTS";
|
|
405
881
|
readonly AWS_ACCOUNT: "AWS_ACCOUNT";
|
|
@@ -415,6 +891,11 @@ export interface ProvisionPermissionSetRequest {
|
|
|
415
891
|
export interface ProvisionPermissionSetResponse {
|
|
416
892
|
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
417
893
|
}
|
|
894
|
+
export interface PutApplicationAssignmentConfigurationRequest {
|
|
895
|
+
ApplicationArn: string | undefined;
|
|
896
|
+
AssignmentRequired: boolean | undefined;
|
|
897
|
+
}
|
|
898
|
+
export interface PutApplicationAssignmentConfigurationResponse {}
|
|
418
899
|
export interface PutInlinePolicyToPermissionSetRequest {
|
|
419
900
|
InstanceArn: string | undefined;
|
|
420
901
|
PermissionSetArn: string | undefined;
|
|
@@ -428,17 +909,33 @@ export interface PutPermissionsBoundaryToPermissionSetRequest {
|
|
|
428
909
|
}
|
|
429
910
|
export interface PutPermissionsBoundaryToPermissionSetResponse {}
|
|
430
911
|
export interface TagResourceRequest {
|
|
431
|
-
InstanceArn
|
|
912
|
+
InstanceArn?: string;
|
|
432
913
|
ResourceArn: string | undefined;
|
|
433
914
|
Tags: Tag[] | undefined;
|
|
434
915
|
}
|
|
435
916
|
export interface TagResourceResponse {}
|
|
436
917
|
export interface UntagResourceRequest {
|
|
437
|
-
InstanceArn
|
|
918
|
+
InstanceArn?: string;
|
|
438
919
|
ResourceArn: string | undefined;
|
|
439
920
|
TagKeys: string[] | undefined;
|
|
440
921
|
}
|
|
441
922
|
export interface UntagResourceResponse {}
|
|
923
|
+
export interface UpdateApplicationPortalOptions {
|
|
924
|
+
SignInOptions?: SignInOptions;
|
|
925
|
+
}
|
|
926
|
+
export interface UpdateApplicationRequest {
|
|
927
|
+
ApplicationArn: string | undefined;
|
|
928
|
+
Name?: string;
|
|
929
|
+
Description?: string;
|
|
930
|
+
Status?: ApplicationStatus;
|
|
931
|
+
PortalOptions?: UpdateApplicationPortalOptions;
|
|
932
|
+
}
|
|
933
|
+
export interface UpdateApplicationResponse {}
|
|
934
|
+
export interface UpdateInstanceRequest {
|
|
935
|
+
Name: string | undefined;
|
|
936
|
+
InstanceArn: string | undefined;
|
|
937
|
+
}
|
|
938
|
+
export interface UpdateInstanceResponse {}
|
|
442
939
|
export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
443
940
|
InstanceArn: string | undefined;
|
|
444
941
|
InstanceAccessControlAttributeConfiguration:
|
|
@@ -454,3 +951,30 @@ export interface UpdatePermissionSetRequest {
|
|
|
454
951
|
RelayState?: string;
|
|
455
952
|
}
|
|
456
953
|
export interface UpdatePermissionSetResponse {}
|
|
954
|
+
export type TrustedTokenIssuerUpdateConfiguration =
|
|
955
|
+
| TrustedTokenIssuerUpdateConfiguration.OidcJwtConfigurationMember
|
|
956
|
+
| TrustedTokenIssuerUpdateConfiguration.$UnknownMember;
|
|
957
|
+
export declare namespace TrustedTokenIssuerUpdateConfiguration {
|
|
958
|
+
interface OidcJwtConfigurationMember {
|
|
959
|
+
OidcJwtConfiguration: OidcJwtUpdateConfiguration;
|
|
960
|
+
$unknown?: never;
|
|
961
|
+
}
|
|
962
|
+
interface $UnknownMember {
|
|
963
|
+
OidcJwtConfiguration?: never;
|
|
964
|
+
$unknown: [string, any];
|
|
965
|
+
}
|
|
966
|
+
interface Visitor<T> {
|
|
967
|
+
OidcJwtConfiguration: (value: OidcJwtUpdateConfiguration) => T;
|
|
968
|
+
_: (name: string, value: any) => T;
|
|
969
|
+
}
|
|
970
|
+
const visit: <T>(
|
|
971
|
+
value: TrustedTokenIssuerUpdateConfiguration,
|
|
972
|
+
visitor: Visitor<T>
|
|
973
|
+
) => T;
|
|
974
|
+
}
|
|
975
|
+
export interface UpdateTrustedTokenIssuerRequest {
|
|
976
|
+
TrustedTokenIssuerArn: string | undefined;
|
|
977
|
+
Name?: string;
|
|
978
|
+
TrustedTokenIssuerConfiguration?: TrustedTokenIssuerUpdateConfiguration;
|
|
979
|
+
}
|
|
980
|
+
export interface UpdateTrustedTokenIssuerResponse {}
|