@aws-sdk/client-license-manager 3.533.0 → 3.540.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 (111) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/LicenseManager.d.ts +13 -1
  6. package/dist-types/LicenseManagerClient.d.ts +1 -1
  7. package/dist-types/commands/AcceptGrantCommand.d.ts +2 -1
  8. package/dist-types/commands/CheckInLicenseCommand.d.ts +2 -1
  9. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +2 -1
  10. package/dist-types/commands/CheckoutLicenseCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateGrantCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateGrantVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLicenseCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateTokenCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteGrantCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteLicenseCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteTokenCommand.d.ts +2 -1
  24. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +2 -1
  25. package/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
  26. package/dist-types/commands/GetGrantCommand.d.ts +2 -1
  27. package/dist-types/commands/GetLicenseCommand.d.ts +2 -1
  28. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +2 -1
  30. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +2 -1
  31. package/dist-types/commands/GetLicenseUsageCommand.d.ts +2 -1
  32. package/dist-types/commands/GetServiceSettingsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -1
  34. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +2 -1
  38. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListLicensesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +2 -1
  44. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +2 -1
  45. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +2 -1
  46. package/dist-types/commands/ListResourceInventoryCommand.d.ts +2 -1
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTokensCommand.d.ts +2 -1
  49. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -1
  50. package/dist-types/commands/RejectGrantCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +2 -1
  57. package/dist-types/index.d.ts +0 -1
  58. package/dist-types/models/models_0.d.ts +522 -522
  59. package/dist-types/ts3.4/LicenseManager.d.ts +12 -0
  60. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/index.d.ts +0 -1
  111. package/package.json +40 -40
@@ -544,6 +544,7 @@ export interface LicenseManager {
544
544
  options: __HttpHandlerOptions,
545
545
  cb: (err: any, data?: GetLicenseUsageCommandOutput) => void
546
546
  ): void;
547
+ getServiceSettings(): Promise<GetServiceSettingsCommandOutput>;
547
548
  getServiceSettings(
548
549
  args: GetServiceSettingsCommandInput,
549
550
  options?: __HttpHandlerOptions
@@ -576,6 +577,7 @@ export interface LicenseManager {
576
577
  data?: ListAssociationsForLicenseConfigurationCommandOutput
577
578
  ) => void
578
579
  ): void;
580
+ listDistributedGrants(): Promise<ListDistributedGrantsCommandOutput>;
579
581
  listDistributedGrants(
580
582
  args: ListDistributedGrantsCommandInput,
581
583
  options?: __HttpHandlerOptions
@@ -608,6 +610,7 @@ export interface LicenseManager {
608
610
  data?: ListFailuresForLicenseConfigurationOperationsCommandOutput
609
611
  ) => void
610
612
  ): void;
