@aws-sdk/client-quicksight 3.576.0 → 3.578.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 (37) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +103 -0
  3. package/dist-es/QuickSight.js +4 -0
  4. package/dist-es/commands/DescribeKeyRegistrationCommand.js +24 -0
  5. package/dist-es/commands/UpdateKeyRegistrationCommand.js +24 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/protocols/Aws_restJson1.js +61 -0
  8. package/dist-types/QuickSight.d.ts +14 -0
  9. package/dist-types/QuickSightClient.d.ts +4 -2
  10. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -2
  11. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -2
  13. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +83 -0
  14. package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -3
  15. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  16. package/dist-types/commands/ListFoldersCommand.d.ts +1 -2
  17. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
  19. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +94 -0
  20. package/dist-types/commands/index.d.ts +2 -0
  21. package/dist-types/models/models_2.d.ts +1 -1
  22. package/dist-types/models/models_3.d.ts +94 -96
  23. package/dist-types/models/models_4.d.ts +160 -2
  24. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  25. package/dist-types/ts3.4/QuickSight.d.ts +34 -0
  26. package/dist-types/ts3.4/QuickSightClient.d.ts +12 -0
  27. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +39 -0
  28. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +2 -4
  29. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -2
  31. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +39 -0
  32. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  33. package/dist-types/ts3.4/models/models_2.d.ts +1 -1
  34. package/dist-types/ts3.4/models/models_3.d.ts +20 -23
  35. package/dist-types/ts3.4/models/models_4.d.ts +40 -0
  36. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  37. package/package.json +13 -13
@@ -303,6 +303,10 @@ import {
303
303
  DescribeIpRestrictionCommandInput,
304
304
  DescribeIpRestrictionCommandOutput,
305
305
  } from "../commands/DescribeIpRestrictionCommand";
306
+ import {
307
+ DescribeKeyRegistrationCommandInput,
308
+ DescribeKeyRegistrationCommandOutput,
309
+ } from "../commands/DescribeKeyRegistrationCommand";
306
310
  import {
307
311
  DescribeNamespaceCommandInput,
308
312
  DescribeNamespaceCommandOutput,
@@ -631,6 +635,10 @@ import {
631
635
  UpdateIpRestrictionCommandInput,
632
636
  UpdateIpRestrictionCommandOutput,
633
637
  } from "../commands/UpdateIpRestrictionCommand";
638
+ import {
639
+ UpdateKeyRegistrationCommandInput,
640
+ UpdateKeyRegistrationCommandOutput,
641
+ } from "../commands/UpdateKeyRegistrationCommand";
634
642
  import {
635
643
  UpdatePublicSharingSettingsCommandInput,
636
644
  UpdatePublicSharingSettingsCommandOutput,
@@ -991,6 +999,10 @@ export declare const se_DescribeIpRestrictionCommand: (
991
999
  input: DescribeIpRestrictionCommandInput,
992
1000
  context: __SerdeContext
993
1001
  ) => Promise<__HttpRequest>;
1002
+ export declare const se_DescribeKeyRegistrationCommand: (
1003
+ input: DescribeKeyRegistrationCommandInput,
1004
+ context: __SerdeContext
1005
+ ) => Promise<__HttpRequest>;
994
1006
  export declare const se_DescribeNamespaceCommand: (
995
1007
  input: DescribeNamespaceCommandInput,
996
1008
  context: __SerdeContext
@@ -1319,6 +1331,10 @@ export declare const se_UpdateIpRestrictionCommand: (
1319
1331
  input: UpdateIpRestrictionCommandInput,
1320
1332
  context: __SerdeContext
1321
1333
  ) => Promise<__HttpRequest>;
1334
+ export declare const se_UpdateKeyRegistrationCommand: (
1335
+ input: UpdateKeyRegistrationCommandInput,
1336
+ context: __SerdeContext
1337
+ ) => Promise<__HttpRequest>;
1322
1338
  export declare const se_UpdatePublicSharingSettingsCommand: (
1323
1339
  input: UpdatePublicSharingSettingsCommandInput,
1324
1340
  context: __SerdeContext
@@ -1679,6 +1695,10 @@ export declare const de_DescribeIpRestrictionCommand: (
1679
1695
  output: __HttpResponse,
1680
1696
  context: __SerdeContext
1681
1697
  ) => Promise<DescribeIpRestrictionCommandOutput>;
1698
+ export declare const de_DescribeKeyRegistrationCommand: (
1699
+ output: __HttpResponse,
1700
+ context: __SerdeContext
1701
+ ) => Promise<DescribeKeyRegistrationCommandOutput>;
1682
1702
  export declare const de_DescribeNamespaceCommand: (
1683
1703
  output: __HttpResponse,
1684
1704
  context: __SerdeContext
@@ -2007,6 +2027,10 @@ export declare const de_UpdateIpRestrictionCommand: (
2007
2027
  output: __HttpResponse,
2008
2028
  context: __SerdeContext
2009
2029
  ) => Promise<UpdateIpRestrictionCommandOutput>;
2030
+ export declare const de_UpdateKeyRegistrationCommand: (
2031
+ output: __HttpResponse,
2032
+ context: __SerdeContext
2033
+ ) => Promise<UpdateKeyRegistrationCommandOutput>;
2010
2034
  export declare const de_UpdatePublicSharingSettingsCommand: (
2011
2035
  output: __HttpResponse,
2012
2036
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.576.0",
4
+ "version": "3.578.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-quicksight",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.576.0",
24
- "@aws-sdk/client-sts": "3.576.0",
23
+ "@aws-sdk/client-sso-oidc": "3.577.0",
24
+ "@aws-sdk/client-sts": "3.577.0",
25
25
  "@aws-sdk/core": "3.576.0",
26
- "@aws-sdk/credential-provider-node": "3.576.0",
27
- "@aws-sdk/middleware-host-header": "3.575.0",
28
- "@aws-sdk/middleware-logger": "3.575.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.575.0",
30
- "@aws-sdk/middleware-user-agent": "3.575.0",
31
- "@aws-sdk/region-config-resolver": "3.575.0",
32
- "@aws-sdk/types": "3.575.0",
33
- "@aws-sdk/util-endpoints": "3.575.0",
34
- "@aws-sdk/util-user-agent-browser": "3.575.0",
35
- "@aws-sdk/util-user-agent-node": "3.575.0",
26
+ "@aws-sdk/credential-provider-node": "3.577.0",
27
+ "@aws-sdk/middleware-host-header": "3.577.0",
28
+ "@aws-sdk/middleware-logger": "3.577.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.577.0",
30
+ "@aws-sdk/middleware-user-agent": "3.577.0",
31
+ "@aws-sdk/region-config-resolver": "3.577.0",
32
+ "@aws-sdk/types": "3.577.0",
33
+ "@aws-sdk/util-endpoints": "3.577.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.577.0",
35
+ "@aws-sdk/util-user-agent-node": "3.577.0",
36
36
  "@smithy/config-resolver": "^3.0.0",
37
37
  "@smithy/core": "^2.0.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.0",