@aws-sdk/client-payment-cryptography 3.1038.0 → 3.1040.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 (56) hide show
  1. package/README.md +42 -0
  2. package/dist-cjs/index.js +101 -0
  3. package/dist-cjs/models/errors.js +16 -1
  4. package/dist-cjs/schemas/schemas_0.js +131 -7
  5. package/dist-es/PaymentCryptography.js +12 -0
  6. package/dist-es/commands/AssociateMpaTeamCommand.js +16 -0
  7. package/dist-es/commands/DeleteResourcePolicyCommand.js +16 -0
  8. package/dist-es/commands/DisassociateMpaTeamCommand.js +16 -0
  9. package/dist-es/commands/GetMpaTeamAssociationCommand.js +16 -0
  10. package/dist-es/commands/GetResourcePolicyCommand.js +16 -0
  11. package/dist-es/commands/PutResourcePolicyCommand.js +16 -0
  12. package/dist-es/commands/index.js +6 -0
  13. package/dist-es/models/enums.js +14 -0
  14. package/dist-es/models/errors.js +14 -0
  15. package/dist-es/schemas/schemas_0.js +129 -5
  16. package/dist-types/PaymentCryptography.d.ts +42 -0
  17. package/dist-types/PaymentCryptographyClient.d.ts +8 -2
  18. package/dist-types/commands/AddKeyReplicationRegionsCommand.d.ts +7 -1
  19. package/dist-types/commands/AssociateMpaTeamCommand.d.ts +110 -0
  20. package/dist-types/commands/CreateKeyCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteKeyCommand.d.ts +7 -1
  22. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +93 -0
  23. package/dist-types/commands/DisassociateMpaTeamCommand.d.ts +109 -0
  24. package/dist-types/commands/ExportKeyCommand.d.ts +1 -1
  25. package/dist-types/commands/GetKeyCommand.d.ts +7 -1
  26. package/dist-types/commands/GetMpaTeamAssociationCommand.d.ts +108 -0
  27. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +1 -1
  28. package/dist-types/commands/GetResourcePolicyCommand.d.ts +93 -0
  29. package/dist-types/commands/ImportKeyCommand.d.ts +8 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  31. package/dist-types/commands/PutResourcePolicyCommand.d.ts +103 -0
  32. package/dist-types/commands/RemoveKeyReplicationRegionsCommand.d.ts +7 -1
  33. package/dist-types/commands/RestoreKeyCommand.d.ts +7 -1
  34. package/dist-types/commands/StartKeyUsageCommand.d.ts +7 -1
  35. package/dist-types/commands/StopKeyUsageCommand.d.ts +7 -1
  36. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/index.d.ts +6 -0
  39. package/dist-types/models/enums.d.ts +38 -0
  40. package/dist-types/models/errors.d.ts +13 -0
  41. package/dist-types/models/models_0.d.ts +208 -1
  42. package/dist-types/schemas/schemas_0.d.ts +21 -0
  43. package/dist-types/ts3.4/PaymentCryptography.d.ts +102 -0
  44. package/dist-types/ts3.4/PaymentCryptographyClient.d.ts +36 -0
  45. package/dist-types/ts3.4/commands/AssociateMpaTeamCommand.d.ts +50 -0
  46. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/DisassociateMpaTeamCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/GetMpaTeamAssociationCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +50 -0
  50. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +50 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  52. package/dist-types/ts3.4/models/enums.d.ts +18 -0
  53. package/dist-types/ts3.4/models/errors.d.ts +8 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +57 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -0
  56. package/package.json +7 -7
package/README.md CHANGED
@@ -188,6 +188,13 @@ AddKeyReplicationRegions
188
188
  </details>
189
189
  <details>
190
190
  <summary>
191
+ AssociateMpaTeam
192
+ </summary>
193
+
194
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/payment-cryptography/command/AssociateMpaTeamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/AssociateMpaTeamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/AssociateMpaTeamCommandOutput/)
195
+ </details>
196
+ <details>
197
+ <summary>
191
198
  CreateAlias
192
199
  </summary>
193
200
 
@@ -216,6 +223,13 @@ DeleteKey
216
223
  </details>
217
224
  <details>
218
225
  <summary>
226
+ DeleteResourcePolicy
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/payment-cryptography/command/DeleteResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/DeleteResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/DeleteResourcePolicyCommandOutput/)
230
+ </details>
231
+ <details>
232
+ <summary>
219
233
  DisableDefaultKeyReplicationRegions
220
234
  </summary>
221
235
 
@@ -223,6 +237,13 @@ DisableDefaultKeyReplicationRegions
223
237
  </details>
224
238
  <details>
225
239
  <summary>
240
+ DisassociateMpaTeam
241
+ </summary>
242
+
243
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/payment-cryptography/command/DisassociateMpaTeamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/DisassociateMpaTeamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/DisassociateMpaTeamCommandOutput/)
244
+ </details>
245
+ <details>
246
+ <summary>
226
247
  EnableDefaultKeyReplicationRegions
227
248
  </summary>
228
249
 
@@ -265,6 +286,13 @@ GetKey
265
286
  </details>
266
287
  <details>
267
288
  <summary>
289
+ GetMpaTeamAssociation
290
+ </summary>
291
+
292
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/payment-cryptography/command/GetMpaTeamAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/GetMpaTeamAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/GetMpaTeamAssociationCommandOutput/)
293
+ </details>
294
+ <details>
295
+ <summary>
268
296
  GetParametersForExport
269
297
  </summary>
270
298
 
@@ -286,6 +314,13 @@ GetPublicKeyCertificate
286
314
  </details>
287
315
  <details>
288
316
  <summary>
