@aws-sdk/client-sso-admin 3.758.0 → 3.774.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 +42 -49
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ApplicationStatus: () => ApplicationStatus,
|
|
26
26
|
ApplicationVisibility: () => ApplicationVisibility,
|
|
@@ -145,7 +145,7 @@ __export(src_exports, {
|
|
|
145
145
|
paginateListTagsForResource: () => paginateListTagsForResource,
|
|
146
146
|
paginateListTrustedTokenIssuers: () => paginateListTrustedTokenIssuers
|
|
147
147
|
});
|
|
148
|
-
module.exports = __toCommonJS(
|
|
148
|
+
module.exports = __toCommonJS(index_exports);
|
|
149
149
|
|
|
150
150
|
// src/SSOAdminClient.ts
|
|
151
151
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -272,9 +272,9 @@ var SSOAdminClient = class extends import_smithy_client.Client {
|
|
|
272
272
|
this.middlewareStack.use(
|
|
273
273
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
274
274
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSSOAdminHttpAuthSchemeParametersProvider,
|
|
275
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
275
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
276
276
|
"aws.auth#sigv4": config.credentials
|
|
277
|
-
})
|
|
277
|
+
}), "identityProviderConfigProvider")
|
|
278
278
|
})
|
|
279
279
|
);
|
|
280
280
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -469,8 +469,7 @@ var AuthenticationMethodType = {
|
|
|
469
469
|
var AuthenticationMethod;
|
|
470
470
|
((AuthenticationMethod2) => {
|
|
471
471
|
AuthenticationMethod2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
472
|
-
if (value.Iam !== void 0)
|
|
473
|
-
return visitor.Iam(value.Iam);
|
|
472
|
+
if (value.Iam !== void 0) return visitor.Iam(value.Iam);
|
|
474
473
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
475
474
|
}, "visit");
|
|
476
475
|
})(AuthenticationMethod || (AuthenticationMethod = {}));
|
|
@@ -483,14 +482,10 @@ var GrantType = {
|
|
|
483
482
|
var Grant;
|
|
484
483
|
((Grant3) => {
|
|
485
484
|
Grant3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
486
|
-
if (value.AuthorizationCode !== void 0)
|
|
487
|
-
|
|
488
|
-
if (value.
|
|
489
|
-
|
|
490
|
-
if (value.RefreshToken !== void 0)
|
|
491
|
-
return visitor.RefreshToken(value.RefreshToken);
|
|
492
|
-
if (value.TokenExchange !== void 0)
|
|
493
|
-
return visitor.TokenExchange(value.TokenExchange);
|
|
485
|
+
if (value.AuthorizationCode !== void 0) return visitor.AuthorizationCode(value.AuthorizationCode);
|
|
486
|
+
if (value.JwtBearer !== void 0) return visitor.JwtBearer(value.JwtBearer);
|
|
487
|
+
if (value.RefreshToken !== void 0) return visitor.RefreshToken(value.RefreshToken);
|
|
488
|
+
if (value.TokenExchange !== void 0) return visitor.TokenExchange(value.TokenExchange);
|
|
494
489
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
495
490
|
}, "visit");
|
|
496
491
|
})(Grant || (Grant = {}));
|
|
@@ -524,8 +519,7 @@ var JwksRetrievalOption = {
|
|
|
524
519
|
var TrustedTokenIssuerConfiguration;
|
|
525
520
|
((TrustedTokenIssuerConfiguration3) => {
|
|
526
521
|
TrustedTokenIssuerConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
527
|
-
if (value.OidcJwtConfiguration !== void 0)
|
|
528
|
-
return visitor.OidcJwtConfiguration(value.OidcJwtConfiguration);
|
|
522
|
+
if (value.OidcJwtConfiguration !== void 0) return visitor.OidcJwtConfiguration(value.OidcJwtConfiguration);
|
|
529
523
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
530
524
|
}, "visit");
|
|
531
525
|
})(TrustedTokenIssuerConfiguration || (TrustedTokenIssuerConfiguration = {}));
|
|
@@ -553,8 +547,7 @@ var ProvisionTargetType = {
|
|
|
553
547
|
var TrustedTokenIssuerUpdateConfiguration;
|
|
554
548
|
((TrustedTokenIssuerUpdateConfiguration3) => {
|
|
555
549
|
TrustedTokenIssuerUpdateConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
556
|
-
if (value.OidcJwtConfiguration !== void 0)
|
|
557
|
-
return visitor.OidcJwtConfiguration(value.OidcJwtConfiguration);
|
|
550
|
+
if (value.OidcJwtConfiguration !== void 0) return visitor.OidcJwtConfiguration(value.OidcJwtConfiguration);
|
|
558
551
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
559
552
|
}, "visit");
|
|
560
553
|
})(TrustedTokenIssuerUpdateConfiguration || (TrustedTokenIssuerUpdateConfiguration = {}));
|
|
@@ -2034,8 +2027,8 @@ var se_ActorPolicyDocument = /* @__PURE__ */ __name((input, context) => {
|
|
|
2034
2027
|
}, "se_ActorPolicyDocument");
|
|
2035
2028
|
var se_AuthenticationMethod = /* @__PURE__ */ __name((input, context) => {
|
|
2036
2029
|
return AuthenticationMethod.visit(input, {
|
|
2037
|
-
Iam: (value) => ({ Iam: se_IamAuthenticationMethod(value, context) }),
|
|
2038
|
-
_: (name, value) => ({ [name]: value })
|
|
2030
|
+
Iam: /* @__PURE__ */ __name((value) => ({ Iam: se_IamAuthenticationMethod(value, context) }), "Iam"),
|
|
2031
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
2039
2032
|
});
|
|
2040
2033
|
}, "se_AuthenticationMethod");
|
|
2041
2034
|
var se_CreateApplicationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2069,19 +2062,19 @@ var se_CreateTrustedTokenIssuerRequest = /* @__PURE__ */ __name((input, context)
|
|
|
2069
2062
|
}, "se_CreateTrustedTokenIssuerRequest");
|
|
2070
2063
|
var se_IamAuthenticationMethod = /* @__PURE__ */ __name((input, context) => {
|
|
2071
2064
|
return (0, import_smithy_client.take)(input, {
|
|
2072
|
-
ActorPolicy: (_) => se_ActorPolicyDocument(_, context)
|
|
2065
|
+
ActorPolicy: /* @__PURE__ */ __name((_) => se_ActorPolicyDocument(_, context), "ActorPolicy")
|
|
2073
2066
|
});
|
|
2074
2067
|
}, "se_IamAuthenticationMethod");
|
|
2075
2068
|
var se_PutApplicationAuthenticationMethodRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2076
2069
|
return (0, import_smithy_client.take)(input, {
|
|
2077
2070
|
ApplicationArn: [],
|
|
2078
|
-
AuthenticationMethod: (_) => se_AuthenticationMethod(_, context),
|
|
2071
|
+
AuthenticationMethod: /* @__PURE__ */ __name((_) => se_AuthenticationMethod(_, context), "AuthenticationMethod"),
|
|
2079
2072
|
AuthenticationMethodType: []
|
|
2080
2073
|
});
|
|
2081
2074
|
}, "se_PutApplicationAuthenticationMethodRequest");
|
|
2082
2075
|
var de_AccountAssignmentOperationStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2083
2076
|
return (0, import_smithy_client.take)(output, {
|
|
2084
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2077
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2085
2078
|
FailureReason: import_smithy_client.expectString,
|
|
2086
2079
|
PermissionSetArn: import_smithy_client.expectString,
|
|
2087
2080
|
PrincipalId: import_smithy_client.expectString,
|
|
@@ -2100,7 +2093,7 @@ var de_AccountAssignmentOperationStatusList = /* @__PURE__ */ __name((output, co
|
|
|
2100
2093
|
}, "de_AccountAssignmentOperationStatusList");
|
|
2101
2094
|
var de_AccountAssignmentOperationStatusMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
2102
2095
|
return (0, import_smithy_client.take)(output, {
|
|
2103
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2096
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2104
2097
|
RequestId: import_smithy_client.expectString,
|
|
2105
2098
|
Status: import_smithy_client.expectString
|
|
2106
2099
|
});
|
|
@@ -2113,7 +2106,7 @@ var de_Application = /* @__PURE__ */ __name((output, context) => {
|
|
|
2113
2106
|
ApplicationAccount: import_smithy_client.expectString,
|
|
2114
2107
|
ApplicationArn: import_smithy_client.expectString,
|
|
2115
2108
|
ApplicationProviderArn: import_smithy_client.expectString,
|
|
2116
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2109
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2117
2110
|
Description: import_smithy_client.expectString,
|
|
2118
2111
|
InstanceArn: import_smithy_client.expectString,
|
|
2119
2112
|
Name: import_smithy_client.expectString,
|
|
@@ -2137,7 +2130,7 @@ var de_AuthenticationMethod = /* @__PURE__ */ __name((output, context) => {
|
|
|
2137
2130
|
}, "de_AuthenticationMethod");
|
|
2138
2131
|
var de_AuthenticationMethodItem = /* @__PURE__ */ __name((output, context) => {
|
|
2139
2132
|
return (0, import_smithy_client.take)(output, {
|
|
2140
|
-
AuthenticationMethod: (_) => de_AuthenticationMethod((0, import_core2.awsExpectUnion)(_), context),
|
|
2133
|
+
AuthenticationMethod: /* @__PURE__ */ __name((_) => de_AuthenticationMethod((0, import_core2.awsExpectUnion)(_), context), "AuthenticationMethod"),
|
|
2141
2134
|
AuthenticationMethodType: import_smithy_client.expectString
|
|
2142
2135
|
});
|
|
2143
2136
|
}, "de_AuthenticationMethodItem");
|
|
@@ -2149,27 +2142,27 @@ var de_AuthenticationMethods = /* @__PURE__ */ __name((output, context) => {
|
|
|
2149
2142
|
}, "de_AuthenticationMethods");
|
|
2150
2143
|
var de_CreateAccountAssignmentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2151
2144
|
return (0, import_smithy_client.take)(output, {
|
|
2152
|
-
AccountAssignmentCreationStatus: (_) => de_AccountAssignmentOperationStatus(_, context)
|
|
2145
|
+
AccountAssignmentCreationStatus: /* @__PURE__ */ __name((_) => de_AccountAssignmentOperationStatus(_, context), "AccountAssignmentCreationStatus")
|
|
2153
2146
|
});
|
|
2154
2147
|
}, "de_CreateAccountAssignmentResponse");
|
|
2155
2148
|
var de_CreatePermissionSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2156
2149
|
return (0, import_smithy_client.take)(output, {
|
|
2157
|
-
PermissionSet: (_) => de_PermissionSet(_, context)
|
|
2150
|
+
PermissionSet: /* @__PURE__ */ __name((_) => de_PermissionSet(_, context), "PermissionSet")
|
|
2158
2151
|
});
|
|
2159
2152
|
}, "de_CreatePermissionSetResponse");
|
|
2160
2153
|
var de_DeleteAccountAssignmentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2161
2154
|
return (0, import_smithy_client.take)(output, {
|
|
2162
|
-
AccountAssignmentDeletionStatus: (_) => de_AccountAssignmentOperationStatus(_, context)
|
|
2155
|
+
AccountAssignmentDeletionStatus: /* @__PURE__ */ __name((_) => de_AccountAssignmentOperationStatus(_, context), "AccountAssignmentDeletionStatus")
|
|
2163
2156
|
});
|
|
2164
2157
|
}, "de_DeleteAccountAssignmentResponse");
|
|
2165
2158
|
var de_DescribeAccountAssignmentCreationStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2166
2159
|
return (0, import_smithy_client.take)(output, {
|
|
2167
|
-
AccountAssignmentCreationStatus: (_) => de_AccountAssignmentOperationStatus(_, context)
|
|
2160
|
+
AccountAssignmentCreationStatus: /* @__PURE__ */ __name((_) => de_AccountAssignmentOperationStatus(_, context), "AccountAssignmentCreationStatus")
|
|
2168
2161
|
});
|
|
2169
2162
|
}, "de_DescribeAccountAssignmentCreationStatusResponse");
|
|
2170
2163
|
var de_DescribeAccountAssignmentDeletionStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2171
2164
|
return (0, import_smithy_client.take)(output, {
|
|
2172
|
-
AccountAssignmentDeletionStatus: (_) => de_AccountAssignmentOperationStatus(_, context)
|
|
2165
|
+
AccountAssignmentDeletionStatus: /* @__PURE__ */ __name((_) => de_AccountAssignmentOperationStatus(_, context), "AccountAssignmentDeletionStatus")
|
|
2173
2166
|
});
|
|
2174
2167
|
}, "de_DescribeAccountAssignmentDeletionStatusResponse");
|
|
2175
2168
|
var de_DescribeApplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2177,7 +2170,7 @@ var de_DescribeApplicationResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2177
2170
|
ApplicationAccount: import_smithy_client.expectString,
|
|
2178
2171
|
ApplicationArn: import_smithy_client.expectString,
|
|
2179
2172
|
ApplicationProviderArn: import_smithy_client.expectString,
|
|
2180
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2173
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2181
2174
|
Description: import_smithy_client.expectString,
|
|
2182
2175
|
InstanceArn: import_smithy_client.expectString,
|
|
2183
2176
|
Name: import_smithy_client.expectString,
|
|
@@ -2187,7 +2180,7 @@ var de_DescribeApplicationResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2187
2180
|
}, "de_DescribeApplicationResponse");
|
|
2188
2181
|
var de_DescribeInstanceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2189
2182
|
return (0, import_smithy_client.take)(output, {
|
|
2190
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2183
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2191
2184
|
IdentityStoreId: import_smithy_client.expectString,
|
|
2192
2185
|
InstanceArn: import_smithy_client.expectString,
|
|
2193
2186
|
Name: import_smithy_client.expectString,
|
|
@@ -2197,22 +2190,22 @@ var de_DescribeInstanceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2197
2190
|
}, "de_DescribeInstanceResponse");
|
|
2198
2191
|
var de_DescribePermissionSetProvisioningStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2199
2192
|
return (0, import_smithy_client.take)(output, {
|
|
2200
|
-
PermissionSetProvisioningStatus: (_) => de_PermissionSetProvisioningStatus(_, context)
|
|
2193
|
+
PermissionSetProvisioningStatus: /* @__PURE__ */ __name((_) => de_PermissionSetProvisioningStatus(_, context), "PermissionSetProvisioningStatus")
|
|
2201
2194
|
});
|
|
2202
2195
|
}, "de_DescribePermissionSetProvisioningStatusResponse");
|
|
2203
2196
|
var de_DescribePermissionSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2204
2197
|
return (0, import_smithy_client.take)(output, {
|
|
2205
|
-
PermissionSet: (_) => de_PermissionSet(_, context)
|
|
2198
|
+
PermissionSet: /* @__PURE__ */ __name((_) => de_PermissionSet(_, context), "PermissionSet")
|
|
2206
2199
|
});
|
|
2207
2200
|
}, "de_DescribePermissionSetResponse");
|
|
2208
2201
|
var de_GetApplicationAuthenticationMethodResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2209
2202
|
return (0, import_smithy_client.take)(output, {
|
|
2210
|
-
AuthenticationMethod: (_) => de_AuthenticationMethod((0, import_core2.awsExpectUnion)(_), context)
|
|
2203
|
+
AuthenticationMethod: /* @__PURE__ */ __name((_) => de_AuthenticationMethod((0, import_core2.awsExpectUnion)(_), context), "AuthenticationMethod")
|
|
2211
2204
|
});
|
|
2212
2205
|
}, "de_GetApplicationAuthenticationMethodResponse");
|
|
2213
2206
|
var de_IamAuthenticationMethod = /* @__PURE__ */ __name((output, context) => {
|
|
2214
2207
|
return (0, import_smithy_client.take)(output, {
|
|
2215
|
-
ActorPolicy: (_) => de_ActorPolicyDocument(_, context)
|
|
2208
|
+
ActorPolicy: /* @__PURE__ */ __name((_) => de_ActorPolicyDocument(_, context), "ActorPolicy")
|
|
2216
2209
|
});
|
|
2217
2210
|
}, "de_IamAuthenticationMethod");
|
|
2218
2211
|
var de_InstanceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2223,7 +2216,7 @@ var de_InstanceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2223
2216
|
}, "de_InstanceList");
|
|
2224
2217
|
var de_InstanceMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
2225
2218
|
return (0, import_smithy_client.take)(output, {
|
|
2226
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2219
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2227
2220
|
IdentityStoreId: import_smithy_client.expectString,
|
|
2228
2221
|
InstanceArn: import_smithy_client.expectString,
|
|
2229
2222
|
Name: import_smithy_client.expectString,
|
|
@@ -2233,43 +2226,43 @@ var de_InstanceMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
2233
2226
|
}, "de_InstanceMetadata");
|
|
2234
2227
|
var de_ListAccountAssignmentCreationStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2235
2228
|
return (0, import_smithy_client.take)(output, {
|
|
2236
|
-
AccountAssignmentsCreationStatus: (_) => de_AccountAssignmentOperationStatusList(_, context),
|
|
2229
|
+
AccountAssignmentsCreationStatus: /* @__PURE__ */ __name((_) => de_AccountAssignmentOperationStatusList(_, context), "AccountAssignmentsCreationStatus"),
|
|
2237
2230
|
NextToken: import_smithy_client.expectString
|
|
2238
2231
|
});
|
|
2239
2232
|
}, "de_ListAccountAssignmentCreationStatusResponse");
|
|
2240
2233
|
var de_ListAccountAssignmentDeletionStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2241
2234
|
return (0, import_smithy_client.take)(output, {
|
|
2242
|
-
AccountAssignmentsDeletionStatus: (_) => de_AccountAssignmentOperationStatusList(_, context),
|
|
2235
|
+
AccountAssignmentsDeletionStatus: /* @__PURE__ */ __name((_) => de_AccountAssignmentOperationStatusList(_, context), "AccountAssignmentsDeletionStatus"),
|
|
2243
2236
|
NextToken: import_smithy_client.expectString
|
|
2244
2237
|
});
|
|
2245
2238
|
}, "de_ListAccountAssignmentDeletionStatusResponse");
|
|
2246
2239
|
var de_ListApplicationAuthenticationMethodsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2247
2240
|
return (0, import_smithy_client.take)(output, {
|
|
2248
|
-
AuthenticationMethods: (_) => de_AuthenticationMethods(_, context),
|
|
2241
|
+
AuthenticationMethods: /* @__PURE__ */ __name((_) => de_AuthenticationMethods(_, context), "AuthenticationMethods"),
|
|
2249
2242
|
NextToken: import_smithy_client.expectString
|
|
2250
2243
|
});
|
|
2251
2244
|
}, "de_ListApplicationAuthenticationMethodsResponse");
|
|
2252
2245
|
var de_ListApplicationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2253
2246
|
return (0, import_smithy_client.take)(output, {
|
|
2254
|
-
Applications: (_) => de_ApplicationList(_, context),
|
|
2247
|
+
Applications: /* @__PURE__ */ __name((_) => de_ApplicationList(_, context), "Applications"),
|
|
2255
2248
|
NextToken: import_smithy_client.expectString
|
|
2256
2249
|
});
|
|
2257
2250
|
}, "de_ListApplicationsResponse");
|
|
2258
2251
|
var de_ListInstancesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2259
2252
|
return (0, import_smithy_client.take)(output, {
|
|
2260
|
-
Instances: (_) => de_InstanceList(_, context),
|
|
2253
|
+
Instances: /* @__PURE__ */ __name((_) => de_InstanceList(_, context), "Instances"),
|
|
2261
2254
|
NextToken: import_smithy_client.expectString
|
|
2262
2255
|
});
|
|
2263
2256
|
}, "de_ListInstancesResponse");
|
|
2264
2257
|
var de_ListPermissionSetProvisioningStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2265
2258
|
return (0, import_smithy_client.take)(output, {
|
|
2266
2259
|
NextToken: import_smithy_client.expectString,
|
|
2267
|
-
PermissionSetsProvisioningStatus: (_) => de_PermissionSetProvisioningStatusList(_, context)
|
|
2260
|
+
PermissionSetsProvisioningStatus: /* @__PURE__ */ __name((_) => de_PermissionSetProvisioningStatusList(_, context), "PermissionSetsProvisioningStatus")
|
|
2268
2261
|
});
|
|
2269
2262
|
}, "de_ListPermissionSetProvisioningStatusResponse");
|
|
2270
2263
|
var de_PermissionSet = /* @__PURE__ */ __name((output, context) => {
|
|
2271
2264
|
return (0, import_smithy_client.take)(output, {
|
|
2272
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2265
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2273
2266
|
Description: import_smithy_client.expectString,
|
|
2274
2267
|
Name: import_smithy_client.expectString,
|
|
2275
2268
|
PermissionSetArn: import_smithy_client.expectString,
|
|
@@ -2280,7 +2273,7 @@ var de_PermissionSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
2280
2273
|
var de_PermissionSetProvisioningStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2281
2274
|
return (0, import_smithy_client.take)(output, {
|
|
2282
2275
|
AccountId: import_smithy_client.expectString,
|
|
2283
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2276
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2284
2277
|
FailureReason: import_smithy_client.expectString,
|
|
2285
2278
|
PermissionSetArn: import_smithy_client.expectString,
|
|
2286
2279
|
RequestId: import_smithy_client.expectString,
|
|
@@ -2295,14 +2288,14 @@ var de_PermissionSetProvisioningStatusList = /* @__PURE__ */ __name((output, con
|
|
|
2295
2288
|
}, "de_PermissionSetProvisioningStatusList");
|
|
2296
2289
|
var de_PermissionSetProvisioningStatusMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
2297
2290
|
return (0, import_smithy_client.take)(output, {
|
|
2298
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2291
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
2299
2292
|
RequestId: import_smithy_client.expectString,
|
|
2300
2293
|
Status: import_smithy_client.expectString
|
|
2301
2294
|
});
|
|
2302
2295
|
}, "de_PermissionSetProvisioningStatusMetadata");
|
|
2303
2296
|
var de_ProvisionPermissionSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2304
2297
|
return (0, import_smithy_client.take)(output, {
|
|
2305
|
-
PermissionSetProvisioningStatus: (_) => de_PermissionSetProvisioningStatus(_, context)
|
|
2298
|
+
PermissionSetProvisioningStatus: /* @__PURE__ */ __name((_) => de_PermissionSetProvisioningStatus(_, context), "PermissionSetProvisioningStatus")
|
|
2306
2299
|
});
|
|
2307
2300
|
}, "de_ProvisionPermissionSetResponse");
|
|
2308
2301
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
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.774.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,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|