@aws-sdk/client-license-manager 3.927.0 → 3.928.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 (71) hide show
  1. package/dist-cjs/index.js +1791 -1777
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/LicenseManagerClient.js +2 -0
  4. package/dist-es/commands/AcceptGrantCommand.js +3 -9
  5. package/dist-es/commands/CheckInLicenseCommand.js +3 -9
  6. package/dist-es/commands/CheckoutBorrowLicenseCommand.js +3 -9
  7. package/dist-es/commands/CheckoutLicenseCommand.js +3 -9
  8. package/dist-es/commands/CreateGrantCommand.js +3 -9
  9. package/dist-es/commands/CreateGrantVersionCommand.js +3 -9
  10. package/dist-es/commands/CreateLicenseCommand.js +3 -9
  11. package/dist-es/commands/CreateLicenseConfigurationCommand.js +3 -9
  12. package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +3 -9
  13. package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +3 -9
  14. package/dist-es/commands/CreateLicenseVersionCommand.js +3 -9
  15. package/dist-es/commands/CreateTokenCommand.js +3 -9
  16. package/dist-es/commands/DeleteGrantCommand.js +3 -9
  17. package/dist-es/commands/DeleteLicenseCommand.js +3 -9
  18. package/dist-es/commands/DeleteLicenseConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +3 -9
  20. package/dist-es/commands/DeleteTokenCommand.js +3 -9
  21. package/dist-es/commands/ExtendLicenseConsumptionCommand.js +3 -9
  22. package/dist-es/commands/GetAccessTokenCommand.js +3 -9
  23. package/dist-es/commands/GetGrantCommand.js +3 -9
  24. package/dist-es/commands/GetLicenseCommand.js +3 -9
  25. package/dist-es/commands/GetLicenseConfigurationCommand.js +3 -9
  26. package/dist-es/commands/GetLicenseConversionTaskCommand.js +3 -9
  27. package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +3 -9
  28. package/dist-es/commands/GetLicenseUsageCommand.js +3 -9
  29. package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
  30. package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +3 -9
  31. package/dist-es/commands/ListDistributedGrantsCommand.js +3 -9
  32. package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +3 -9
  33. package/dist-es/commands/ListLicenseConfigurationsCommand.js +3 -9
  34. package/dist-es/commands/ListLicenseConversionTasksCommand.js +3 -9
  35. package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +3 -9
  36. package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +3 -9
  37. package/dist-es/commands/ListLicenseVersionsCommand.js +3 -9
  38. package/dist-es/commands/ListLicensesCommand.js +3 -9
  39. package/dist-es/commands/ListReceivedGrantsCommand.js +3 -9
  40. package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +3 -9
  41. package/dist-es/commands/ListReceivedLicensesCommand.js +3 -9
  42. package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +3 -9
  43. package/dist-es/commands/ListResourceInventoryCommand.js +3 -9
  44. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  45. package/dist-es/commands/ListTokensCommand.js +3 -9
  46. package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +3 -9
  47. package/dist-es/commands/RejectGrantCommand.js +3 -9
  48. package/dist-es/commands/TagResourceCommand.js +3 -9
  49. package/dist-es/commands/UntagResourceCommand.js +3 -9
  50. package/dist-es/commands/UpdateLicenseConfigurationCommand.js +3 -9
  51. package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +3 -9
  52. package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +3 -9
  53. package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
  54. package/dist-es/runtimeConfig.shared.js +7 -0
  55. package/dist-es/schemas/schemas_0.js +1646 -0
  56. package/dist-types/LicenseManagerClient.d.ts +10 -1
  57. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  58. package/dist-types/runtimeConfig.d.ts +1 -0
  59. package/dist-types/runtimeConfig.native.d.ts +1 -0
  60. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  61. package/dist-types/schemas/schemas_0.d.ts +242 -0
  62. package/dist-types/ts3.4/LicenseManagerClient.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  67. package/dist-types/ts3.4/schemas/schemas_0.d.ts +247 -0
  68. package/package.json +5 -5
  69. package/dist-es/protocols/Aws_json1_1.js +0 -1380
  70. package/dist-types/protocols/Aws_json1_1.d.ts +0 -452
  71. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -605
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLicenseConversionTaskCommand, se_GetLicenseConversionTaskCommand } from "../protocols/Aws_json1_1";
4
+ import { GetLicenseConversionTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLicenseConversionTaskCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "GetLicenseConversionTask", {})
17
13
  .n("LicenseManagerClient", "GetLicenseConversionTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLicenseConversionTaskCommand)
20
- .de(de_GetLicenseConversionTaskCommand)
14
+ .sc(GetLicenseConversionTask)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLicenseManagerReportGeneratorCommand, se_GetLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1";
4
+ import { GetLicenseManagerReportGenerator } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLicenseManagerReportGeneratorCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "GetLicenseManagerReportGenerator", {})
17
13
  .n("LicenseManagerClient", "GetLicenseManagerReportGeneratorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLicenseManagerReportGeneratorCommand)
20
- .de(de_GetLicenseManagerReportGeneratorCommand)
14
+ .sc(GetLicenseManagerReportGenerator)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLicenseUsageCommand, se_GetLicenseUsageCommand } from "../protocols/Aws_json1_1";
4
+ import { GetLicenseUsage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLicenseUsageCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "GetLicenseUsage", {})
17
13
  .n("LicenseManagerClient", "GetLicenseUsageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLicenseUsageCommand)
20
- .de(de_GetLicenseUsageCommand)
14
+ .sc(GetLicenseUsage)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetServiceSettingsCommand, se_GetServiceSettingsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetServiceSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetServiceSettingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "GetServiceSettings", {})
17
13
  .n("LicenseManagerClient", "GetServiceSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetServiceSettingsCommand)
20
- .de(de_GetServiceSettingsCommand)
14
+ .sc(GetServiceSettings)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAssociationsForLicenseConfigurationCommand, se_ListAssociationsForLicenseConfigurationCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListAssociationsForLicenseConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAssociationsForLicenseConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListAssociationsForLicenseConfiguration", {})
17
13
  .n("LicenseManagerClient", "ListAssociationsForLicenseConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAssociationsForLicenseConfigurationCommand)
20
- .de(de_ListAssociationsForLicenseConfigurationCommand)
14
+ .sc(ListAssociationsForLicenseConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDistributedGrantsCommand, se_ListDistributedGrantsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListDistributedGrants } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDistributedGrantsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListDistributedGrants", {})
17
13
  .n("LicenseManagerClient", "ListDistributedGrantsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDistributedGrantsCommand)
20
- .de(de_ListDistributedGrantsCommand)
14
+ .sc(ListDistributedGrants)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFailuresForLicenseConfigurationOperationsCommand, se_ListFailuresForLicenseConfigurationOperationsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListFailuresForLicenseConfigurationOperations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFailuresForLicenseConfigurationOperationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListFailuresForLicenseConfigurationOperations", {})
17
13
  .n("LicenseManagerClient", "ListFailuresForLicenseConfigurationOperationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFailuresForLicenseConfigurationOperationsCommand)
20
- .de(de_ListFailuresForLicenseConfigurationOperationsCommand)
14
+ .sc(ListFailuresForLicenseConfigurationOperations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLicenseConfigurationsCommand, se_ListLicenseConfigurationsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListLicenseConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLicenseConfigurationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListLicenseConfigurations", {})
17
13
  .n("LicenseManagerClient", "ListLicenseConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLicenseConfigurationsCommand)
20
- .de(de_ListLicenseConfigurationsCommand)
14
+ .sc(ListLicenseConfigurations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLicenseConversionTasksCommand, se_ListLicenseConversionTasksCommand } from "../protocols/Aws_json1_1";
4
+ import { ListLicenseConversionTasks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLicenseConversionTasksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListLicenseConversionTasks", {})
17
13
  .n("LicenseManagerClient", "ListLicenseConversionTasksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLicenseConversionTasksCommand)
20
- .de(de_ListLicenseConversionTasksCommand)
14
+ .sc(ListLicenseConversionTasks)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLicenseManagerReportGeneratorsCommand, se_ListLicenseManagerReportGeneratorsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListLicenseManagerReportGenerators } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLicenseManagerReportGeneratorsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListLicenseManagerReportGenerators", {})
17
13
  .n("LicenseManagerClient", "ListLicenseManagerReportGeneratorsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLicenseManagerReportGeneratorsCommand)
20
- .de(de_ListLicenseManagerReportGeneratorsCommand)
14
+ .sc(ListLicenseManagerReportGenerators)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLicenseSpecificationsForResourceCommand, se_ListLicenseSpecificationsForResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListLicenseSpecificationsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLicenseSpecificationsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListLicenseSpecificationsForResource", {})
17
13
  .n("LicenseManagerClient", "ListLicenseSpecificationsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLicenseSpecificationsForResourceCommand)
20
- .de(de_ListLicenseSpecificationsForResourceCommand)
14
+ .sc(ListLicenseSpecificationsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLicenseVersionsCommand, se_ListLicenseVersionsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListLicenseVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLicenseVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListLicenseVersions", {})
17
13
  .n("LicenseManagerClient", "ListLicenseVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLicenseVersionsCommand)
20
- .de(de_ListLicenseVersionsCommand)
14
+ .sc(ListLicenseVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLicensesCommand, se_ListLicensesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListLicenses } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLicensesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListLicenses", {})
17
13
  .n("LicenseManagerClient", "ListLicensesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLicensesCommand)
20
- .de(de_ListLicensesCommand)
14
+ .sc(ListLicenses)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReceivedGrantsCommand, se_ListReceivedGrantsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListReceivedGrants } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReceivedGrantsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListReceivedGrants", {})
17
13
  .n("LicenseManagerClient", "ListReceivedGrantsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReceivedGrantsCommand)
20
- .de(de_ListReceivedGrantsCommand)
14
+ .sc(ListReceivedGrants)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReceivedGrantsForOrganizationCommand, se_ListReceivedGrantsForOrganizationCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListReceivedGrantsForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReceivedGrantsForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListReceivedGrantsForOrganization", {})
17
13
  .n("LicenseManagerClient", "ListReceivedGrantsForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReceivedGrantsForOrganizationCommand)
20
- .de(de_ListReceivedGrantsForOrganizationCommand)
14
+ .sc(ListReceivedGrantsForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReceivedLicensesCommand, se_ListReceivedLicensesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListReceivedLicenses } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReceivedLicensesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListReceivedLicenses", {})
17
13
  .n("LicenseManagerClient", "ListReceivedLicensesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReceivedLicensesCommand)
20
- .de(de_ListReceivedLicensesCommand)
14
+ .sc(ListReceivedLicenses)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReceivedLicensesForOrganizationCommand, se_ListReceivedLicensesForOrganizationCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListReceivedLicensesForOrganization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReceivedLicensesForOrganizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListReceivedLicensesForOrganization", {})
17
13
  .n("LicenseManagerClient", "ListReceivedLicensesForOrganizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReceivedLicensesForOrganizationCommand)
20
- .de(de_ListReceivedLicensesForOrganizationCommand)
14
+ .sc(ListReceivedLicensesForOrganization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResourceInventoryCommand, se_ListResourceInventoryCommand } from "../protocols/Aws_json1_1";
4
+ import { ListResourceInventory } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResourceInventoryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListResourceInventory", {})
17
13
  .n("LicenseManagerClient", "ListResourceInventoryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResourceInventoryCommand)
20
- .de(de_ListResourceInventoryCommand)
14
+ .sc(ListResourceInventory)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListTagsForResource", {})
17
13
  .n("LicenseManagerClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTokensCommand, se_ListTokensCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTokens } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTokensCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListTokens", {})
17
13
  .n("LicenseManagerClient", "ListTokensCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTokensCommand)
20
- .de(de_ListTokensCommand)
14
+ .sc(ListTokens)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListUsageForLicenseConfigurationCommand, se_ListUsageForLicenseConfigurationCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListUsageForLicenseConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListUsageForLicenseConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "ListUsageForLicenseConfiguration", {})
17
13
  .n("LicenseManagerClient", "ListUsageForLicenseConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListUsageForLicenseConfigurationCommand)
20
- .de(de_ListUsageForLicenseConfigurationCommand)
14
+ .sc(ListUsageForLicenseConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RejectGrantCommand, se_RejectGrantCommand } from "../protocols/Aws_json1_1";
4
+ import { RejectGrant } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RejectGrantCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "RejectGrant", {})
17
13
  .n("LicenseManagerClient", "RejectGrantCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RejectGrantCommand)
20
- .de(de_RejectGrantCommand)
14
+ .sc(RejectGrant)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLicenseManager", "TagResource", {})
17
13
  .n("LicenseManagerClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }