@aws-sdk/client-kms 3.278.0 → 3.281.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 (59) hide show
  1. package/README.md +409 -6
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-types/KMS.d.ts +17 -78
  5. package/dist-types/KMSClient.d.ts +6 -6
  6. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -0
  7. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +6 -1
  8. package/dist-types/commands/CreateAliasCommand.d.ts +6 -1
  9. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateGrantCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateKeyCommand.d.ts +6 -4
  12. package/dist-types/commands/DecryptCommand.d.ts +11 -5
  13. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +6 -1
  15. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +6 -1
  16. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeKeyCommand.d.ts +6 -1
  18. package/dist-types/commands/DisableKeyCommand.d.ts +6 -1
  19. package/dist-types/commands/DisableKeyRotationCommand.d.ts +6 -1
  20. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -1
  21. package/dist-types/commands/EnableKeyCommand.d.ts +6 -1
  22. package/dist-types/commands/EnableKeyRotationCommand.d.ts +6 -1
  23. package/dist-types/commands/EncryptCommand.d.ts +6 -3
  24. package/dist-types/commands/GenerateDataKeyCommand.d.ts +8 -8
  25. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +6 -6
  26. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +6 -2
  27. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +6 -6
  28. package/dist-types/commands/GenerateMacCommand.d.ts +6 -0
  29. package/dist-types/commands/GenerateRandomCommand.d.ts +6 -1
  30. package/dist-types/commands/GetKeyPolicyCommand.d.ts +6 -1
  31. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -1
  32. package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -1
  33. package/dist-types/commands/GetPublicKeyCommand.d.ts +6 -2
  34. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +6 -1
  35. package/dist-types/commands/ListAliasesCommand.d.ts +6 -2
  36. package/dist-types/commands/ListGrantsCommand.d.ts +6 -1
  37. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +6 -1
  38. package/dist-types/commands/ListKeysCommand.d.ts +6 -1
  39. package/dist-types/commands/ListResourceTagsCommand.d.ts +6 -1
  40. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +6 -1
  41. package/dist-types/commands/PutKeyPolicyCommand.d.ts +6 -1
  42. package/dist-types/commands/ReEncryptCommand.d.ts +6 -3
  43. package/dist-types/commands/ReplicateKeyCommand.d.ts +6 -0
  44. package/dist-types/commands/RetireGrantCommand.d.ts +6 -0
  45. package/dist-types/commands/RevokeGrantCommand.d.ts +6 -0
  46. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +6 -2
  47. package/dist-types/commands/SignCommand.d.ts +6 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +6 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +6 -2
  50. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -0
  51. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +6 -0
  52. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +6 -1
  53. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +6 -0
  54. package/dist-types/commands/VerifyCommand.d.ts +10 -2
  55. package/dist-types/commands/VerifyMacCommand.d.ts +6 -1
  56. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  57. package/dist-types/models/models_0.d.ts +123 -125
  58. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  59. package/package.json +6 -6
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region: string;
30
+ Region?: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kms",
3
3
  "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
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-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",