@aws-sdk/client-sso-admin 3.496.0 → 3.501.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/dist-cjs/index.js +34 -33
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -6052,14 +6052,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6052
6052
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6053
6053
|
|
|
6054
6054
|
0 && (module.exports = {
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
|
|
6055
|
+
SSOAdminServiceException,
|
|
6056
|
+
__Client,
|
|
6057
|
+
SSOAdminClient,
|
|
6058
|
+
SSOAdmin,
|
|
6059
|
+
$Command,
|
|
6058
6060
|
AttachCustomerManagedPolicyReferenceToPermissionSetCommand,
|
|
6059
6061
|
AttachManagedPolicyToPermissionSetCommand,
|
|
6060
|
-
AuthenticationMethod,
|
|
6061
|
-
AuthenticationMethodType,
|
|
6062
|
-
ConflictException,
|
|
6063
6062
|
CreateAccountAssignmentCommand,
|
|
6064
6063
|
CreateApplicationAssignmentCommand,
|
|
6065
6064
|
CreateApplicationCommand,
|
|
@@ -6091,19 +6090,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6091
6090
|
DescribeTrustedTokenIssuerCommand,
|
|
6092
6091
|
DetachCustomerManagedPolicyReferenceFromPermissionSetCommand,
|
|
6093
6092
|
DetachManagedPolicyFromPermissionSetCommand,
|
|
6094
|
-
FederationProtocol,
|
|
6095
6093
|
GetApplicationAccessScopeCommand,
|
|
6096
6094
|
GetApplicationAssignmentConfigurationCommand,
|
|
6097
6095
|
GetApplicationAuthenticationMethodCommand,
|
|
6098
6096
|
GetApplicationGrantCommand,
|
|
6099
6097
|
GetInlinePolicyForPermissionSetCommand,
|
|
6100
6098
|
GetPermissionsBoundaryForPermissionSetCommand,
|
|
6101
|
-
Grant,
|
|
6102
|
-
GrantType,
|
|
6103
|
-
InstanceAccessControlAttributeConfigurationStatus,
|
|
6104
|
-
InstanceStatus,
|
|
6105
|
-
InternalServerException,
|
|
6106
|
-
JwksRetrievalOption,
|
|
6107
6099
|
ListAccountAssignmentCreationStatusCommand,
|
|
6108
6100
|
ListAccountAssignmentDeletionStatusCommand,
|
|
6109
6101
|
ListAccountAssignmentsCommand,
|
|
@@ -6124,45 +6116,28 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6124
6116
|
ListPermissionSetsProvisionedToAccountCommand,
|
|
6125
6117
|
ListTagsForResourceCommand,
|
|
6126
6118
|
ListTrustedTokenIssuersCommand,
|
|
6127
|
-
PrincipalType,
|
|
6128
6119
|
ProvisionPermissionSetCommand,
|
|
6129
|
-
ProvisionTargetType,
|
|
6130
|
-
ProvisioningStatus,
|
|
6131
6120
|
PutApplicationAccessScopeCommand,
|
|
6132
6121
|
PutApplicationAssignmentConfigurationCommand,
|
|
6133
6122
|
PutApplicationAuthenticationMethodCommand,
|
|
6134
6123
|
PutApplicationGrantCommand,
|
|
6135
6124
|
PutInlinePolicyToPermissionSetCommand,
|
|
6136
6125
|
PutPermissionsBoundaryToPermissionSetCommand,
|
|
6137
|
-
ResourceNotFoundException,
|
|
6138
|
-
SSOAdmin,
|
|
6139
|
-
SSOAdminClient,
|
|
6140
|
-
SSOAdminServiceException,
|
|
6141
|
-
ServiceQuotaExceededException,
|
|
6142
|
-
SignInOrigin,
|
|
6143
|
-
StatusValues,
|
|
6144
6126
|
TagResourceCommand,
|
|
6145
|
-
TargetType,
|
|
6146
|
-
ThrottlingException,
|
|
6147
|
-
TrustedTokenIssuerConfiguration,
|
|
6148
|
-
TrustedTokenIssuerType,
|
|
6149
|
-
TrustedTokenIssuerUpdateConfiguration,
|
|
6150
6127
|
UntagResourceCommand,
|
|
6151
6128
|
UpdateApplicationCommand,
|
|
6152
6129
|
UpdateInstanceAccessControlAttributeConfigurationCommand,
|
|
6153
6130
|
UpdateInstanceCommand,
|
|
6154
6131
|
UpdatePermissionSetCommand,
|
|
6155
6132
|
UpdateTrustedTokenIssuerCommand,
|
|
6156
|
-
ValidationException,
|
|
6157
|
-
__Client,
|
|
6158
6133
|
paginateListAccountAssignmentCreationStatus,
|
|
6159
6134
|
paginateListAccountAssignmentDeletionStatus,
|
|
6160
|
-
paginateListAccountAssignments,
|
|
6161
6135
|
paginateListAccountAssignmentsForPrincipal,
|
|
6136
|
+
paginateListAccountAssignments,
|
|
6162
6137
|
paginateListAccountsForProvisionedPermissionSet,
|
|
6163
6138
|
paginateListApplicationAccessScopes,
|
|
6164
|
-
paginateListApplicationAssignments,
|
|
6165
6139
|
paginateListApplicationAssignmentsForPrincipal,
|
|
6140
|
+
paginateListApplicationAssignments,
|
|
6166
6141
|
paginateListApplicationAuthenticationMethods,
|
|
6167
6142
|
paginateListApplicationGrants,
|
|
6168
6143
|
paginateListApplicationProviders,
|
|
@@ -6174,6 +6149,32 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6174
6149
|
paginateListPermissionSets,
|
|
6175
6150
|
paginateListPermissionSetsProvisionedToAccount,
|
|
6176
6151
|
paginateListTagsForResource,
|
|
6177
|
-
paginateListTrustedTokenIssuers
|
|
6152
|
+
paginateListTrustedTokenIssuers,
|
|
6153
|
+
AccessDeniedException,
|
|
6154
|
+
PrincipalType,
|
|
6155
|
+
StatusValues,
|
|
6156
|
+
TargetType,
|
|
6157
|
+
SignInOrigin,
|
|
6158
|
+
ApplicationVisibility,
|
|
6159
|
+
ApplicationStatus,
|
|
6160
|
+
ConflictException,
|
|
6161
|
+
InternalServerException,
|
|
6162
|
+
ResourceNotFoundException,
|
|
6163
|
+
ThrottlingException,
|
|
6164
|
+
ValidationException,
|
|
6165
|
+
AuthenticationMethodType,
|
|
6166
|
+
AuthenticationMethod,
|
|
6167
|
+
GrantType,
|
|
6168
|
+
Grant,
|
|
6169
|
+
FederationProtocol,
|
|
6170
|
+
ServiceQuotaExceededException,
|
|
6171
|
+
JwksRetrievalOption,
|
|
6172
|
+
TrustedTokenIssuerConfiguration,
|
|
6173
|
+
TrustedTokenIssuerType,
|
|
6174
|
+
InstanceStatus,
|
|
6175
|
+
InstanceAccessControlAttributeConfigurationStatus,
|
|
6176
|
+
ProvisioningStatus,
|
|
6177
|
+
ProvisionTargetType,
|
|
6178
|
+
TrustedTokenIssuerUpdateConfiguration
|
|
6178
6179
|
});
|
|
6179
6180
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso-admin",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Admin Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso-admin",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|