@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/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.28.0",
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.28.0",
31
- "@aws-sdk/config-resolver": "3.28.0",
32
- "@aws-sdk/credential-provider-node": "3.28.0",
33
- "@aws-sdk/fetch-http-handler": "3.25.0",
34
- "@aws-sdk/hash-node": "3.25.0",
35
- "@aws-sdk/invalid-dependency": "3.25.0",
36
- "@aws-sdk/middleware-content-length": "3.25.0",
37
- "@aws-sdk/middleware-host-header": "3.25.0",
38
- "@aws-sdk/middleware-logger": "3.25.0",
39
- "@aws-sdk/middleware-retry": "3.28.0",
40
- "@aws-sdk/middleware-serde": "3.25.0",
41
- "@aws-sdk/middleware-signing": "3.28.0",
42
- "@aws-sdk/middleware-stack": "3.25.0",
43
- "@aws-sdk/middleware-user-agent": "3.25.0",
44
- "@aws-sdk/node-config-provider": "3.28.0",
45
- "@aws-sdk/node-http-handler": "3.25.0",
46
- "@aws-sdk/protocol-http": "3.25.0",
47
- "@aws-sdk/smithy-client": "3.28.0",
48
- "@aws-sdk/types": "3.25.0",
49
- "@aws-sdk/url-parser": "3.25.0",
50
- "@aws-sdk/util-base64-browser": "3.23.0",
51
- "@aws-sdk/util-base64-node": "3.23.0",
52
- "@aws-sdk/util-body-length-browser": "3.23.0",
53
- "@aws-sdk/util-body-length-node": "3.23.0",
54
- "@aws-sdk/util-user-agent-browser": "3.25.0",
55
- "@aws-sdk/util-user-agent-node": "3.28.0",
56
- "@aws-sdk/util-utf8-browser": "3.23.0",
57
- "@aws-sdk/util-utf8-node": "3.23.0",
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.23.0",
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.2"
68
+ "typescript": "~4.3.5"
69
69
  },
70
70
  "engines": {
71
71
  "node": ">=10.0.0"
@@ -195,7 +195,12 @@ import {
195
195
  ValidationException,
196
196
  } from "../models/models_0";
197
197
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
198
- import { expectString as __expectString } from "@aws-sdk/smithy-client";
198
+ import {
199
+ expectNonNull as __expectNonNull,
200
+ expectNumber as __expectNumber,
201
+ expectString as __expectString,
202
+ parseEpochTimestamp as __parseEpochTimestamp,
203
+ } from "@aws-sdk/smithy-client";
199
204
  import {
200
205
  Endpoint as __Endpoint,
201
206
  HeaderBag as __HeaderBag,
@@ -4091,7 +4096,7 @@ const deserializeAws_json1_1AccountAssignmentOperationStatus = (
4091
4096
  return {
4092
4097
  CreatedDate:
4093
4098
  output.CreatedDate !== undefined && output.CreatedDate !== null
4094
- ? new Date(Math.round(output.CreatedDate * 1000))
4099
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
4095
4100
  : undefined,
4096
4101
  FailureReason: __expectString(output.FailureReason),
4097
4102
  PermissionSetArn: __expectString(output.PermissionSetArn),
@@ -4125,7 +4130,7 @@ const deserializeAws_json1_1AccountAssignmentOperationStatusMetadata = (
4125
4130
  return {
4126
4131
  CreatedDate:
4127
4132
  output.CreatedDate !== undefined && output.CreatedDate !== null
4128
- ? new Date(Math.round(output.CreatedDate * 1000))
4133
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
4129
4134
  : undefined,
4130
4135
  RequestId: __expectString(output.RequestId),
4131
4136
  Status: __expectString(output.Status),
@@ -4493,7 +4498,7 @@ const deserializeAws_json1_1PermissionSet = (output: any, context: __SerdeContex
4493
4498
  return {
4494
4499
  CreatedDate:
4495
4500
  output.CreatedDate !== undefined && output.CreatedDate !== null
4496
- ? new Date(Math.round(output.CreatedDate * 1000))
4501
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
4497
4502
  : undefined,
4498
4503
  Description: __expectString(output.Description),
4499
4504
  Name: __expectString(output.Name),
@@ -4522,7 +4527,7 @@ const deserializeAws_json1_1PermissionSetProvisioningStatus = (
4522
4527
  AccountId: __expectString(output.AccountId),
4523
4528
  CreatedDate:
4524
4529
  output.CreatedDate !== undefined && output.CreatedDate !== null
4525
- ? new Date(Math.round(output.CreatedDate * 1000))
4530
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
4526
4531
  : undefined,
4527
4532
  FailureReason: __expectString(output.FailureReason),
4528
4533
  PermissionSetArn: __expectString(output.PermissionSetArn),
@@ -4552,7 +4557,7 @@ const deserializeAws_json1_1PermissionSetProvisioningStatusMetadata = (
4552
4557
  return {
4553
4558
  CreatedDate:
4554
4559
  output.CreatedDate !== undefined && output.CreatedDate !== null
4555
- ? new Date(Math.round(output.CreatedDate * 1000))
4560
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedDate)))
4556
4561
  : undefined,
4557
4562
  RequestId: __expectString(output.RequestId),
4558
4563
  Status: __expectString(output.Status),