@aws-sdk/client-sso 3.495.0 → 3.502.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +16 -13
  2. package/package.json +36 -36
package/dist-cjs/index.js CHANGED
@@ -666,25 +666,28 @@ var paginateListAccounts = (0, import_core.createPaginator)(SSOClient, ListAccou
666
666
  // src/index.ts
667
667
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
668
668
  // Annotate the CommonJS export names for ESM import in node:
669
+
669
670
  0 && (module.exports = {
671
+ SSOServiceException,
672
+ __Client,
673
+ SSOClient,
674
+ SSO,
675
+ $Command,
670
676
  GetRoleCredentialsCommand,
671
- GetRoleCredentialsRequestFilterSensitiveLog,
672
- GetRoleCredentialsResponseFilterSensitiveLog,
673
- InvalidRequestException,
674
677
  ListAccountRolesCommand,
675
- ListAccountRolesRequestFilterSensitiveLog,
676
678
  ListAccountsCommand,
677
- ListAccountsRequestFilterSensitiveLog,
678
679
  LogoutCommand,
679
- LogoutRequestFilterSensitiveLog,
680
+ paginateListAccountRoles,
681
+ paginateListAccounts,
682
+ InvalidRequestException,
680
683
  ResourceNotFoundException,
681
- RoleCredentialsFilterSensitiveLog,
682
- SSO,
683
- SSOClient,
684
- SSOServiceException,
685
684
  TooManyRequestsException,
686
685
  UnauthorizedException,
687
- __Client,
688
- paginateListAccountRoles,
689
- paginateListAccounts
686
+ GetRoleCredentialsRequestFilterSensitiveLog,
687
+ RoleCredentialsFilterSensitiveLog,
688
+ GetRoleCredentialsResponseFilterSensitiveLog,
689
+ ListAccountRolesRequestFilterSensitiveLog,
690
+ ListAccountsRequestFilterSensitiveLog,
691
+ LogoutRequestFilterSensitiveLog
690
692
  });
693
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.495.0",
4
+ "version": "3.502.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",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.495.0",
24
- "@aws-sdk/middleware-host-header": "3.495.0",
25
- "@aws-sdk/middleware-logger": "3.495.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
27
- "@aws-sdk/middleware-user-agent": "3.495.0",
28
- "@aws-sdk/region-config-resolver": "3.495.0",
29
- "@aws-sdk/types": "3.495.0",
30
- "@aws-sdk/util-endpoints": "3.495.0",
31
- "@aws-sdk/util-user-agent-browser": "3.495.0",
32
- "@aws-sdk/util-user-agent-node": "3.495.0",
33
- "@smithy/config-resolver": "^2.1.0",
34
- "@smithy/core": "^1.3.0",
35
- "@smithy/fetch-http-handler": "^2.4.0",
36
- "@smithy/hash-node": "^2.1.0",
37
- "@smithy/invalid-dependency": "^2.1.0",
38
- "@smithy/middleware-content-length": "^2.1.0",
39
- "@smithy/middleware-endpoint": "^2.4.0",
40
- "@smithy/middleware-retry": "^2.1.0",
41
- "@smithy/middleware-serde": "^2.1.0",
42
- "@smithy/middleware-stack": "^2.1.0",
43
- "@smithy/node-config-provider": "^2.2.0",
44
- "@smithy/node-http-handler": "^2.3.0",
45
- "@smithy/protocol-http": "^3.1.0",
46
- "@smithy/smithy-client": "^2.3.0",
47
- "@smithy/types": "^2.9.0",
48
- "@smithy/url-parser": "^2.1.0",
49
- "@smithy/util-base64": "^2.1.0",
50
- "@smithy/util-body-length-browser": "^2.1.0",
51
- "@smithy/util-body-length-node": "^2.2.0",
52
- "@smithy/util-defaults-mode-browser": "^2.1.0",
53
- "@smithy/util-defaults-mode-node": "^2.1.0",
54
- "@smithy/util-endpoints": "^1.1.0",
55
- "@smithy/util-retry": "^2.1.0",
56
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/core": "3.496.0",
24
+ "@aws-sdk/middleware-host-header": "3.502.0",
25
+ "@aws-sdk/middleware-logger": "3.502.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.502.0",
27
+ "@aws-sdk/middleware-user-agent": "3.502.0",
28
+ "@aws-sdk/region-config-resolver": "3.502.0",
29
+ "@aws-sdk/types": "3.502.0",
30
+ "@aws-sdk/util-endpoints": "3.502.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.502.0",
32
+ "@aws-sdk/util-user-agent-node": "3.502.0",
33
+ "@smithy/config-resolver": "^2.1.1",
34
+ "@smithy/core": "^1.3.1",
35
+ "@smithy/fetch-http-handler": "^2.4.1",
36
+ "@smithy/hash-node": "^2.1.1",
37
+ "@smithy/invalid-dependency": "^2.1.1",
38
+ "@smithy/middleware-content-length": "^2.1.1",
39
+ "@smithy/middleware-endpoint": "^2.4.1",
40
+ "@smithy/middleware-retry": "^2.1.1",
41
+ "@smithy/middleware-serde": "^2.1.1",
42
+ "@smithy/middleware-stack": "^2.1.1",
43
+ "@smithy/node-config-provider": "^2.2.1",
44
+ "@smithy/node-http-handler": "^2.3.1",
45
+ "@smithy/protocol-http": "^3.1.1",
46
+ "@smithy/smithy-client": "^2.3.1",
47
+ "@smithy/types": "^2.9.1",
48
+ "@smithy/url-parser": "^2.1.1",
49
+ "@smithy/util-base64": "^2.1.1",
50
+ "@smithy/util-body-length-browser": "^2.1.1",
51
+ "@smithy/util-body-length-node": "^2.2.1",
52
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
53
+ "@smithy/util-defaults-mode-node": "^2.1.1",
54
+ "@smithy/util-endpoints": "^1.1.1",
55
+ "@smithy/util-retry": "^2.1.1",
56
+ "@smithy/util-utf8": "^2.1.1",
57
57
  "tslib": "^2.5.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@smithy/service-client-documentation-generator": "^2.1.0",
60
+ "@smithy/service-client-documentation-generator": "^2.1.1",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "concurrently": "7.0.0",