@aws-sdk/client-license-manager 3.169.0 → 3.171.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 (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LicenseManager.d.ts +874 -245
  3. package/dist-types/ts3.4/LicenseManagerClient.d.ts +393 -121
  4. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/index.d.ts +48 -48
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  54. package/dist-types/ts3.4/index.d.ts +5 -5
  55. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +7 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +1379 -1768
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { UpdateLicenseSpecificationsForResourceRequest, UpdateLicenseSpecificationsForResourceResponse } from "../models/models_0";
5
- export interface UpdateLicenseSpecificationsForResourceCommandInput extends UpdateLicenseSpecificationsForResourceRequest {
6
- }
7
- export interface UpdateLicenseSpecificationsForResourceCommandOutput extends UpdateLicenseSpecificationsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLicenseSpecificationsForResourceCommand extends $Command<UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: UpdateLicenseSpecificationsForResourceCommandInput;
12
- constructor(input: UpdateLicenseSpecificationsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ UpdateLicenseSpecificationsForResourceRequest,
15
+ UpdateLicenseSpecificationsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLicenseSpecificationsForResourceCommandInput
18
+ extends UpdateLicenseSpecificationsForResourceRequest {}
19
+ export interface UpdateLicenseSpecificationsForResourceCommandOutput
20
+ extends UpdateLicenseSpecificationsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateLicenseSpecificationsForResourceCommand extends $Command<
23
+ UpdateLicenseSpecificationsForResourceCommandInput,
24
+ UpdateLicenseSpecificationsForResourceCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLicenseSpecificationsForResourceCommandInput;
28
+ constructor(input: UpdateLicenseSpecificationsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateLicenseSpecificationsForResourceCommandInput,
35
+ UpdateLicenseSpecificationsForResourceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { UpdateServiceSettingsRequest, UpdateServiceSettingsResponse } from "../models/models_0";
5
- export interface UpdateServiceSettingsCommandInput extends UpdateServiceSettingsRequest {
6
- }
7
- export interface UpdateServiceSettingsCommandOutput extends UpdateServiceSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateServiceSettingsCommand extends $Command<UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: UpdateServiceSettingsCommandInput;
12
- constructor(input: UpdateServiceSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ UpdateServiceSettingsRequest,
15
+ UpdateServiceSettingsResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateServiceSettingsCommandInput
18
+ extends UpdateServiceSettingsRequest {}
19
+ export interface UpdateServiceSettingsCommandOutput
20
+ extends UpdateServiceSettingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateServiceSettingsCommand extends $Command<
23
+ UpdateServiceSettingsCommandInput,
24
+ UpdateServiceSettingsCommandOutput,
25
+ LicenseManagerClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateServiceSettingsCommandInput;
28
+ constructor(input: UpdateServiceSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LicenseManagerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateServiceSettingsCommandInput,
35
+ UpdateServiceSettingsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,48 +1,48 @@
1
- export * from "./AcceptGrantCommand";
2
- export * from "./CheckInLicenseCommand";
3
- export * from "./CheckoutBorrowLicenseCommand";
4
- export * from "./CheckoutLicenseCommand";
5
- export * from "./CreateGrantCommand";
6
- export * from "./CreateGrantVersionCommand";
7
- export * from "./CreateLicenseCommand";
8
- export * from "./CreateLicenseConfigurationCommand";
9
- export * from "./CreateLicenseConversionTaskForResourceCommand";
10
- export * from "./CreateLicenseManagerReportGeneratorCommand";
11
- export * from "./CreateLicenseVersionCommand";
12
- export * from "./CreateTokenCommand";
13
- export * from "./DeleteGrantCommand";
14
- export * from "./DeleteLicenseCommand";
15
- export * from "./DeleteLicenseConfigurationCommand";
16
- export * from "./DeleteLicenseManagerReportGeneratorCommand";
17
- export * from "./DeleteTokenCommand";
18
- export * from "./ExtendLicenseConsumptionCommand";
19
- export * from "./GetAccessTokenCommand";
20
- export * from "./GetGrantCommand";
21
- export * from "./GetLicenseCommand";
22
- export * from "./GetLicenseConfigurationCommand";
23
- export * from "./GetLicenseConversionTaskCommand";
24
- export * from "./GetLicenseManagerReportGeneratorCommand";
25
- export * from "./GetLicenseUsageCommand";
26
- export * from "./GetServiceSettingsCommand";
27
- export * from "./ListAssociationsForLicenseConfigurationCommand";
28
- export * from "./ListDistributedGrantsCommand";
29
- export * from "./ListFailuresForLicenseConfigurationOperationsCommand";
30
- export * from "./ListLicenseConfigurationsCommand";
31
- export * from "./ListLicenseConversionTasksCommand";
32
- export * from "./ListLicenseManagerReportGeneratorsCommand";
33
- export * from "./ListLicenseSpecificationsForResourceCommand";
34
- export * from "./ListLicenseVersionsCommand";
35
- export * from "./ListLicensesCommand";
36
- export * from "./ListReceivedGrantsCommand";
37
- export * from "./ListReceivedLicensesCommand";
38
- export * from "./ListResourceInventoryCommand";
39
- export * from "./ListTagsForResourceCommand";
40
- export * from "./ListTokensCommand";
41
- export * from "./ListUsageForLicenseConfigurationCommand";
42
- export * from "./RejectGrantCommand";
43
- export * from "./TagResourceCommand";
44
- export * from "./UntagResourceCommand";
45
- export * from "./UpdateLicenseConfigurationCommand";
46
- export * from "./UpdateLicenseManagerReportGeneratorCommand";
47
- export * from "./UpdateLicenseSpecificationsForResourceCommand";
48
- export * from "./UpdateServiceSettingsCommand";
1
+ export * from "./AcceptGrantCommand";
2
+ export * from "./CheckInLicenseCommand";
3
+ export * from "./CheckoutBorrowLicenseCommand";
4
+ export * from "./CheckoutLicenseCommand";
5
+ export * from "./CreateGrantCommand";
6
+ export * from "./CreateGrantVersionCommand";
7
+ export * from "./CreateLicenseCommand";
8
+ export * from "./CreateLicenseConfigurationCommand";
9
+ export * from "./CreateLicenseConversionTaskForResourceCommand";
10
+ export * from "./CreateLicenseManagerReportGeneratorCommand";
11
+ export * from "./CreateLicenseVersionCommand";
12
+ export * from "./CreateTokenCommand";
13
+ export * from "./DeleteGrantCommand";
14
+ export * from "./DeleteLicenseCommand";
15
+ export * from "./DeleteLicenseConfigurationCommand";
16
+ export * from "./DeleteLicenseManagerReportGeneratorCommand";
17
+ export * from "./DeleteTokenCommand";
18
+ export * from "./ExtendLicenseConsumptionCommand";
19
+ export * from "./GetAccessTokenCommand";
20
+ export * from "./GetGrantCommand";
21
+ export * from "./GetLicenseCommand";
22
+ export * from "./GetLicenseConfigurationCommand";
23
+ export * from "./GetLicenseConversionTaskCommand";
24
+ export * from "./GetLicenseManagerReportGeneratorCommand";
25
+ export * from "./GetLicenseUsageCommand";
26
+ export * from "./GetServiceSettingsCommand";
27
+ export * from "./ListAssociationsForLicenseConfigurationCommand";
28
+ export * from "./ListDistributedGrantsCommand";
29
+ export * from "./ListFailuresForLicenseConfigurationOperationsCommand";
30
+ export * from "./ListLicenseConfigurationsCommand";
31
+ export * from "./ListLicenseConversionTasksCommand";
32
+ export * from "./ListLicenseManagerReportGeneratorsCommand";
33
+ export * from "./ListLicenseSpecificationsForResourceCommand";
34
+ export * from "./ListLicenseVersionsCommand";
35
+ export * from "./ListLicensesCommand";
36
+ export * from "./ListReceivedGrantsCommand";
37
+ export * from "./ListReceivedLicensesCommand";
38
+ export * from "./ListResourceInventoryCommand";
39
+ export * from "./ListTagsForResourceCommand";
40
+ export * from "./ListTokensCommand";
41
+ export * from "./ListUsageForLicenseConfigurationCommand";
42
+ export * from "./RejectGrantCommand";
43
+ export * from "./TagResourceCommand";
44
+ export * from "./UntagResourceCommand";
45
+ export * from "./UpdateLicenseConfigurationCommand";
46
+ export * from "./UpdateLicenseManagerReportGeneratorCommand";
47
+ export * from "./UpdateLicenseSpecificationsForResourceCommand";
48
+ export * from "./UpdateServiceSettingsCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +1,5 @@
1
- export * from "./LicenseManager";
2
- export * from "./LicenseManagerClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
1
+ export * from "./LicenseManager";
2
+ export * from "./LicenseManagerClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export { LicenseManagerServiceException } from "./models/LicenseManagerServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class LicenseManagerServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class LicenseManagerServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";