@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
@@ -22,10 +22,10 @@ export interface GetLicenseConversionTaskCommandOutput extends GetLicenseConvers
22
22
  }
23
23
  declare const GetLicenseConversionTaskCommand_base: {
24
24
  new (input: GetLicenseConversionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLicenseConversionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the specified license type conversion task.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetLicenseConversionTaskCommand_base: {
81
81
  * @throws {@link LicenseManagerServiceException}
82
82
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetLicenseConversionTaskCommand extends GetLicenseConversionTaskCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetLicenseManagerReportGeneratorCommandOutput extends GetLicens
22
22
  }
23
23
  declare const GetLicenseManagerReportGeneratorCommand_base: {
24
24
  new (input: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLicenseManagerReportGeneratorCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the specified report generator.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const GetLicenseManagerReportGeneratorCommand_base: {
109
109
  * @throws {@link LicenseManagerServiceException}
110
110
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class GetLicenseManagerReportGeneratorCommand extends GetLicenseManagerReportGeneratorCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface GetLicenseUsageCommandOutput extends GetLicenseUsageResponse, _
22
22
  }
23
23
  declare const GetLicenseUsageCommand_base: {
24
24
  new (input: GetLicenseUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLicenseUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets detailed information about the usage of the specified license.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetLicenseUsageCommand_base: {
81
81
  * @throws {@link LicenseManagerServiceException}
82
82
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetLicenseUsageCommand extends GetLicenseUsageCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetServiceSettingsCommandOutput extends GetServiceSettingsRespo
22
22
  }
23
23
  declare const GetServiceSettingsCommand_base: {
24
24
  new (input: GetServiceSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetServiceSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the License Manager settings for the current Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const GetServiceSettingsCommand_base: {
70
70
  * @throws {@link LicenseManagerServiceException}
71
71
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class GetServiceSettingsCommand extends GetServiceSettingsCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListAssociationsForLicenseConfigurationCommandOutput extends Li
22
22
  }
23
23
  declare const ListAssociationsForLicenseConfigurationCommand_base: {
24
24
  new (input: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAssociationsForLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the resource associations for the specified license configuration.</p>
30
30
  * <p>Resource associations need not consume licenses from a license configuration.
31
31
  * For example, an AMI or a stopped instance might not consume a license (depending on
@@ -86,6 +86,7 @@ declare const ListAssociationsForLicenseConfigurationCommand_base: {
86
86
  * @throws {@link LicenseManagerServiceException}
87
87
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListAssociationsForLicenseConfigurationCommand extends ListAssociationsForLicenseConfigurationCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListDistributedGrantsCommandOutput extends ListDistributedGrant
22
22
  }
23
23
  declare const ListDistributedGrantsCommand_base: {
24
24
  new (input: ListDistributedGrantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDistributedGrantsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the grants distributed for the specified license.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -106,6 +106,7 @@ declare const ListDistributedGrantsCommand_base: {
106
106
  * @throws {@link LicenseManagerServiceException}
107
107
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class ListDistributedGrantsCommand extends ListDistributedGrantsCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface ListFailuresForLicenseConfigurationOperationsCommandOutput exte
22
22
  }
23
23
  declare const ListFailuresForLicenseConfigurationOperationsCommand_base: {
24
24
  new (input: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFailuresForLicenseConfigurationOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the license configuration operations that failed.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const ListFailuresForLicenseConfigurationOperationsCommand_base: {
88
88
  * @throws {@link LicenseManagerServiceException}
89
89
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListFailuresForLicenseConfigurationOperationsCommand extends ListFailuresForLicenseConfigurationOperationsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListLicenseConfigurationsCommandOutput extends ListLicenseConfi
22
22
  }
23
23
  declare const ListLicenseConfigurationsCommand_base: {
24
24
  new (input: ListLicenseConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLicenseConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the license configurations for your account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -131,6 +131,7 @@ declare const ListLicenseConfigurationsCommand_base: {
131
131
  * @throws {@link LicenseManagerServiceException}
132
132
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
133
133
  *
134
+ * @public
134
135
  */
135
136
  export declare class ListLicenseConfigurationsCommand extends ListLicenseConfigurationsCommand_base {
136
137
  }
@@ -22,10 +22,10 @@ export interface ListLicenseConversionTasksCommandOutput extends ListLicenseConv
22
22
  }
23
23
  declare const ListLicenseConversionTasksCommand_base: {
24
24
  new (input: ListLicenseConversionTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLicenseConversionTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the license type conversion tasks for your account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const ListLicenseConversionTasksCommand_base: {
95
95
  * @throws {@link LicenseManagerServiceException}
96
96
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class ListLicenseConversionTasksCommand extends ListLicenseConversionTasksCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface ListLicenseManagerReportGeneratorsCommandOutput extends ListLic
22
22
  }
23
23
  declare const ListLicenseManagerReportGeneratorsCommand_base: {
24
24
  new (input: ListLicenseManagerReportGeneratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLicenseManagerReportGeneratorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the report generators for your account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -121,6 +121,7 @@ declare const ListLicenseManagerReportGeneratorsCommand_base: {
121
121
  * @throws {@link LicenseManagerServiceException}
122
122
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class ListLicenseManagerReportGeneratorsCommand extends ListLicenseManagerReportGeneratorsCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface ListLicenseSpecificationsForResourceCommandOutput extends ListL
22
22
  }
23
23
  declare const ListLicenseSpecificationsForResourceCommand_base: {
24
24
  new (input: ListLicenseSpecificationsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLicenseSpecificationsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the license configurations for the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListLicenseSpecificationsForResourceCommand_base: {
77
77
  * @throws {@link LicenseManagerServiceException}
78
78
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListLicenseSpecificationsForResourceCommand extends ListLicenseSpecificationsForResourceCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListLicenseVersionsCommandOutput extends ListLicenseVersionsRes
22
22
  }
23
23
  declare const ListLicenseVersionsCommand_base: {
24
24
  new (input: ListLicenseVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLicenseVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all versions of the specified license.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -119,6 +119,7 @@ declare const ListLicenseVersionsCommand_base: {
119
119
  * @throws {@link LicenseManagerServiceException}
120
120
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class ListLicenseVersionsCommand extends ListLicenseVersionsCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface ListLicensesCommandOutput extends ListLicensesResponse, __Metad
22
22
  }
23
23
  declare const ListLicensesCommand_base: {
24
24
  new (input: ListLicensesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLicensesCommandInput, ListLicensesCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLicensesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLicensesCommandInput, ListLicensesCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the licenses for your account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -132,6 +132,7 @@ declare const ListLicensesCommand_base: {
132
132
  * @throws {@link LicenseManagerServiceException}
133
133
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class ListLicensesCommand extends ListLicensesCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface ListReceivedGrantsCommandOutput extends ListReceivedGrantsRespo
22
22
  }
23
23
  declare const ListReceivedGrantsCommand_base: {
24
24
  new (input: ListReceivedGrantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReceivedGrantsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists grants that are received. Received grants are grants created while specifying the
30
30
  * recipient as this Amazon Web Services account, your organization, or an organizational unit
31
31
  * (OU) to which this member account belongs.</p>
@@ -108,6 +108,7 @@ declare const ListReceivedGrantsCommand_base: {
108
108
  * @throws {@link LicenseManagerServiceException}
109
109
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class ListReceivedGrantsCommand extends ListReceivedGrantsCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface ListReceivedGrantsForOrganizationCommandOutput extends ListRece
22
22
  }
23
23
  declare const ListReceivedGrantsForOrganizationCommand_base: {
24
24
  new (input: ListReceivedGrantsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListReceivedGrantsForOrganizationCommandInput, ListReceivedGrantsForOrganizationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListReceivedGrantsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListReceivedGrantsForOrganizationCommandInput, ListReceivedGrantsForOrganizationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the grants received for all accounts in the organization.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const ListReceivedGrantsForOrganizationCommand_base: {
104
104
  * @throws {@link LicenseManagerServiceException}
105
105
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class ListReceivedGrantsForOrganizationCommand extends ListReceivedGrantsForOrganizationCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface ListReceivedLicensesCommandOutput extends ListReceivedLicensesR
22
22
  }
23
23
  declare const ListReceivedLicensesCommand_base: {
24
24
  new (input: ListReceivedLicensesCommandInput): import("@smithy/smithy-client").CommandImpl<ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReceivedLicensesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists received licenses.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -142,6 +142,7 @@ declare const ListReceivedLicensesCommand_base: {
142
142
  * @throws {@link LicenseManagerServiceException}
143
143
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class ListReceivedLicensesCommand extends ListReceivedLicensesCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface ListReceivedLicensesForOrganizationCommandOutput extends ListRe
22
22
  }
23
23
  declare const ListReceivedLicensesForOrganizationCommand_base: {
24
24
  new (input: ListReceivedLicensesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListReceivedLicensesForOrganizationCommandInput, ListReceivedLicensesForOrganizationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReceivedLicensesForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReceivedLicensesForOrganizationCommandInput, ListReceivedLicensesForOrganizationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the licenses received for all accounts in the organization.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -139,6 +139,7 @@ declare const ListReceivedLicensesForOrganizationCommand_base: {
139
139
  * @throws {@link LicenseManagerServiceException}
140
140
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class ListReceivedLicensesForOrganizationCommand extends ListReceivedLicensesForOrganizationCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface ListResourceInventoryCommandOutput extends ListResourceInventor
22
22
  }
23
23
  declare const ListResourceInventoryCommand_base: {
24
24
  new (input: ListResourceInventoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListResourceInventoryCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists resources managed using Systems Manager inventory.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const ListResourceInventoryCommand_base: {
93
93
  * @throws {@link LicenseManagerServiceException}
94
94
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListResourceInventoryCommand extends ListResourceInventoryCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for the specified license configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @throws {@link LicenseManagerServiceException}
75
75
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListTokensCommandOutput extends ListTokensResponse, __MetadataB
22
22
  }
23
23
  declare const ListTokensCommand_base: {
24
24
  new (input: ListTokensCommandInput): import("@smithy/smithy-client").CommandImpl<ListTokensCommandInput, ListTokensCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTokensCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTokensCommandInput, ListTokensCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your tokens.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const ListTokensCommand_base: {
96
96
  * @throws {@link LicenseManagerServiceException}
97
97
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class ListTokensCommand extends ListTokensCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface ListUsageForLicenseConfigurationCommandOutput extends ListUsage
22
22
  }
23
23
  declare const ListUsageForLicenseConfigurationCommand_base: {
24
24
  new (input: ListUsageForLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListUsageForLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all license usage records for a license configuration, displaying license
30
30
  * consumption details by resource at a selected point in time. Use this action to audit the
31
31
  * current license consumption for any license inventory and configuration.</p>
@@ -94,6 +94,7 @@ declare const ListUsageForLicenseConfigurationCommand_base: {
94
94
  * @throws {@link LicenseManagerServiceException}
95
95
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListUsageForLicenseConfigurationCommand extends ListUsageForLicenseConfigurationCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface RejectGrantCommandOutput extends RejectGrantResponse, __Metadat
22
22
  }
23
23
  declare const RejectGrantCommand_base: {
24
24
  new (input: RejectGrantCommandInput): import("@smithy/smithy-client").CommandImpl<RejectGrantCommandInput, RejectGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RejectGrantCommandInput): import("@smithy/smithy-client").CommandImpl<RejectGrantCommandInput, RejectGrantCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Rejects the specified grant.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const RejectGrantCommand_base: {
77
77
  * @throws {@link LicenseManagerServiceException}
78
78
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class RejectGrantCommand extends RejectGrantCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified tags to the specified license configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
73
73
  * @throws {@link LicenseManagerServiceException}
74
74
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class TagResourceCommand extends TagResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the specified license configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
70
70
  * @throws {@link LicenseManagerServiceException}
71
71
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UpdateLicenseConfigurationCommandOutput extends UpdateLicenseCo
22
22
  }
23
23
  declare const UpdateLicenseConfigurationCommand_base: {
24
24
  new (input: UpdateLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLicenseConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the attributes of an existing license configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const UpdateLicenseConfigurationCommand_base: {
93
93
  * @throws {@link LicenseManagerServiceException}
94
94
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateLicenseConfigurationCommand extends UpdateLicenseConfigurationCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdateLicenseManagerReportGeneratorCommandOutput extends Update
22
22
  }
23
23
  declare const UpdateLicenseManagerReportGeneratorCommand_base: {
24
24
  new (input: UpdateLicenseManagerReportGeneratorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLicenseManagerReportGeneratorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a report generator.</p>
30
30
  * <p>After you make changes to a report generator, it starts generating new reports within 60 minutes of being updated.</p>
31
31
  * @example
@@ -92,6 +92,7 @@ declare const UpdateLicenseManagerReportGeneratorCommand_base: {
92
92
  * @throws {@link LicenseManagerServiceException}
93
93
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class UpdateLicenseManagerReportGeneratorCommand extends UpdateLicenseManagerReportGeneratorCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface UpdateLicenseSpecificationsForResourceCommandOutput extends Upd
22
22
  }
23
23
  declare const UpdateLicenseSpecificationsForResourceCommand_base: {
24
24
  new (input: UpdateLicenseSpecificationsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateLicenseSpecificationsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or removes the specified license configurations for the specified Amazon Web Services resource.</p>
30
30
  * <p>You can update the license specifications of AMIs, instances, and hosts.
31
31
  * You cannot update the license specifications for launch templates and CloudFormation templates,
@@ -90,6 +90,7 @@ declare const UpdateLicenseSpecificationsForResourceCommand_base: {
90
90
  * @throws {@link LicenseManagerServiceException}
91
91
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class UpdateLicenseSpecificationsForResourceCommand extends UpdateLicenseSpecificationsForResourceCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface UpdateServiceSettingsCommandOutput extends UpdateServiceSetting
22
22
  }
23
23
  declare const UpdateServiceSettingsCommand_base: {
24
24
  new (input: UpdateServiceSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateServiceSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates License Manager settings for the current Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UpdateServiceSettingsCommand_base: {
72
72
  * @throws {@link LicenseManagerServiceException}
73
73
  * <p>Base exception class for all service exceptions from LicenseManager service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateServiceSettingsCommand extends UpdateServiceSettingsCommand_base {
77
78
  }
@@ -11,5 +11,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
11
11
  export { LicenseManagerExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
13
  export * from "./models";
14
- import "@aws-sdk/util-endpoints";
15
14
  export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";