@aws-sdk/client-cloudhsm 3.533.0 → 3.536.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 (45) hide show
  1. package/dist-types/CloudHSM.d.ts +7 -1
  2. package/dist-types/CloudHSMClient.d.ts +1 -1
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -3
  4. package/dist-types/commands/CreateHapgCommand.d.ts +4 -3
  5. package/dist-types/commands/CreateHsmCommand.d.ts +4 -3
  6. package/dist-types/commands/CreateLunaClientCommand.d.ts +4 -3
  7. package/dist-types/commands/DeleteHapgCommand.d.ts +4 -3
  8. package/dist-types/commands/DeleteHsmCommand.d.ts +4 -3
  9. package/dist-types/commands/DeleteLunaClientCommand.d.ts +4 -3
  10. package/dist-types/commands/DescribeHapgCommand.d.ts +4 -3
  11. package/dist-types/commands/DescribeHsmCommand.d.ts +4 -3
  12. package/dist-types/commands/DescribeLunaClientCommand.d.ts +4 -3
  13. package/dist-types/commands/GetConfigCommand.d.ts +4 -3
  14. package/dist-types/commands/ListAvailableZonesCommand.d.ts +4 -3
  15. package/dist-types/commands/ListHapgsCommand.d.ts +4 -3
  16. package/dist-types/commands/ListHsmsCommand.d.ts +4 -3
  17. package/dist-types/commands/ListLunaClientsCommand.d.ts +4 -3
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -3
  19. package/dist-types/commands/ModifyHapgCommand.d.ts +4 -3
  20. package/dist-types/commands/ModifyHsmCommand.d.ts +4 -3
  21. package/dist-types/commands/ModifyLunaClientCommand.d.ts +4 -3
  22. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -3
  23. package/dist-types/models/models_0.d.ts +125 -125
  24. package/dist-types/ts3.4/CloudHSM.d.ts +6 -0
  25. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
  26. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +9 -0
  27. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
  45. package/package.json +40 -40
@@ -22,12 +22,10 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
22
22
  }
23
23
  declare const ModifyLunaClientCommand_base: {
24
24
  new (input: ModifyLunaClientCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ModifyLunaClientCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
32
30
  * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
33
31
  * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
@@ -41,6 +39,8 @@ declare const ModifyLunaClientCommand_base: {
41
39
  * <p>Modifies the certificate used by the client.</p>
42
40
  * <p>This action can potentially start a workflow to install the new certificate on the
43
41
  * client's HSMs.</p>
42
+ *
43
+ * @deprecated This API is deprecated.
44
44
  * @example
45
45
  * Use a bare-bones client and the command you need to make an API call.
46
46
  * ```javascript
@@ -71,6 +71,7 @@ declare const ModifyLunaClientCommand_base: {
71
71
  * @throws {@link CloudHSMServiceException}
72
72
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ModifyLunaClientCommand extends ModifyLunaClientCommand_base {
76
77
  }
@@ -22,12 +22,10 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
22
22
  }
23
23
  declare const RemoveTagsFromResourceCommand_base: {
24
24
  new (input: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
32
30
  * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
33
31
  * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
@@ -41,6 +39,8 @@ declare const RemoveTagsFromResourceCommand_base: {
41
39
  * <p>Removes one or more tags from the specified AWS CloudHSM resource.</p>
42
40
  * <p>To remove a tag, specify only the tag key to remove (not the value). To overwrite the
43
41
  * value for an existing tag, use <a>AddTagsToResource</a>.</p>
42
+ *
43
+ * @deprecated This API is deprecated.
44
44
  * @example
45
45
  * Use a bare-bones client and the command you need to make an API call.
46
46
  * ```javascript
@@ -79,6 +79,7 @@ declare const RemoveTagsFromResourceCommand_base: {
79
79
  * @throws {@link CloudHSMServiceException}
80
80
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
84
85
  }