@aws-sdk/client-kms 3.131.0 → 3.141.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 (138) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CancelKeyDeletionCommand.js +2 -2
  4. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAliasCommand.js +1 -1
  6. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +2 -2
  7. package/dist-cjs/commands/CreateGrantCommand.js +2 -2
  8. package/dist-cjs/commands/CreateKeyCommand.js +2 -2
  9. package/dist-cjs/commands/DecryptCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +1 -1
  13. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeKeyCommand.js +2 -2
  15. package/dist-cjs/commands/DisableKeyCommand.js +1 -1
  16. package/dist-cjs/commands/DisableKeyRotationCommand.js +1 -1
  17. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -2
  18. package/dist-cjs/commands/EnableKeyCommand.js +1 -1
  19. package/dist-cjs/commands/EnableKeyRotationCommand.js +1 -1
  20. package/dist-cjs/commands/EncryptCommand.js +2 -2
  21. package/dist-cjs/commands/GenerateDataKeyCommand.js +2 -2
  22. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +2 -2
  23. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -2
  24. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -2
  25. package/dist-cjs/commands/GenerateMacCommand.js +2 -2
  26. package/dist-cjs/commands/GenerateRandomCommand.js +2 -2
  27. package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -2
  28. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -2
  29. package/dist-cjs/commands/GetParametersForImportCommand.js +2 -2
  30. package/dist-cjs/commands/GetPublicKeyCommand.js +2 -2
  31. package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -2
  32. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  33. package/dist-cjs/commands/ListGrantsCommand.js +2 -2
  34. package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -2
  35. package/dist-cjs/commands/ListKeysCommand.js +2 -2
  36. package/dist-cjs/commands/ListResourceTagsCommand.js +2 -2
  37. package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -2
  38. package/dist-cjs/commands/PutKeyPolicyCommand.js +1 -1
  39. package/dist-cjs/commands/ReEncryptCommand.js +2 -2
  40. package/dist-cjs/commands/ReplicateKeyCommand.js +2 -2
  41. package/dist-cjs/commands/RetireGrantCommand.js +1 -1
  42. package/dist-cjs/commands/RevokeGrantCommand.js +1 -1
  43. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -2
  44. package/dist-cjs/commands/SignCommand.js +2 -2
  45. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  46. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  47. package/dist-cjs/commands/UpdateAliasCommand.js +1 -1
  48. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +1 -1
  50. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +1 -1
  51. package/dist-cjs/commands/VerifyCommand.js +2 -2
  52. package/dist-cjs/commands/VerifyMacCommand.js +2 -2
  53. package/dist-cjs/models/models_0.js +393 -573
  54. package/dist-cjs/pagination/DescribeCustomKeyStoresPaginator.js +36 -0
  55. package/dist-cjs/pagination/ListResourceTagsPaginator.js +36 -0
  56. package/dist-cjs/pagination/ListRetirableGrantsPaginator.js +36 -0
  57. package/dist-cjs/pagination/index.js +3 -0
  58. package/dist-es/commands/CancelKeyDeletionCommand.js +3 -3
  59. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -3
  60. package/dist-es/commands/CreateAliasCommand.js +2 -2
  61. package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -3
  62. package/dist-es/commands/CreateGrantCommand.js +3 -3
  63. package/dist-es/commands/CreateKeyCommand.js +3 -3
  64. package/dist-es/commands/DecryptCommand.js +3 -3
  65. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  66. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -3
  67. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +2 -2
  68. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -3
  69. package/dist-es/commands/DescribeKeyCommand.js +3 -3
  70. package/dist-es/commands/DisableKeyCommand.js +2 -2
  71. package/dist-es/commands/DisableKeyRotationCommand.js +2 -2
  72. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -3
  73. package/dist-es/commands/EnableKeyCommand.js +2 -2
  74. package/dist-es/commands/EnableKeyRotationCommand.js +2 -2
  75. package/dist-es/commands/EncryptCommand.js +3 -3
  76. package/dist-es/commands/GenerateDataKeyCommand.js +3 -3
  77. package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -3
  78. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
  79. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
  80. package/dist-es/commands/GenerateMacCommand.js +3 -3
  81. package/dist-es/commands/GenerateRandomCommand.js +3 -3
  82. package/dist-es/commands/GetKeyPolicyCommand.js +3 -3
  83. package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -3
  84. package/dist-es/commands/GetParametersForImportCommand.js +3 -3
  85. package/dist-es/commands/GetPublicKeyCommand.js +3 -3
  86. package/dist-es/commands/ImportKeyMaterialCommand.js +3 -3
  87. package/dist-es/commands/ListAliasesCommand.js +3 -3
  88. package/dist-es/commands/ListGrantsCommand.js +3 -3
  89. package/dist-es/commands/ListKeyPoliciesCommand.js +3 -3
  90. package/dist-es/commands/ListKeysCommand.js +3 -3
  91. package/dist-es/commands/ListResourceTagsCommand.js +3 -3
  92. package/dist-es/commands/ListRetirableGrantsCommand.js +3 -3
  93. package/dist-es/commands/PutKeyPolicyCommand.js +2 -2
  94. package/dist-es/commands/ReEncryptCommand.js +3 -3
  95. package/dist-es/commands/ReplicateKeyCommand.js +3 -3
  96. package/dist-es/commands/RetireGrantCommand.js +2 -2
  97. package/dist-es/commands/RevokeGrantCommand.js +2 -2
  98. package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -3
  99. package/dist-es/commands/SignCommand.js +3 -3
  100. package/dist-es/commands/TagResourceCommand.js +2 -2
  101. package/dist-es/commands/UntagResourceCommand.js +2 -2
  102. package/dist-es/commands/UpdateAliasCommand.js +2 -2
  103. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -3
  104. package/dist-es/commands/UpdateKeyDescriptionCommand.js +2 -2
  105. package/dist-es/commands/UpdatePrimaryRegionCommand.js +2 -2
  106. package/dist-es/commands/VerifyCommand.js +3 -3
  107. package/dist-es/commands/VerifyMacCommand.js +3 -3
  108. package/dist-es/models/models_0.js +99 -372
  109. package/dist-es/pagination/DescribeCustomKeyStoresPaginator.js +75 -0
  110. package/dist-es/pagination/ListResourceTagsPaginator.js +75 -0
  111. package/dist-es/pagination/ListRetirableGrantsPaginator.js +75 -0
  112. package/dist-es/pagination/index.js +3 -0
  113. package/dist-types/KMS.d.ts +49 -27
  114. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateKeyCommand.d.ts +5 -3
  116. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +2 -2
  117. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeKeyCommand.d.ts +1 -1
  119. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +1 -1
  120. package/dist-types/commands/EncryptCommand.d.ts +5 -1
  121. package/dist-types/commands/GenerateDataKeyCommand.d.ts +12 -6
  122. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +3 -3
  123. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +3 -3
  124. package/dist-types/commands/GenerateRandomCommand.d.ts +4 -1
  125. package/dist-types/commands/GetPublicKeyCommand.d.ts +5 -2
  126. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -1
  127. package/dist-types/commands/VerifyCommand.d.ts +5 -1
  128. package/dist-types/models/models_0.d.ts +428 -596
  129. package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +4 -0
  130. package/dist-types/pagination/ListResourceTagsPaginator.d.ts +4 -0
  131. package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +4 -0
  132. package/dist-types/pagination/index.d.ts +3 -0
  133. package/dist-types/ts3.4/models/models_0.d.ts +197 -377
  134. package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +4 -0
  135. package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +4 -0
  136. package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +4 -0
  137. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  138. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0";
