@aws-sdk/client-sso-admin 3.750.0 → 3.751.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
CHANGED
|
@@ -2035,7 +2035,7 @@ var se_ActorPolicyDocument = /* @__PURE__ */ __name((input, context) => {
|
|
|
2035
2035
|
var se_AuthenticationMethod = /* @__PURE__ */ __name((input, context) => {
|
|
2036
2036
|
return AuthenticationMethod.visit(input, {
|
|
2037
2037
|
Iam: (value) => ({ Iam: se_IamAuthenticationMethod(value, context) }),
|
|
2038
|
-
_: (name, value) => ({ name: value })
|
|
2038
|
+
_: (name, value) => ({ [name]: value })
|
|
2039
2039
|
});
|
|
2040
2040
|
}, "se_AuthenticationMethod");
|
|
2041
2041
|
var se_CreateApplicationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1479,7 +1479,7 @@ const se_ActorPolicyDocument = (input, context) => {
|
|
|
1479
1479
|
const se_AuthenticationMethod = (input, context) => {
|
|
1480
1480
|
return AuthenticationMethod.visit(input, {
|
|
1481
1481
|
Iam: (value) => ({ Iam: se_IamAuthenticationMethod(value, context) }),
|
|
1482
|
-
_: (name, value) => ({ name: value }),
|
|
1482
|
+
_: (name, value) => ({ [name]: value }),
|
|
1483
1483
|
});
|
|
1484
1484
|
};
|
|
1485
1485
|
const se_CreateApplicationRequest = (input, context) => {
|
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.751.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",
|