613
+ listLicenseConfigurations(): Promise<ListLicenseConfigurationsCommandOutput>;
611
614
  listLicenseConfigurations(
612
615
  args: ListLicenseConfigurationsCommandInput,
613
616
  options?: __HttpHandlerOptions
@@ -621,6 +624,7 @@ export interface LicenseManager {
621
624
  options: __HttpHandlerOptions,
622
625
  cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void
623
626
  ): void;
627
+ listLicenseConversionTasks(): Promise<ListLicenseConversionTasksCommandOutput>;
624
628
  listLicenseConversionTasks(
625
629
  args: ListLicenseConversionTasksCommandInput,
626
630
  options?: __HttpHandlerOptions
@@ -634,6 +638,7 @@ export interface LicenseManager {
634
638
  options: __HttpHandlerOptions,
635
639
  cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void
636
640
  ): void;
641
+ listLicenseManagerReportGenerators(): Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
637
642
  listLicenseManagerReportGenerators(
638
643
  args: ListLicenseManagerReportGeneratorsCommandInput,
639
644
  options?: __HttpHandlerOptions
@@ -653,6 +658,7 @@ export interface LicenseManager {
653
658
  data?: ListLicenseManagerReportGeneratorsCommandOutput
654
659
  ) => void
655
660
  ): void;
661
+ listLicenses(): Promise<ListLicensesCommandOutput>;
656
662
  listLicenses(
657
663
  args: ListLicensesCommandInput,
658
664
  options?: __HttpHandlerOptions
@@ -698,6 +704,7 @@ export interface LicenseManager {
698
704
  options: __HttpHandlerOptions,
699
705
  cb: (err: any, data?: ListLicenseVersionsCommandOutput) => void
700
706
  ): void;
707
+ listReceivedGrants(): Promise<ListReceivedGrantsCommandOutput>;
701
708
  listReceivedGrants(
702
709
  args: ListReceivedGrantsCommandInput,
703
710
  options?: __HttpHandlerOptions
@@ -730,6 +737,7 @@ export interface LicenseManager {
730
737
  data?: ListReceivedGrantsForOrganizationCommandOutput
731
738
  ) => void
732
739
  ): void;
740
+ listReceivedLicenses(): Promise<ListReceivedLicensesCommandOutput>;
733
741
  listReceivedLicenses(
734
742
  args: ListReceivedLicensesCommandInput,
735
743
  options?: __HttpHandlerOptions
@@ -743,6 +751,7 @@ export interface LicenseManager {
743
751
  options: __HttpHandlerOptions,
744
752
  cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void
745
753
  ): void;
754
+ listReceivedLicensesForOrganization(): Promise<ListReceivedLicensesForOrganizationCommandOutput>;
746
755
  listReceivedLicensesForOrganization(
747
756
  args: ListReceivedLicensesForOrganizationCommandInput,
748
757
  options?: __HttpHandlerOptions
@@ -762,6 +771,7 @@ export interface LicenseManager {
762
771
  data?: ListReceivedLicensesForOrganizationCommandOutput
763
772
  ) => void
764
773
  ): void;
774
+ listResourceInventory(): Promise<ListResourceInventoryCommandOutput>;
765
775
  listResourceInventory(
766
776
  args: ListResourceInventoryCommandInput,
767
777
  options?: __HttpHandlerOptions
@@ -788,6 +798,7 @@ export interface LicenseManager {
788
798
  options: __HttpHandlerOptions,
789
799
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
790
800
  ): void;
801
+ listTokens(): Promise<ListTokensCommandOutput>;
791
802
  listTokens(
792
803
  args: ListTokensCommandInput,
793
804
  options?: __HttpHandlerOptions
@@ -904,6 +915,7 @@ export interface LicenseManager {
904
915
  data?: UpdateLicenseSpecificationsForResourceCommandOutput
905
916
  ) => void
906
917
  ): void;
918
+ updateServiceSettings(): Promise<UpdateServiceSettingsCommandOutput>;
907
919
  updateServiceSettings(
908
920
  args: UpdateServiceSettingsCommandInput,
909
921
  options?: __HttpHandlerOptions
@@ -21,6 +21,15 @@ declare const AcceptGrantCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AcceptGrantCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AcceptGrantCommandInput,
28
+ AcceptGrantCommandOutput,
29
+ LicenseManagerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AcceptGrantCommand extends AcceptGrantCommand_base {}
@@ -24,6 +24,15 @@ declare const CheckInLicenseCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CheckInLicenseCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CheckInLicenseCommandInput,
31
+ CheckInLicenseCommandOutput,
32
+ LicenseManagerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CheckInLicenseCommand extends CheckInLicenseCommand_base {}
@@ -25,6 +25,15 @@ declare const CheckoutBorrowLicenseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CheckoutBorrowLicenseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CheckoutBorrowLicenseCommandInput,
32
+ CheckoutBorrowLicenseCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CheckoutBorrowLicenseCommand extends CheckoutBorrowLicenseCommand_base {}
@@ -24,6 +24,15 @@ declare const CheckoutLicenseCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CheckoutLicenseCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CheckoutLicenseCommandInput,
31
+ CheckoutLicenseCommandOutput,
32
+ LicenseManagerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CheckoutLicenseCommand extends CheckoutLicenseCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateGrantCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateGrantCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateGrantCommandInput,
28
+ CreateGrantCommandOutput,
29
+ LicenseManagerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateGrantCommand extends CreateGrantCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateGrantVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateGrantVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateGrantVersionCommandInput,
32
+ CreateGrantVersionCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateGrantVersionCommand extends CreateGrantVersionCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateLicenseCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateLicenseCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateLicenseCommandInput,
31
+ CreateLicenseCommandOutput,
32
+ LicenseManagerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateLicenseCommand extends CreateLicenseCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLicenseConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLicenseConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLicenseConfigurationCommandInput,
32
+ CreateLicenseConfigurationCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLicenseConfigurationCommand extends CreateLicenseConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLicenseConversionTaskForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLicenseConversionTaskForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLicenseConversionTaskForResourceCommandInput,
32
+ CreateLicenseConversionTaskForResourceCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLicenseConversionTaskForResourceCommand extends CreateLicenseConversionTaskForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLicenseManagerReportGeneratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLicenseManagerReportGeneratorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLicenseManagerReportGeneratorCommandInput,
32
+ CreateLicenseManagerReportGeneratorCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLicenseManagerReportGeneratorCommand extends CreateLicenseManagerReportGeneratorCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLicenseVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLicenseVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLicenseVersionCommandInput,
32
+ CreateLicenseVersionCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLicenseVersionCommand extends CreateLicenseVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateTokenCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateTokenCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateTokenCommandInput,
28
+ CreateTokenCommandOutput,
29
+ LicenseManagerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateTokenCommand extends CreateTokenCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteGrantCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteGrantCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteGrantCommandInput,
28
+ DeleteGrantCommandOutput,
29
+ LicenseManagerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteGrantCommand extends DeleteGrantCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteLicenseCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteLicenseCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteLicenseCommandInput,
31
+ DeleteLicenseCommandOutput,
32
+ LicenseManagerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteLicenseCommand extends DeleteLicenseCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLicenseConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLicenseConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLicenseConfigurationCommandInput,
32
+ DeleteLicenseConfigurationCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLicenseConfigurationCommand extends DeleteLicenseConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLicenseManagerReportGeneratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLicenseManagerReportGeneratorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLicenseManagerReportGeneratorCommandInput,
32
+ DeleteLicenseManagerReportGeneratorCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLicenseManagerReportGeneratorCommand extends DeleteLicenseManagerReportGeneratorCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteTokenCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteTokenCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteTokenCommandInput,
28
+ DeleteTokenCommandOutput,
29
+ LicenseManagerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteTokenCommand extends DeleteTokenCommand_base {}
@@ -25,6 +25,15 @@ declare const ExtendLicenseConsumptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ExtendLicenseConsumptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ExtendLicenseConsumptionCommandInput,
32
+ ExtendLicenseConsumptionCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ExtendLicenseConsumptionCommand extends ExtendLicenseConsumptionCommand_base {}
@@ -24,6 +24,15 @@ declare const GetAccessTokenCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetAccessTokenCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetAccessTokenCommandInput,
31
+ GetAccessTokenCommandOutput,
32
+ LicenseManagerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetAccessTokenCommand extends GetAccessTokenCommand_base {}
@@ -21,6 +21,15 @@ declare const GetGrantCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetGrantCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetGrantCommandInput,
28
+ GetGrantCommandOutput,
29
+ LicenseManagerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetGrantCommand extends GetGrantCommand_base {}
@@ -21,6 +21,15 @@ declare const GetLicenseCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetLicenseCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetLicenseCommandInput,
28
+ GetLicenseCommandOutput,
29
+ LicenseManagerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetLicenseCommand extends GetLicenseCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLicenseConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLicenseConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLicenseConfigurationCommandInput,
32
+ GetLicenseConfigurationCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLicenseConfigurationCommand extends GetLicenseConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLicenseConversionTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLicenseConversionTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLicenseConversionTaskCommandInput,
32
+ GetLicenseConversionTaskCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLicenseConversionTaskCommand extends GetLicenseConversionTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLicenseManagerReportGeneratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLicenseManagerReportGeneratorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLicenseManagerReportGeneratorCommandInput,
32
+ GetLicenseManagerReportGeneratorCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLicenseManagerReportGeneratorCommand extends GetLicenseManagerReportGeneratorCommand_base {}
@@ -24,6 +24,15 @@ declare const GetLicenseUsageCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetLicenseUsageCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetLicenseUsageCommandInput,
31
+ GetLicenseUsageCommandOutput,
32
+ LicenseManagerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetLicenseUsageCommand extends GetLicenseUsageCommand_base {}
@@ -25,6 +25,15 @@ declare const GetServiceSettingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetServiceSettingsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetServiceSettingsCommandInput,
32
+ GetServiceSettingsCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetServiceSettingsCommand extends GetServiceSettingsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAssociationsForLicenseConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAssociationsForLicenseConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAssociationsForLicenseConfigurationCommandInput,
32
+ ListAssociationsForLicenseConfigurationCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAssociationsForLicenseConfigurationCommand extends ListAssociationsForLicenseConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDistributedGrantsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListDistributedGrantsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDistributedGrantsCommandInput,
32
+ ListDistributedGrantsCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDistributedGrantsCommand extends ListDistributedGrantsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListFailuresForLicenseConfigurationOperationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListFailuresForLicenseConfigurationOperationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListFailuresForLicenseConfigurationOperationsCommandInput,
32
+ ListFailuresForLicenseConfigurationOperationsCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListFailuresForLicenseConfigurationOperationsCommand extends ListFailuresForLicenseConfigurationOperationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLicenseConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListLicenseConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLicenseConfigurationsCommandInput,
32
+ ListLicenseConfigurationsCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLicenseConfigurationsCommand extends ListLicenseConfigurationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLicenseConversionTasksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListLicenseConversionTasksCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLicenseConversionTasksCommandInput,
32
+ ListLicenseConversionTasksCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLicenseConversionTasksCommand extends ListLicenseConversionTasksCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLicenseManagerReportGeneratorsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListLicenseManagerReportGeneratorsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLicenseManagerReportGeneratorsCommandInput,
32
+ ListLicenseManagerReportGeneratorsCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLicenseManagerReportGeneratorsCommand extends ListLicenseManagerReportGeneratorsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListLicenseSpecificationsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListLicenseSpecificationsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListLicenseSpecificationsForResourceCommandInput,
32
+ ListLicenseSpecificationsForResourceCommandOutput,
33
+ LicenseManagerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListLicenseSpecificationsForResourceCommand extends ListLicenseSpecificationsForResourceCommand_base {}