317
+ GetResourcePolicy
318
+ </summary>
319
+
320
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/payment-cryptography/command/GetResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/GetResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/GetResourcePolicyCommandOutput/)
321
+ </details>
322
+ <details>
323
+ <summary>
289
324
  ImportKey
290
325
  </summary>
291
326
 
@@ -314,6 +349,13 @@ ListTagsForResource
314
349
  </details>
315
350
  <details>
316
351
  <summary>
352
+ PutResourcePolicy
353
+ </summary>
354
+
355
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/payment-cryptography/command/PutResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/PutResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-payment-cryptography/Interface/PutResourcePolicyCommandOutput/)
356
+ </details>
357
+ <details>
358
+ <summary>
317
359
  RemoveKeyReplicationRegions
318
360
  </summary>
319
361
 
package/dist-cjs/index.js CHANGED
@@ -125,6 +125,18 @@ class AddKeyReplicationRegionsCommand extends smithyClient.Command
125
125
  .build() {
126
126
  }
127
127
 
128
+ class AssociateMpaTeamCommand extends smithyClient.Command
129
+ .classBuilder()
130
+ .ep(commonParams)
131
+ .m(function (Command, cs, config, o) {
132
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
133
+ })
134
+ .s("PaymentCryptographyControlPlane", "AssociateMpaTeam", {})
135
+ .n("PaymentCryptographyClient", "AssociateMpaTeamCommand")
136
+ .sc(schemas_0.AssociateMpaTeam$)
137
+ .build() {
138
+ }
139
+
128
140
  class CreateAliasCommand extends smithyClient.Command
129
141
  .classBuilder()
130
142
  .ep(commonParams)
@@ -173,6 +185,18 @@ class DeleteKeyCommand extends smithyClient.Command
173
185
  .build() {
174
186
  }
175
187
 
188
+ class DeleteResourcePolicyCommand extends smithyClient.Command
189
+ .classBuilder()
190
+ .ep(commonParams)
191
+ .m(function (Command, cs, config, o) {
192
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
193
+ })
194
+ .s("PaymentCryptographyControlPlane", "DeleteResourcePolicy", {})
195
+ .n("PaymentCryptographyClient", "DeleteResourcePolicyCommand")
196
+ .sc(schemas_0.DeleteResourcePolicy$)
197
+ .build() {
198
+ }
199
+
176
200
  class DisableDefaultKeyReplicationRegionsCommand extends smithyClient.Command
177
201
  .classBuilder()
178
202
  .ep(commonParams)
@@ -185,6 +209,18 @@ class DisableDefaultKeyReplicationRegionsCommand extends smithyClient.Command
185
209
  .build() {
186
210
  }
187
211
 
212
+ class DisassociateMpaTeamCommand extends smithyClient.Command
213
+ .classBuilder()
214
+ .ep(commonParams)
215
+ .m(function (Command, cs, config, o) {
216
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
217
+ })
218
+ .s("PaymentCryptographyControlPlane", "DisassociateMpaTeam", {})
219
+ .n("PaymentCryptographyClient", "DisassociateMpaTeamCommand")
220
+ .sc(schemas_0.DisassociateMpaTeam$)
221
+ .build() {
222
+ }
223
+
188
224
  class EnableDefaultKeyReplicationRegionsCommand extends smithyClient.Command
189
225
  .classBuilder()
190
226
  .ep(commonParams)
@@ -257,6 +293,18 @@ class GetKeyCommand extends smithyClient.Command
257
293
  .build() {
258
294
  }
259
295
 
296
+ class GetMpaTeamAssociationCommand extends smithyClient.Command
297
+ .classBuilder()
298
+ .ep(commonParams)
299
+ .m(function (Command, cs, config, o) {
300
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
301
+ })
302
+ .s("PaymentCryptographyControlPlane", "GetMpaTeamAssociation", {})
303
+ .n("PaymentCryptographyClient", "GetMpaTeamAssociationCommand")
304
+ .sc(schemas_0.GetMpaTeamAssociation$)
305
+ .build() {
306
+ }
307
+
260
308
  class GetParametersForExportCommand extends smithyClient.Command
261
309
  .classBuilder()
262
310
  .ep(commonParams)
@@ -293,6 +341,18 @@ class GetPublicKeyCertificateCommand extends smithyClient.Command
293
341
  .build() {
294
342
  }
295
343
 
344
+ class GetResourcePolicyCommand extends smithyClient.Command
345
+ .classBuilder()
346
+ .ep(commonParams)
347
+ .m(function (Command, cs, config, o) {
348
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
349
+ })
350
+ .s("PaymentCryptographyControlPlane", "GetResourcePolicy", {})
351
+ .n("PaymentCryptographyClient", "GetResourcePolicyCommand")
352
+ .sc(schemas_0.GetResourcePolicy$)
353
+ .build() {
354
+ }
355
+
296
356
  class ImportKeyCommand extends smithyClient.Command
297
357
  .classBuilder()
298
358
  .ep(commonParams)
@@ -341,6 +401,18 @@ class ListTagsForResourceCommand extends smithyClient.Command
341
401
  .build() {
342
402
  }
343
403
 
404
+ class PutResourcePolicyCommand extends smithyClient.Command
405
+ .classBuilder()
406
+ .ep(commonParams)
407
+ .m(function (Command, cs, config, o) {
408
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
409
+ })
410
+ .s("PaymentCryptographyControlPlane", "PutResourcePolicy", {})
411
+ .n("PaymentCryptographyClient", "PutResourcePolicyCommand")
412
+ .sc(schemas_0.PutResourcePolicy$)
413
+ .build() {
414
+ }
415
+
344
416
  class RemoveKeyReplicationRegionsCommand extends smithyClient.Command
345
417
  .classBuilder()
346
418
  .ep(commonParams)
@@ -433,24 +505,30 @@ const paginateListTagsForResource = core.createPaginator(PaymentCryptographyClie
433
505
 
434
506
  const commands = {
435
507
  AddKeyReplicationRegionsCommand,
508
+ AssociateMpaTeamCommand,
436
509
  CreateAliasCommand,
437
510
  CreateKeyCommand,
438
511
  DeleteAliasCommand,
439
512
  DeleteKeyCommand,
513
+ DeleteResourcePolicyCommand,
440
514
  DisableDefaultKeyReplicationRegionsCommand,
515
+ DisassociateMpaTeamCommand,
441
516
  EnableDefaultKeyReplicationRegionsCommand,
442
517
  ExportKeyCommand,
443
518
  GetAliasCommand,
444
519
  GetCertificateSigningRequestCommand,
445
520
  GetDefaultKeyReplicationRegionsCommand,
446
521
  GetKeyCommand,
522
+ GetMpaTeamAssociationCommand,
447
523
  GetParametersForExportCommand,
448
524
  GetParametersForImportCommand,
449
525
  GetPublicKeyCertificateCommand,
526
+ GetResourcePolicyCommand,
450
527
  ImportKeyCommand,
451
528
  ListAliasesCommand,
452
529
  ListKeysCommand,
453
530
  ListTagsForResourceCommand,
531
+ PutResourcePolicyCommand,
454
532
  RemoveKeyReplicationRegionsCommand,
455
533
  RestoreKeyCommand,
456
534
  StartKeyUsageCommand,
@@ -554,6 +632,12 @@ const KeyState = {
554
632
  DELETE_COMPLETE: "DELETE_COMPLETE",
555
633
  DELETE_PENDING: "DELETE_PENDING",
556
634
  };
635
+ const SessionStatus = {
636
+ APPROVED: "APPROVED",
637
+ CANCELLED: "CANCELLED",
638
+ FAILED: "FAILED",
639
+ PENDING: "PENDING",
640
+ };
557
641
  const MultiRegionKeyType = {
558
642
  PRIMARY: "PRIMARY",
559
643
  REPLICA: "REPLICA",
@@ -570,6 +654,14 @@ const As2805KeyVariant = {
570
654
  PIN_ENCRYPTION_KEY_VARIANT_28: "PIN_ENCRYPTION_KEY_VARIANT_28",
571
655
  TERMINAL_MAJOR_KEY_VARIANT_00: "TERMINAL_MAJOR_KEY_VARIANT_00",
572
656
  };
657
+ const MpaOperation = {
658
+ IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE: "IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE",
659
+ };
660
+ const AssociationState = {
661
+ ACTIVE: "ACTIVE",
662
+ DELETE_PENDING: "DELETE_PENDING",
663
+ UPDATE_PENDING: "UPDATE_PENDING",
664
+ };
573
665
  const SymmetricKeyAlgorithm = {
574
666
  AES_128: "AES_128",
575
667
  AES_192: "AES_192",
@@ -626,21 +718,27 @@ exports.__Client = smithyClient.Client;
626
718
  exports.PaymentCryptographyServiceException = PaymentCryptographyServiceException.PaymentCryptographyServiceException;
627
719
  exports.AddKeyReplicationRegionsCommand = AddKeyReplicationRegionsCommand;
628
720
  exports.As2805KeyVariant = As2805KeyVariant;
721
+ exports.AssociateMpaTeamCommand = AssociateMpaTeamCommand;
722
+ exports.AssociationState = AssociationState;
629
723
  exports.CreateAliasCommand = CreateAliasCommand;
630
724
  exports.CreateKeyCommand = CreateKeyCommand;
631
725
  exports.DeleteAliasCommand = DeleteAliasCommand;
632
726
  exports.DeleteKeyCommand = DeleteKeyCommand;
727
+ exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
633
728
  exports.DeriveKeyUsage = DeriveKeyUsage;
634
729
  exports.DisableDefaultKeyReplicationRegionsCommand = DisableDefaultKeyReplicationRegionsCommand;
730
+ exports.DisassociateMpaTeamCommand = DisassociateMpaTeamCommand;
635
731
  exports.EnableDefaultKeyReplicationRegionsCommand = EnableDefaultKeyReplicationRegionsCommand;
636
732
  exports.ExportKeyCommand = ExportKeyCommand;
637
733
  exports.GetAliasCommand = GetAliasCommand;
638
734
  exports.GetCertificateSigningRequestCommand = GetCertificateSigningRequestCommand;
639
735
  exports.GetDefaultKeyReplicationRegionsCommand = GetDefaultKeyReplicationRegionsCommand;
640
736
  exports.GetKeyCommand = GetKeyCommand;
737
+ exports.GetMpaTeamAssociationCommand = GetMpaTeamAssociationCommand;
641
738
  exports.GetParametersForExportCommand = GetParametersForExportCommand;
642
739
  exports.GetParametersForImportCommand = GetParametersForImportCommand;
643
740
  exports.GetPublicKeyCertificateCommand = GetPublicKeyCertificateCommand;
741
+ exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
644
742
  exports.ImportKeyCommand = ImportKeyCommand;
645
743
  exports.KeyAlgorithm = KeyAlgorithm;
646
744
  exports.KeyCheckValueAlgorithm = KeyCheckValueAlgorithm;
@@ -656,11 +754,14 @@ exports.KeyUsage = KeyUsage;
656
754
  exports.ListAliasesCommand = ListAliasesCommand;
657
755
  exports.ListKeysCommand = ListKeysCommand;
658
756
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
757
+ exports.MpaOperation = MpaOperation;
659
758
  exports.MultiRegionKeyType = MultiRegionKeyType;
660
759
  exports.PaymentCryptography = PaymentCryptography;
661
760
  exports.PaymentCryptographyClient = PaymentCryptographyClient;
761
+ exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
662
762
  exports.RemoveKeyReplicationRegionsCommand = RemoveKeyReplicationRegionsCommand;
663
763
  exports.RestoreKeyCommand = RestoreKeyCommand;
764
+ exports.SessionStatus = SessionStatus;
664
765
  exports.SigningAlgorithmType = SigningAlgorithmType;
665
766
  exports.StartKeyUsageCommand = StartKeyUsageCommand;
666
767
  exports.StopKeyUsageCommand = StopKeyUsageCommand;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ServiceUnavailableException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
3
+ exports.PublicPolicyException = exports.ServiceUnavailableException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
4
4
  const PaymentCryptographyServiceException_1 = require("./PaymentCryptographyServiceException");
5
5
  class AccessDeniedException extends PaymentCryptographyServiceException_1.PaymentCryptographyServiceException {
6
6
  name = "AccessDeniedException";
@@ -122,3 +122,18 @@ class ServiceUnavailableException extends PaymentCryptographyServiceException_1.
122
122
  }
123
123
  }
124
124
  exports.ServiceUnavailableException = ServiceUnavailableException;
125
+ class PublicPolicyException extends PaymentCryptographyServiceException_1.PaymentCryptographyServiceException {
126
+ name = "PublicPolicyException";
127
+ $fault = "client";
128
+ Message;
129
+ constructor(opts) {
130
+ super({
131
+ name: "PublicPolicyException",
132
+ $fault: "client",
133
+ ...opts,
134
+ });
135
+ Object.setPrototypeOf(this, PublicPolicyException.prototype);
136
+ this.Message = opts.Message;
137
+ }
138
+ }
139
+ exports.PublicPolicyException = PublicPolicyException;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportAs2805KeyCryptogram$ = exports.GetPublicKeyCertificateOutput$ = exports.GetPublicKeyCertificateInput$ = exports.GetParametersForImportOutput$ = exports.GetParametersForImportInput$ = exports.GetParametersForExportOutput$ = exports.GetParametersForExportInput$ = exports.GetKeyOutput$ = exports.GetKeyInput$ = exports.GetDefaultKeyReplicationRegionsOutput$ = exports.GetDefaultKeyReplicationRegionsInput$ = exports.GetCertificateSigningRequestOutput$ = exports.GetCertificateSigningRequestInput$ = exports.GetAliasOutput$ = exports.GetAliasInput$ = exports.ExportTr34KeyBlock$ = exports.ExportTr31KeyBlock$ = exports.ExportKeyOutput$ = exports.ExportKeyInput$ = exports.ExportKeyCryptogram$ = exports.ExportDukptInitialKey$ = exports.ExportDiffieHellmanTr31KeyBlock$ = exports.ExportAttributes$ = exports.ExportAs2805KeyCryptogram$ = exports.EnableDefaultKeyReplicationRegionsOutput$ = exports.EnableDefaultKeyReplicationRegionsInput$ = exports.DisableDefaultKeyReplicationRegionsOutput$ = exports.DisableDefaultKeyReplicationRegionsInput$ = exports.DeleteKeyOutput$ = exports.DeleteKeyInput$ = exports.DeleteAliasOutput$ = exports.DeleteAliasInput$ = exports.CreateKeyOutput$ = exports.CreateKeyInput$ = exports.CreateAliasOutput$ = exports.CreateAliasInput$ = exports.CertificateSubjectType$ = exports.Alias$ = exports.AddKeyReplicationRegionsOutput$ = exports.AddKeyReplicationRegionsInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceUnavailableException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.PaymentCryptographyServiceException$ = void 0;
4
- exports.GetDefaultKeyReplicationRegions$ = exports.GetCertificateSigningRequest$ = exports.GetAlias$ = exports.ExportKey$ = exports.EnableDefaultKeyReplicationRegions$ = exports.DisableDefaultKeyReplicationRegions$ = exports.DeleteKey$ = exports.DeleteAlias$ = exports.CreateKey$ = exports.CreateAlias$ = exports.AddKeyReplicationRegions$ = exports.ImportKeyMaterial$ = exports.ExportKeyMaterial$ = exports.DiffieHellmanDerivationData$ = exports.WrappedKey$ = exports.UpdateAliasOutput$ = exports.UpdateAliasInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TrustedCertificatePublicKey$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.StopKeyUsageOutput$ = exports.StopKeyUsageInput$ = exports.StartKeyUsageOutput$ = exports.StartKeyUsageInput$ = exports.RootCertificatePublicKey$ = exports.RestoreKeyOutput$ = exports.RestoreKeyInput$ = exports.ReplicationStatusType$ = exports.RemoveKeyReplicationRegionsOutput$ = exports.RemoveKeyReplicationRegionsInput$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListKeysOutput$ = exports.ListKeysInput$ = exports.ListAliasesOutput$ = exports.ListAliasesInput$ = exports.KeySummary$ = exports.KeyModesOfUse$ = exports.KeyBlockHeaders$ = exports.KeyAttributes$ = exports.Key$ = exports.ImportTr34KeyBlock$ = exports.ImportTr31KeyBlock$ = exports.ImportKeyOutput$ = exports.ImportKeyInput$ = exports.ImportKeyCryptogram$ = exports.ImportDiffieHellmanTr31KeyBlock$ = void 0;
5
- exports.UpdateAlias$ = exports.UntagResource$ = exports.TagResource$ = exports.StopKeyUsage$ = exports.StartKeyUsage$ = exports.RestoreKey$ = exports.RemoveKeyReplicationRegions$ = exports.ListTagsForResource$ = exports.ListKeys$ = exports.ListAliases$ = exports.ImportKey$ = exports.GetPublicKeyCertificate$ = exports.GetParametersForImport$ = exports.GetParametersForExport$ = exports.GetKey$ = void 0;
3
+ exports.GetKeyOutput$ = exports.GetKeyInput$ = exports.GetDefaultKeyReplicationRegionsOutput$ = exports.GetDefaultKeyReplicationRegionsInput$ = exports.GetCertificateSigningRequestOutput$ = exports.GetCertificateSigningRequestInput$ = exports.GetAliasOutput$ = exports.GetAliasInput$ = exports.ExportTr34KeyBlock$ = exports.ExportTr31KeyBlock$ = exports.ExportKeyOutput$ = exports.ExportKeyInput$ = exports.ExportKeyCryptogram$ = exports.ExportDukptInitialKey$ = exports.ExportDiffieHellmanTr31KeyBlock$ = exports.ExportAttributes$ = exports.ExportAs2805KeyCryptogram$ = exports.EnableDefaultKeyReplicationRegionsOutput$ = exports.EnableDefaultKeyReplicationRegionsInput$ = exports.DisassociateMpaTeamOutput$ = exports.DisassociateMpaTeamInput$ = exports.DisableDefaultKeyReplicationRegionsOutput$ = exports.DisableDefaultKeyReplicationRegionsInput$ = exports.DeleteResourcePolicyOutput$ = exports.DeleteResourcePolicyInput$ = exports.DeleteKeyOutput$ = exports.DeleteKeyInput$ = exports.DeleteAliasOutput$ = exports.DeleteAliasInput$ = exports.CreateKeyOutput$ = exports.CreateKeyInput$ = exports.CreateAliasOutput$ = exports.CreateAliasInput$ = exports.CertificateSubjectType$ = exports.AssociateMpaTeamOutput$ = exports.AssociateMpaTeamInput$ = exports.Alias$ = exports.AddKeyReplicationRegionsOutput$ = exports.AddKeyReplicationRegionsInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceUnavailableException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.PublicPolicyException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.PaymentCryptographyServiceException$ = void 0;
4
+ exports.UpdateAliasOutput$ = exports.UpdateAliasInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TrustedCertificatePublicKey$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.StopKeyUsageOutput$ = exports.StopKeyUsageInput$ = exports.StartKeyUsageOutput$ = exports.StartKeyUsageInput$ = exports.RootCertificatePublicKey$ = exports.RestoreKeyOutput$ = exports.RestoreKeyInput$ = exports.ReplicationStatusType$ = exports.RemoveKeyReplicationRegionsOutput$ = exports.RemoveKeyReplicationRegionsInput$ = exports.PutResourcePolicyOutput$ = exports.PutResourcePolicyInput$ = exports.MpaTeamAssociation$ = exports.MpaStatus$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListKeysOutput$ = exports.ListKeysInput$ = exports.ListAliasesOutput$ = exports.ListAliasesInput$ = exports.KeySummary$ = exports.KeyModesOfUse$ = exports.KeyBlockHeaders$ = exports.KeyAttributes$ = exports.Key$ = exports.ImportTr34KeyBlock$ = exports.ImportTr31KeyBlock$ = exports.ImportKeyOutput$ = exports.ImportKeyInput$ = exports.ImportKeyCryptogram$ = exports.ImportDiffieHellmanTr31KeyBlock$ = exports.ImportAs2805KeyCryptogram$ = exports.GetResourcePolicyOutput$ = exports.GetResourcePolicyInput$ = exports.GetPublicKeyCertificateOutput$ = exports.GetPublicKeyCertificateInput$ = exports.GetParametersForImportOutput$ = exports.GetParametersForImportInput$ = exports.GetParametersForExportOutput$ = exports.GetParametersForExportInput$ = exports.GetMpaTeamAssociationOutput$ = exports.GetMpaTeamAssociationInput$ = void 0;
5
+ exports.UpdateAlias$ = exports.UntagResource$ = exports.TagResource$ = exports.StopKeyUsage$ = exports.StartKeyUsage$ = exports.RestoreKey$ = exports.RemoveKeyReplicationRegions$ = exports.PutResourcePolicy$ = exports.ListTagsForResource$ = exports.ListKeys$ = exports.ListAliases$ = exports.ImportKey$ = exports.GetResourcePolicy$ = exports.GetPublicKeyCertificate$ = exports.GetParametersForImport$ = exports.GetParametersForExport$ = exports.GetMpaTeamAssociation$ = exports.GetKey$ = exports.GetDefaultKeyReplicationRegions$ = exports.GetCertificateSigningRequest$ = exports.GetAlias$ = exports.ExportKey$ = exports.EnableDefaultKeyReplicationRegions$ = exports.DisassociateMpaTeam$ = exports.DisableDefaultKeyReplicationRegions$ = exports.DeleteResourcePolicy$ = exports.DeleteKey$ = exports.DeleteAlias$ = exports.CreateKey$ = exports.CreateAlias$ = exports.AssociateMpaTeam$ = exports.AddKeyReplicationRegions$ = exports.ImportKeyMaterial$ = exports.ExportKeyMaterial$ = exports.DiffieHellmanDerivationData$ = exports.WrappedKey$ = void 0;
6
6
  const _A = "Alias";
7
7
  const _ADE = "AccessDeniedException";
8
8
  const _AKC = "As2805KeyCryptogram";
@@ -10,7 +10,12 @@ const _AKRR = "AddKeyReplicationRegions";
10
10
  const _AKRRI = "AddKeyReplicationRegionsInput";
11
11
  const _AKRRO = "AddKeyReplicationRegionsOutput";
12
12
  const _AKV = "As2805KeyVariant";
13
+ const _AMT = "AssociateMpaTeam";
14
+ const _AMTI = "AssociateMpaTeamInput";
15
+ const _AMTO = "AssociateMpaTeamOutput";
13
16
  const _AN = "AliasName";
17
+ const _AS = "AssociationState";
18
+ const _Ac = "Action";
14
19
  const _Al = "Aliases";
15
20
  const _C = "City";
16
21
  const _CA = "CreateAlias";
@@ -45,7 +50,13 @@ const _DKID = "DeleteKeyInDays";
45
50
  const _DKO = "DeleteKeyOutput";
46
51
  const _DKU = "DeriveKeyUsage";
47
52
  const _DKe = "DeleteKey";
53
+ const _DMT = "DisassociateMpaTeam";
54
+ const _DMTI = "DisassociateMpaTeamInput";
55
+ const _DMTO = "DisassociateMpaTeamOutput";
48
56
  const _DPT = "DeletePendingTimestamp";
57
+ const _DRP = "DeleteResourcePolicy";
58
+ const _DRPI = "DeleteResourcePolicyInput";
59
+ const _DRPO = "DeleteResourcePolicyOutput";
49
60
  const _DT = "DeleteTimestamp";
50
61
  const _E = "Exportable";
51
62
  const _EA = "EmailAddress";
@@ -81,6 +92,9 @@ const _GDKRRO = "GetDefaultKeyReplicationRegionsOutput";
81
92
  const _GK = "GetKey";
82
93
  const _GKI = "GetKeyInput";
83
94
  const _GKO = "GetKeyOutput";
95
+ const _GMTA = "GetMpaTeamAssociation";
96
+ const _GMTAI = "GetMpaTeamAssociationInput";
97
+ const _GMTAO = "GetMpaTeamAssociationOutput";
84
98
  const _GPFE = "GetParametersForExport";
85
99
  const _GPFEI = "GetParametersForExportInput";
86
100
  const _GPFEO = "GetParametersForExportOutput";
@@ -90,7 +104,11 @@ const _GPFIO = "GetParametersForImportOutput";
90
104
  const _GPKC = "GetPublicKeyCertificate";
91
105
  const _GPKCI = "GetPublicKeyCertificateInput";
92
106
  const _GPKCO = "GetPublicKeyCertificateOutput";
107
+ const _GRP = "GetResourcePolicy";
108
+ const _GRPI = "GetResourcePolicyInput";
109
+ const _GRPO = "GetResourcePolicyOutput";
93
110
  const _IAKC = "ImportAs2805KeyCryptogram";
111
+ const _ID = "InitiationDate";
94
112
  const _IDHTKB = "ImportDiffieHellmanTr31KeyBlock";
95
113
  const _IK = "ImportKey";
96
114
  const _IKC = "ImportKeyCryptogram";
@@ -139,7 +157,12 @@ const _LTFRI = "ListTagsForResourceInput";
139
157
  const _LTFRO = "ListTagsForResourceOutput";
140
158
  const _M = "Message";
141
159
  const _MR = "MaxResults";
160
+ const _MRC = "MpaRequesterComment";
142
161
  const _MRKT = "MultiRegionKeyType";
162
+ const _MS = "MpaStatus";
163
+ const _MSA = "MpaSessionArn";
164
+ const _MTA = "MpaTeamArn";
165
+ const _MTAp = "MpaTeamAssociation";
143
166
  const _NR = "NoRestrictions";
144
167
  const _NT = "NextToken";
145
168
  const _O = "Organization";
@@ -147,11 +170,17 @@ const _OB = "OptionalBlocks";
147
170
  const _OBI = "OptionalBlockId";
148
171
  const _OBV = "OptionalBlockValue";
149
172
  const _OU = "OrganizationUnit";
173
+ const _P = "Policy";
150
174
  const _PKC = "PublicKeyCertificate";
151
175
  const _PKI = "PrivateKeyIdentifier";
176
+ const _PPE = "PublicPolicyException";
152
177
  const _PR = "PrimaryRegion";
178
+ const _PRP = "PutResourcePolicy";
179
+ const _PRPI = "PutResourcePolicyInput";
180
+ const _PRPO = "PutResourcePolicyOutput";
153
181
  const _PVUT = "ParametersValidUntilTimestamp";
154
182
  const _RA = "ResourceArn";
183
+ const _RC = "RequesterComment";
155
184
  const _RCPK = "RootCertificatePublicKey";
156
185
  const _RI = "ResourceId";
157
186
  const _RK = "RestoreKey";
@@ -251,6 +280,12 @@ exports.InternalServerException$ = [-3, n0, _ISE,
251
280
  [0]
252
281
  ];
253
282
  n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
283
+ exports.PublicPolicyException$ = [-3, n0, _PPE,
284
+ { [_e]: _c, [_hE]: 400 },
285
+ [_M],
286
+ [0]
287
+ ];
288
+ n0_registry.registerError(exports.PublicPolicyException$, errors_1.PublicPolicyException);
254
289
  exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
255
290
  { [_e]: _c, [_hE]: 404 },
256
291
  [_RI],
@@ -287,6 +322,7 @@ exports.errorTypeRegistries = [
287
322
  ];
288
323
  var CertificateSigningRequestType = [0, n0, _CSRT, 8, 0];
289
324
  var KeyMaterial = [0, n0, _KM, 8, 0];
325
+ var MpaRequesterComment = [0, n0, _MRC, 8, 0];
290
326
  var OptionalBlockId = [0, n0, _OBI, 8, 0];
291
327
  var OptionalBlockValue = [0, n0, _OBV, 8, 0];
292
328
  var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
@@ -307,6 +343,16 @@ exports.Alias$ = [3, n0, _A,
307
343
  [_AN, _KA],
308
344
  [0, 0], 1
309
345
  ];
346
+ exports.AssociateMpaTeamInput$ = [3, n0, _AMTI,
347
+ 0,
348
+ [_Ac, _MTA, _RC],
349
+ [0, 0, [() => MpaRequesterComment, 0]], 2
350
+ ];
351
+ exports.AssociateMpaTeamOutput$ = [3, n0, _AMTO,
352
+ 0,
353
+ [_MTAp],
354
+ [() => exports.MpaTeamAssociation$], 1
355
+ ];
310
356
  exports.CertificateSubjectType$ = [3, n0, _CST,
311
357
  0,
312
358
  [_CN, _OU, _O, _C, _Co, _SOP, _EA],
@@ -352,6 +398,16 @@ exports.DeleteKeyOutput$ = [3, n0, _DKO,
352
398
  [_K],
353
399
  [() => exports.Key$], 1
354
400
  ];
401
+ exports.DeleteResourcePolicyInput$ = [3, n0, _DRPI,
402
+ 0,
403
+ [_RA],
404
+ [0], 1
405
+ ];
406
+ exports.DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
407
+ 0,
408
+ [],
409
+ []
410
+ ];
355
411
  exports.DisableDefaultKeyReplicationRegionsInput$ = [3, n0, _DDKRRI,
356
412
  0,
357
413
  [_RR],
@@ -362,6 +418,16 @@ exports.DisableDefaultKeyReplicationRegionsOutput$ = [3, n0, _DDKRRO,
362
418
  [_ERR],
363
419
  [64 | 0], 1
364
420
  ];
421
+ exports.DisassociateMpaTeamInput$ = [3, n0, _DMTI,
422
+ 0,
423
+ [_Ac, _RC],
424
+ [0, [() => MpaRequesterComment, 0]], 1
425
+ ];
426
+ exports.DisassociateMpaTeamOutput$ = [3, n0, _DMTO,
427
+ 0,
428
+ [_MTAp],
429
+ [() => exports.MpaTeamAssociation$], 1
430
+ ];
365
431
  exports.EnableDefaultKeyReplicationRegionsInput$ = [3, n0, _EDKRRI,
366
432
  0,
367
433
  [_RR],
@@ -457,6 +523,16 @@ exports.GetKeyOutput$ = [3, n0, _GKO,
457
523
  [_K],
458
524
  [() => exports.Key$], 1
459
525
  ];
526
+ exports.GetMpaTeamAssociationInput$ = [3, n0, _GMTAI,
527
+ 0,
528
+ [_Ac],
529
+ [0], 1
530
+ ];
531
+ exports.GetMpaTeamAssociationOutput$ = [3, n0, _GMTAO,
532
+ 0,
533
+ [_MTAp],
534
+ [() => exports.MpaTeamAssociation$], 1
535
+ ];
460
536
  exports.GetParametersForExportInput$ = [3, n0, _GPFEI,
461
537
  0,
462
538
  [_KMT, _SKA, _RLGT],
@@ -487,6 +563,16 @@ exports.GetPublicKeyCertificateOutput$ = [3, n0, _GPKCO,
487
563
  [_KC, _KCC],
488
564
  [0, 0], 2
489
565
  ];
566
+ exports.GetResourcePolicyInput$ = [3, n0, _GRPI,
567
+ 0,
568
+ [_RA],
569
+ [0], 1
570
+ ];
571
+ exports.GetResourcePolicyOutput$ = [3, n0, _GRPO,
572
+ 0,
573
+ [_RA, _P],
574
+ [0, 0], 2
575
+ ];
490
576
  exports.ImportAs2805KeyCryptogram$ = [3, n0, _IAKC,
491
577
  0,
492
578
  [_AKV, _KMOU, _KAey, _E, _WKI, _WKC],
@@ -504,8 +590,8 @@ exports.ImportKeyCryptogram$ = [3, n0, _IKC,
504
590
  ];
505
591
  exports.ImportKeyInput$ = [3, n0, _IKI,
506
592
  0,
507
- [_KM, _KCVA, _En, _T, _RR],
508
- [[() => exports.ImportKeyMaterial$, 0], 0, 2, () => Tags, 64 | 0], 1
593
+ [_KM, _KCVA, _En, _T, _RR, _RC],
594
+ [[() => exports.ImportKeyMaterial$, 0], 0, 2, () => Tags, 64 | 0, [() => MpaRequesterComment, 0]], 1
509
595
  ];
510
596
  exports.ImportKeyOutput$ = [3, n0, _IKO,
511
597
  0,
@@ -524,8 +610,8 @@ exports.ImportTr34KeyBlock$ = [3, n0, _ITKBm,
524
610
  ];
525
611
  exports.Key$ = [3, n0, _K,
526
612
  0,
527
- [_KA, _KAe, _KCV, _KCVA, _En, _E, _KS, _KO, _CT, _UST, _USTs, _DPT, _DT, _DKU, _MRKT, _PR, _RS, _UDRR],
528
- [0, () => exports.KeyAttributes$, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2], 9
613
+ [_KA, _KAe, _KCV, _KCVA, _En, _E, _KS, _KO, _CT, _UST, _USTs, _DPT, _DT, _DKU, _MRKT, _PR, _RS, _UDRR, _MS],
614
+ [0, () => exports.KeyAttributes$, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2, () => exports.MpaStatus$], 9
529
615
  ];
530
616
  exports.KeyAttributes$ = [3, n0, _KAe,
531
617
  0,
@@ -577,6 +663,26 @@ exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
577
663
  [_T, _NT],
578
664
  [() => Tags, 0], 1
579
665
  ];
666
+ exports.MpaStatus$ = [3, n0, _MS,
667
+ 0,
668
+ [_MSA, _St, _ID, _SM],
669
+ [0, 0, 4, 0], 3
670
+ ];
671
+ exports.MpaTeamAssociation$ = [3, n0, _MTAp,
672
+ 0,
673
+ [_Ac, _MTA, _AS, _MS],
674
+ [0, 0, 0, () => exports.MpaStatus$], 3
675
+ ];
676
+ exports.PutResourcePolicyInput$ = [3, n0, _PRPI,
677
+ 0,
678
+ [_RA, _P],
679
+ [0, 0], 2
680
+ ];
681
+ exports.PutResourcePolicyOutput$ = [3, n0, _PRPO,
682
+ 0,
683
+ [_RA, _P],
684
+ [0, 0], 2
685
+ ];
580
686
  exports.RemoveKeyReplicationRegionsInput$ = [3, n0, _RKRRI,
581
687
  0,
582
688
  [_KI, _RR],
@@ -710,6 +816,9 @@ exports.ImportKeyMaterial$ = [4, n0, _IKM,
710
816
  exports.AddKeyReplicationRegions$ = [9, n0, _AKRR,
711
817
  0, () => exports.AddKeyReplicationRegionsInput$, () => exports.AddKeyReplicationRegionsOutput$
712
818
  ];
819
+ exports.AssociateMpaTeam$ = [9, n0, _AMT,
820
+ 0, () => exports.AssociateMpaTeamInput$, () => exports.AssociateMpaTeamOutput$
821
+ ];
713
822
  exports.CreateAlias$ = [9, n0, _CA,
714
823
  2, () => exports.CreateAliasInput$, () => exports.CreateAliasOutput$
715
824
  ];
@@ -722,9 +831,15 @@ exports.DeleteAlias$ = [9, n0, _DA,
722
831
  exports.DeleteKey$ = [9, n0, _DKe,
723
832
  2, () => exports.DeleteKeyInput$, () => exports.DeleteKeyOutput$
724
833
  ];
834
+ exports.DeleteResourcePolicy$ = [9, n0, _DRP,
835
+ 2, () => exports.DeleteResourcePolicyInput$, () => exports.DeleteResourcePolicyOutput$
836
+ ];
725
837
  exports.DisableDefaultKeyReplicationRegions$ = [9, n0, _DDKRR,
726
838
  0, () => exports.DisableDefaultKeyReplicationRegionsInput$, () => exports.DisableDefaultKeyReplicationRegionsOutput$
727
839
  ];
840
+ exports.DisassociateMpaTeam$ = [9, n0, _DMT,
841
+ 0, () => exports.DisassociateMpaTeamInput$, () => exports.DisassociateMpaTeamOutput$
842
+ ];
728
843
  exports.EnableDefaultKeyReplicationRegions$ = [9, n0, _EDKRR,
729
844
  0, () => exports.EnableDefaultKeyReplicationRegionsInput$, () => exports.EnableDefaultKeyReplicationRegionsOutput$
730
845
  ];
@@ -743,6 +858,9 @@ exports.GetDefaultKeyReplicationRegions$ = [9, n0, _GDKRR,
743
858
  exports.GetKey$ = [9, n0, _GK,
744
859
  0, () => exports.GetKeyInput$, () => exports.GetKeyOutput$
745
860
  ];
861
+ exports.GetMpaTeamAssociation$ = [9, n0, _GMTA,
862
+ 0, () => exports.GetMpaTeamAssociationInput$, () => exports.GetMpaTeamAssociationOutput$
863
+ ];
746
864
  exports.GetParametersForExport$ = [9, n0, _GPFE,
747
865
  0, () => exports.GetParametersForExportInput$, () => exports.GetParametersForExportOutput$
748
866
  ];
@@ -752,6 +870,9 @@ exports.GetParametersForImport$ = [9, n0, _GPFI,
752
870
  exports.GetPublicKeyCertificate$ = [9, n0, _GPKC,
753
871
  0, () => exports.GetPublicKeyCertificateInput$, () => exports.GetPublicKeyCertificateOutput$
754
872
  ];
873
+ exports.GetResourcePolicy$ = [9, n0, _GRP,
874
+ 0, () => exports.GetResourcePolicyInput$, () => exports.GetResourcePolicyOutput$
875
+ ];
755
876
  exports.ImportKey$ = [9, n0, _IK,
756
877
  0, () => exports.ImportKeyInput$, () => exports.ImportKeyOutput$
757
878
  ];
@@ -764,6 +885,9 @@ exports.ListKeys$ = [9, n0, _LK,
764
885
  exports.ListTagsForResource$ = [9, n0, _LTFR,
765
886
  0, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
766
887
  ];
888
+ exports.PutResourcePolicy$ = [9, n0, _PRP,
889
+ 2, () => exports.PutResourcePolicyInput$, () => exports.PutResourcePolicyOutput$
890
+ ];
767
891
  exports.RemoveKeyReplicationRegions$ = [9, n0, _RKRR,
768
892
  0, () => exports.RemoveKeyReplicationRegionsInput$, () => exports.RemoveKeyReplicationRegionsOutput$
769
893
  ];