4
+ import { GetKeyPolicyRequestFilterSensitiveLog, GetKeyPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetKeyPolicyCommand, serializeAws_json1_1GetKeyPolicyCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetKeyPolicyCommand = (function (_super) {
7
7
  __extends(GetKeyPolicyCommand, _super);
@@ -20,8 +20,8 @@ var GetKeyPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetKeyPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetKeyPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetKeyPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetKeyPolicyResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetKeyRotationStatusRequest, GetKeyRotationStatusResponse } from "../models/models_0";
4
+ import { GetKeyRotationStatusRequestFilterSensitiveLog, GetKeyRotationStatusResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetKeyRotationStatusCommand, serializeAws_json1_1GetKeyRotationStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetKeyRotationStatusCommand = (function (_super) {
7
7
  __extends(GetKeyRotationStatusCommand, _super);
@@ -20,8 +20,8 @@ var GetKeyRotationStatusCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetKeyRotationStatusRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetKeyRotationStatusResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetKeyRotationStatusRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetKeyRotationStatusResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetParametersForImportRequest, GetParametersForImportResponse } from "../models/models_0";
4
+ import { GetParametersForImportRequestFilterSensitiveLog, GetParametersForImportResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetParametersForImportCommand, serializeAws_json1_1GetParametersForImportCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetParametersForImportCommand = (function (_super) {
7
7
  __extends(GetParametersForImportCommand, _super);
@@ -20,8 +20,8 @@ var GetParametersForImportCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetParametersForImportRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetParametersForImportResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetParametersForImportRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetParametersForImportResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
4
+ import { GetPublicKeyRequestFilterSensitiveLog, GetPublicKeyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetPublicKeyCommand, serializeAws_json1_1GetPublicKeyCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetPublicKeyCommand = (function (_super) {
7
7
  __extends(GetPublicKeyCommand, _super);
@@ -20,8 +20,8 @@ var GetPublicKeyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetPublicKeyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetPublicKeyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetPublicKeyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPublicKeyResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ImportKeyMaterialRequest, ImportKeyMaterialResponse } from "../models/models_0";
4
+ import { ImportKeyMaterialRequestFilterSensitiveLog, ImportKeyMaterialResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ImportKeyMaterialCommand, serializeAws_json1_1ImportKeyMaterialCommand, } from "../protocols/Aws_json1_1";
6
6
  var ImportKeyMaterialCommand = (function (_super) {
7
7
  __extends(ImportKeyMaterialCommand, _super);
@@ -20,8 +20,8 @@ var ImportKeyMaterialCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ImportKeyMaterialRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ImportKeyMaterialResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ImportKeyMaterialRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ImportKeyMaterialResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
4
+ import { ListAliasesRequestFilterSensitiveLog, ListAliasesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListAliasesCommand, serializeAws_json1_1ListAliasesCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListAliasesCommand = (function (_super) {
7
7
  __extends(ListAliasesCommand, _super);
@@ -20,8 +20,8 @@ var ListAliasesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAliasesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAliasesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAliasesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAliasesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListGrantsRequest, ListGrantsResponse } from "../models/models_0";
4
+ import { ListGrantsRequestFilterSensitiveLog, ListGrantsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListGrantsCommand, serializeAws_json1_1ListGrantsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListGrantsCommand = (function (_super) {
7
7
  __extends(ListGrantsCommand, _super);
@@ -20,8 +20,8 @@ var ListGrantsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListGrantsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListGrantsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListGrantsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListGrantsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListKeyPoliciesRequest, ListKeyPoliciesResponse } from "../models/models_0";
4
+ import { ListKeyPoliciesRequestFilterSensitiveLog, ListKeyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListKeyPoliciesCommand, serializeAws_json1_1ListKeyPoliciesCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListKeyPoliciesCommand = (function (_super) {
7
7
  __extends(ListKeyPoliciesCommand, _super);
@@ -20,8 +20,8 @@ var ListKeyPoliciesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListKeyPoliciesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListKeyPoliciesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListKeyPoliciesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListKeyPoliciesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListKeysRequest, ListKeysResponse } from "../models/models_0";
4
+ import { ListKeysRequestFilterSensitiveLog, ListKeysResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListKeysCommand, serializeAws_json1_1ListKeysCommand } from "../protocols/Aws_json1_1";
6
6
  var ListKeysCommand = (function (_super) {
7
7
  __extends(ListKeysCommand, _super);
@@ -20,8 +20,8 @@ var ListKeysCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListKeysRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListKeysResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListKeysRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListKeysResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListResourceTagsRequest, ListResourceTagsResponse } from "../models/models_0";
4
+ import { ListResourceTagsRequestFilterSensitiveLog, ListResourceTagsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListResourceTagsCommand, serializeAws_json1_1ListResourceTagsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListResourceTagsCommand = (function (_super) {
7
7
  __extends(ListResourceTagsCommand, _super);
@@ -20,8 +20,8 @@ var ListResourceTagsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListResourceTagsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListResourceTagsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListResourceTagsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListResourceTagsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListGrantsResponse, ListRetirableGrantsRequest } from "../models/models_0";
4
+ import { ListGrantsResponseFilterSensitiveLog, ListRetirableGrantsRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ListRetirableGrantsCommand, serializeAws_json1_1ListRetirableGrantsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListRetirableGrantsCommand = (function (_super) {
7
7
  __extends(ListRetirableGrantsCommand, _super);
@@ -20,8 +20,8 @@ var ListRetirableGrantsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListRetirableGrantsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListGrantsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListRetirableGrantsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListGrantsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutKeyPolicyRequest } from "../models/models_0";
4
+ import { PutKeyPolicyRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutKeyPolicyCommand, serializeAws_json1_1PutKeyPolicyCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutKeyPolicyCommand = (function (_super) {
7
7
  __extends(PutKeyPolicyCommand, _super);
@@ -20,7 +20,7 @@ var PutKeyPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutKeyPolicyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutKeyPolicyRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReEncryptRequest, ReEncryptResponse } from "../models/models_0";
4
+ import { ReEncryptRequestFilterSensitiveLog, ReEncryptResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ReEncryptCommand, serializeAws_json1_1ReEncryptCommand } from "../protocols/Aws_json1_1";
6
6
  var ReEncryptCommand = (function (_super) {
7
7
  __extends(ReEncryptCommand, _super);
@@ -20,8 +20,8 @@ var ReEncryptCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ReEncryptRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ReEncryptResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ReEncryptRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ReEncryptResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0";
4
+ import { ReplicateKeyRequestFilterSensitiveLog, ReplicateKeyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ReplicateKeyCommand, serializeAws_json1_1ReplicateKeyCommand, } from "../protocols/Aws_json1_1";
6
6
  var ReplicateKeyCommand = (function (_super) {
7
7
  __extends(ReplicateKeyCommand, _super);
@@ -20,8 +20,8 @@ var ReplicateKeyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ReplicateKeyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ReplicateKeyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ReplicateKeyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ReplicateKeyResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RetireGrantRequest } from "../models/models_0";
4
+ import { RetireGrantRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RetireGrantCommand, serializeAws_json1_1RetireGrantCommand, } from "../protocols/Aws_json1_1";
6
6
  var RetireGrantCommand = (function (_super) {
7
7
  __extends(RetireGrantCommand, _super);
@@ -20,7 +20,7 @@ var RetireGrantCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RetireGrantRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RetireGrantRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RevokeGrantRequest } from "../models/models_0";
4
+ import { RevokeGrantRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RevokeGrantCommand, serializeAws_json1_1RevokeGrantCommand, } from "../protocols/Aws_json1_1";
6
6
  var RevokeGrantCommand = (function (_super) {
7
7
  __extends(RevokeGrantCommand, _super);
@@ -20,7 +20,7 @@ var RevokeGrantCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RevokeGrantRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RevokeGrantRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ScheduleKeyDeletionRequest, ScheduleKeyDeletionResponse } from "../models/models_0";
4
+ import { ScheduleKeyDeletionRequestFilterSensitiveLog, ScheduleKeyDeletionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1ScheduleKeyDeletionCommand, serializeAws_json1_1ScheduleKeyDeletionCommand, } from "../protocols/Aws_json1_1";
6
6
  var ScheduleKeyDeletionCommand = (function (_super) {
7
7
  __extends(ScheduleKeyDeletionCommand, _super);
@@ -20,8 +20,8 @@ var ScheduleKeyDeletionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ScheduleKeyDeletionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ScheduleKeyDeletionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ScheduleKeyDeletionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ScheduleKeyDeletionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SignRequest, SignResponse } from "../models/models_0";
4
+ import { SignRequestFilterSensitiveLog, SignResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1SignCommand, serializeAws_json1_1SignCommand } from "../protocols/Aws_json1_1";
6
6
  var SignCommand = (function (_super) {
7
7
  __extends(SignCommand, _super);
@@ -20,8 +20,8 @@ var SignCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SignRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: SignResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SignRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SignResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequest } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequest } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAliasRequest } from "../models/models_0";
4
+ import { UpdateAliasRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateAliasCommand, serializeAws_json1_1UpdateAliasCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateAliasCommand = (function (_super) {
7
7
  __extends(UpdateAliasCommand, _super);
@@ -20,7 +20,7 @@ var UpdateAliasCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateAliasRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateAliasRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateCustomKeyStoreRequest, UpdateCustomKeyStoreResponse } from "../models/models_0";
4
+ import { UpdateCustomKeyStoreRequestFilterSensitiveLog, UpdateCustomKeyStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateCustomKeyStoreCommand, serializeAws_json1_1UpdateCustomKeyStoreCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateCustomKeyStoreCommand = (function (_super) {
7
7
  __extends(UpdateCustomKeyStoreCommand, _super);
@@ -20,8 +20,8 @@ var UpdateCustomKeyStoreCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateCustomKeyStoreRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateCustomKeyStoreResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateCustomKeyStoreRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateCustomKeyStoreResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateKeyDescriptionRequest } from "../models/models_0";
4
+ import { UpdateKeyDescriptionRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateKeyDescriptionCommand, serializeAws_json1_1UpdateKeyDescriptionCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateKeyDescriptionCommand = (function (_super) {
7
7
  __extends(UpdateKeyDescriptionCommand, _super);
@@ -20,7 +20,7 @@ var UpdateKeyDescriptionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateKeyDescriptionRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateKeyDescriptionRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePrimaryRegionRequest } from "../models/models_0";
4
+ import { UpdatePrimaryRegionRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdatePrimaryRegionCommand, serializeAws_json1_1UpdatePrimaryRegionCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdatePrimaryRegionCommand = (function (_super) {
7
7
  __extends(UpdatePrimaryRegionCommand, _super);
@@ -20,7 +20,7 @@ var UpdatePrimaryRegionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdatePrimaryRegionRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdatePrimaryRegionRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { VerifyRequest, VerifyResponse } from "../models/models_0";
4
+ import { VerifyRequestFilterSensitiveLog, VerifyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1VerifyCommand, serializeAws_json1_1VerifyCommand } from "../protocols/Aws_json1_1";
6
6
  var VerifyCommand = (function (_super) {
7
7
  __extends(VerifyCommand, _super);
@@ -20,8 +20,8 @@ var VerifyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: VerifyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: VerifyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: VerifyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: VerifyResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { VerifyMacRequest, VerifyMacResponse } from "../models/models_0";
4
+ import { VerifyMacRequestFilterSensitiveLog, VerifyMacResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1VerifyMacCommand, serializeAws_json1_1VerifyMacCommand } from "../protocols/Aws_json1_1";
6
6
  var VerifyMacCommand = (function (_super) {
7
7
  __extends(VerifyMacCommand, _super);
@@ -20,8 +20,8 @@ var VerifyMacCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: VerifyMacRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: VerifyMacResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: VerifyMacRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: VerifyMacResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {