@aws-sdk/client-cloudhsm 3.300.0 → 3.301.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.
@@ -38,10 +38,10 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
38
38
  * import { CloudHSMClient, AddTagsToResourceCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
39
39
  * // const { CloudHSMClient, AddTagsToResourceCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
40
40
  * const client = new CloudHSMClient(config);
41
- * const input = {
41
+ * const input = { // AddTagsToResourceRequest
42
42
  * ResourceArn: "STRING_VALUE", // required
43
- * TagList: [ // required
44
- * {
43
+ * TagList: [ // TagList // required
44
+ * { // Tag
45
45
  * Key: "STRING_VALUE", // required
46
46
  * Value: "STRING_VALUE", // required
47
47
  * },
@@ -37,7 +37,7 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB
37
37
  * import { CloudHSMClient, CreateHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
38
38
  * // const { CloudHSMClient, CreateHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
39
39
  * const client = new CloudHSMClient(config);
40
- * const input = {
40
+ * const input = { // CreateHapgRequest
41
41
  * Label: "STRING_VALUE", // required
42
42
  * };
43
43
  * const command = new CreateHapgCommand(input);
@@ -45,7 +45,7 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea
45
45
  * import { CloudHSMClient, CreateHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
46
46
  * // const { CloudHSMClient, CreateHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
47
47
  * const client = new CloudHSMClient(config);
48
- * const input = {
48
+ * const input = { // CreateHsmRequest
49
49
  * SubnetId: "STRING_VALUE", // required
50
50
  * SshKey: "STRING_VALUE", // required
51
51
  * EniIp: "STRING_VALUE",
@@ -36,7 +36,7 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse,
36
36
  * import { CloudHSMClient, CreateLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
37
37
  * // const { CloudHSMClient, CreateLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
38
38
  * const client = new CloudHSMClient(config);
39
- * const input = {
39
+ * const input = { // CreateLunaClientRequest
40
40
  * Label: "STRING_VALUE",
41
41
  * Certificate: "STRING_VALUE", // required
42
42
  * };
@@ -36,7 +36,7 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB
36
36
  * import { CloudHSMClient, DeleteHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
37
37
  * // const { CloudHSMClient, DeleteHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
38
38
  * const client = new CloudHSMClient(config);
39
- * const input = {
39
+ * const input = { // DeleteHapgRequest
40
40
  * HapgArn: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new DeleteHapgCommand(input);
@@ -37,7 +37,7 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea
37
37
  * import { CloudHSMClient, DeleteHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
38
38
  * // const { CloudHSMClient, DeleteHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
39
39
  * const client = new CloudHSMClient(config);
40
- * const input = {
40
+ * const input = { // DeleteHsmRequest
41
41
  * HsmArn: "STRING_VALUE", // required
42
42
  * };
43
43
  * const command = new DeleteHsmCommand(input);
@@ -36,7 +36,7 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse,
36
36
  * import { CloudHSMClient, DeleteLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
37
37
  * // const { CloudHSMClient, DeleteLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
38
38
  * const client = new CloudHSMClient(config);
39
- * const input = {
39
+ * const input = { // DeleteLunaClientRequest
40
40
  * ClientArn: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new DeleteLunaClientCommand(input);
@@ -36,7 +36,7 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad
36
36
  * import { CloudHSMClient, DescribeHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
37
37
  * // const { CloudHSMClient, DescribeHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
38
38
  * const client = new CloudHSMClient(config);
39
- * const input = {
39
+ * const input = { // DescribeHapgRequest
40
40
  * HapgArn: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new DescribeHapgCommand(input);
@@ -37,7 +37,7 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
37
37
  * import { CloudHSMClient, DescribeHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
38
38
  * // const { CloudHSMClient, DescribeHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
39
39
  * const client = new CloudHSMClient(config);
40
- * const input = {
40
+ * const input = { // DescribeHsmRequest
41
41
  * HsmArn: "STRING_VALUE",
42
42
  * HsmSerialNumber: "STRING_VALUE",
43
43
  * };
@@ -36,7 +36,7 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
36
36
  * import { CloudHSMClient, DescribeLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
37
37
  * // const { CloudHSMClient, DescribeLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
38
38
  * const client = new CloudHSMClient(config);
39
- * const input = {
39
+ * const input = { // DescribeLunaClientRequest
40
40
  * ClientArn: "STRING_VALUE",
41
41
  * CertificateFingerprint: "STRING_VALUE",
42
42
  * };
@@ -37,10 +37,10 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
37
37
  * import { CloudHSMClient, GetConfigCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
38
38
  * // const { CloudHSMClient, GetConfigCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
39
39
  * const client = new CloudHSMClient(config);
40
- * const input = {
40
+ * const input = { // GetConfigRequest
41
41
  * ClientArn: "STRING_VALUE", // required
42
42
  * ClientVersion: "STRING_VALUE", // required
43
- * HapgList: [ // required
43
+ * HapgList: [ // HapgList // required
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * };
@@ -40,7 +40,7 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
40
40
  * import { CloudHSMClient, ListHapgsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
41
41
  * // const { CloudHSMClient, ListHapgsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
42
42
  * const client = new CloudHSMClient(config);
43
- * const input = {
43
+ * const input = { // ListHapgsRequest
44
44
  * NextToken: "STRING_VALUE",
45
45
  * };
46
46
  * const command = new ListHapgsCommand(input);
@@ -41,7 +41,7 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
41
41
  * import { CloudHSMClient, ListHsmsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
42
42
  * // const { CloudHSMClient, ListHsmsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
43
43
  * const client = new CloudHSMClient(config);
44
- * const input = {
44
+ * const input = { // ListHsmsRequest
45
45
  * NextToken: "STRING_VALUE",
46
46
  * };
47
47
  * const command = new ListHsmsCommand(input);
@@ -40,7 +40,7 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
40
40
  * import { CloudHSMClient, ListLunaClientsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
41
41
  * // const { CloudHSMClient, ListLunaClientsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
42
42
  * const client = new CloudHSMClient(config);
43
- * const input = {
43
+ * const input = { // ListLunaClientsRequest
44
44
  * NextToken: "STRING_VALUE",
45
45
  * };
46
46
  * const command = new ListLunaClientsCommand(input);
@@ -36,7 +36,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
36
36
  * import { CloudHSMClient, ListTagsForResourceCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
37
37
  * // const { CloudHSMClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
38
38
  * const client = new CloudHSMClient(config);
39
- * const input = {
39
+ * const input = { // ListTagsForResourceRequest
40
40
  * ResourceArn: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new ListTagsForResourceCommand(input);
@@ -36,10 +36,10 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
36
36
  * import { CloudHSMClient, ModifyHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
37
37
  * // const { CloudHSMClient, ModifyHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
38
38
  * const client = new CloudHSMClient(config);
39
- * const input = {
39
+ * const input = { // ModifyHapgRequest
40
40
  * HapgArn: "STRING_VALUE", // required
41
41
  * Label: "STRING_VALUE",
42
- * PartitionSerialList: [
42
+ * PartitionSerialList: [ // PartitionSerialList
43
43
  * "STRING_VALUE",
44
44
  * ],
45
45
  * };
@@ -42,7 +42,7 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
42
42
  * import { CloudHSMClient, ModifyHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
43
43
  * // const { CloudHSMClient, ModifyHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
44
44
  * const client = new CloudHSMClient(config);
45
- * const input = {
45
+ * const input = { // ModifyHsmRequest
46
46
  * HsmArn: "STRING_VALUE", // required
47
47
  * SubnetId: "STRING_VALUE",
48
48
  * EniIp: "STRING_VALUE",
@@ -38,7 +38,7 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
38
38
  * import { CloudHSMClient, ModifyLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
39
39
  * // const { CloudHSMClient, ModifyLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
40
40
  * const client = new CloudHSMClient(config);
41
- * const input = {
41
+ * const input = { // ModifyLunaClientRequest
42
42
  * ClientArn: "STRING_VALUE", // required
43
43
  * Certificate: "STRING_VALUE", // required
44
44
  * };
@@ -38,9 +38,9 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
38
38
  * import { CloudHSMClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
39
39
  * // const { CloudHSMClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
40
40
  * const client = new CloudHSMClient(config);
41
- * const input = {
41
+ * const input = { // RemoveTagsFromResourceRequest
42
42
  * ResourceArn: "STRING_VALUE", // required
43
- * TagKeyList: [ // required
43
+ * TagKeyList: [ // TagKeyList // required
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudhsm",
3
3
  "description": "AWS SDK for JavaScript Cloudhsm Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",