@aws-sdk/client-sso-admin 3.28.0 → 3.32.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/CHANGELOG.md +32 -0
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +5 -5
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_json1_1.js +6 -6
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/package.json +31 -31
- package/protocols/Aws_json1_1.ts +11 -6
package/dist/es/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.32.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
|
|
7
7
|
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.32.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.32.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.32.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.32.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.32.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.32.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.32.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.32.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.32.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.32.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.32.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.32.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.32.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.32.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.32.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.32.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.32.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.32.0",
|
|
48
|
+
"@aws-sdk/types": "3.32.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.32.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.32.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.32.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.32.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.32.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.32.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.32.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.32.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.32.0",
|
|
58
58
|
"tslib": "^2.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/client-documentation-generator": "3.32.0",
|
|
62
62
|
"@types/node": "^12.7.5",
|
|
63
63
|
"downlevel-dts": "0.7.0",
|
|
64
64
|
"jest": "^26.1.0",
|
|
65
65
|
"rimraf": "^3.0.0",
|
|
66
66
|
"ts-jest": "^26.4.1",
|
|
67
67
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.3.
|
|
68
|
+
"typescript": "~4.3.5"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=10.0.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { expectString as __expectString } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, } from "@aws-sdk/smithy-client";
|
|
4
4
|
export var serializeAws_json1_1AttachManagedPolicyToPermissionSetCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
5
|
var headers, body;
|
|
6
6
|
return __generator(this, function (_a) {
|
|
@@ -3540,7 +3540,7 @@ var deserializeAws_json1_1AccountAssignmentList = function (output, context) {
|
|
|
3540
3540
|
var deserializeAws_json1_1AccountAssignmentOperationStatus = function (output, context) {
|
|
3541
3541
|
return {
|
|
3542
3542
|
CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
|
|
3543
|
-
?
|
|
3543
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
|
|
3544
3544
|
: undefined,
|
|
3545
3545
|
FailureReason: __expectString(output.FailureReason),
|
|
3546
3546
|
PermissionSetArn: __expectString(output.PermissionSetArn),
|
|
@@ -3565,7 +3565,7 @@ var deserializeAws_json1_1AccountAssignmentOperationStatusList = function (outpu
|
|
|
3565
3565
|
var deserializeAws_json1_1AccountAssignmentOperationStatusMetadata = function (output, context) {
|
|
3566
3566
|
return {
|
|
3567
3567
|
CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
|
|
3568
|
-
?
|
|
3568
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
|
|
3569
3569
|
: undefined,
|
|
3570
3570
|
RequestId: __expectString(output.RequestId),
|
|
3571
3571
|
Status: __expectString(output.Status),
|
|
@@ -3795,7 +3795,7 @@ var deserializeAws_json1_1ListTagsForResourceResponse = function (output, contex
|
|
|
3795
3795
|
var deserializeAws_json1_1PermissionSet = function (output, context) {
|
|
3796
3796
|
return {
|
|
3797
3797
|
CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
|
|
3798
|
-
?
|
|
3798
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
|
|
3799
3799
|
: undefined,
|
|
3800
3800
|
Description: __expectString(output.Description),
|
|
3801
3801
|
Name: __expectString(output.Name),
|
|
@@ -3818,7 +3818,7 @@ var deserializeAws_json1_1PermissionSetProvisioningStatus = function (output, co
|
|
|
3818
3818
|
return {
|
|
3819
3819
|
AccountId: __expectString(output.AccountId),
|
|
3820
3820
|
CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
|
|
3821
|
-
?
|
|
3821
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
|
|
3822
3822
|
: undefined,
|
|
3823
3823
|
FailureReason: __expectString(output.FailureReason),
|
|
3824
3824
|
PermissionSetArn: __expectString(output.PermissionSetArn),
|
|
@@ -3839,7 +3839,7 @@ var deserializeAws_json1_1PermissionSetProvisioningStatusList = function (output
|
|
|
3839
3839
|
var deserializeAws_json1_1PermissionSetProvisioningStatusMetadata = function (output, context) {
|
|
3840
3840
|
return {
|
|
3841
3841
|
CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
|
|
3842
|
-
?
|
|
3842
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
|
|
3843
3843
|
: undefined,
|
|
3844
3844
|
RequestId: __expectString(output.RequestId),
|
|
3845
3845
|
Status: __expectString(output.Status),
|