@aws-sdk/client-sso-admin 3.495.0 → 3.499.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 +36 -33
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -6050,15 +6050,15 @@ var paginateListTrustedTokenIssuers = (0, import_core21.createPaginator)(SSOAdmi
|
|
|
6050
6050
|
// src/index.ts
|
|
6051
6051
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
6052
6052
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6053
|
+
|
|
6053
6054
|
0 && (module.exports = {
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
|
|
6055
|
+
SSOAdminServiceException,
|
|
6056
|
+
__Client,
|
|
6057
|
+
SSOAdminClient,
|
|
6058
|
+
SSOAdmin,
|
|
6059
|
+
$Command,
|
|
6057
6060
|
AttachCustomerManagedPolicyReferenceToPermissionSetCommand,
|
|
6058
6061
|
AttachManagedPolicyToPermissionSetCommand,
|
|
6059
|
-
AuthenticationMethod,
|
|
6060
|
-
AuthenticationMethodType,
|
|
6061
|
-
ConflictException,
|
|
6062
6062
|
CreateAccountAssignmentCommand,
|
|
6063
6063
|
CreateApplicationAssignmentCommand,
|
|
6064
6064
|
CreateApplicationCommand,
|
|
@@ -6090,19 +6090,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6090
6090
|
DescribeTrustedTokenIssuerCommand,
|
|
6091
6091
|
DetachCustomerManagedPolicyReferenceFromPermissionSetCommand,
|
|
6092
6092
|
DetachManagedPolicyFromPermissionSetCommand,
|
|
6093
|
-
FederationProtocol,
|
|
6094
6093
|
GetApplicationAccessScopeCommand,
|
|
6095
6094
|
GetApplicationAssignmentConfigurationCommand,
|
|
6096
6095
|
GetApplicationAuthenticationMethodCommand,
|
|
6097
6096
|
GetApplicationGrantCommand,
|
|
6098
6097
|
GetInlinePolicyForPermissionSetCommand,
|
|
6099
6098
|
GetPermissionsBoundaryForPermissionSetCommand,
|
|
6100
|
-
Grant,
|
|
6101
|
-
GrantType,
|
|
6102
|
-
InstanceAccessControlAttributeConfigurationStatus,
|
|
6103
|
-
InstanceStatus,
|
|
6104
|
-
InternalServerException,
|
|
6105
|
-
JwksRetrievalOption,
|
|
6106
6099
|
ListAccountAssignmentCreationStatusCommand,
|
|
6107
6100
|
ListAccountAssignmentDeletionStatusCommand,
|
|
6108
6101
|
ListAccountAssignmentsCommand,
|
|
@@ -6123,45 +6116,28 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6123
6116
|
ListPermissionSetsProvisionedToAccountCommand,
|
|
6124
6117
|
ListTagsForResourceCommand,
|
|
6125
6118
|
ListTrustedTokenIssuersCommand,
|
|
6126
|
-
PrincipalType,
|
|
6127
6119
|
ProvisionPermissionSetCommand,
|
|
6128
|
-
ProvisionTargetType,
|
|
6129
|
-
ProvisioningStatus,
|
|
6130
6120
|
PutApplicationAccessScopeCommand,
|
|
6131
6121
|
PutApplicationAssignmentConfigurationCommand,
|
|
6132
6122
|
PutApplicationAuthenticationMethodCommand,
|
|
6133
6123
|
PutApplicationGrantCommand,
|
|
6134
6124
|
PutInlinePolicyToPermissionSetCommand,
|
|
6135
6125
|
PutPermissionsBoundaryToPermissionSetCommand,
|
|
6136
|
-
ResourceNotFoundException,
|
|
6137
|
-
SSOAdmin,
|
|
6138
|
-
SSOAdminClient,
|
|
6139
|
-
SSOAdminServiceException,
|
|
6140
|
-
ServiceQuotaExceededException,
|
|
6141
|
-
SignInOrigin,
|
|
6142
|
-
StatusValues,
|
|
6143
6126
|
TagResourceCommand,
|
|
6144
|
-
TargetType,
|
|
6145
|
-
ThrottlingException,
|
|
6146
|
-
TrustedTokenIssuerConfiguration,
|
|
6147
|
-
TrustedTokenIssuerType,
|
|
6148
|
-
TrustedTokenIssuerUpdateConfiguration,
|
|
6149
6127
|
UntagResourceCommand,
|
|
6150
6128
|
UpdateApplicationCommand,
|
|
6151
6129
|
UpdateInstanceAccessControlAttributeConfigurationCommand,
|
|
6152
6130
|
UpdateInstanceCommand,
|
|
6153
6131
|
UpdatePermissionSetCommand,
|
|
6154
6132
|
UpdateTrustedTokenIssuerCommand,
|
|
6155
|
-
ValidationException,
|
|
6156
|
-
__Client,
|
|
6157
6133
|
paginateListAccountAssignmentCreationStatus,
|
|
6158
6134
|
paginateListAccountAssignmentDeletionStatus,
|
|
6159
|
-
paginateListAccountAssignments,
|
|
6160
6135
|
paginateListAccountAssignmentsForPrincipal,
|
|
6136
|
+
paginateListAccountAssignments,
|
|
6161
6137
|
paginateListAccountsForProvisionedPermissionSet,
|
|
6162
6138
|
paginateListApplicationAccessScopes,
|
|
6163
|
-
paginateListApplicationAssignments,
|
|
6164
6139
|
paginateListApplicationAssignmentsForPrincipal,
|
|
6140
|
+
paginateListApplicationAssignments,
|
|
6165
6141
|
paginateListApplicationAuthenticationMethods,
|
|
6166
6142
|
paginateListApplicationGrants,
|
|
6167
6143
|
paginateListApplicationProviders,
|
|
@@ -6173,5 +6149,32 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6173
6149
|
paginateListPermissionSets,
|
|
6174
6150
|
paginateListPermissionSetsProvisionedToAccount,
|
|
6175
6151
|
paginateListTagsForResource,
|
|
6176
|
-
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
|
|
6177
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.499.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,48 +20,48 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|